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

Visual Basic

 
Generalcontinue in VB Pin
Gerosa15-May-02 10:14
Gerosa15-May-02 10:14 
GeneralRe: continue in VB Pin
David Wengier15-May-02 11:39
David Wengier15-May-02 11:39 
Generalsocket Pin
RaphaelBr15-May-02 8:25
RaphaelBr15-May-02 8:25 
GeneralRe: socket Pin
David Wengier15-May-02 11:39
David Wengier15-May-02 11:39 
GeneralGUI Pin
Birdy14-May-02 21:32
Birdy14-May-02 21:32 
GeneralRe: GUI Pin
Smitha Nishant19-May-02 23:39
protectorSmitha Nishant19-May-02 23:39 
GeneralRe: GUI Pin
tiaozi26-May-02 3:36
tiaozi26-May-02 3:36 
GeneralEvents Pin
RaphaelBr14-May-02 9:35
RaphaelBr14-May-02 9:35 
Hi .. I am a Visual C++ programmer, I never write a program using VBasic, I am trying to use a ocx component, if I want to use this component I need to capture Events .. using C++ I use the follow code

BEGIN_EVENTSINK_MAP(CAVVCppDlg, CDialog)
ON_EVENT(CAVVCppDlg, IDC_VIDCAP1, 1 /* Frame */, OnFrameVidcap1, END_EVENTSINK_MAP()

The Events is captured and execute OnFrameVidCap1 Function

How can I do this VB 7 ??



GeneralRe: Events Pin
20-May-02 13:50
suss20-May-02 13:50 
QuestionRunning a .dll as a service? Pin
14-May-02 8:48
suss14-May-02 8:48 
AnswerRe: Running a .dll as a service? Pin
Daniel Turini15-May-02 4:32
Daniel Turini15-May-02 4:32 
GeneralLimiting textbox input to numbers Pin
Fredrik Skog14-May-02 3:30
Fredrik Skog14-May-02 3:30 
GeneralRe: Limiting textbox input to numbers Pin
Hesham Amin15-May-02 0:39
Hesham Amin15-May-02 0:39 
GeneralRe: Limiting textbox input to numbers Pin
Creative Vision14-Aug-02 0:12
sussCreative Vision14-Aug-02 0:12 
Generalrunning Exe Pin
Jerome Conus13-May-02 5:46
Jerome Conus13-May-02 5:46 
GeneralRe: running Exe Pin
Brian Delahunty13-May-02 5:55
Brian Delahunty13-May-02 5:55 
GeneralRe: running Exe Pin
20-May-02 13:39
suss20-May-02 13:39 
GeneralMath DLL Pin
12-May-02 20:39
suss12-May-02 20:39 
GeneralRe: Math DLL Pin
Paul M Watt13-May-02 8:03
mentorPaul M Watt13-May-02 8:03 
GeneralRe: Math DLL Pin
13-May-02 16:19
suss13-May-02 16:19 
GeneralRe: Math DLL Pin
Nick Parker15-May-02 2:02
protectorNick Parker15-May-02 2:02 
GeneralRe: Math DLL Pin
16-May-02 1:59
suss16-May-02 1:59 
QuestionHow do u make a newline in an text box? Pin
devvvy12-May-02 7:53
devvvy12-May-02 7:53 
AnswerRe: How do u make a newline in an text box? Pin
Hesham Amin12-May-02 22:22
Hesham Amin12-May-02 22:22 
GeneralRe: How do u make a newline in an text box? Pin
Jason Gerard16-May-02 3:12
Jason Gerard16-May-02 3:12 

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.