Click here to Skip to main content
15,905,776 members
Home / Discussions / C#
   

C#

 
Questionbreak; instruction Pin
Yoyosch6-Sep-05 13:54
Yoyosch6-Sep-05 13:54 
AnswerRe: break; instruction Pin
Reanalyse6-Sep-05 14:09
Reanalyse6-Sep-05 14:09 
AnswerRe: break; instruction Pin
Andres Manggini6-Sep-05 15:30
Andres Manggini6-Sep-05 15:30 
GeneralRe: break; instruction Pin
Yoyosch6-Sep-05 21:15
Yoyosch6-Sep-05 21:15 
GeneralRe: break; instruction Pin
leppie6-Sep-05 23:11
leppie6-Sep-05 23:11 
GeneralRe: break; instruction Pin
Dan Neely7-Sep-05 2:20
Dan Neely7-Sep-05 2:20 
QuestionPrint Document Pin
Anonymous6-Sep-05 13:47
Anonymous6-Sep-05 13:47 
AnswerRe: Print Document Pin
Luis Alonso Ramos6-Sep-05 13:53
Luis Alonso Ramos6-Sep-05 13:53 
QuestionDeploy .NET applications as a single EXE that runs without the .NET Framework Pin
surfman196-Sep-05 12:49
surfman196-Sep-05 12:49 
AnswerRe: Deploy .NET applications as a single EXE that runs without the .NET Framework Pin
Christian Graus6-Sep-05 13:02
protectorChristian Graus6-Sep-05 13:02 
GeneralRe: Deploy .NET applications as a single EXE that runs without the .NET Framework Pin
surfman197-Sep-05 9:13
surfman197-Sep-05 9:13 
GeneralRe: Deploy .NET applications as a single EXE that runs without the .NET Framework Pin
surfman197-Sep-05 9:19
surfman197-Sep-05 9:19 
GeneralRe: Deploy .NET applications as a single EXE that runs without the .NET Framework Pin
Christian Graus7-Sep-05 12:46
protectorChristian Graus7-Sep-05 12:46 
GeneralRe: Deploy .NET applications as a single EXE that runs without the .NET Framework Pin
surfman197-Sep-05 13:30
surfman197-Sep-05 13:30 
GeneralRe: Deploy .NET applications as a single EXE that runs without the .NET Framework Pin
Christian Graus7-Sep-05 13:36
protectorChristian Graus7-Sep-05 13:36 
QuestionGlobal Hook on IR control Pin
Lapje6-Sep-05 12:34
Lapje6-Sep-05 12:34 
AnswerRe: Global Hook on IR control Pin
Dave Kreskowiak6-Sep-05 13:49
mveDave Kreskowiak6-Sep-05 13:49 
GeneralRe: Global Hook on IR control Pin
Lapje6-Sep-05 22:59
Lapje6-Sep-05 22:59 
QuestionHow can I validate @ sign in KeyEventArgs? Pin
Frank W. Wu6-Sep-05 11:59
Frank W. Wu6-Sep-05 11:59 
AnswerRe: How can I validate @ sign in KeyEventArgs? Pin
Judah Gabriel Himango6-Sep-05 12:14
sponsorJudah Gabriel Himango6-Sep-05 12:14 
GeneralRe: How can I validate @ sign in KeyEventArgs? Pin
Frank W. Wu7-Sep-05 4:05
Frank W. Wu7-Sep-05 4:05 
QuestionC# equivalent method or capturing keystrokes Pin
Steve Messer6-Sep-05 11:11
Steve Messer6-Sep-05 11:11 
Here is a quote from one of Nish's articles using MFC

Using PreTranslateMessage to handle dialog keystrokes
Very often you hear questions from novice programmers asking 
how they can trap keystrokes in a dialog based application. 
Presumably they tried to handle WM_KEYDOWN/WM_KEYUP unsuccessfully. 
The whole problem is that in a dialog based application the focus 
is always on one of the child controls and not on the main dialog 
window. So what do you need to do? You need to override 
PreTranslateMessage.


How do you accomplish this using C#?
AnswerRe: C# equivalent method or capturing keystrokes Pin
Christian Graus6-Sep-05 11:32
protectorChristian Graus6-Sep-05 11:32 
GeneralRe: C# equivalent method or capturing keystrokes Pin
Steve Messer6-Sep-05 12:15
Steve Messer6-Sep-05 12:15 
AnswerRe: C# equivalent method or capturing keystrokes Pin
Judah Gabriel Himango6-Sep-05 11:32
sponsorJudah Gabriel Himango6-Sep-05 11:32 

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.