Click here to Skip to main content
15,921,210 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: datagridview - VB.net 2005 ,sql server 2005 Pin
Sathesh Sakthivel17-Jun-07 3:50
Sathesh Sakthivel17-Jun-07 3:50 
QuestionListBox Pin
MashALyy16-Jun-07 23:09
MashALyy16-Jun-07 23:09 
AnswerRe: ListBox Pin
just3ala216-Jun-07 23:58
just3ala216-Jun-07 23:58 
AnswerRe: ListBox Pin
The ANZAC17-Jun-07 0:03
The ANZAC17-Jun-07 0:03 
GeneralRe: ListBox Pin
PaulPrice17-Jun-07 1:38
PaulPrice17-Jun-07 1:38 
QuestionTrim Method Pin
Aman.Jen16-Jun-07 22:31
Aman.Jen16-Jun-07 22:31 
AnswerRe: Trim Method Pin
Tamimi - Code16-Jun-07 22:45
Tamimi - Code16-Jun-07 22:45 
AnswerRe: Trim Method Pin
PandemoniumPasha16-Jun-07 22:49
PandemoniumPasha16-Jun-07 22:49 
hi,

dim test as string = "   test  "<br />
textbox1.text=test 'will give you "   test  "<br />
textbox1.text=test.trim() 'will give you "test"<br />
textbox1.text=test.trimStart()'will give you "test  "<br />
textbox1.text=test.trimend()'will give you "   test"


basically, it will remove the white spaces from the string.

hope this helps



regards
Smile | :)

AnswerRe: Trim Method Pin
koolprasad200317-Jun-07 19:50
professionalkoolprasad200317-Jun-07 19:50 
QuestionDate fromat problem Pin
Tamimi - Code16-Jun-07 20:35
Tamimi - Code16-Jun-07 20:35 
AnswerRe: Date fromat problem Pin
PandemoniumPasha16-Jun-07 21:26
PandemoniumPasha16-Jun-07 21:26 
GeneralRe: Date fromat problem Pin
Tamimi - Code16-Jun-07 21:55
Tamimi - Code16-Jun-07 21:55 
GeneralRe: Date fromat problem Pin
PandemoniumPasha16-Jun-07 22:42
PandemoniumPasha16-Jun-07 22:42 
GeneralRe: Date fromat problem Pin
Tamimi - Code16-Jun-07 22:53
Tamimi - Code16-Jun-07 22:53 
GeneralRe: Date fromat problem Pin
PandemoniumPasha16-Jun-07 23:07
PandemoniumPasha16-Jun-07 23:07 
AnswerRe: Date fromat problem Pin
Guffa17-Jun-07 3:33
Guffa17-Jun-07 3:33 
GeneralRe: Date fromat problem Pin
Tamimi - Code17-Jun-07 19:29
Tamimi - Code17-Jun-07 19:29 
GeneralRe: Date fromat problem Pin
Dave Kreskowiak18-Jun-07 1:14
mveDave Kreskowiak18-Jun-07 1:14 
GeneralRe: Date fromat problem Pin
Tamimi - Code18-Jun-07 4:01
Tamimi - Code18-Jun-07 4:01 
GeneralRe: Date fromat problem Pin
Dave Kreskowiak18-Jun-07 4:10
mveDave Kreskowiak18-Jun-07 4:10 
AnswerRe: Date fromat problem Pin
Sathesh Sakthivel17-Jun-07 3:54
Sathesh Sakthivel17-Jun-07 3:54 
AnswerRe: Date fromat problem Pin
Dave Kreskowiak17-Jun-07 4:30
mveDave Kreskowiak17-Jun-07 4:30 
QuestionSave drawing to an image in VB.NET Pin
hsprasain16-Jun-07 12:41
hsprasain16-Jun-07 12:41 
AnswerRe: Save drawing to an image in VB.NET Pin
Christian Graus16-Jun-07 14:24
protectorChristian Graus16-Jun-07 14:24 
AnswerRe: Save drawing to an image in VB.NET Pin
GuyThiebaut17-Jun-07 6:43
professionalGuyThiebaut17-Jun-07 6:43 

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.