Click here to Skip to main content
15,892,697 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionstoring input box values? Pin
toyman78516-Mar-10 13:41
toyman78516-Mar-10 13:41 
AnswerRe: storing input box values? Pin
Scott Dorman6-Mar-10 13:59
professionalScott Dorman6-Mar-10 13:59 
AnswerRe: storing input box values? Pin
Luc Pattyn6-Mar-10 14:39
sitebuilderLuc Pattyn6-Mar-10 14:39 
Questionprinting from file Pin
Daniel Engelkes6-Mar-10 11:35
Daniel Engelkes6-Mar-10 11:35 
QuestionRecognize Multiple keys being pressed Pin
Pugman8126-Mar-10 9:57
Pugman8126-Mar-10 9:57 
AnswerRe: Recognize Multiple keys being pressed Pin
Luc Pattyn6-Mar-10 10:14
sitebuilderLuc Pattyn6-Mar-10 10:14 
Questiontab spacing Pin
Daniel Engelkes6-Mar-10 9:34
Daniel Engelkes6-Mar-10 9:34 
AnswerRe: tab spacing Pin
Luc Pattyn6-Mar-10 10:18
sitebuilderLuc Pattyn6-Mar-10 10:18 
when the displaying "device" is tab-capable, it typically interprets a tab as "move to the next position/column number that is a multiple of N" where N is often 8 or 4. So the net effect of a tab character depends on what is present to the left of it, making it not so easy to generate correctly.

if all you need is getting some columnar output, maybe string.PadLeft() and string.PadRight() could fit the bill.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.

AnswerRe: tab spacing Pin
Dave Doknjas6-Mar-10 10:53
Dave Doknjas6-Mar-10 10:53 
QuestionURGENT--setting width of column in excel throgh code+vb Pin
chetan_agarwal5-Mar-10 22:57
chetan_agarwal5-Mar-10 22:57 
AnswerRe: URGENT--setting width of column in excel throgh code+vb Pin
Dalek Dave5-Mar-10 23:35
professionalDalek Dave5-Mar-10 23:35 
Questiontext box in VB application Pin
chetan_agarwal5-Mar-10 19:46
chetan_agarwal5-Mar-10 19:46 
AnswerRe: text box in VB application Pin
DaveAuld5-Mar-10 20:35
professionalDaveAuld5-Mar-10 20:35 
Questiondynamically writing text into word document using vb.net Pin
vijaylumar5-Mar-10 18:46
vijaylumar5-Mar-10 18:46 
AnswerRe: dynamically writing text into word document using vb.net Pin
Paramu19736-Mar-10 2:57
Paramu19736-Mar-10 2:57 
Questionstoring xml in database [solved] Pin
TremaHD5-Mar-10 5:53
TremaHD5-Mar-10 5:53 
AnswerRe: storing xml in database Pin
Dave Kreskowiak5-Mar-10 7:34
mveDave Kreskowiak5-Mar-10 7:34 
GeneralRe: storing xml in database Pin
TremaHD5-Mar-10 9:41
TremaHD5-Mar-10 9:41 
GeneralRe: storing xml in database Pin
Dave Kreskowiak5-Mar-10 12:00
mveDave Kreskowiak5-Mar-10 12:00 
GeneralRe: storing xml in database Pin
TremaHD6-Mar-10 4:27
TremaHD6-Mar-10 4:27 
GeneralRe: storing xml in database Pin
Dave Kreskowiak6-Mar-10 18:03
mveDave Kreskowiak6-Mar-10 18:03 
GeneralRe: storing xml in database Pin
TremaHD7-Mar-10 5:09
TremaHD7-Mar-10 5:09 
GeneralRe: storing xml in database Pin
Dave Kreskowiak7-Mar-10 9:00
mveDave Kreskowiak7-Mar-10 9:00 
GeneralRe: storing xml in database Pin
TremaHD7-Mar-10 13:13
TremaHD7-Mar-10 13:13 
GeneralRe: storing xml in database Pin
Dave Kreskowiak7-Mar-10 17:17
mveDave Kreskowiak7-Mar-10 17:17 

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.