Click here to Skip to main content
16,005,236 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionshortcuts in web app Pin
Sled Dog25-Jan-06 8:36
Sled Dog25-Jan-06 8:36 
QuestionHow can I query data into 1 listview in VB6? Pin
wliong25-Jan-06 5:35
wliong25-Jan-06 5:35 
AnswerRe: How can I query data into 1 listview in VB6? Pin
Mekong River25-Jan-06 14:42
Mekong River25-Jan-06 14:42 
QuestionHow to tell if a binary has been compiled in release mode? Pin
Evette25-Jan-06 5:03
Evette25-Jan-06 5:03 
AnswerRe: How to tell if a binary has been compiled in release mode? Pin
Joshua Quick25-Jan-06 8:17
Joshua Quick25-Jan-06 8:17 
QuestionHow can I display text box values in Crystal Reports? Pin
shakizil25-Jan-06 4:21
shakizil25-Jan-06 4:21 
Questionuser defined type Pin
Marc Soleda25-Jan-06 4:13
Marc Soleda25-Jan-06 4:13 
AnswerRe: user defined type Pin
Joshua Quick25-Jan-06 7:57
Joshua Quick25-Jan-06 7:57 
marcdev wrote:
In VB6, is it possible to use a User Defined Type as the return parameter of a method class?


No. I know it sucks, but that's just the way it works. You should have it return a class object instead.

marcdev wrote:
I can't define the Type in the class as Public


That's true too. Public Types are expected to be defined in Modules. Although, I do believe you can define private Types in a class.
GeneralRe: user defined type Pin
Marc Soleda25-Jan-06 20:37
Marc Soleda25-Jan-06 20:37 
QuestionTreeView with selective directoriy pathes Pin
cosma21725-Jan-06 4:03
cosma21725-Jan-06 4:03 
AnswerRe: TreeView with selective directoriy pathes Pin
Joshua Quick25-Jan-06 20:00
Joshua Quick25-Jan-06 20:00 
GeneralRe: TreeView with selective directoriy pathes Pin
cosma21726-Jan-06 3:11
cosma21726-Jan-06 3:11 
GeneralRe: TreeView with selective directoriy pathes Pin
Joshua Quick26-Jan-06 7:37
Joshua Quick26-Jan-06 7:37 
AnswerRe: Solution found ==> TreeView with selective directoriy pathes Pin
cosma2178-Feb-06 12:14
cosma2178-Feb-06 12:14 
Questionadding multiple computers in Active Directory Pin
shanemarkley25-Jan-06 3:47
shanemarkley25-Jan-06 3:47 
Questionscripting printing options Pin
shanemarkley25-Jan-06 3:37
shanemarkley25-Jan-06 3:37 
Questionplease help Pin
anewvbguy25-Jan-06 0:32
anewvbguy25-Jan-06 0:32 
QuestionDelete a selected range of pages from a word document Pin
Regardt25-Jan-06 0:25
Regardt25-Jan-06 0:25 
AnswerRe: Delete a selected range of pages from a word document Pin
Joshua Quick25-Jan-06 19:33
Joshua Quick25-Jan-06 19:33 
QuestionPrintPreviewControl: mouxe x,y to actual document x,y? Pin
Duncan Edwards Jones24-Jan-06 23:20
professionalDuncan Edwards Jones24-Jan-06 23:20 
QuestionUpdate database using dataset Pin
mayhem_rules24-Jan-06 21:44
mayhem_rules24-Jan-06 21:44 
AnswerRe: Update database using dataset Pin
Gokulan Venattil24-Jan-06 23:07
Gokulan Venattil24-Jan-06 23:07 
Questionsql inquiry Pin
maytel24-Jan-06 19:32
maytel24-Jan-06 19:32 
AnswerRe: sql inquiry Pin
Mahbub895724-Jan-06 20:25
Mahbub895724-Jan-06 20:25 
AnswerRe: sql inquiry Pin
ver08287424-Jan-06 20:54
ver08287424-Jan-06 20: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.