Click here to Skip to main content
15,890,995 members
Home / Discussions / C#
   

C#

 
GeneralRe: Program don't stopps at Breakpoint Pin
Peff6-Nov-04 18:23
Peff6-Nov-04 18:23 
GeneralRe: Program don't stopps at Breakpoint Pin
Johannes Oehl10-Nov-04 21:26
Johannes Oehl10-Nov-04 21:26 
GeneralWeb Service Proxy class Pin
Member 5343575-Nov-04 4:25
Member 5343575-Nov-04 4:25 
GeneralRe: Web Service Proxy class Pin
Alex Korchemniy5-Nov-04 14:32
Alex Korchemniy5-Nov-04 14:32 
GeneralRe: Web Service Proxy class Pin
Member 5343578-Nov-04 2:53
Member 5343578-Nov-04 2:53 
GeneralRe: Web Service Proxy class Pin
Member 5343578-Nov-04 2:56
Member 5343578-Nov-04 2:56 
GeneralTimer tick problem Pin
Aviv Halperin5-Nov-04 4:02
Aviv Halperin5-Nov-04 4:02 
GeneralRe: Timer tick problem Pin
Stefan Troschuetz5-Nov-04 4:20
Stefan Troschuetz5-Nov-04 4:20 
As MSDN states: "This Windows timer is designed for a single-threaded environment where UI threads are used to perform processing. It requires that the user code have a UI message pump available and always operate from the same thread, or marshal the call onto another thread."
Use one of the other two Timer types. Here you find a short overview on timers.







www.troschuetz.de
GeneralExcel and c# Pin
Hugo Migneron5-Nov-04 3:30
Hugo Migneron5-Nov-04 3:30 
GeneralRe: Excel and c# Pin
Dave Kreskowiak5-Nov-04 5:16
mveDave Kreskowiak5-Nov-04 5:16 
GeneralDetecting & Moving other Applications windows Pin
CoffeeZombie5-Nov-04 3:27
CoffeeZombie5-Nov-04 3:27 
GeneralRe: Detecting & Moving other Applications windows Pin
yoaz5-Nov-04 3:45
yoaz5-Nov-04 3:45 
GeneralRe: Detecting & Moving other Applications windows Pin
CoffeeZombie5-Nov-04 4:27
CoffeeZombie5-Nov-04 4:27 
GeneralRe: Detecting & Moving other Applications windows Pin
Stefan Troschuetz5-Nov-04 4:13
Stefan Troschuetz5-Nov-04 4:13 
Generallistview column reorder problem Pin
vog_ro5-Nov-04 3:23
vog_ro5-Nov-04 3:23 
GeneralRe: listview column reorder problem Pin
Peff6-Nov-04 19:02
Peff6-Nov-04 19:02 
GeneralC# compiler Pin
nagarajuepuri5-Nov-04 2:42
nagarajuepuri5-Nov-04 2:42 
GeneralRe: C# compiler Pin
Stefan Troschuetz5-Nov-04 2:55
Stefan Troschuetz5-Nov-04 2:55 
GeneralRe: C# compiler Pin
Anonymous5-Nov-04 8:34
Anonymous5-Nov-04 8:34 
General.NET Setup and Deployment project registry bug. Pin
Shail_Srivastav5-Nov-04 2:36
Shail_Srivastav5-Nov-04 2:36 
GeneralConcatenate byte arrays Pin
Hans Ruck5-Nov-04 1:52
Hans Ruck5-Nov-04 1:52 
GeneralRe: Concatenate byte arrays Pin
yoaz5-Nov-04 3:28
yoaz5-Nov-04 3:28 
GeneralRe: Concatenate byte arrays Pin
Grimolfr5-Nov-04 9:59
Grimolfr5-Nov-04 9:59 
GeneralRe: Concatenate byte arrays Pin
Hans Ruck6-Nov-04 3:32
Hans Ruck6-Nov-04 3:32 
QuestionHow to save the WebService's result to xml file? Pin
jzb4-Nov-04 23:30
jzb4-Nov-04 23:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.