Click here to Skip to main content
16,004,833 members
Home / Discussions / C#
   

C#

 
GeneralRe: Please help in richTextbox ..!!! Pin
Nick Parker16-Nov-04 11:26
protectorNick Parker16-Nov-04 11:26 
Generalconverting .cpp source to .cs source Pin
Blubbo16-Nov-04 6:34
Blubbo16-Nov-04 6:34 
GeneralRe: converting .cpp source to .cs source Pin
Nick Parker16-Nov-04 6:58
protectorNick Parker16-Nov-04 6:58 
GeneralRe: converting .cpp source to .cs source Pin
..Hubert..16-Nov-04 21:49
..Hubert..16-Nov-04 21:49 
GeneralSending Keys Pin
Anonymous16-Nov-04 6:28
Anonymous16-Nov-04 6:28 
GeneralRe: Sending Keys Pin
Daniel Turini16-Nov-04 9:07
Daniel Turini16-Nov-04 9:07 
GeneralRe: Sending Keys Pin
S020035616-Nov-04 12:33
S020035616-Nov-04 12:33 
GeneralRe: Sending Keys Pin
Daniel Turini16-Nov-04 20:18
Daniel Turini16-Nov-04 20:18 
S0200356 wrote:
Like i said in the first post, ive used send key but it only works on the top program wich isn't always applicable, unless thier is some way of making it work on any running program
No, you can't. SendKeys uses the Windows API SendInput, which will generate keypresses as if they came from the keyboard driver, and will generate the proper messages for the topmost program.
I don't recall where I read that you need to use this API, and that SendMessage wasn't a reliable API for emulating keypresses. Sorry if I can't be more useful than this.
I think you can find almost everything about the keyboard in Windows here[^]

Yes, even I am blogging now!
GeneralWMEncoderLib problem Pin
ee9903516-Nov-04 6:27
ee9903516-Nov-04 6:27 
GeneralRe: WMEncoderLib problem Pin
Nick Parker16-Nov-04 7:21
protectorNick Parker16-Nov-04 7:21 
GeneralRe: WMEncoderLib problem Pin
ee9903516-Nov-04 8:41
ee9903516-Nov-04 8:41 
GeneralRe: WMEncoderLib problem Pin
Daniel Turini16-Nov-04 9:32
Daniel Turini16-Nov-04 9:32 
GeneralSave file problem Pin
goldoche16-Nov-04 5:10
goldoche16-Nov-04 5:10 
GeneralRe: Save file problem Pin
Stefan Troschuetz16-Nov-04 5:32
Stefan Troschuetz16-Nov-04 5:32 
GeneralRe: Save file problem Pin
goldoche16-Nov-04 5:42
goldoche16-Nov-04 5:42 
GeneralRe: Save file problem Pin
Stefan Troschuetz16-Nov-04 6:08
Stefan Troschuetz16-Nov-04 6:08 
GeneralRe: Save file problem Pin
goldoche16-Nov-04 6:34
goldoche16-Nov-04 6:34 
GeneralDatabinding to Textbox using C# and .NET Pin
butchzn16-Nov-04 4:48
butchzn16-Nov-04 4:48 
GeneralRe: Databinding to Textbox using C# and .NET Pin
Nick Parker16-Nov-04 6:29
protectorNick Parker16-Nov-04 6:29 
GeneralC# & MS SQL Server Pack 3 Pin
StrayGrey16-Nov-04 4:38
StrayGrey16-Nov-04 4:38 
GeneralRe: C# & MS SQL Server Pack 3 Pin
Nick Parker16-Nov-04 6:26
protectorNick Parker16-Nov-04 6:26 
GeneralSystem.IO.FileNotFoundException Pin
stefan houtz16-Nov-04 4:05
stefan houtz16-Nov-04 4:05 
GeneralRe: System.IO.FileNotFoundException Pin
Skynyrd16-Nov-04 5:42
Skynyrd16-Nov-04 5:42 
GeneralRe: System.IO.FileNotFoundException Pin
stefan houtz19-Nov-04 4:49
stefan houtz19-Nov-04 4:49 
Generaluninstaller issues Pin
Pyro Joe16-Nov-04 3:37
Pyro Joe16-Nov-04 3:37 

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.