Click here to Skip to main content
16,006,341 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Please help me! _event handeling Pin
xstoneheartx23-Mar-04 9:58
xstoneheartx23-Mar-04 9:58 
GeneralRe: Please help me! _event handeling Pin
Nadroj23-Mar-04 12:25
Nadroj23-Mar-04 12:25 
GeneralVisual Basic .NET 2003 Questions Pin
Kane~22-Mar-04 22:39
sussKane~22-Mar-04 22:39 
GeneralRe: Visual Basic .NET 2003 Questions Pin
Dave Kreskowiak23-Mar-04 1:27
mveDave Kreskowiak23-Mar-04 1:27 
GeneralRAS MprAdmin Problems Pin
MASOSi22-Mar-04 22:38
MASOSi22-Mar-04 22:38 
GeneralRe: RAS MprAdmin Problems Pin
MASOSi23-Mar-04 1:21
MASOSi23-Mar-04 1:21 
GeneralAccessing VB6 Constants Pin
Edbert P22-Mar-04 18:21
Edbert P22-Mar-04 18:21 
GeneralRe: Accessing VB6 Constants Pin
Dave Kreskowiak23-Mar-04 1:38
mveDave Kreskowiak23-Mar-04 1:38 
If I read your description right, all your constants are declared in a .bas module, right?
If you need to use them in another project, why not just add the existing .bas file to your new project? If you have to, strip any code out to a seperate .bas file. The idea being that you keep a library of constants, structures, and .DLL declarations in one file, everything being public and not in a class, so you can use them anywhere.

I used to keep a .bas module file just for Novell Client constants and .DLL function declarations. Any apps that I wrote that depended on even a few of these constants and functions, and there were a bunch of them!, included the same Novell.bas module file.


RageInTheMachine9532
GeneralRe: Accessing VB6 Constants Pin
Edbert P23-Mar-04 11:02
Edbert P23-Mar-04 11:02 
GeneralRe: Accessing VB6 Constants Pin
Dave Kreskowiak23-Mar-04 11:28
mveDave Kreskowiak23-Mar-04 11:28 
GeneralRe: Accessing VB6 Constants Pin
Vi223-Mar-04 20:45
Vi223-Mar-04 20:45 
GeneralGetting System Error &h80004002 Pin
Vipin Bokariya22-Mar-04 18:12
Vipin Bokariya22-Mar-04 18:12 
GeneralRe: Getting System Error &h80004002 Pin
Dave Kreskowiak23-Mar-04 1:45
mveDave Kreskowiak23-Mar-04 1:45 
GeneralRe: Getting System Error &h80004002 Pin
Vipin Bokariya24-Mar-04 20:03
Vipin Bokariya24-Mar-04 20:03 
GeneralRe: Getting System Error &h80004002 Pin
Dave Kreskowiak25-Mar-04 0:41
mveDave Kreskowiak25-Mar-04 0:41 
GeneralNetwork please! Pin
Guerven22-Mar-04 14:19
Guerven22-Mar-04 14:19 
GeneralRe: Network please! Pin
John Kuhn22-Mar-04 16:55
John Kuhn22-Mar-04 16:55 
GeneralRe: Network please! Pin
Dave Kreskowiak22-Mar-04 17:25
mveDave Kreskowiak22-Mar-04 17:25 
Generalplease help me! Pin
xstoneheartx22-Mar-04 12:01
xstoneheartx22-Mar-04 12:01 
GeneralRe: please help me! Pin
Nadroj22-Mar-04 12:10
Nadroj22-Mar-04 12:10 
GeneralRe: please help me! Pin
xstoneheartx22-Mar-04 23:33
xstoneheartx22-Mar-04 23:33 
GeneralRe: please help me! Pin
Nadroj23-Mar-04 3:03
Nadroj23-Mar-04 3:03 
GeneralInvert Color Pin
xstoneheartx22-Mar-04 11:07
xstoneheartx22-Mar-04 11:07 
GeneralRe: Invert Color Pin
Christian Graus22-Mar-04 12:35
protectorChristian Graus22-Mar-04 12:35 
GeneralRe: Invert Color Pin
Nadroj22-Mar-04 14:02
Nadroj22-Mar-04 14:02 

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.