Click here to Skip to main content
16,014,392 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Send MsgBox to another User Pin
tramdtt4-Jun-04 16:45
tramdtt4-Jun-04 16:45 
GeneralRestricting Pin
P.V.Velan3-Jun-04 20:29
P.V.Velan3-Jun-04 20:29 
GeneralRe: Restricting Pin
Dave Kreskowiak4-Jun-04 0:40
mveDave Kreskowiak4-Jun-04 0:40 
Generalextending my application wih a vba or vba.net programming environment Pin
jdebont3-Jun-04 11:52
jdebont3-Jun-04 11:52 
GeneralPortability Error Pin
Pugman8123-Jun-04 9:54
Pugman8123-Jun-04 9:54 
GeneralRe: Portability Error Pin
Dave Kreskowiak3-Jun-04 10:00
mveDave Kreskowiak3-Jun-04 10:00 
GeneralRe: Portability Error Pin
Pugman8123-Jun-04 11:06
Pugman8123-Jun-04 11:06 
GeneralRe: Portability Error Pin
Dave Kreskowiak3-Jun-04 12:29
mveDave Kreskowiak3-Jun-04 12:29 
It has to be done by the installer. Normaly, when you build an installer project (VB.NET) or use the Package and Deployment Wizard (VB6), this dependacy is handled for you, along with the registration of the .OCX. But, neither of these will take care of the dependancies that the .OCX file has. You'll have to add those manually.

You'r app really can't check for the existance of the controls ahead of time. Your app would have to know the filename and version of each of the controls it needs, then it would have to check to see if the control is registered properly and that would require your app knowing all of the ClassID's the control registers. It's possible to do, but not worth the effort at all. Just making sure you have a properly packaged application is much easier.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

Generalsplit "C:\hello" "C:\h\ddd" Pin
skoizumi291103-Jun-04 6:43
sussskoizumi291103-Jun-04 6:43 
GeneralRe: split "C:\hello" "C:\h\ddd" Pin
Andy *M*3-Jun-04 6:45
Andy *M*3-Jun-04 6:45 
GeneralRe: split "C:\hello" "C:\h\ddd" Pin
Dave Kreskowiak3-Jun-04 6:56
mveDave Kreskowiak3-Jun-04 6:56 
GeneralRe: split "C:\hello" "C:\h\ddd" Pin
Spanky33-Jun-04 13:53
Spanky33-Jun-04 13:53 
GeneralRe: split "C:\hello" "C:\h\ddd" Pin
Dave Kreskowiak3-Jun-04 14:17
mveDave Kreskowiak3-Jun-04 14:17 
GeneralRe: split "C:\hello" "C:\h\ddd" Pin
dnmanner5-Jun-04 16:58
dnmanner5-Jun-04 16:58 
GeneralAccessing another form's controls Pin
Anonymous3-Jun-04 6:11
Anonymous3-Jun-04 6:11 
GeneralRe: Accessing another form's controls Pin
Dave Kreskowiak3-Jun-04 6:47
mveDave Kreskowiak3-Jun-04 6:47 
GeneralRe: Accessing another form's controls Pin
Kavari3-Jun-04 17:20
sussKavari3-Jun-04 17:20 
GeneralRe: Accessing another form's controls Pin
Dave Kreskowiak4-Jun-04 0:35
mveDave Kreskowiak4-Jun-04 0:35 
GeneralRe: Accessing another form's controls Pin
VB Crazy4-Jun-04 2:05
VB Crazy4-Jun-04 2:05 
GeneralRe: Accessing another form's controls Pin
kavari4-Jun-04 2:05
susskavari4-Jun-04 2:05 
GeneralRe: Accessing another form's controls Pin
Kavari3-Jun-04 17:22
sussKavari3-Jun-04 17:22 
GeneralRe: Accessing another form's controls Pin
Kavari3-Jun-04 17:22
sussKavari3-Jun-04 17:22 
GeneralGPRS Connection Pin
scarr3-Jun-04 2:12
scarr3-Jun-04 2:12 
GeneralSo Mad Pin
Doing4him2-Jun-04 20:09
Doing4him2-Jun-04 20:09 
GeneralRe: So Mad Pin
RichardGrimmer2-Jun-04 21:20
RichardGrimmer2-Jun-04 21:20 

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.