Click here to Skip to main content
15,924,367 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB.NET Implementation of Bittorrent Pin
Member 213127912-Feb-06 0:06
Member 213127912-Feb-06 0:06 
GeneralRe: VB.NET Implementation of Bittorrent Pin
Dave Kreskowiak12-Feb-06 2:10
mveDave Kreskowiak12-Feb-06 2:10 
QuestionWin App in Vb.net- shutsdown suddenly, help! Pin
kanchv5-Jan-06 8:18
kanchv5-Jan-06 8:18 
AnswerRe: Win App in Vb.net- shutsdown suddenly, help! Pin
Jared Parsons5-Jan-06 8:33
Jared Parsons5-Jan-06 8:33 
GeneralRe: Win App in Vb.net- shutsdown suddenly, help! Pin
kanchv9-Jan-06 4:53
kanchv9-Jan-06 4:53 
Questionsaving multiple audio channels with Encoder Pin
dwalters5-Jan-06 7:57
dwalters5-Jan-06 7:57 
QuestionAccessing control in other application Pin
pjadams2255-Jan-06 7:38
pjadams2255-Jan-06 7:38 
AnswerRe: Accessing control in other application Pin
Dave Kreskowiak5-Jan-06 8:06
mveDave Kreskowiak5-Jan-06 8:06 
pjadams225 wrote:
then loop thru the Control.Collection


Won't work. You can't cast a foreign app's controls to a .NET control type. You have to enumerate the windows in the foreign app until you find the control you're looking for. You'll then have it's window handle, to which you'll need to send a WM_GETTEXT message. The return you get will be a pointer to the string of text.

There is practically nothing in the .NET Framework Base Class Library that will help you with this, except for some things in the Interop namespace.

The technique is demonstrated in this[^] article. The code is in C++ though. I can't find any VB.NET examples.
[EDIT] Whoops! Wrong link! [/EDIT]


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome


-- modified at 14:08 Thursday 5th January, 2006
QuestionCrystal Reports - Reset Page Number Pin
dptalt5-Jan-06 5:14
dptalt5-Jan-06 5:14 
Questionclass help Pin
Jeeva Jose5-Jan-06 5:10
Jeeva Jose5-Jan-06 5:10 
AnswerRe: class help Pin
Dave Kreskowiak5-Jan-06 5:43
mveDave Kreskowiak5-Jan-06 5:43 
AnswerRe: class help Pin
Christian Graus5-Jan-06 10:23
protectorChristian Graus5-Jan-06 10:23 
GeneralRe: class help Pin
Dave Kreskowiak5-Jan-06 18:15
mveDave Kreskowiak5-Jan-06 18:15 
Question.Net Library Required for I.T. Project Pin
Member 21312795-Jan-06 3:52
Member 21312795-Jan-06 3:52 
AnswerRe: .Net Library Required for I.T. Project Pin
Dave Kreskowiak5-Jan-06 4:12
mveDave Kreskowiak5-Jan-06 4:12 
AnswerRe: .Net Library Required for I.T. Project Pin
Dave Kreskowiak5-Jan-06 4:13
mveDave Kreskowiak5-Jan-06 4:13 
GeneralRe: .Net Library Required for I.T. Project Pin
Member 21312795-Jan-06 9:49
Member 21312795-Jan-06 9:49 
GeneralRe: .Net Library Required for I.T. Project Pin
Dave Kreskowiak5-Jan-06 18:13
mveDave Kreskowiak5-Jan-06 18:13 
AnswerRe: .Net Library Required for I.T. Project Pin
Colin Angus Mackay5-Jan-06 4:17
Colin Angus Mackay5-Jan-06 4:17 
QuestionVS .Net 2005 Pin
Marc Soleda5-Jan-06 2:41
Marc Soleda5-Jan-06 2:41 
QuestionFree Visual Basic.NET Videos Pin
DickInYaMum5-Jan-06 2:15
DickInYaMum5-Jan-06 2:15 
AnswerRe: Free Visual Basic.NET Videos Pin
Dave Kreskowiak5-Jan-06 3:29
mveDave Kreskowiak5-Jan-06 3:29 
AnswerRe: Free Visual Basic.NET Videos Pin
Christian Graus5-Jan-06 10:25
protectorChristian Graus5-Jan-06 10:25 
GeneralRe: Free Visual Basic.NET Videos Pin
DickInYaMum6-Jan-06 0:19
DickInYaMum6-Jan-06 0:19 
GeneralRe: Free Visual Basic.NET Videos Pin
Jonathan [Darka]6-Jan-06 1:56
professionalJonathan [Darka]6-Jan-06 1:56 

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.