Click here to Skip to main content
15,915,702 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: LOOPING Problem Pin
Anubhava Dimri6-Apr-09 21:48
Anubhava Dimri6-Apr-09 21:48 
GeneralMessage Closed Pin
6-Apr-09 22:15
vijay24826-Apr-09 22:15 
GeneralRe: LOOPING Problem Pin
Christian Graus7-Apr-09 0:40
protectorChristian Graus7-Apr-09 0:40 
GeneralMessage Closed Pin
7-Apr-09 1:36
vijay24827-Apr-09 1:36 
GeneralRe: LOOPING Problem[Modified] Pin
vijay24827-Apr-09 1:40
vijay24827-Apr-09 1:40 
GeneralRe: LOOPING Problem Pin
Anubhava Dimri7-Apr-09 1:49
Anubhava Dimri7-Apr-09 1:49 
AnswerRe: LOOPING Problem Pin
Jon_Boy7-Apr-09 5:54
Jon_Boy7-Apr-09 5:54 
AnswerRe: LOOPING Problem Pin
Skymir8-Apr-09 4:09
Skymir8-Apr-09 4:09 
name = name.Substring(0,48).TrimStart() + new string(' ', 48-name.Substring(0,48).TrimStart().Length) + name.Substring(49);


It's an ugly way to do it, but that'll strip the leading spaces off the beginning of the lines, while keeping the alignment of later items. The better way to go would be to figure out what the Nom do modele is going to be, trim that, then attach the rest of the line for printing.

The true man wants two things: danger and play. For that reason he wants woman, as the most dangerous plaything.

QuestionHow to connect to my Database stored in remote computer with VB.Net Pin
Saleem Tahiri6-Apr-09 21:20
Saleem Tahiri6-Apr-09 21:20 
AnswerRe: How to connect to my Database stored in remote computer with VB.Net Pin
Christian Graus6-Apr-09 21:46
protectorChristian Graus6-Apr-09 21:46 
AnswerRe: How to connect to my Database stored in remote computer with VB.Net Pin
Jay Royall6-Apr-09 22:46
Jay Royall6-Apr-09 22:46 
AnswerRe: How to connect to my Database stored in remote computer with VB.Net Pin
Tom Deketelaere6-Apr-09 22:58
professionalTom Deketelaere6-Apr-09 22:58 
AnswerRe: How to connect to my Database stored in remote computer with VB.Net Pin
pdnet7-Apr-09 2:51
pdnet7-Apr-09 2:51 
AnswerRe: How to connect to my Database stored in remote computer with VB.Net Pin
Jon_Boy7-Apr-09 6:01
Jon_Boy7-Apr-09 6:01 
QuestionHow to insert multiple records from DataGridView into Mysql database table using VB.Net in Windows Applications Pin
swaroop096-Apr-09 20:44
swaroop096-Apr-09 20:44 
AnswerRe: How to insert multiple records from DataGridView into Mysql database table using VB.Net in Windows Applications Pin
pdnet7-Apr-09 2:56
pdnet7-Apr-09 2:56 
QuestionRun Robocopy job from desktop pc's to a network share within an IP Address range Pin
Raymonde26-Apr-09 13:22
Raymonde26-Apr-09 13:22 
AnswerRe: Run Robocopy job from desktop pc's to a network share within an IP Address range Pin
Dave Kreskowiak7-Apr-09 3:44
mveDave Kreskowiak7-Apr-09 3:44 
QuestionRetrieve multiselect rows in TDBGrid Pin
Nitin19816-Apr-09 5:45
Nitin19816-Apr-09 5:45 
AnswerRe: Retrieve multiselect rows in TDBGrid Pin
Henry Minute6-Apr-09 6:40
Henry Minute6-Apr-09 6:40 
GeneralRe: Retrieve multiselect rows in TDBGrid Pin
Nitin19816-Apr-09 22:41
Nitin19816-Apr-09 22:41 
QuestionBackgroundworker.ReportProgress not displaying all of stream Pin
krazyazkid6-Apr-09 4:33
krazyazkid6-Apr-09 4:33 
AnswerRe: Backgroundworker.ReportProgress not displaying all of stream Pin
Luc Pattyn6-Apr-09 4:39
sitebuilderLuc Pattyn6-Apr-09 4:39 
GeneralRe: Backgroundworker.ReportProgress not displaying all of stream Pin
krazyazkid6-Apr-09 4:49
krazyazkid6-Apr-09 4:49 
GeneralRe: Backgroundworker.ReportProgress not displaying all of stream Pin
Luc Pattyn6-Apr-09 4:57
sitebuilderLuc Pattyn6-Apr-09 4:57 

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.