Click here to Skip to main content
15,899,825 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: multithreading Pin
Dave Kreskowiak10-Jan-07 3:27
mveDave Kreskowiak10-Jan-07 3:27 
GeneralRe: multithreading Pin
johnjsm10-Jan-07 3:38
johnjsm10-Jan-07 3:38 
GeneralRe: multithreading Pin
Dave Kreskowiak10-Jan-07 8:30
mveDave Kreskowiak10-Jan-07 8:30 
GeneralRe: multithreading Pin
johnjsm10-Jan-07 21:56
johnjsm10-Jan-07 21:56 
GeneralRe: multithreading Pin
Dave Kreskowiak11-Jan-07 2:59
mveDave Kreskowiak11-Jan-07 2:59 
QuestionUsing Textbox.MaxLength Pin
dptalt9-Jan-07 4:22
dptalt9-Jan-07 4:22 
AnswerRe: Using Textbox.MaxLength Pin
J4amieC9-Jan-07 5:08
J4amieC9-Jan-07 5:08 
AnswerRe: Using Textbox.MaxLength Pin
Colin Angus Mackay9-Jan-07 5:49
Colin Angus Mackay9-Jan-07 5:49 
dptalt wrote:
Can the trailing spaces automatically be removed so the user does not have to do it when modifing the textbox?


If you are able, you should tackle the root cause.

If you use a varchar in the database instead of a char then you won't get trailing spaces in the first place and you'll probably make more efficient use of your database.

In general you should only use char for interaction with legacy code that doesn't understand variable length columns or if you know that the data in the column will always be a fixed length.


Upcoming Scottish Developers events:
* Glasgow: Tell us what you want to see in 2007


My: Website | Blog | Photos

GeneralRe: Using Textbox.MaxLength Pin
dptalt9-Jan-07 9:10
dptalt9-Jan-07 9:10 
QuestionClickonce deployment Pin
Sarah Jane Snow9-Jan-07 4:22
Sarah Jane Snow9-Jan-07 4:22 
QuestionWAV file management Pin
Amit D9-Jan-07 4:13
Amit D9-Jan-07 4:13 
AnswerRe: WAV file management Pin
Dave Kreskowiak9-Jan-07 5:00
mveDave Kreskowiak9-Jan-07 5:00 
GeneralRe: WAV file management Pin
Amit D9-Jan-07 5:30
Amit D9-Jan-07 5:30 
GeneralRe: WAV file management Pin
Dave Kreskowiak9-Jan-07 6:11
mveDave Kreskowiak9-Jan-07 6:11 
GeneralRe: WAV file management Pin
Amit D9-Jan-07 6:52
Amit D9-Jan-07 6:52 
GeneralRe: WAV file management Pin
Dave Kreskowiak9-Jan-07 7:05
mveDave Kreskowiak9-Jan-07 7:05 
QuestionHow to sniff tcp port in VB? Pin
tezcatlipoca9-Jan-07 2:42
tezcatlipoca9-Jan-07 2:42 
AnswerRe: How to sniff tcp port in VB? Pin
Dave Kreskowiak9-Jan-07 5:03
mveDave Kreskowiak9-Jan-07 5:03 
Questiondatabase tables search in vb.net Pin
amaneet9-Jan-07 1:23
amaneet9-Jan-07 1:23 
AnswerRe: database tables search in vb.net Pin
rama charan9-Jan-07 2:14
rama charan9-Jan-07 2:14 
AnswerRe: database tables search in vb.net Pin
_mubashir9-Jan-07 2:25
_mubashir9-Jan-07 2:25 
AnswerRe: database tables search in vb.net Pin
Tim Carmichael9-Jan-07 2:33
Tim Carmichael9-Jan-07 2:33 
Questiondatabase tables search in vb.net Pin
amaneet9-Jan-07 1:22
amaneet9-Jan-07 1:22 
Questionhelp me Pin
Yar e Mehrban9-Jan-07 1:11
Yar e Mehrban9-Jan-07 1:11 
AnswerRe: help me Pin
rama charan9-Jan-07 2:16
rama charan9-Jan-07 2:16 

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.