Click here to Skip to main content
15,893,790 members
Home / Discussions / C#
   

C#

 
GeneralAlternative view Pin
leppie21-Jan-05 9:10
leppie21-Jan-05 9:10 
GeneralOleDbDataReader Pin
Newbie_Toy21-Jan-05 6:19
Newbie_Toy21-Jan-05 6:19 
GeneralRe: OleDbDataReader Pin
Colin Angus Mackay21-Jan-05 6:54
Colin Angus Mackay21-Jan-05 6:54 
GeneralRe: OleDbDataReader Pin
Newbie_Toy21-Jan-05 6:58
Newbie_Toy21-Jan-05 6:58 
GeneralRe: OleDbDataReader Pin
Heath Stewart21-Jan-05 7:30
protectorHeath Stewart21-Jan-05 7:30 
GeneralUsing P/Invoke SendInput Pin
realmontanakid21-Jan-05 4:58
realmontanakid21-Jan-05 4:58 
GeneralRe: Using P/Invoke SendInput Pin
Nick Parker21-Jan-05 6:30
protectorNick Parker21-Jan-05 6:30 
GeneralRe: Using P/Invoke SendInput Pin
Dave Kreskowiak21-Jan-05 7:03
mveDave Kreskowiak21-Jan-05 7:03 
You can't use SendInput on your machine to send keystrokes to a remote machine.

You CAN use it if the remote machine is running a server application that responds to request from a client application on your machine. You can put the SendInput code in the server app and execute it on some signal that you come up with and send using the client app.

But, then, Heath already told you this... If you need to figure out SendInput and C#, then Google for it! All you need to search for is "SendInput C#". Here[^], I've done it for you.



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

GeneralRead from .dbx-file Pin
larbo20421-Jan-05 4:36
larbo20421-Jan-05 4:36 
GeneralRe: Read from .dbx-file Pin
Heath Stewart21-Jan-05 7:26
protectorHeath Stewart21-Jan-05 7:26 
GeneralWinforms hierarchical datagrid Pin
rc7921-Jan-05 4:34
rc7921-Jan-05 4:34 
GeneralRe: Winforms hierarchical datagrid Pin
Heath Stewart21-Jan-05 7:46
protectorHeath Stewart21-Jan-05 7:46 
GeneralRe: Winforms hierarchical datagrid Pin
Bahadir Cambel21-Jan-05 14:54
Bahadir Cambel21-Jan-05 14:54 
GeneralRe: Winforms hierarchical datagrid Pin
Heath Stewart21-Jan-05 15:55
protectorHeath Stewart21-Jan-05 15:55 
GeneralWebservice and client problem Pin
WDI21-Jan-05 4:34
WDI21-Jan-05 4:34 
GeneralRe: Webservice and client problem Pin
leppie21-Jan-05 5:54
leppie21-Jan-05 5:54 
GeneralRe: Webservice and client problem Pin
WDI21-Jan-05 8:34
WDI21-Jan-05 8:34 
GeneralRe: Webservice and client problem Pin
Bahadir Cambel21-Jan-05 14:56
Bahadir Cambel21-Jan-05 14:56 
QuestionHow can I get the application's kind? Pin
Begoña21-Jan-05 4:29
Begoña21-Jan-05 4:29 
AnswerRe: How can I get the application's kind? Pin
Heath Stewart21-Jan-05 8:27
protectorHeath Stewart21-Jan-05 8:27 
AnswerRe: How can I get the application's kind? Pin
22-Jan-05 9:14
suss22-Jan-05 9:14 
Generallicense application Pin
vchalla21-Jan-05 4:16
vchalla21-Jan-05 4:16 
GeneralPowerPoint Application Class Pin
Esmo200021-Jan-05 3:29
Esmo200021-Jan-05 3:29 
GeneralUsing PocketPC 'modem' under C# Pin
Peter Beedell21-Jan-05 1:23
Peter Beedell21-Jan-05 1:23 
QuestionHow I can save a RichTextBox.Rtf property as a simple html-page ? Pin
Member 76109421-Jan-05 0:49
Member 76109421-Jan-05 0:49 

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.