Click here to Skip to main content
15,927,514 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalconnect to multiple DBs with same form Pin
btoyer29-Jun-05 5:08
btoyer29-Jun-05 5:08 
GeneralRe: connect to multiple DBs with same form Pin
Dave Kreskowiak29-Jun-05 5:58
mveDave Kreskowiak29-Jun-05 5:58 
GeneralBuilding string from many small ones (VB 6) Pin
peterchen29-Jun-05 3:30
peterchen29-Jun-05 3:30 
GeneralRe: Building string from many small ones (VB 6) Pin
Dave Kreskowiak29-Jun-05 4:02
mveDave Kreskowiak29-Jun-05 4:02 
GeneralRe: Building string from many small ones (VB 6) Pin
StylezHouse29-Jun-05 5:07
StylezHouse29-Jun-05 5:07 
GeneralRe: Building string from many small ones (VB 6) Pin
Dave Kreskowiak29-Jun-05 5:52
mveDave Kreskowiak29-Jun-05 5:52 
GeneralRe: Building string from many small ones (VB 6) Pin
StylezHouse29-Jun-05 6:20
StylezHouse29-Jun-05 6:20 
GeneralRe: Building string from many small ones (VB 6) Pin
Dave Kreskowiak29-Jun-05 9:51
mveDave Kreskowiak29-Jun-05 9:51 
Considering this is the only function VB6 has to combine a bunch of smaller strings together into a single string, without using string concatentation, I think your point is moot. The goal of the OP was to get quicker performance out of putting the strings together, which Join will do, not to make it look pretty in code.

In VB6, you have two ways to do this. Either use string concatenation or use Join.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Building string from many small ones (VB 6) Pin
J4amieC29-Jun-05 22:19
J4amieC29-Jun-05 22:19 
QuestionRemoting - the only option? Pin
theonewithtom29-Jun-05 2:42
theonewithtom29-Jun-05 2:42 
GeneralStackOverFlow Exception with XpathNavigator Pin
Madhu.A29-Jun-05 1:05
Madhu.A29-Jun-05 1:05 
GeneralRe: StackOverFlow Exception with XpathNavigator Pin
toxcct29-Jun-05 1:55
toxcct29-Jun-05 1:55 
GeneralAny suggestions for good interface designs Pin
mian rashed29-Jun-05 0:53
mian rashed29-Jun-05 0:53 
GeneralRe: Any suggestions for good interface designs Pin
toxcct29-Jun-05 1:57
toxcct29-Jun-05 1:57 
GeneralRe: Any suggestions for good interface designs Pin
mian rashed29-Jun-05 5:20
mian rashed29-Jun-05 5:20 
Generaltreeview node click event question Pin
aimar_2029-Jun-05 0:22
aimar_2029-Jun-05 0:22 
GeneralRe: treeview node click event question Pin
Purple Monk29-Jun-05 5:46
Purple Monk29-Jun-05 5:46 
GeneralComponent to retrieve 10 records from oracle table Pin
28-Jun-05 21:07
suss28-Jun-05 21:07 
GeneralRe: Component to retrieve 10 records from oracle table Pin
Dave Kreskowiak29-Jun-05 1:14
mveDave Kreskowiak29-Jun-05 1:14 
GeneralDrag & Drop problem Pin
nidhishri28-Jun-05 20:01
nidhishri28-Jun-05 20:01 
GeneralRe: Drag & Drop problem Pin
Purple Monk29-Jun-05 5:48
Purple Monk29-Jun-05 5:48 
GeneralHave combobox in the listview Pin
vincentkhoosiongleng28-Jun-05 17:02
vincentkhoosiongleng28-Jun-05 17:02 
GeneralRe: Have combobox in the listview Pin
Purple Monk29-Jun-05 5:58
Purple Monk29-Jun-05 5:58 
GeneralRe: Have combobox in the listview Pin
vincentkhoosiongleng29-Jun-05 19:46
vincentkhoosiongleng29-Jun-05 19:46 
GeneralClosing From Pin
lespaul3628-Jun-05 14:29
lespaul3628-Jun-05 14:29 

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.