Click here to Skip to main content
15,891,723 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Newbie Please Help! Pin
ashley4838518-Apr-07 14:51
ashley4838518-Apr-07 14:51 
GeneralRe: C# Newbie Please Help! Pin
pbraun18-Apr-07 15:02
pbraun18-Apr-07 15:02 
GeneralRe: C# Newbie Please Help! Pin
ashley4838518-Apr-07 15:09
ashley4838518-Apr-07 15:09 
GeneralRe: C# Newbie Please Help! Pin
pbraun18-Apr-07 15:24
pbraun18-Apr-07 15:24 
Questionpassing "this" by reference Pin
cbin18-Apr-07 14:25
cbin18-Apr-07 14:25 
AnswerRe: passing "this" by reference Pin
Luc Pattyn18-Apr-07 14:48
sitebuilderLuc Pattyn18-Apr-07 14:48 
AnswerRe: passing "this" by reference Pin
Tim Paaschen18-Apr-07 19:43
Tim Paaschen18-Apr-07 19:43 
QuestionReading data from one application to another Pin
yirmyah18-Apr-07 12:45
yirmyah18-Apr-07 12:45 
Hi,

I need help in reading an edit box from one application (java) to a C# application.

Currently (using Spy++ / Winspector as reference) I have been able to locate the parent handle of the java application using FindWindow like so:

IntPtr hWndParent = FindWindow(null, "Application Name");

I then find the correct child handle by looping through all the child handles until I get to the actual edit box on the java application using FindWindowEx like so:

IntPtr hWndChild = FindWindowEx(hWndParent, IntPtr.Zero, null, null);

Now that I have the address of the edit box, I am wanting to pull the actual data stored in the edit box and save it into the C# application.



jn
AnswerRe: Reading data from one application to another Pin
Christian Graus18-Apr-07 14:45
protectorChristian Graus18-Apr-07 14:45 
GeneralRe: Reading data from one application to another Pin
yirmyah18-Apr-07 15:19
yirmyah18-Apr-07 15:19 
GeneralRe: Reading data from one application to another Pin
Dave Kreskowiak18-Apr-07 15:31
mveDave Kreskowiak18-Apr-07 15:31 
QuestionUsing Databound ComboBox Pin
polishprogrammer18-Apr-07 12:03
polishprogrammer18-Apr-07 12:03 
QuestionRichTextBox Pin
Saikek18-Apr-07 11:29
Saikek18-Apr-07 11:29 
AnswerRe: RichTextBox Pin
Judah Gabriel Himango18-Apr-07 15:56
sponsorJudah Gabriel Himango18-Apr-07 15:56 
QuestionC# and C++ Pin
netJP12L18-Apr-07 10:31
netJP12L18-Apr-07 10:31 
AnswerRe: C# and C++ Pin
Christian Graus18-Apr-07 10:45
protectorChristian Graus18-Apr-07 10:45 
AnswerRe: C# and C++ Pin
pbraun18-Apr-07 14:58
pbraun18-Apr-07 14:58 
GeneralRe: C# and C++ Pin
Christian Graus18-Apr-07 16:06
protectorChristian Graus18-Apr-07 16:06 
GeneralRe: C# and C++ Pin
netJP12L18-Apr-07 16:19
netJP12L18-Apr-07 16:19 
GeneralRe: C# and C++ Pin
pbraun18-Apr-07 18:07
pbraun18-Apr-07 18:07 
QuestionC# Web Service not running Pin
dancelicious18-Apr-07 9:02
dancelicious18-Apr-07 9:02 
AnswerRe: C# Web Service not running Pin
_mubashir18-Apr-07 9:34
_mubashir18-Apr-07 9:34 
GeneralRe: C# Web Service not running Pin
dancelicious18-Apr-07 9:42
dancelicious18-Apr-07 9:42 
GeneralRe: C# Web Service not running Pin
dancelicious18-Apr-07 9:49
dancelicious18-Apr-07 9:49 
GeneralRe: C# Web Service not running Pin
kubben18-Apr-07 9:53
kubben18-Apr-07 9:53 

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.