Click here to Skip to main content
15,890,579 members
Home / Discussions / C#
   

C#

 
QuestionLogin for application Pin
vineas29-Aug-06 6:36
vineas29-Aug-06 6:36 
AnswerRe: Login for application Pin
Not Active29-Aug-06 10:01
mentorNot Active29-Aug-06 10:01 
GeneralRe: Login for application Pin
vineas29-Aug-06 10:58
vineas29-Aug-06 10:58 
GeneralRe: Login for application Pin
Not Active29-Aug-06 11:05
mentorNot Active29-Aug-06 11:05 
QuestionStupid, stupid problem Pin
gantww29-Aug-06 5:48
gantww29-Aug-06 5:48 
QuestionRe: Stupid, stupid problem Pin
Nader Elshehabi29-Aug-06 6:32
Nader Elshehabi29-Aug-06 6:32 
QuestionMultiple instance of Control (Class Library) Pin
Maddie from Dartford29-Aug-06 5:09
Maddie from Dartford29-Aug-06 5:09 
QuestionGetWindowText API? Pin
wbjohnson29-Aug-06 4:58
wbjohnson29-Aug-06 4:58 
ooooook guys heres a little tinker for ya!

im trying to read some fields from Flash FXP (in c#) using the Windows User32 API...

GetWindowText is what il be using...

so i use Microsoft Spy++ to get the Handle for one of the input boxes, lets say for arguments sake its 4134644.. (thats the handle to the text box...)

Spy++ reports this as an EDIT class, good so far!

so i use GetWindowText to try get the text from the text box.... empty string??
mmmmm so im stratching my head... i know ill test my code and use:

static extern int GetWindowTextLength(IntPtr hWnd)

this has got to work! i should get a length back now!! NOPE! nothing is coming back from ANY EDIT class field

HOWEVER if i use GetWindowText on anything else, Labels, Window Titles it works!!

What am i doing wrong here? Am i using the wrong API call to get data from an Edit Field?

its driving me mad!!! lol
AnswerRe: GetWindowText API? Pin
Dave Kreskowiak29-Aug-06 7:30
mveDave Kreskowiak29-Aug-06 7:30 
GeneralRe: GetWindowText API? Pin
wbjohnson29-Aug-06 7:39
wbjohnson29-Aug-06 7:39 
GeneralRe: GetWindowText API? Pin
Dave Kreskowiak29-Aug-06 9:20
mveDave Kreskowiak29-Aug-06 9:20 
GeneralRe: GetWindowText API? Pin
wbjohnson29-Aug-06 12:03
wbjohnson29-Aug-06 12:03 
QuestionApplication Blocks Help Pin
Brendan Vogt29-Aug-06 4:39
Brendan Vogt29-Aug-06 4:39 
AnswerRe: Application Blocks Help Pin
Not Active29-Aug-06 10:11
mentorNot Active29-Aug-06 10:11 
GeneralRe: Application Blocks Help Pin
Brendan Vogt29-Aug-06 20:35
Brendan Vogt29-Aug-06 20:35 
GeneralRe: Application Blocks Help Pin
Not Active30-Aug-06 3:11
mentorNot Active30-Aug-06 3:11 
Questionsql timeout Pin
JacquesDP29-Aug-06 4:27
JacquesDP29-Aug-06 4:27 
AnswerRe: sql timeout Pin
Baj2229-Aug-06 5:12
Baj2229-Aug-06 5:12 
GeneralRe: sql timeout Pin
JacquesDP29-Aug-06 5:33
JacquesDP29-Aug-06 5:33 
AnswerRe: sql timeout Pin
J4amieC29-Aug-06 5:41
J4amieC29-Aug-06 5:41 
GeneralRe: sql timeout Pin
JacquesDP29-Aug-06 18:38
JacquesDP29-Aug-06 18:38 
GeneralRe: sql timeout Pin
JacquesDP29-Aug-06 18:43
JacquesDP29-Aug-06 18:43 
QuestionUsing Controls from plugin dll's Pin
Pieter Alec Myburgh29-Aug-06 3:44
Pieter Alec Myburgh29-Aug-06 3:44 
AnswerRe: Using Controls from plugin dll's Pin
Sebastian Schneider29-Aug-06 4:38
Sebastian Schneider29-Aug-06 4:38 
QuestionTransition between forms, next, back buttons Pin
Saamir29-Aug-06 3:44
Saamir29-Aug-06 3:44 

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.