Click here to Skip to main content
16,005,682 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB and pointer to function Pin
Ray Cassick23-Dec-02 7:07
Ray Cassick23-Dec-02 7:07 
GeneralCapture output Pin
Teir20-Dec-02 19:15
Teir20-Dec-02 19:15 
GeneralRe: Capture output Pin
Ray Cassick23-Dec-02 7:08
Ray Cassick23-Dec-02 7:08 
GeneralRe: Capture output Pin
Tatham26-Dec-02 6:22
Tatham26-Dec-02 6:22 
GeneralRe: Capture output Pin
Ray Cassick26-Dec-02 6:27
Ray Cassick26-Dec-02 6:27 
GeneralRe: Capture output Pin
Tatham26-Dec-02 6:34
Tatham26-Dec-02 6:34 
GeneralDirectX 9.0 Released Pin
Heath Stewart20-Dec-02 9:27
protectorHeath Stewart20-Dec-02 9:27 
GeneralActiveX DLL control help Pin
Todd Smith20-Dec-02 8:56
Todd Smith20-Dec-02 8:56 
I'm trying to create an ActiveX DLL control in VB but I'm running into one snag. I want a simple form in the ActiveX control that has a scrollbar and a few buttons. This is working except that my form/dialog is popping up outside of IE. I want it to show up in IE (using the OBJECT tag) like a control embeded in the web page. Any suggestions?

It seems like I just need to make the form a child of the main class or IE somehow.

' MainClass

Private TheForm As TimeAdjustForm

Private Sub Class_Initialize()
    Set TheForm = New TimeAdjustForm
    TheForm.Visible = True
End Sub

Private Sub Class_Terminate()
    Set TheForm = Nothing
End Sub




Todd Smith
GeneralRe: ActiveX DLL control help Pin
Ray Cassick23-Dec-02 7:10
Ray Cassick23-Dec-02 7:10 
GeneralVB6 app de-compiler Pin
Andy H19-Dec-02 23:00
Andy H19-Dec-02 23:00 
GeneralRe: VB6 app de-compiler Pin
Ray Cassick23-Dec-02 7:11
Ray Cassick23-Dec-02 7:11 
Generalsecondary thread to add data to the control Pin
kasturirawat19-Dec-02 14:26
kasturirawat19-Dec-02 14:26 
Questioninput validation?? Pin
drmzunlimited19-Dec-02 4:04
drmzunlimited19-Dec-02 4:04 
AnswerRe: input validation?? Pin
Nick Seng19-Dec-02 14:50
Nick Seng19-Dec-02 14:50 
GeneralVisual Basic DLL Pin
duvaft19-Dec-02 3:09
duvaft19-Dec-02 3:09 
GeneralRe: Visual Basic DLL Pin
Nick Seng19-Dec-02 14:44
Nick Seng19-Dec-02 14:44 
GeneralRe: Visual Basic DLL Pin
duvaft20-Dec-02 3:12
duvaft20-Dec-02 3:12 
GeneralRe: Visual Basic DLL Pin
Nick Seng22-Dec-02 14:24
Nick Seng22-Dec-02 14:24 
GeneralRe: Visual Basic DLL Pin
Ray Cassick23-Dec-02 7:15
Ray Cassick23-Dec-02 7:15 
Questionhow to control one form from another? Pin
drmzunlimited18-Dec-02 17:36
drmzunlimited18-Dec-02 17:36 
AnswerRe: how to control one form from another? Pin
CT CHANG19-Dec-02 16:35
CT CHANG19-Dec-02 16:35 
Generalunknown control Pin
Anonymous18-Dec-02 12:24
Anonymous18-Dec-02 12:24 
GeneralRe: unknown control Pin
Rob Graham18-Dec-02 12:43
Rob Graham18-Dec-02 12:43 
GeneralRe: unknown control Pin
Nick Seng18-Dec-02 15:04
Nick Seng18-Dec-02 15:04 
GeneralRe: unknown control (correction) Pin
Rob Graham18-Dec-02 18:37
Rob Graham18-Dec-02 18:37 

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.