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

Visual Basic

 
GeneralSend MsgBox to another User Pin
Member 5798973-Jun-04 22:24
Member 5798973-Jun-04 22:24 
GeneralRe: Send MsgBox to another User Pin
Dave Kreskowiak4-Jun-04 0:44
mveDave Kreskowiak4-Jun-04 0:44 
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 
When you place the .OCX files on the new machine, you have to register them with REGSVR32:
C:\Windows>REGSVR32 filename.ocx

Once that is done, the OCX file CANNOT be moved, unless you unregister the .OCX and re-register it when it is in it's final position. This is because the full path to the .OCX file is stored in the registry so the system knows where to find the file when it needs it.

Keep in mind, that .OCX files themselves, have dependencies. You must be sure that any .DLL files that the .OCX refers to are also copied to where the .OCX file expects them. You can use the Depends tool that comes with Visual Studio 6 to see what those dependencies are. You must also make sure that the dependent .DLL files are registered also, if they are ActiveX .DLL's.


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

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 
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 

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.