Click here to Skip to main content
15,909,530 members
Home / Discussions / C#
   

C#

 
AnswerRe: Retrieve Data from a tablecell using Webbrowser? Pin
Parwej Ahamad28-Jan-07 6:56
professionalParwej Ahamad28-Jan-07 6:56 
GeneralRe: Retrieve Data from a tablecell using Webbrowser? Pin
TuanNH8528-Jan-07 18:56
TuanNH8528-Jan-07 18:56 
QuestionStore DXF files (Autocad files) in SQLSERVER And be able zoom Pin
Hossein Malekizadeh28-Jan-07 3:53
Hossein Malekizadeh28-Jan-07 3:53 
Questionnotepad.exe Pin
zeltera28-Jan-07 3:15
zeltera28-Jan-07 3:15 
AnswerRe: notepad.exe Pin
engsrini28-Jan-07 4:22
engsrini28-Jan-07 4:22 
AnswerRe: notepad.exe Pin
Thomas Stockwell28-Jan-07 4:45
professionalThomas Stockwell28-Jan-07 4:45 
AnswerRe: notepad.exe Pin
zeltera28-Jan-07 5:00
zeltera28-Jan-07 5:00 
GeneralRe: notepad.exe Pin
Luc Pattyn28-Jan-07 6:15
sitebuilderLuc Pattyn28-Jan-07 6:15 
You could try to transfer the text using the clipboard:
select and copy in your app, then send key events for CTRL/V to the window of your
target app. You would have to find the process ID, its main window, and perform
either a SendMessage, SendKey or SendInput.
There is an MSDN article explaining SendInput is "more reliable" than SendKey ?!?!

I have not done this myself (I created my own editor though).

Smile | :)

Luc Pattyn

GeneralRe: notepad.exe Pin
zeltera28-Jan-07 7:25
zeltera28-Jan-07 7:25 
GeneralRe: notepad.exe Pin
bobsugar22228-Jan-07 22:26
bobsugar22228-Jan-07 22:26 
GeneralRe: notepad.exe Pin
zeltera29-Jan-07 0:37
zeltera29-Jan-07 0:37 
QuestionCreating and invoking instance of Action using reflection Pin
Girb28-Jan-07 3:11
Girb28-Jan-07 3:11 
AnswerRe: Creating and invoking instance of Action using reflection Pin
Luc Pattyn28-Jan-07 6:18
sitebuilderLuc Pattyn28-Jan-07 6:18 
QuestionADVICE Pin
malak nour28-Jan-07 2:42
malak nour28-Jan-07 2:42 
Questionsetup a click event for Titlebar Pin
apostleofzion128-Jan-07 2:24
apostleofzion128-Jan-07 2:24 
AnswerRe: setup a click event for Titlebar Pin
Thomas Stockwell28-Jan-07 6:53
professionalThomas Stockwell28-Jan-07 6:53 
Questionshow / hide menu ? Pin
sanaziuse28-Jan-07 1:44
sanaziuse28-Jan-07 1:44 
AnswerRe: show / hide menu ? Pin
Thomas Stockwell28-Jan-07 4:46
professionalThomas Stockwell28-Jan-07 4:46 
Questionwindows service and webservice Pin
justintimberlake28-Jan-07 0:48
justintimberlake28-Jan-07 0:48 
QuestionCheck an internet connection Pin
CodeItWell28-Jan-07 0:29
CodeItWell28-Jan-07 0:29 
AnswerRe: Check an internet connection Pin
engsrini28-Jan-07 4:39
engsrini28-Jan-07 4:39 
GeneralRe: Check an internet connection Pin
Scott Dorman28-Jan-07 6:21
professionalScott Dorman28-Jan-07 6:21 
AnswerRe: Check an internet connection Pin
Glen Harvy28-Jan-07 9:30
Glen Harvy28-Jan-07 9:30 
GeneralRe: Check an internet connection Pin
CodeItWell28-Jan-07 10:51
CodeItWell28-Jan-07 10:51 
QuestionFormatting String Like VB6 ... Pin
abalbo27-Jan-07 23:46
abalbo27-Jan-07 23:46 

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.