Click here to Skip to main content
16,010,650 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: help! progressbar wont show! Pin
Nick Parker20-Sep-02 9:43
protectorNick Parker20-Sep-02 9:43 
GeneralRe: help! progressbar wont show! Pin
dsk24-Sep-02 22:50
dsk24-Sep-02 22:50 
QuestionCatch keydown in Word by VBA? Pin
Elf19-Sep-02 19:32
Elf19-Sep-02 19:32 
QuestionShut down one program from another? Pin
Matt Philmon19-Sep-02 18:02
Matt Philmon19-Sep-02 18:02 
Questionhow to launch form in a vb COM dll Pin
ns19-Sep-02 12:06
ns19-Sep-02 12:06 
AnswerRe: how to launch form in a vb COM dll Pin
Nick Parker19-Sep-02 16:45
protectorNick Parker19-Sep-02 16:45 
GeneralRe: how to launch form in a vb COM dll Pin
ns20-Sep-02 1:16
ns20-Sep-02 1:16 
GeneralRe: how to launch form in a vb COM dll Pin
Nick Parker20-Sep-02 7:41
protectorNick Parker20-Sep-02 7:41 
I don't believe that you are going to be able to access your VC++ form from within the VB ActiveX.dll directly. The work around I believe is somewhat circular. Suppose you have a function called UpdateVCScreen(); written in VC++ to update your progress bar. Now you have function called DoVBStuff() inside your VB ActiveX.dll, lets just say that your VB function opens a file and reads it line by line. You can call your VB function from VC++, however to update the progress bar in your VC++ application you are going to need to make a a call to your VC++ UpdateVCScreen(); function from your VB ActiveX.dll that will interface to your application which you have written in VC++. There may be many other ways to do this, however I am not sure of another method. Does this make any sense?

HTH

Nick Parker

If the automobile had followed the same development as the computer, a Rolls-Royce would today cost $100, get a million miles per gallon, and explode once a year killing everyone inside.
-Robert Cringely



GeneralRe: how to launch form in a vb COM dll Pin
ns20-Sep-02 7:46
ns20-Sep-02 7:46 
GeneralRe: how to launch form in a vb COM dll Pin
ns20-Sep-02 2:36
ns20-Sep-02 2:36 
GeneralRe: how to launch form in a vb COM dll Pin
ns20-Sep-02 5:44
ns20-Sep-02 5:44 
GeneralRe: how to launch form in a vb COM dll Pin
Nick Parker20-Sep-02 7:45
protectorNick Parker20-Sep-02 7:45 
GeneralNA Pin
reddy12398719-Sep-02 8:41
reddy12398719-Sep-02 8:41 
GeneralRe: Help me out please Pin
Nick Parker19-Sep-02 10:26
protectorNick Parker19-Sep-02 10:26 
GeneralActiveDirectory Pin
suresh_sathya19-Sep-02 1:18
suresh_sathya19-Sep-02 1:18 
GeneralList control in VB.Net (Web Forms) Pin
Jenifer18-Sep-02 23:40
Jenifer18-Sep-02 23:40 
QuestionVB 6.0 Is there a pre-built app or Wizard for making an install package? Pin
BHBAD200218-Sep-02 6:30
sussBHBAD200218-Sep-02 6:30 
AnswerRe: VB 6.0 Is there a pre-built app or Wizard for making an install package? Pin
Ray Cassick18-Sep-02 6:57
Ray Cassick18-Sep-02 6:57 
GeneralRe: VB 6.0 Is there a pre-built app or Wizard for making an install package? Pin
dsk19-Sep-02 1:04
dsk19-Sep-02 1:04 
QuestionIn VB 6.0 how do I Check for A running Application?? Pin
BHBAD200218-Sep-02 4:50
sussBHBAD200218-Sep-02 4:50 
AnswerRe: In VB 6.0 how do I Check for A running Application?? Pin
Ray Cassick18-Sep-02 5:26
Ray Cassick18-Sep-02 5:26 
GeneralIn Vbscript using Ole Automation how to I open a PPT presentation with the main PPT App window in a minimised mode Pin
SPGV17-Sep-02 19:36
SPGV17-Sep-02 19:36 
Generaldisable the warning dialog box in Word Pin
retZ117-Sep-02 8:54
sussretZ117-Sep-02 8:54 
GeneralRe: disable the warning dialog box in Word Pin
Nick Parker18-Sep-02 8:00
protectorNick Parker18-Sep-02 8:00 
QuestionDAO: In VB 6.0, how do i search a access database? Pin
BHBAD200217-Sep-02 8:22
sussBHBAD200217-Sep-02 8:22 

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.