Thomas
das was Du haben willst, bekommst Du mit der
Windows API Funtkion OutputDebugString(...)
[OutputDebugString Function]
http://msdn.microsoft.com/en-us/library/aa363362(VS.85).aspx
Das ist vielleicht auch interesant:
[Understanding Win32 "OutputDebugString"]
http://www.unixwiz.net/techtips/outputdebugstring.html
Aber wenn Du nur bei .NET bleiben willst, dann schausst
Du Dir bitte die Debug-Klasse an:
[Debug Class]
http://msdn.microsoft.com/en-us/library/system.diagnostics.debug.aspx
[Trace Class]
http://msdn.microsoft.com/en-us/library/system.diagnostics.trace.aspx
Ansonsten hier auch mnal ne "Glotzkugel" draufwerfen:
[Debuggen in Visual Studio .NET]
http://msdn.microsoft.com/de-de/library/bb979374.aspx
[Debugging Native Code]
http://msdn.microsoft.com/en-us/library/k70yt3e2.aspx
Viel Erfolg,...!
Grüße
Kerem
--
--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Microsoft Live Space: http://kerem-g.spaces.live.com/
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."
"Thomas Freudenreich" <freu...@yahoo.de> schrieb im Newsbeitrag
news:rx1ws1qyj14c$.1b6yhxy3k6qrs$.dlg@40tude.net...
Danke nochmal
Thomas