Click here to Skip to main content
15,878,814 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How do I create help files Pin
Smithers-Jones5-Mar-09 3:39
Smithers-Jones5-Mar-09 3:39 
Questioncopying the column values of a Datatable into another data table in vb.net Pin
Pankaj Garg5-Mar-09 2:24
Pankaj Garg5-Mar-09 2:24 
AnswerRe: copying the column values of a Datatable into another data table in vb.net Pin
Dave Kreskowiak5-Mar-09 3:28
mveDave Kreskowiak5-Mar-09 3:28 
GeneralRe: copying the column values of a Datatable into another data table in vb.net Pin
Pankaj Garg7-Mar-09 7:41
Pankaj Garg7-Mar-09 7:41 
GeneralRe: copying the column values of a Datatable into another data table in vb.net Pin
Dave Kreskowiak7-Mar-09 13:46
mveDave Kreskowiak7-Mar-09 13:46 
QuestionGetting Control name of other program. Pin
Gagan.205-Mar-09 1:49
Gagan.205-Mar-09 1:49 
AnswerRe: Getting Control name of other program. Pin
Jon_Boy5-Mar-09 2:57
Jon_Boy5-Mar-09 2:57 
AnswerRe: Getting Control name of other program. Pin
Dave Kreskowiak5-Mar-09 3:24
mveDave Kreskowiak5-Mar-09 3:24 
You can't do it easily. You cannot cast a .NET Control class onto an arbitrary control and expect all the fields to be filled in for you for display. You'd have to use the Win32 API functions to get at pieces of the controls, but even then, since your talking about another application, there are functions that will not work acrossed application boundries. The information you get is going to be limited to window parameters.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Getting Control name of other program. Pin
Gagan.205-Mar-09 3:33
Gagan.205-Mar-09 3:33 
GeneralRe: Getting Control name of other program. Pin
Dave Kreskowiak5-Mar-09 3:37
mveDave Kreskowiak5-Mar-09 3:37 
GeneralRe: Getting Control name of other program. Pin
Gagan.205-Mar-09 3:41
Gagan.205-Mar-09 3:41 
QuestionPrinting Datagridview Pin
Gagan.205-Mar-09 1:45
Gagan.205-Mar-09 1:45 
AnswerRe: Printing Datagridview Pin
Rupesh Kumar Swami5-Mar-09 1:48
Rupesh Kumar Swami5-Mar-09 1:48 
GeneralRe: Printing Datagridview Pin
Gagan.205-Mar-09 1:51
Gagan.205-Mar-09 1:51 
GeneralRe: Printing Datagridview Pin
Dave Kreskowiak5-Mar-09 3:26
mveDave Kreskowiak5-Mar-09 3:26 
AnswerRe: Printing Datagridview Pin
am20005-Mar-09 2:41
am20005-Mar-09 2:41 
GeneralRe: Printing Datagridview Pin
Sebastian Br.5-Mar-09 3:36
Sebastian Br.5-Mar-09 3:36 
QuestionTabIndex Pin
hrishiS4-Mar-09 23:37
hrishiS4-Mar-09 23:37 
AnswerRe: TabIndex Pin
Pasan1484-Mar-09 23:45
Pasan1484-Mar-09 23:45 
GeneralRe: TabIndex Pin
Jon_Boy5-Mar-09 1:23
Jon_Boy5-Mar-09 1:23 
QuestionStock Prices web service Pin
1sabine84-Mar-09 22:43
1sabine84-Mar-09 22:43 
AnswerRe: Stock Prices web service Pin
Rupesh Kumar Swami4-Mar-09 22:48
Rupesh Kumar Swami4-Mar-09 22:48 
GeneralRe: Stock Prices web service Pin
1sabine84-Mar-09 23:47
1sabine84-Mar-09 23:47 
AnswerRe: Stock Prices web service Pin
Eddy Vluggen5-Mar-09 0:08
professionalEddy Vluggen5-Mar-09 0:08 
GeneralRe: Stock Prices web service Pin
Jon_Boy5-Mar-09 1:24
Jon_Boy5-Mar-09 1:24 

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.