Click here to Skip to main content
15,890,438 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Build Failures Pin
Jim Matthews2-Sep-04 2:46
Jim Matthews2-Sep-04 2:46 
GeneralRe: Build Failures Pin
beowulfagate2-Sep-04 13:38
beowulfagate2-Sep-04 13:38 
GeneralRe: Build Failures Pin
Jim Matthews2-Sep-04 17:00
Jim Matthews2-Sep-04 17:00 
GeneralRSA Decryption code example VB6 Pin
gpcare1-Sep-04 23:23
gpcare1-Sep-04 23:23 
GeneralRe: RSA Decryption code example VB6 Pin
Dave Kreskowiak2-Sep-04 4:52
mveDave Kreskowiak2-Sep-04 4:52 
GeneralAdding new items through Combobox Pin
ralphz1-Sep-04 23:12
ralphz1-Sep-04 23:12 
GeneralControlling Specific Characters in a String Pin
cApSL0ck AvAtAr1-Sep-04 20:03
cApSL0ck AvAtAr1-Sep-04 20:03 
GeneralRe: Controlling Specific Characters in a String Pin
Chris Quick2-Sep-04 2:24
Chris Quick2-Sep-04 2:24 
You can use the string.substring() to access portions of your string. Also, you can make use of the System.Text.StringBuilder class for some more memory efficient handling of strings.

Check out
MSDN: String.Substring()[^]
MSDN: System.Text.StringBuilder[^]
GeneralRe: Controlling Specific Characters in a String Pin
cApSL0ck AvAtAr2-Sep-04 12:51
cApSL0ck AvAtAr2-Sep-04 12:51 
GeneralSync with audio Pin
CsiSteve1-Sep-04 17:42
CsiSteve1-Sep-04 17:42 
GeneralRe: Sync with audio Pin
Purple Monk1-Sep-04 23:58
Purple Monk1-Sep-04 23:58 
GeneralSetting properties using variables Pin
DMurray1-Sep-04 15:36
DMurray1-Sep-04 15:36 
GeneralRe: Setting properties using variables Pin
Steven Campbell1-Sep-04 16:41
Steven Campbell1-Sep-04 16:41 
GeneralRe: Setting properties using variables Pin
Dave Murray2-Sep-04 4:08
Dave Murray2-Sep-04 4:08 
GeneralRe: Setting properties using variables Pin
Dave Kreskowiak2-Sep-04 4:41
mveDave Kreskowiak2-Sep-04 4:41 
Generalwindows explorer Pin
Anonymous1-Sep-04 15:27
Anonymous1-Sep-04 15:27 
GeneralRe: windows explorer Pin
Charlie Williams1-Sep-04 15:46
Charlie Williams1-Sep-04 15:46 
GeneralRe: windows explorer Pin
DMurray1-Sep-04 15:47
DMurray1-Sep-04 15:47 
GeneralUsing ByRef keyword Pin
Chris Quick1-Sep-04 10:06
Chris Quick1-Sep-04 10:06 
GeneralRe: Using ByRef keyword Pin
Dave Kreskowiak1-Sep-04 10:21
mveDave Kreskowiak1-Sep-04 10:21 
GeneralRe: Using ByRef keyword Pin
Chris Quick1-Sep-04 16:32
Chris Quick1-Sep-04 16:32 
GeneralRe: Using ByRef keyword Pin
Steven Campbell1-Sep-04 16:44
Steven Campbell1-Sep-04 16:44 
GeneralRe: MS MaskEditBox 6.0 Help Me! Pin
Kunal Mukherjee1-Sep-04 8:45
Kunal Mukherjee1-Sep-04 8:45 
GeneralRe: MS MaskEditBox 6.0 Help Me! Pin
Dave Kreskowiak1-Sep-04 10:27
mveDave Kreskowiak1-Sep-04 10:27 
GeneralWorking with classes and data access logic... Pin
Chris Quick1-Sep-04 6:09
Chris Quick1-Sep-04 6:09 

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.