Click here to Skip to main content
15,867,308 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: FtpWebRequest Pin
Dave Kreskowiak15-Nov-09 10:55
mveDave Kreskowiak15-Nov-09 10:55 
GeneralRe: FtpWebRequest Pin
Archimedes2415-Nov-09 21:25
professionalArchimedes2415-Nov-09 21:25 
QuestionDatagridView Button Column Cell Editing Control Width. Pin
priyamtheone13-Nov-09 2:38
priyamtheone13-Nov-09 2:38 
AnswerRe: DatagridView Button Column Cell Editing Control Width. Pin
Dave Kreskowiak13-Nov-09 4:45
mveDave Kreskowiak13-Nov-09 4:45 
QuestionHow to get general control of any window in VB .net Pin
mtayyab200913-Nov-09 1:41
mtayyab200913-Nov-09 1:41 
AnswerRe: How to get general control of any window in VB .net Pin
Johan Hakkesteegt13-Nov-09 2:43
Johan Hakkesteegt13-Nov-09 2:43 
AnswerRe: How to get general control of any window in VB .net Pin
EliottA13-Nov-09 2:48
EliottA13-Nov-09 2:48 
AnswerRe: How to get general control of any window in VB .net Pin
Dave Kreskowiak13-Nov-09 4:31
mveDave Kreskowiak13-Nov-09 4:31 
Controls can be child windows of other controls, many levels deep. You have a couple of problems. First, it appears that you're only checking top level controls in a form and not the child controls that may be in them.

Also, if the technique you're using refers to WM_GETTEXT, the problem you may run into is that there is nothing that says a control must respond to that message. So, you may not get anything back.

Lastly, this method will not work at all with WPF applications.

Controlling other applications is exceedingly difficult and rarely ever ends up using "production quality" code.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




Questionbinding data with gridview Pin
KIDYA12-Nov-09 21:45
KIDYA12-Nov-09 21:45 
AnswerRe: binding data with gridview Pin
Johan Hakkesteegt12-Nov-09 22:46
Johan Hakkesteegt12-Nov-09 22:46 
GeneralRe: binding data with gridview Pin
KIDYA12-Nov-09 22:52
KIDYA12-Nov-09 22:52 
GeneralRe: binding data with gridview Pin
Johan Hakkesteegt12-Nov-09 23:23
Johan Hakkesteegt12-Nov-09 23:23 
GeneralRe: binding data with gridview Pin
Dave Kreskowiak13-Nov-09 4:25
mveDave Kreskowiak13-Nov-09 4:25 
AnswerRe: binding data with gridview Pin
Shameel12-Nov-09 22:51
professionalShameel12-Nov-09 22:51 
GeneralRe: binding data with gridview Pin
KIDYA12-Nov-09 22:56
KIDYA12-Nov-09 22:56 
GeneralRe: binding data with gridview Pin
Dave Kreskowiak13-Nov-09 4:27
mveDave Kreskowiak13-Nov-09 4:27 
QuestionRunning Value Question Pin
vbbeg12-Nov-09 20:46
vbbeg12-Nov-09 20:46 
QuestionSource code for SQL database Pin
Ravisubrahmanya12-Nov-09 20:14
Ravisubrahmanya12-Nov-09 20:14 
AnswerRe: Source code for SQL database Pin
Johan Hakkesteegt12-Nov-09 20:19
Johan Hakkesteegt12-Nov-09 20:19 
AnswerRe: Source code for SQL database Pin
Shameel12-Nov-09 22:54
professionalShameel12-Nov-09 22:54 
AnswerRe: Source code for SQL database Pin
Dave Kreskowiak13-Nov-09 4:19
mveDave Kreskowiak13-Nov-09 4:19 
AnswerRe: Source code for SQL database Pin
Oakman13-Nov-09 5:45
Oakman13-Nov-09 5:45 
QuestionInterop C++ dll from vb.net Pin
ggoutam712-Nov-09 20:07
ggoutam712-Nov-09 20:07 
AnswerRe: Interop C++ dll from vb.net Pin
Luc Pattyn13-Nov-09 1:11
sitebuilderLuc Pattyn13-Nov-09 1:11 
GeneralRe: Interop C++ dll from vb.net Pin
ggoutam715-Nov-09 21:05
ggoutam715-Nov-09 21:05 

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.