Click here to Skip to main content
15,888,984 members
Home / Discussions / C#
   

C#

 
Questionbrief question about sending a message to a control Pin
likefood9-Sep-06 9:29
likefood9-Sep-06 9:29 
AnswerRe: brief question about sending a message to a control Pin
Arjun "Mjolnir" Bahree9-Sep-06 9:48
Arjun "Mjolnir" Bahree9-Sep-06 9:48 
GeneralRe: brief question about sending a message to a control [modified] Pin
likefood9-Sep-06 10:07
likefood9-Sep-06 10:07 
GeneralRe: brief question about sending a message to a control Pin
Arjun "Mjolnir" Bahree9-Sep-06 10:27
Arjun "Mjolnir" Bahree9-Sep-06 10:27 
GeneralRe: brief question about sending a message to a control Pin
likefood9-Sep-06 10:26
likefood9-Sep-06 10:26 
GeneralRe: brief question about sending a message to a control Pin
Arjun "Mjolnir" Bahree9-Sep-06 10:33
Arjun "Mjolnir" Bahree9-Sep-06 10:33 
GeneralRe: brief question about sending a message to a control Pin
likefood9-Sep-06 12:10
likefood9-Sep-06 12:10 
GeneralRe: brief question about sending a message to a control Pin
Arjun "Mjolnir" Bahree10-Sep-06 3:10
Arjun "Mjolnir" Bahree10-Sep-06 3:10 
Well windows.h will give you an insight onto the #define for the numerous messages that windows throws.

Using the same stuff, as in WM_KEYDOWN and the likes, you can code trapping of the rest messages. That's the most comprehensive message list you can get for a Win platform.

Yes its a C++ thing and that is still the game beneath C#, after all its all the win messages that get raised, which are beautifully wrapped by .NET system events.

That's just for learning and reference purposes. You do not have to hassle with header files anymore, but for interacting with native mechanism this info is important.

Excelsior
Arjun Bahree
"By The Might of Mjolnir"

I Came! I Coded! I Conquered!

Questionis there a winform label control Pin
TheCardinal9-Sep-06 9:09
TheCardinal9-Sep-06 9:09 
AnswerRe: is there a winform label control Pin
Arjun "Mjolnir" Bahree9-Sep-06 9:34
Arjun "Mjolnir" Bahree9-Sep-06 9:34 
GeneralRe: is there a winform label control Pin
TheCardinal9-Sep-06 9:55
TheCardinal9-Sep-06 9:55 
GeneralRe: is there a winform label control Pin
Arjun "Mjolnir" Bahree9-Sep-06 10:39
Arjun "Mjolnir" Bahree9-Sep-06 10:39 
GeneralRe: is there a winform label control Pin
TheCardinal9-Sep-06 19:03
TheCardinal9-Sep-06 19:03 
GeneralRe: is there a winform label control Pin
Arjun "Mjolnir" Bahree10-Sep-06 3:18
Arjun "Mjolnir" Bahree10-Sep-06 3:18 
QuestionRMI JAVA Pin
charbelasmar9-Sep-06 7:55
charbelasmar9-Sep-06 7:55 
AnswerRe: RMI JAVA Pin
WillemM9-Sep-06 8:53
WillemM9-Sep-06 8:53 
AnswerRe: RMI JAVA Pin
Arjun "Mjolnir" Bahree9-Sep-06 9:36
Arjun "Mjolnir" Bahree9-Sep-06 9:36 
QuestionHow: one service program for two similar forms? Pin
N3croman9-Sep-06 7:24
N3croman9-Sep-06 7:24 
AnswerRe: How: one service program for two similar forms? Pin
Nader Elshehabi9-Sep-06 7:46
Nader Elshehabi9-Sep-06 7:46 
GeneralRe: How: one service program for two similar forms? Pin
N3croman9-Sep-06 9:57
N3croman9-Sep-06 9:57 
GeneralRe: How: one service program for two similar forms? [modified] Pin
Nader Elshehabi9-Sep-06 11:24
Nader Elshehabi9-Sep-06 11:24 
GeneralRe: How: one service program for two similar forms? Pin
N3croman10-Sep-06 6:33
N3croman10-Sep-06 6:33 
QuestionCommand Line Arguments for an existing process Pin
Guinness4Strength9-Sep-06 6:58
Guinness4Strength9-Sep-06 6:58 
AnswerRe: Command Line Arguments for an existing process Pin
Nader Elshehabi9-Sep-06 7:06
Nader Elshehabi9-Sep-06 7:06 
GeneralRe: Command Line Arguments for an existing process Pin
Arjun "Mjolnir" Bahree9-Sep-06 10:03
Arjun "Mjolnir" Bahree9-Sep-06 10:03 

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.