Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
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 
From the little that I've seen about this, the remote works by using keyboard emulation. About half of the remote's keys are sent to the application using WM_INPUT and WM_KEYDOWN messages. This makes it easy to use, but when the focus changes, the "keystrokes" are now going to another application.

This presents a problem. Since the message from the remote are exactly like normal keyboard messages, there's no way to tell them apart. You COULD put together a low level keyboard hook, but there's no way to tell if the keystrokes you're seeing are coming from the real keyboard or from the remote.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

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 
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 
GeneralRe: C# equivalent method or capturing keystrokes Pin
ekynox6-Sep-05 13:42
ekynox6-Sep-05 13:42 
QuestionAxWebBrowser glitch Pin
kornstyle6-Sep-05 8:22
kornstyle6-Sep-05 8:22 
QuestionThreads, windows services...????? Pin
anglada6-Sep-05 6:51
anglada6-Sep-05 6:51 
AnswerRe: Threads, windows services...????? Pin
John Fisher6-Sep-05 7:29
John Fisher6-Sep-05 7:29 
GeneralRe: Threads, windows services...????? Pin
anglada6-Sep-05 8:32
anglada6-Sep-05 8:32 
GeneralRe: Threads, windows services...????? Pin
John Fisher6-Sep-05 9:29
John Fisher6-Sep-05 9:29 
General[Message Deleted] Pin
anglada6-Sep-05 8:46
anglada6-Sep-05 8:46 
Question.NET 2005: 32-bit vs 64-bit code Pin
gabser6-Sep-05 6:49
gabser6-Sep-05 6:49 
AnswerRe: .NET 2005: 32-bit vs 64-bit code Pin
Dan Neely6-Sep-05 7:00
Dan Neely6-Sep-05 7:00 

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.