Click here to Skip to main content
15,885,546 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: MultiThread Problem Pin
jpsstavares6-Oct-08 4:52
jpsstavares6-Oct-08 4:52 
GeneralRe: MultiThread Problem Pin
led mike6-Oct-08 5:27
led mike6-Oct-08 5:27 
GeneralRe: MultiThread Problem Pin
jpsstavares6-Oct-08 5:49
jpsstavares6-Oct-08 5:49 
AnswerRe: MultiThread Problem Pin
Urs Enzler6-Oct-08 5:11
Urs Enzler6-Oct-08 5:11 
Questionfindwindowex and gettext ??? Pin
TALHAKOSEN5-Oct-08 21:15
TALHAKOSEN5-Oct-08 21:15 
AnswerRe: findwindowex and gettext ??? Pin
Giorgi Dalakishvili5-Oct-08 23:21
mentorGiorgi Dalakishvili5-Oct-08 23:21 
GeneralRe: findwindowex and gettext ??? Pin
TALHAKOSEN6-Oct-08 0:41
TALHAKOSEN6-Oct-08 0:41 
GeneralRe: findwindowex and gettext ??? Pin
TALHAKOSEN6-Oct-08 1:08
TALHAKOSEN6-Oct-08 1:08 
private int GetChildHandle(int parent, string className)
{
int child = FindWindowEx(parent, IntPtr.Zero, className, null);
return child;
}

public void DoExternalWrite(string text)
{
int parent = FindWindow("obj_Form", "Adobe Creative Suite 2 by cvs/SSG");

int child = GetChildHandle(parent, "obj_BUTTON");// is a group box

//in this groupbox there are two text box

int child2 = GetChildHandle(child, "obj_EDIT");

SendMessage(child, WM_SETTEXT, IntPtr.Zero, text);
}



1 ---------
2 --------- it types mytext to this textbox why ??

thanks for everything i have...

GeneralRe: findwindowex and gettext ??? Pin
Giorgi Dalakishvili6-Oct-08 1:16
mentorGiorgi Dalakishvili6-Oct-08 1:16 
GeneralRe: findwindowex and gettext ??? Pin
TALHAKOSEN6-Oct-08 2:44
TALHAKOSEN6-Oct-08 2:44 
GeneralRe: findwindowex and gettext ??? Pin
Giorgi Dalakishvili6-Oct-08 2:46
mentorGiorgi Dalakishvili6-Oct-08 2:46 
GeneralRe: findwindowex and gettext ??? Pin
TALHAKOSEN6-Oct-08 2:55
TALHAKOSEN6-Oct-08 2:55 
GeneralRe: findwindowex and gettext ??? Pin
Giorgi Dalakishvili6-Oct-08 3:00
mentorGiorgi Dalakishvili6-Oct-08 3:00 
GeneralRe: findwindowex and gettext ??? Pin
TALHAKOSEN6-Oct-08 3:03
TALHAKOSEN6-Oct-08 3:03 
GeneralRe: findwindowex and gettext ??? Pin
Giorgi Dalakishvili6-Oct-08 3:08
mentorGiorgi Dalakishvili6-Oct-08 3:08 
GeneralRe: findwindowex and gettext ??? Pin
TALHAKOSEN6-Oct-08 3:11
TALHAKOSEN6-Oct-08 3:11 
GeneralRe: findwindowex and gettext ??? Pin
Giorgi Dalakishvili6-Oct-08 3:24
mentorGiorgi Dalakishvili6-Oct-08 3:24 
AnswerRe: findwindowex and gettext ??? Pin
Dave Kreskowiak6-Oct-08 3:21
mveDave Kreskowiak6-Oct-08 3:21 
QuestionHow to Display Owned Window without graying owner? Pin
Safdii5-Oct-08 1:28
Safdii5-Oct-08 1:28 
AnswerRe: How to Display Owned Window without graying owner? Pin
Thomas Stockwell5-Oct-08 6:07
professionalThomas Stockwell5-Oct-08 6:07 
QuestionRe: How to Display Owned Window without graying owner? [modified] Pin
Safdii6-Oct-08 23:17
Safdii6-Oct-08 23:17 
AnswerRe: How to Display Owned Window without graying owner? Pin
Thomas Stockwell10-Oct-08 4:35
professionalThomas Stockwell10-Oct-08 4:35 
QuestionHTML Editor Control & Grid Control Pin
Atlence3-Oct-08 22:40
Atlence3-Oct-08 22:40 
AnswerRe: HTML Editor Control & Grid Control Pin
Siddhartha S.5-Oct-08 17:57
Siddhartha S.5-Oct-08 17:57 
QuestionRich Text Box Font Setting Question Pin
Siddhartha S.2-Oct-08 23:00
Siddhartha S.2-Oct-08 23: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.