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

Visual Basic

 
GeneralRe: registry monitor in vb.net Pin
addicktz13-Oct-04 6:22
addicktz13-Oct-04 6:22 
GeneralRe: registry monitor in vb.net Pin
Colin Angus Mackay13-Oct-04 6:38
Colin Angus Mackay13-Oct-04 6:38 
GeneralRe: registry monitor in vb.net Pin
addicktz13-Oct-04 9:14
addicktz13-Oct-04 9:14 
GeneralPropertygrid and listbox value and changing property description runtime Pin
David M J12-Oct-04 12:16
David M J12-Oct-04 12:16 
Generalvb.net / Crystal Report Pin
partt12-Oct-04 8:30
partt12-Oct-04 8:30 
GeneralRe: vb.net / Crystal Report Pin
Dave Kreskowiak12-Oct-04 9:02
mveDave Kreskowiak12-Oct-04 9:02 
GeneralAppend to a string Pin
Brad Fackrell12-Oct-04 6:06
Brad Fackrell12-Oct-04 6:06 
GeneralRe: Append to a string Pin
Colin Angus Mackay12-Oct-04 6:27
Colin Angus Mackay12-Oct-04 6:27 
Use a StringBuilder. You'll find it in the System.Text namespace.

Example using StringBuilder.Append[^]

1. Create the StringBuilder
2. Start the Loop
3. Append to the StringBuilder
4. Repeat 3 as necessary
5. Call ToString() on the StringBuilder to get at the string.


Do you want to know more?


Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Please remember that the force of gravity can go up as well as down.
GeneralRe: Append to a string Pin
Brad Fackrell12-Oct-04 7:17
Brad Fackrell12-Oct-04 7:17 
GeneralError: Object reference not set to an instance of an object Pin
Mekong River12-Oct-04 4:16
Mekong River12-Oct-04 4:16 
GeneralRe: Error: Object reference not set to an instance of an object Pin
Dave Kreskowiak12-Oct-04 5:22
mveDave Kreskowiak12-Oct-04 5:22 
GeneralRe: Error: Object reference not set to an instance of an object Pin
Mekong River12-Oct-04 23:52
Mekong River12-Oct-04 23:52 
GeneralRe: Error: Object reference not set to an instance of an object Pin
Mekong River13-Oct-04 1:16
Mekong River13-Oct-04 1:16 
GeneralRe: Error: Object reference not set to an instance of an object Pin
Dave Kreskowiak13-Oct-04 1:47
mveDave Kreskowiak13-Oct-04 1:47 
GeneralRe: Error: Object reference not set to an instance of an object Pin
Mekong River13-Oct-04 4:09
Mekong River13-Oct-04 4:09 
GeneralRe: Error: Object reference not set to an instance of an object Pin
Dave Kreskowiak13-Oct-04 9:16
mveDave Kreskowiak13-Oct-04 9:16 
GeneralRe: Error: Object reference not set to an instance of an object Pin
Mekong River14-Oct-04 16:45
Mekong River14-Oct-04 16:45 
GeneralRe: Error: Object reference not set to an instance of an object Pin
MohammadAmiry14-Oct-04 1:00
MohammadAmiry14-Oct-04 1:00 
GeneralRe: Error: Object reference not set to an instance of an object Pin
Mekong River14-Oct-04 16:38
Mekong River14-Oct-04 16:38 
GeneralReports/Search/Picturebox and access Pin
stevemwangi12-Oct-04 3:02
stevemwangi12-Oct-04 3:02 
GeneralRe: Reports/Search/Picturebox and access Pin
Mekong River12-Oct-04 3:37
Mekong River12-Oct-04 3:37 
GeneralError : Class Does not support Automation Pin
cberam12-Oct-04 1:02
cberam12-Oct-04 1:02 
GeneralRe: Error : Class Does not support Automation Pin
gthompson200512-Oct-04 1:37
gthompson200512-Oct-04 1:37 
GeneralRe: Error : Class Does not support Automation Pin
Anonymous12-Oct-04 17:21
Anonymous12-Oct-04 17:21 
GeneralVb.net combo box control Pin
me_vb_man11-Oct-04 23:48
me_vb_man11-Oct-04 23:48 

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.