Click here to Skip to main content
16,020,253 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: File Not Found Exception Pin
eddieangel8-Sep-10 14:21
eddieangel8-Sep-10 14:21 
GeneralRe: File Not Found Exception Pin
Luc Pattyn8-Sep-10 14:47
sitebuilderLuc Pattyn8-Sep-10 14:47 
GeneralRe: File Not Found Exception Pin
eddieangel9-Sep-10 8:09
eddieangel9-Sep-10 8:09 
GeneralRe: File Not Found Exception Pin
Luc Pattyn9-Sep-10 10:46
sitebuilderLuc Pattyn9-Sep-10 10:46 
GeneralRe: File Not Found Exception Pin
Dave Kreskowiak8-Sep-10 18:07
mveDave Kreskowiak8-Sep-10 18:07 
GeneralRe: File Not Found Exception Pin
eddieangel9-Sep-10 7:18
eddieangel9-Sep-10 7:18 
QuestionHow to align decimal value while writing to text file in vb.net Pin
Andraw Tang8-Sep-10 3:15
Andraw Tang8-Sep-10 3:15 
AnswerRe: How to align decimal value while writing to text file in vb.net Pin
Dave Kreskowiak8-Sep-10 3:43
mveDave Kreskowiak8-Sep-10 3:43 
Andraw Tang wrote:
how can I align the decimal point at same position at each line, and prefix the heading as space? and the heading space number is changed according the value?


You're going to have to show examples of this. Your examples would have to be posted inside PRE tags, otherwise HTML formatting will remove all spaces and wreck the formatting.

If you have a variable number of numbers before and after the decimal point, you'd have to either:

1) Pad both sides of the decimal point with spaces, making the column a fixed width that can contain the maximum number of digits for BOTH sides of the decimal point,

2) Keep track of the number of numbers on both sides of the decimal point and recalculate the fixed width of the column, the position of the decimal point inside the column, and what the maximum padding values show be for both sides of the decimal to keep the decimal point in the same place. This would require that you know all of the values in the column before you write event a single line to the text file.

AnswerRe: How to align decimal value while writing to text file in vb.net Pin
Eddy Vluggen8-Sep-10 7:10
professionalEddy Vluggen8-Sep-10 7:10 
GeneralRe: How to align decimal value while writing to text file in vb.net Pin
Andraw Tang9-Sep-10 3:04
Andraw Tang9-Sep-10 3:04 
Questionevent of timer in VB6 Pin
jainiraj8-Sep-10 1:53
jainiraj8-Sep-10 1:53 
AnswerRe: event of timer in VB6 Pin
Dave Kreskowiak8-Sep-10 3:31
mveDave Kreskowiak8-Sep-10 3:31 
JokeRe: event of timer in VB6 Pin
Tom Deketelaere8-Sep-10 4:24
professionalTom Deketelaere8-Sep-10 4:24 
GeneralRe: event of timer in VB6 Pin
dan!sh 8-Sep-10 7:33
professional dan!sh 8-Sep-10 7:33 
GeneralRe: event of timer in VB6 Pin
Dave Kreskowiak8-Sep-10 10:04
mveDave Kreskowiak8-Sep-10 10:04 
Questionthreading in VB6.. Pin
jainiraj7-Sep-10 22:57
jainiraj7-Sep-10 22:57 
AnswerRe: threading in VB6.. Pin
Dave Kreskowiak8-Sep-10 3:25
mveDave Kreskowiak8-Sep-10 3:25 
AnswerRe: threading in VB6.. Pin
Eddy Vluggen8-Sep-10 7:05
professionalEddy Vluggen8-Sep-10 7:05 
Questionhow to pass a two dimensional dynamic array in a function Pin
jainiraj7-Sep-10 4:36
jainiraj7-Sep-10 4:36 
AnswerRe: how to pass a two dimensional dynamic array in a function Pin
DaveAuld7-Sep-10 4:41
professionalDaveAuld7-Sep-10 4:41 
GeneralRe: how to pass a two dimensional dynamic array in a function Pin
jainiraj7-Sep-10 4:46
jainiraj7-Sep-10 4:46 
GeneralRe: how to pass a two dimensional dynamic array in a function Pin
DaveAuld7-Sep-10 5:11
professionalDaveAuld7-Sep-10 5:11 
GeneralRe: how to pass a two dimensional dynamic array in a function Pin
jainiraj7-Sep-10 22:53
jainiraj7-Sep-10 22:53 
QuestionHOW TO SET Crystal Sub report Paper source Pin
Anoop Brijmohun7-Sep-10 0:50
Anoop Brijmohun7-Sep-10 0:50 
QuestionHow to show that Datagridview is Enabled/Disabled. Pin
Sam Martini6-Sep-10 22:48
Sam Martini6-Sep-10 22: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.