vb@rchiv
VB Classic
VB.NET
ADO.NET
VBA
C#
sevAniGif - als kostenlose Vollversion auf unserer vb@rchiv CD Vol.5  
 vb@rchiv Quick-Search: Suche startenErweiterte Suche starten   Impressum  | Datenschutz  | vb@rchiv CD Vol.6  | Shop Copyright ©2000-2025
 
zurück

 Sie sind aktuell nicht angemeldet.Funktionen: Einloggen  |  Neu registrieren  |  Suchen

VB.NET - Fortgeschrittene
Re: Icon Container - PS 
Autor: MichaelZiegler2005
Datum: 06.07.05 11:41

1.
For Each mo As ManagementObject In searcher.Get
RaiseEvent RssiSignal(Int32.Parse(mo("Ndis80211ReceivedSignalStrength").ToString))
Next ' <-- in dieser Zeile tritt sie auf

Die Exctption tritt auf:
-wenn ich das programm starte und kein aktiver Wlan adapter da ist

Das wird angezeigt

An unhandled exception has occured in your application.
Nicht unterstützt.

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Management.ManagementException: Nicht unterstützt
at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
at System.Management.ManagementObjectEnumerator.MoveNext()
at WLAN2.RssiFire.fire(Object sender, EventArgs e) in C:\Users\zieglmic\My Documents\Visual Studio Projects\WLAN2\Form1.vb:line 119
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr idEvent, IntPtr dwTime)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
WLAN2
Assembly Version: 1.0.2013.18817
Win32 Version: 1.0.2013.18817
CodeBase: file:///C:/Users/zieglmic/My%20Documents/Visual%20Studio%20Projects/WLAN2/bin/WLAN2.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
System.Management
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/winnt/assembly/gac/system.management/1.0.5000.0__b03f5f7f11d50a3a/system.management.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.

2.
Wenn ich Wlan am Laufen hab und dann das Programm starte
kommt wieder nach einer Weile die Fehlermeldung:

A generic error occured in GDI+ in System.DrawingSystem.Runtime.InteropServices.
ExternalException: A generic errro occured in GDI+.
at System.Drawing.bitmap.GetHicon()
at WLAN".wlan.rssi_rssiSignal(Int32.Signalstrenght)
in C:...WLAN2\Form1.vb:line 195GehHicon
alle Nachrichten anzeigenGesamtübersicht  |  Zum Thema  |  Suchen

 ThemaViews  AutorDatum
Icon Container2.223MichaelZiegler2...29.06.05 16:03
Re: Icon Container1.614Maywood29.06.05 17:05
Re: Icon Container1.660MichaelZiegler2...30.06.05 07:27
Re: Icon Container1.673Maywood30.06.05 09:14
Re: Icon Container1.620MichaelZiegler2...30.06.05 09:38
Re: Icon Container1.621MichaelZiegler2...01.07.05 09:44
Re: Icon Container1.600Maywood01.07.05 10:41
Re: Icon Container1.558MichaelZiegler2...03.07.05 16:21
Re: Icon Container1.593Maywood03.07.05 22:23
Re: Icon Container1.554Maywood05.07.05 19:37
Re: Icon Container - PS1.701Maywood05.07.05 23:38
Re: Icon Container - PS1.639MichaelZiegler2...06.07.05 09:15
Re: Icon Container - PS1.610Maywood06.07.05 11:22
Re: Icon Container - PS1.663MichaelZiegler2...06.07.05 11:41
Re: Icon Container - PS1.544Maywood07.07.05 10:31
Re: Icon Container - PS1.608MichaelZiegler2...07.07.05 11:50
Re: Icon Container - PS1.554Maywood09.07.05 14:13
Re: Icon Container - PS1.580MichaelZiegler2...12.07.05 11:08
Re: Icon Container1.569MichaelZiegler2...12.07.05 11:08
Re: Icon Container1.535Maywood15.07.05 13:53
Re: Icon Container1.575MichaelZiegler2...15.07.05 14:04
Re: Icon Container1.681Maywood15.07.05 19:32
Re: Icon Container1.593MichaelZiegler2...18.07.05 11:26
Re: Icon Container1.556Maywood19.07.05 11:45
Re: Icon Container1.597MichaelZiegler2...20.07.05 09:35
Re: Icon Container1.612Maywood20.07.05 12:05
Re: Icon Container1.551MichaelZiegler2...20.07.05 12:09
Re: Icon Container1.605Maywood20.07.05 12:18
Re: Icon Container1.570MichaelZiegler2...20.07.05 12:45
Re: Icon Container1.594Maywood20.07.05 18:09
Re: Icon Container1.814ModeratorDaveS20.07.05 18:16
Re: Icon Container1.536Maywood20.07.05 20:00
Re: Icon Container1.511ModeratorDaveS20.07.05 20:28
Re: Icon Container1.592ModeratorDaveS21.07.05 09:26
Re: Icon Container1.674MichaelZiegler2...21.07.05 09:51
Re: Icon Container1.570MichaelZiegler2...21.07.05 10:43
Re: Icon Container1.566Maywood22.07.05 11:02
Re: Icon Container1.580MichaelZiegler2...22.07.05 11:09
Re: Icon Container1.505Maywood22.07.05 11:39
Re: Icon Container1.543MichaelZiegler2...22.07.05 11:43
Re: Icon Container1.605Maywood22.07.05 11:59
Re: Icon Container1.561MichaelZiegler2...22.07.05 12:02
Re: Icon Container1.577Maywood22.07.05 12:11
Re: Icon Container1.610MichaelZiegler2...22.07.05 12:12

Sie sind nicht angemeldet!
Um auf diesen Beitrag zu antworten oder neue Beiträge schreiben zu können, müssen Sie sich zunächst anmelden.

Einloggen  |  Neu registrieren

Funktionen:  Zum Thema  |  GesamtübersichtSuchen 

nach obenzurück
 
   

Copyright ©2000-2025 vb@rchiv Dieter Otter
Alle Rechte vorbehalten.
Microsoft, Windows und Visual Basic sind entweder eingetragene Marken oder Marken der Microsoft Corporation in den USA und/oder anderen Ländern. Weitere auf dieser Homepage aufgeführten Produkt- und Firmennamen können geschützte Marken ihrer jeweiligen Inhaber sein.

Diese Seiten wurden optimiert für eine Bildschirmauflösung von mind. 1280x1024 Pixel