Click here to Skip to main content
15,922,894 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Active FTP Data Transfer Pin
eddieg767-Jun-05 12:42
eddieg767-Jun-05 12:42 
GeneralRe: C# Active FTP Data Transfer Pin
S. Senthil Kumar5-Jun-05 4:10
S. Senthil Kumar5-Jun-05 4:10 
GeneralRe: C# Active FTP Data Transfer Pin
eddieg766-Jun-05 16:55
eddieg766-Jun-05 16:55 
GeneralRe: C# Active FTP Data Transfer Pin
S. Senthil Kumar6-Jun-05 17:40
S. Senthil Kumar6-Jun-05 17:40 
GeneralHELP overriding windows message Pin
Sasuko4-Jun-05 15:13
Sasuko4-Jun-05 15:13 
GeneralRe: HELP overriding windows message Pin
Luis Alonso Ramos4-Jun-05 17:01
Luis Alonso Ramos4-Jun-05 17:01 
Generalcorrect way in c# to... Pin
rocky_pulley4-Jun-05 12:05
rocky_pulley4-Jun-05 12:05 
GeneralRe: correct way in c# to... Pin
Carsten Zeumer4-Jun-05 12:29
Carsten Zeumer4-Jun-05 12:29 
Actually SendMessage is not directly implemented in the CLR.
You should use the BeginInvoke to call code in the UI thread from another thread.

Google for BeginInvoke and UI or read this article: http://www.codeproject.com/csharp/winformthreading.asp[^]

/cadi

24 hours is not enough
GeneralRe: correct way in c# to... Pin
S. Senthil Kumar5-Jun-05 4:14
S. Senthil Kumar5-Jun-05 4:14 
GeneralTabAlignment change messing up my buttons' mouse events Pin
Flack4-Jun-05 10:50
Flack4-Jun-05 10:50 
GeneralProblem with MySQL connection Pin
tantiboh4-Jun-05 10:01
tantiboh4-Jun-05 10:01 
GeneralRe: Problem with MySQL connection Pin
Dave Kreskowiak4-Jun-05 15:58
mveDave Kreskowiak4-Jun-05 15:58 
Generalcaputring a textbox Pin
Anonymous4-Jun-05 9:21
Anonymous4-Jun-05 9:21 
GeneralRe: caputring a textbox Pin
MoustafaS4-Jun-05 11:38
MoustafaS4-Jun-05 11:38 
GeneralRe: caputring a textbox Pin
eggie54-Jun-05 11:51
eggie54-Jun-05 11:51 
Generalforeign windows: position and size of minimize button Pin
FreeClimber4-Jun-05 9:18
FreeClimber4-Jun-05 9:18 
GeneralCombobox - Add Object's name property, not Object's name Pin
Seraphin4-Jun-05 7:35
Seraphin4-Jun-05 7:35 
GeneralRe: Combobox - Add Object's name property, not Object's name Pin
Carsten Zeumer4-Jun-05 7:42
Carsten Zeumer4-Jun-05 7:42 
GeneralRe: Combobox - Add Object's name property, not Object's name Pin
Seraphin4-Jun-05 8:10
Seraphin4-Jun-05 8:10 
GeneralRe: Combobox - Add Object's name property, not Object's name Pin
Carsten Zeumer4-Jun-05 8:21
Carsten Zeumer4-Jun-05 8:21 
GeneralRe: Combobox - Add Object's name property, not Object's name Pin
DavidNohejl4-Jun-05 8:21
DavidNohejl4-Jun-05 8:21 
GeneralRe: Combobox - Add Object's name property, not Object's name Pin
Seraphin4-Jun-05 8:33
Seraphin4-Jun-05 8:33 
Generaltable-level topological sort problem Pin
erdsah884-Jun-05 5:28
erdsah884-Jun-05 5:28 
GeneralXML Manipulation Pin
Member 17843034-Jun-05 3:44
Member 17843034-Jun-05 3:44 
GeneralSelecting directory and file together from OpenFileDialog Pin
Anonymous4-Jun-05 3:15
Anonymous4-Jun-05 3:15 

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.