Click here to Skip to main content
15,921,548 members
Home / Discussions / C#
   

C#

 
QuestionPassing information from one form to another Pin
kulile1-Oct-06 7:20
kulile1-Oct-06 7:20 
AnswerRe: Passing information from one form to another Pin
Michael P Butler1-Oct-06 8:45
Michael P Butler1-Oct-06 8:45 
GeneralRe: Passing information from one form to another Pin
kulile1-Oct-06 21:43
kulile1-Oct-06 21:43 
QuestionHandling ALT Key on Controls Pin
Vertyg01-Oct-06 6:14
Vertyg01-Oct-06 6:14 
AnswerRe: Handling ALT Key on Controls Pin
Christian Graus1-Oct-06 9:55
protectorChristian Graus1-Oct-06 9:55 
GeneralRe: Handling ALT Key on Controls Pin
Vertyg01-Oct-06 10:12
Vertyg01-Oct-06 10:12 
GeneralRe: Handling ALT Key on Controls Pin
Christian Graus1-Oct-06 10:19
protectorChristian Graus1-Oct-06 10:19 
AnswerRe: Handling ALT Key on Controls Pin
Nader Elshehabi1-Oct-06 14:17
Nader Elshehabi1-Oct-06 14:17 
Hello

You can set a property called KeyPreview to truein your form itself. Then handle KeyDown event in the Form level. It will catch any KeyDown events in any control in that form before it is sent to that control.



RegardsRose | [Rose]

AnswerRe: Handling ALT Key on Controls Pin
Andrei Ungureanu1-Oct-06 21:20
Andrei Ungureanu1-Oct-06 21:20 
QuestionLocation and access method for global connection strings Pin
PeteConc1-Oct-06 5:26
PeteConc1-Oct-06 5:26 
AnswerRe: Location and access method for global connection strings Pin
S. Senthil Kumar1-Oct-06 9:37
S. Senthil Kumar1-Oct-06 9:37 
Questionhelp with data access Pin
Mridang Agarwalla1-Oct-06 1:20
Mridang Agarwalla1-Oct-06 1:20 
AnswerRe: help with data access Pin
Rob Graham1-Oct-06 4:39
Rob Graham1-Oct-06 4:39 
QuestionZip Folder [modified] Pin
dehghan198430-Sep-06 23:59
dehghan198430-Sep-06 23:59 
AnswerRe: Zip Folder Pin
User 66581-Oct-06 0:30
User 66581-Oct-06 0:30 
AnswerRe: Zip Folder Pin
Hamid_RT2-Oct-06 9:33
Hamid_RT2-Oct-06 9:33 
Questiontimers in services Pin
sianatia30-Sep-06 23:03
sianatia30-Sep-06 23:03 
AnswerRe: timers in services Pin
Stefan Troschuetz30-Sep-06 23:21
Stefan Troschuetz30-Sep-06 23:21 
QuestionControls's array Pin
t_nedelchev30-Sep-06 22:07
t_nedelchev30-Sep-06 22:07 
AnswerRe: Controls's array Pin
Stefan Troschuetz30-Sep-06 22:17
Stefan Troschuetz30-Sep-06 22:17 
GeneralRe: Controls's array Pin
t_nedelchev30-Sep-06 23:06
t_nedelchev30-Sep-06 23:06 
GeneralRe: Controls's array Pin
Stefan Troschuetz30-Sep-06 23:17
Stefan Troschuetz30-Sep-06 23:17 
GeneralRe: Controls's array Pin
t_nedelchev1-Oct-06 1:23
t_nedelchev1-Oct-06 1:23 
Questionkeys events Pin
Kola Sokol30-Sep-06 22:05
Kola Sokol30-Sep-06 22:05 
AnswerRe: keys events Pin
Stefan Troschuetz30-Sep-06 22:29
Stefan Troschuetz30-Sep-06 22:29 

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.