Click here to Skip to main content
15,911,715 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionTaking info from a website? Pin
JustinEng17-Oct-06 18:16
JustinEng17-Oct-06 18:16 
AnswerRe: Taking info from a website? Pin
Dave Sexton18-Oct-06 0:18
Dave Sexton18-Oct-06 0:18 
QuestionError on:user defined type not defined??- vb6 [modified] Pin
campbells17-Oct-06 16:08
campbells17-Oct-06 16:08 
AnswerRe: Error on:user defined type not defined??- vb6 Pin
Christian Graus17-Oct-06 16:09
protectorChristian Graus17-Oct-06 16:09 
GeneralRe: Error on:user defined type not defined??- vb6 Pin
campbells17-Oct-06 16:15
campbells17-Oct-06 16:15 
GeneralRe: Error on:user defined type not defined??- vb6 Pin
Dave Kreskowiak17-Oct-06 17:48
mveDave Kreskowiak17-Oct-06 17:48 
GeneralRe: Error on:user defined type not defined??- vb6 Pin
campbells17-Oct-06 17:48
campbells17-Oct-06 17:48 
GeneralRe: Error on:user defined type not defined??- vb6 Pin
Dave Kreskowiak17-Oct-06 17:56
mveDave Kreskowiak17-Oct-06 17:56 
The compiler is bitching because the type "Database" doesn't exist, or at least you haven't supplied enough information to tell the compiler where to find the Database type definition. Is this an ADODB Database object? If so, you'll probably have to do something like this:
Dim dbb As ADODB.Database

DO NOT COPY AND PASTE THIS CODE INTO YOUR APP!! I have no idea if it's going to work and can't even tell you if the Database object you're looking for is even in the ADODB namespace.


Dave Kreskowiak
Microsoft MVP - Visual Basic


Questionhow to click a button then mySQL will create the procedure? [urgent] Pin
campbells17-Oct-06 15:44
campbells17-Oct-06 15:44 
AnswerRe: how to click a button then mySQL will create the procedure? [urgent] Pin
Christian Graus17-Oct-06 15:55
protectorChristian Graus17-Oct-06 15:55 
QuestionVB6/WinAPI - Setting process priority to interactive Pin
darkoex17-Oct-06 14:46
darkoex17-Oct-06 14:46 
QuestionDrag and Drop file to Desktop, Email, etc. Pin
CarlMoser17-Oct-06 9:06
CarlMoser17-Oct-06 9:06 
AnswerRe: Drag and Drop file to Desktop, Email, etc. Pin
CarlMoser18-Oct-06 7:44
CarlMoser18-Oct-06 7:44 
QuestionRunning application first time after install. Pin
dptalt17-Oct-06 8:02
dptalt17-Oct-06 8:02 
AnswerRe: Running application first time after install. Pin
aparna.shukla117-Oct-06 21:35
aparna.shukla117-Oct-06 21:35 
QuestionWorking with a textbox's read only property at runtime . . . Pin
Shawn Owens17-Oct-06 6:57
Shawn Owens17-Oct-06 6:57 
AnswerRe: Working with a textbox's read only property at runtime . . . Pin
Christian Graus17-Oct-06 7:11
protectorChristian Graus17-Oct-06 7:11 
GeneralRe: Working with a textbox's read only property at runtime . . . Pin
Shawn Owens17-Oct-06 7:20
Shawn Owens17-Oct-06 7:20 
GeneralRe: Working with a textbox's read only property at runtime . . . Pin
Christian Graus17-Oct-06 8:09
protectorChristian Graus17-Oct-06 8:09 
GeneralRe: Working with a textbox's read only property at runtime . . . Pin
Shawn Owens17-Oct-06 8:32
Shawn Owens17-Oct-06 8:32 
GeneralRe: Working with a textbox's read only property at runtime . . . Pin
Christian Graus17-Oct-06 9:58
protectorChristian Graus17-Oct-06 9:58 
GeneralRe: Working with a textbox's read only property at runtime . . . Pin
Dave Kreskowiak17-Oct-06 10:24
mveDave Kreskowiak17-Oct-06 10:24 
GeneralRe: Working with a textbox's read only property at runtime . . . Pin
Shawn Owens18-Oct-06 10:23
Shawn Owens18-Oct-06 10:23 
QuestionFew Questions " dialog box" " global variable" Pin
Ultima Reborn17-Oct-06 5:52
Ultima Reborn17-Oct-06 5:52 
AnswerRe: Few Questions " dialog box" " global variable" Pin
Christian Graus17-Oct-06 7:08
protectorChristian Graus17-Oct-06 7:08 

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.