Forum: Visual Basic
Jan 14th, 2005, 11:38 PM
|
|
Replies: 2
Views: 416
Thanks for the info Rory. I have thought about...
Thanks for the info Rory. I have thought about GetWindowParent but it would still leave me with only a handle, which can't be converted back to a 'form object' and I needed to access and manipulate...
|
Forum: Visual Basic
Jan 13th, 2005, 12:26 PM
|
|
Replies: 2
Views: 416
Getting parent forms object
Hi,
Does anyone know how I can get to the parent forms object collection from within an activeX dll similar to an ocx's UserControl.Parent property? I'd like to get the parent forms collection...
|
Forum: C++
Jan 12th, 2005, 2:45 PM
|
|
Replies: 0
Views: 148
Equilavent to Me object in C++
Hi,
I've created a dll in VB and it requires one call on Form_Load() which is Create (Frm as Form). Usually like this Create Me.
Does anyone know how this could be called from C++? I know how to...
|