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

Visual Basic

 
GeneralRe: Up to my neck in poo! Sub Finalize Pin
Dave Kreskowiak12-Dec-03 8:26
mveDave Kreskowiak12-Dec-03 8:26 
GeneralRe: Up to my neck in poo! Sub Finalize Pin
cnurse12-Dec-03 12:59
cnurse12-Dec-03 12:59 
GeneralRe: Up to my neck in poo! Sub Finalize Pin
Dave Kreskowiak13-Dec-03 5:33
mveDave Kreskowiak13-Dec-03 5:33 
GeneralVB.net propertygrid Pin
Anonymous11-Dec-03 15:54
Anonymous11-Dec-03 15:54 
GeneralProgramming Mouse Clicks Pin
Anonymous11-Dec-03 12:04
Anonymous11-Dec-03 12:04 
GeneralAccessing VB6 control properties from VC++ Pin
BobAshforth11-Dec-03 7:34
BobAshforth11-Dec-03 7:34 
GeneralRe: Accessing VB6 control properties from VC++ Pin
Dave Kreskowiak11-Dec-03 8:37
mveDave Kreskowiak11-Dec-03 8:37 
GeneralRe: Accessing VB6 control properties from VC++ Pin
BobAshforth11-Dec-03 10:32
BobAshforth11-Dec-03 10:32 
RageInTheMachine9532 wrote:
This question is better off in the C++ forum. But are you trying to get at the controls of a VB app you've written, or something you don't have the source code to?

I can understand why you think this is more of a C++ question; the truth is, it is at its core a "VB internals" question, and with some info on that I might end up in the C++ forum or the ATL forum...

I'm trying to get at properties of objects within a VB executable, and though in my "pilot project" I have access to the source, I need to be able to do this in programs where I do not have source. The base question I have is where this info is stored and/or (more importantly) what structured access, if any, is provided to it.

I'm hoping that VB windows and controls are, from the MFC perspective, COM/ATL objects that are wrapped in CWindow objects, and that I can get an IUnknown interface pointer from them and from there explore whatever info they expose. I haven't found any info on how VB implements their objects from a C++/MFC perspective, though, so I'm speculating based on what I can deduce using Spy++ and other similar tools.

Any clues?

Thanks-

Bob
GeneralRe: Accessing VB6 control properties from VC++ Pin
Dave Kreskowiak11-Dec-03 11:14
mveDave Kreskowiak11-Dec-03 11:14 
GeneralRe: Accessing VB6 control properties from VC++ Pin
BobAshforth12-Dec-03 2:48
BobAshforth12-Dec-03 2:48 
GeneralRe: Accessing VB6 control properties from VC++ Pin
Anthony_Yio11-Dec-03 23:17
Anthony_Yio11-Dec-03 23:17 
GeneralRe: Accessing VB6 control properties from VC++ Pin
BobAshforth12-Dec-03 2:51
BobAshforth12-Dec-03 2:51 
GeneralGleaning a specific part out of a string Pin
ccandler11-Dec-03 7:07
ccandler11-Dec-03 7:07 
GeneralRe: Gleaning a specific part out of a string Pin
Dave Kreskowiak11-Dec-03 7:46
mveDave Kreskowiak11-Dec-03 7:46 
Generalapplication dies Pin
JimWDurbin11-Dec-03 6:59
JimWDurbin11-Dec-03 6:59 
GeneralRe: application dies Pin
Dave Kreskowiak11-Dec-03 7:08
mveDave Kreskowiak11-Dec-03 7:08 
GeneralRe: application dies Pin
JimWDurbin11-Dec-03 7:20
JimWDurbin11-Dec-03 7:20 
GeneralRe: application dies Pin
Dave Kreskowiak11-Dec-03 7:31
mveDave Kreskowiak11-Dec-03 7:31 
GeneralRe: application dies Pin
JimWDurbin11-Dec-03 7:35
JimWDurbin11-Dec-03 7:35 
GeneralVB.Net - Saving settings on a text file; finding bin folder Pin
RandomGuy8511-Dec-03 6:34
sussRandomGuy8511-Dec-03 6:34 
GeneralRe: VB.Net - Saving settings on a text file; finding bin folder Pin
Dave Kreskowiak11-Dec-03 7:27
mveDave Kreskowiak11-Dec-03 7:27 
GeneralRe: VB.Net - Saving settings on a text file; finding bin folder Pin
Charlie Williams11-Dec-03 16:42
Charlie Williams11-Dec-03 16:42 
GeneralRe: VB.Net - Saving settings on a text file; finding bin folder Pin
Dave Kreskowiak12-Dec-03 2:26
mveDave Kreskowiak12-Dec-03 2:26 
GeneralRe: VB.Net - Saving settings on a text file; finding bin folder Pin
Charlie Williams12-Dec-03 12:56
Charlie Williams12-Dec-03 12:56 
Questionhow to copy text in a richtextbox to clipboard Pin
MJay10-Dec-03 23:41
MJay10-Dec-03 23:41 

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.