Click here to Skip to main content
15,899,754 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: import excel data to dataset Pin
Stephen McGuire6-Sep-06 3:05
Stephen McGuire6-Sep-06 3:05 
GeneralRe: import excel data to dataset Pin
viji]6-Sep-06 19:07
viji]6-Sep-06 19:07 
QuestionWindow Form Hash Password trouble Pin
Lim Agus31-Aug-06 0:28
Lim Agus31-Aug-06 0:28 
AnswerRe: Window Form Hash Password trouble Pin
Stephen McGuire31-Aug-06 2:27
Stephen McGuire31-Aug-06 2:27 
GeneralRe: Window Form Hash Password trouble Pin
Lim Agus31-Aug-06 16:31
Lim Agus31-Aug-06 16:31 
GeneralRe: Window Form Hash Password trouble Pin
Stephen McGuire6-Sep-06 3:01
Stephen McGuire6-Sep-06 3:01 
Questionpublic const Pin
Marc Soleda30-Aug-06 23:49
Marc Soleda30-Aug-06 23:49 
AnswerRe: public const Pin
Dave Kreskowiak31-Aug-06 5:49
mveDave Kreskowiak31-Aug-06 5:49 
OK, it's been 6 years since I've used VB6, so I'm pretty much guessing here.

If a const is declared in a .DLL, just using the name of that constant in your code won't work. You can use it in certain cases, but it depends on how and where the constant is declared in the .DLL. If it's inside a class, then you can probably use it like this:
x = classname.constantname

Without seeing how the constant is declared and what you did to reference this DLL, it's pretty much impossible to give you an accurate answer.


Dave Kreskowiak
Microsoft MVP - Visual Basic


QuestionExport to Excel 2 questions Pin
Legolas_Bilbao30-Aug-06 23:17
Legolas_Bilbao30-Aug-06 23:17 
Questionhow to write the numeric value into currency format in words Pin
Pradip Kishore30-Aug-06 21:53
Pradip Kishore30-Aug-06 21:53 
Answerhow to write the numeric value into currency format in words Pin
Kanniah31-Aug-06 3:40
Kanniah31-Aug-06 3:40 
GeneralRe: how to write the numeric value into currency format in words Pin
Pradip Kishore31-Aug-06 23:42
Pradip Kishore31-Aug-06 23:42 
AnswerRe: how to write the numeric value into currency format in words Pin
Dave Kreskowiak31-Aug-06 5:39
mveDave Kreskowiak31-Aug-06 5:39 
QuestionHow to store the system clock in a variable Pin
Neo_Ali30-Aug-06 20:48
Neo_Ali30-Aug-06 20:48 
AnswerHow to store the system clock in a variable Pin
Kanniah31-Aug-06 3:28
Kanniah31-Aug-06 3:28 
GeneralRe: How to store the system clock in a variable Pin
Neo_Ali2-Sep-06 21:16
Neo_Ali2-Sep-06 21:16 
AnswerRe: How to store the system clock in a variable Pin
Dave Kreskowiak31-Aug-06 5:37
mveDave Kreskowiak31-Aug-06 5:37 
QuestionHow to set white color to transparent and the opacity=0.5 as the same time same form? Pin
cylix200030-Aug-06 20:46
cylix200030-Aug-06 20:46 
AnswerRe: How to set white color to transparent and the opacity=0.5 as the same time same form? Pin
Dave Kreskowiak31-Aug-06 5:35
mveDave Kreskowiak31-Aug-06 5:35 
QuestionAPI Pin
Khalefa_1330-Aug-06 18:58
Khalefa_1330-Aug-06 18:58 
AnswerRe: API Pin
CWIZO31-Aug-06 2:23
CWIZO31-Aug-06 2:23 
Questionmy littel problem Pin
Khalefa_1330-Aug-06 18:56
Khalefa_1330-Aug-06 18:56 
QuestionRss Enclosures Pin
ranro200630-Aug-06 18:08
ranro200630-Aug-06 18:08 
QuestionOutlook Interop Question Pin
Joshua Boyle30-Aug-06 10:57
Joshua Boyle30-Aug-06 10:57 
QuestionDeleted Column throws exception Pin
IdahoNetworkGuru30-Aug-06 10:54
professionalIdahoNetworkGuru30-Aug-06 10:54 

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.