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

Visual Basic

 
AnswerRe: Database problem NEARLY sorted out Pin
Md. Marufuzzaman24-Dec-09 1:44
professionalMd. Marufuzzaman24-Dec-09 1:44 
GeneralRe: Database problem NEARLY sorted out Pin
offroaderdan24-Dec-09 1:53
offroaderdan24-Dec-09 1:53 
GeneralRe: Database problem NEARLY sorted out Pin
offroaderdan24-Dec-09 2:03
offroaderdan24-Dec-09 2:03 
GeneralTransfer text Pin
David Mujica24-Dec-09 2:10
David Mujica24-Dec-09 2:10 
GeneralRe: Transfer text Pin
offroaderdan24-Dec-09 2:13
offroaderdan24-Dec-09 2:13 
GeneralRe: Database problem NEARLY sorted out Pin
Eddy Vluggen24-Dec-09 4:07
professionalEddy Vluggen24-Dec-09 4:07 
GeneralRe: Database problem NEARLY sorted out Pin
Luc Pattyn24-Dec-09 4:39
sitebuilderLuc Pattyn24-Dec-09 4:39 
GeneralRe: Database problem NEARLY sorted out Pin
Eddy Vluggen24-Dec-09 6:57
professionalEddy Vluggen24-Dec-09 6:57 
Luc Pattyn wrote:
I didn't know listbox.Text was reflecting the selection; a little experiment shows it only works well for SelectionMode "One", otherwise it only shows one item out of many.


Not really useful knowledge, but VB6 has some 'features' to save the programmer from having to type much. One can't put multiple items into a string, so it does make sense in a VB6-kinda way.

This should raise an exception, from the point of view of a .NET programmer;
Dim A$: A$ = label1
In VB6 it will just copy the value of the 'default property' of the label into A$, conveniently the caption. One can't learn the language without also learning to curse and swear Smile | :)

Merry Christmas Thumbs Up | :thumbsup:

GeneralRe: Database problem NEARLY sorted out Pin
Md. Marufuzzaman24-Dec-09 2:03
professionalMd. Marufuzzaman24-Dec-09 2:03 
QuestionSetup Problem for Crystal Report in VS 2008 Pin
εїзεїзεїз23-Dec-09 18:57
εїзεїзεїз23-Dec-09 18:57 
AnswerRe: Setup Problem for Crystal Report in VS 2008 Pin
εїзεїзεїз23-Dec-09 20:50
εїзεїзεїз23-Dec-09 20:50 
QuestionPassing data form one form to multiple form and vise versa. [VB .Net] Pin
GeorgeShii23-Dec-09 15:16
GeorgeShii23-Dec-09 15:16 
AnswerRe: Passing data form one form to multiple form and vise versa. [VB .Net] Pin
Steven J Jowett23-Dec-09 22:49
Steven J Jowett23-Dec-09 22:49 
GeneralRe: Passing data form one form to multiple form and vise versa. [VB .Net] Pin
GeorgeShii4-Jan-10 14:38
GeorgeShii4-Jan-10 14:38 
QuestionImplicit Conversion from typea to typeb Pin
wmar6723-Dec-09 5:33
wmar6723-Dec-09 5:33 
AnswerRe: Implicit Conversion from typea to typeb Pin
Ian Shlasko23-Dec-09 6:38
Ian Shlasko23-Dec-09 6:38 
AnswerRe: Implicit Conversion from typea to typeb Pin
Gideon Engelberth23-Dec-09 17:43
Gideon Engelberth23-Dec-09 17:43 
GeneralRe: Implicit Conversion from typea to typeb Pin
wmar6723-Dec-09 22:54
wmar6723-Dec-09 22:54 
Questionwriting content into a text file Pin
Rakesh523-Dec-09 2:56
Rakesh523-Dec-09 2:56 
AnswerRe: writing content into a text file Pin
Dave Kreskowiak23-Dec-09 3:15
mveDave Kreskowiak23-Dec-09 3:15 
AnswerRe: writing content into a text file Pin
Wes Aday23-Dec-09 3:24
professionalWes Aday23-Dec-09 3:24 
AnswerRe: writing content into a text file Pin
Md. Marufuzzaman23-Dec-09 3:55
professionalMd. Marufuzzaman23-Dec-09 3:55 
QuestionDon't debug in try-catch block Pin
cstrader23223-Dec-09 2:45
cstrader23223-Dec-09 2:45 
AnswerRe: Don't debug in try-catch block Pin
Dave Kreskowiak23-Dec-09 3:13
mveDave Kreskowiak23-Dec-09 3:13 
GeneralRe: Don't debug in try-catch block Pin
cstrader23223-Dec-09 3:25
cstrader23223-Dec-09 3:25 

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.