Click here to Skip to main content
16,008,490 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: moving between forms Pin
padvit2-Feb-05 18:30
padvit2-Feb-05 18:30 
Generalstringparsing Pin
Stephan Wright2-Feb-05 2:42
Stephan Wright2-Feb-05 2:42 
GeneralRe: stringparsing Pin
Stephan Wright2-Feb-05 3:06
Stephan Wright2-Feb-05 3:06 
GeneralRe: stringparsing Pin
Scott Serl2-Feb-05 10:02
Scott Serl2-Feb-05 10:02 
GeneralRe: stringparsing Pin
Stephan Wright2-Feb-05 21:02
Stephan Wright2-Feb-05 21:02 
GeneralRe: stringparsing Pin
Scott Serl3-Feb-05 9:14
Scott Serl3-Feb-05 9:14 
GeneralRe: stringparsing Pin
Gavin Jeffrey2-Feb-05 3:17
Gavin Jeffrey2-Feb-05 3:17 
GeneralRe: stringparsing Pin
The Man from U.N.C.L.E.2-Feb-05 3:37
The Man from U.N.C.L.E.2-Feb-05 3:37 
You can but VB.net likes you to specify that the splitter character is of type char. Also the single quote is the comment character in VB.Net so you have to use double quotes.

myString.split("-"c)(0) 'gets xxx
myString.split("-"c)(1) 'gets yyy


If you have knowledge, let others light their candles at it.
Margaret Fuller (1810 - 1850)
GeneralJoining Tables in seperate databases Pin
Just Greeky Creek2-Feb-05 2:27
Just Greeky Creek2-Feb-05 2:27 
GeneralRe: Joining Tables in seperate databases Pin
The Man from U.N.C.L.E.2-Feb-05 3:39
The Man from U.N.C.L.E.2-Feb-05 3:39 
GeneralRe: Joining Tables in seperate databases Pin
Just Greeky Creek2-Feb-05 4:04
Just Greeky Creek2-Feb-05 4:04 
GeneralRTD (real Time Data) problem Pin
aswanee2-Feb-05 2:08
aswanee2-Feb-05 2:08 
GeneralRe: RTD (real Time Data) problem Pin
Dave Kreskowiak2-Feb-05 4:08
mveDave Kreskowiak2-Feb-05 4:08 
GeneralLoading a Windows Forms Usercontrol in VB6 Pin
stensmith2-Feb-05 0:58
stensmith2-Feb-05 0:58 
GeneralOledb provider for foxpro Pin
ssskkk2-Feb-05 0:50
ssskkk2-Feb-05 0:50 
Generalshapes(rect,square,circle) Pin
tendlya1-Feb-05 19:00
tendlya1-Feb-05 19:00 
GeneralRe: shapes(rect,square,circle) Pin
The Man from U.N.C.L.E.2-Feb-05 4:07
The Man from U.N.C.L.E.2-Feb-05 4:07 
QuestionHow to connect my database to the internet? Pin
jamestong1-Feb-05 14:19
jamestong1-Feb-05 14:19 
AnswerRe: How to connect my database to the internet? Pin
Christian Graus1-Feb-05 14:29
protectorChristian Graus1-Feb-05 14:29 
GeneralRe: How to connect my database to the internet? Pin
jamestong1-Feb-05 16:54
jamestong1-Feb-05 16:54 
GeneralRe: How to connect my database to the internet? Pin
Christian Graus1-Feb-05 16:58
protectorChristian Graus1-Feb-05 16:58 
Generalproblem with datagrid Pin
besah1-Feb-05 13:50
besah1-Feb-05 13:50 
GeneralRe: problem with datagrid Pin
Dave Kreskowiak1-Feb-05 18:14
mveDave Kreskowiak1-Feb-05 18:14 
QuestionHow to measure copy to feed progress bar. Pin
japel1-Feb-05 13:36
japel1-Feb-05 13:36 
AnswerRe: How to measure copy to feed progress bar. Pin
Dave Kreskowiak1-Feb-05 18:12
mveDave Kreskowiak1-Feb-05 18:12 

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.