Click here to Skip to main content
16,017,922 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Thank you Pin
Joey Picerno30-Jun-05 9:06
Joey Picerno30-Jun-05 9:06 
GeneralRe: Thank you Pin
SBendBuckeye30-Jun-05 14:04
SBendBuckeye30-Jun-05 14:04 
GeneralRe: Not really VB related but someone has to know Pin
dptalt30-Jun-05 8:52
dptalt30-Jun-05 8:52 
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 
True, but that only joins an array...

Dim strReturn as String
Dim arrString(3) as String
arrString(0) = "This "
arrString(1) = "is "
arrString(2) = "an "
arrString(3) = "example."

strReturn = Join(arrString)

strReturn now equals "This is an example."
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 
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 

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.