Click here to Skip to main content
15,913,487 members
Home / Discussions / C#
   

C#

 
QuestionSMTP via socket problem Pin
DannyAdler23-Mar-06 14:58
DannyAdler23-Mar-06 14:58 
AnswerRe: SMTP via socket problem Pin
Dave Kreskowiak23-Mar-06 16:09
mveDave Kreskowiak23-Mar-06 16:09 
GeneralRe: SMTP via socket problem Pin
DannyAdler23-Mar-06 22:49
DannyAdler23-Mar-06 22:49 
GeneralRe: SMTP via socket problem Pin
Dave Kreskowiak24-Mar-06 2:45
mveDave Kreskowiak24-Mar-06 2:45 
QuestionGDI+ Pin
Fouad_kayali23-Mar-06 14:01
Fouad_kayali23-Mar-06 14:01 
AnswerRe: GDI+ Pin
Christian Graus23-Mar-06 16:39
protectorChristian Graus23-Mar-06 16:39 
QuestionPeeping Tom Pin
IceWater4223-Mar-06 13:58
IceWater4223-Mar-06 13:58 
AnswerRe: Peeping Tom Pin
Luis Alonso Ramos23-Mar-06 15:21
Luis Alonso Ramos23-Mar-06 15:21 
Ok, supposing you're trying to do this for a something legal, first you have to use Spy++ to find the text control in the window hierarchy. Then you could use EnumChildWindows as many times as required to get the Edit control (that's the way they are called in the Windows API Smile | :) ) handle, and send it a WM_GETTEXT message.

But since the other app probably isn't written in .NET, you're better off using the Win32 API.

If it's a regular text box coontrol, it's actually rather easy.

-- LuisR



Luis Alonso Ramos
Intelectix - Chihuahua, Mexico

Not much here: My CP Blog!


The amount of sleep the average person needs is five more minutes. -- Vikram A Punathambekar, Aug. 11, 2005
GeneralRe: Peeping Tom Pin
IceWater4224-Mar-06 22:53
IceWater4224-Mar-06 22:53 
GeneralRe: Peeping Tom Pin
Luis Alonso Ramos25-Mar-06 6:56
Luis Alonso Ramos25-Mar-06 6:56 
QuestionHow to associate files with programs? Pin
nogola23-Mar-06 11:39
nogola23-Mar-06 11:39 
AnswerRe: How to associate files with programs? Pin
Ed.Poore23-Mar-06 12:21
Ed.Poore23-Mar-06 12:21 
AnswerRe: How to associate files with programs? Pin
kasik23-Mar-06 13:17
kasik23-Mar-06 13:17 
AnswerRe: How to associate files with programs? Pin
IceWater4223-Mar-06 17:55
IceWater4223-Mar-06 17:55 
Question.NET 2003 queues Pin
spin vector23-Mar-06 10:40
spin vector23-Mar-06 10:40 
QuestionRemote Registry editing? Pin
Joshua Lunsford23-Mar-06 10:13
Joshua Lunsford23-Mar-06 10:13 
AnswerRe: Remote Registry editing? Pin
oykica23-Mar-06 21:21
oykica23-Mar-06 21:21 
GeneralRe: Remote Registry editing? Pin
Joshua Lunsford24-Mar-06 8:37
Joshua Lunsford24-Mar-06 8:37 
Questionargs in main Pin
nogola23-Mar-06 10:04
nogola23-Mar-06 10:04 
AnswerRe: args in main Pin
Dan Neely23-Mar-06 10:38
Dan Neely23-Mar-06 10:38 
GeneralRe: args in main Pin
nogola23-Mar-06 10:46
nogola23-Mar-06 10:46 
GeneralRe: args in main Pin
Sean8923-Mar-06 10:51
Sean8923-Mar-06 10:51 
GeneralRe: args in main Pin
Igor Velikorossov23-Mar-06 10:54
Igor Velikorossov23-Mar-06 10:54 
GeneralRe: args in main Pin
Igor Velikorossov23-Mar-06 10:53
Igor Velikorossov23-Mar-06 10:53 
GeneralRe: args in main Pin
nogola23-Mar-06 10:58
nogola23-Mar-06 10:58 

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.