Click here to Skip to main content
15,899,124 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Data mining with apriori algorithm Pin
Dave Kreskowiak5-Mar-09 7:44
mveDave Kreskowiak5-Mar-09 7:44 
AnswerRe: Data mining with apriori algorithm Pin
EliottA5-Mar-09 8:41
EliottA5-Mar-09 8:41 
GeneralRe: Data mining with apriori algorithm Pin
melina38615-Dec-09 10:03
melina38615-Dec-09 10:03 
GeneralRe: Data mining with apriori algorithm Pin
EliottA15-Dec-09 10:08
EliottA15-Dec-09 10:08 
Question[Message Deleted] Pin
Dilum5-Mar-09 5:14
Dilum5-Mar-09 5:14 
AnswerRe: sp execute problem Pin
Jon_Boy5-Mar-09 6:01
Jon_Boy5-Mar-09 6:01 
QuestionHow to get characters at each side of the cursor position from the VS2008 DTE? Pin
temple31885-Mar-09 4:34
temple31885-Mar-09 4:34 
QuestionPropertyGrid Pin
dilipmca045-Mar-09 3:44
dilipmca045-Mar-09 3:44 
RantRe: PropertyGrid Pin
0x3c05-Mar-09 6:32
0x3c05-Mar-09 6:32 
QuestionHow do I create help files Pin
Cory Kimble5-Mar-09 2:53
Cory Kimble5-Mar-09 2:53 
AnswerRe: How do I create help files Pin
Dave Kreskowiak5-Mar-09 3:35
mveDave Kreskowiak5-Mar-09 3:35 
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 

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.