Click here to Skip to main content
15,923,910 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to load a website by clicking an Item in a ListView Pin
kubben8-Mar-07 16:46
kubben8-Mar-07 16:46 
GeneralRe: How to load a website by clicking an Item in a ListView Pin
Khoramdin8-Mar-07 21:22
Khoramdin8-Mar-07 21:22 
GeneralRe: How to load a website by clicking an Item in a ListView Pin
kubben9-Mar-07 2:26
kubben9-Mar-07 2:26 
Questionhow to get to page4 of a tab control? Pin
Khoramdin8-Mar-07 13:49
Khoramdin8-Mar-07 13:49 
AnswerRe: how to get to page4 of a tab control? Pin
kubben8-Mar-07 14:11
kubben8-Mar-07 14:11 
QuestionMy webbrowser needs to DoEvents, but my application fails Pin
earlgraham8-Mar-07 12:52
earlgraham8-Mar-07 12:52 
AnswerRe: My webbrowser needs to DoEvents, but my application fails Pin
\laddie8-Mar-07 18:54
\laddie8-Mar-07 18:54 
QuestionMaking a text file tabular Pin
TheJudeDude8-Mar-07 11:41
TheJudeDude8-Mar-07 11:41 
I need to create a text file that will be tabular. I am not sure on how to accomplish this. I am attaching an example of the output file. You will see what I am talking about and what I am trying to accomplish.
I am using StreamWriter.Writeline(text) at the moment.
Could someone point me in the right direction?
Dang no attachments. Here is the file output:
<br />
St# Cash     Check     Credit<br />
1   5543.66  416.67    681.86<br />
2   2763.00  316.62    293.65<br />
3   3097.31  344.00    194.81<br />
4   2099.60  301.80    243.10<br />
5   2935.00  797.51    367.87<br />
6   2203.00  361.31    647.81<br />
7   6245.29  0    300.77<br />
(The message builder is ignoring spaces....)
As you can a 0 goofs it up, and when St# becomes 2 digits that pushes the whole row out one more space to the right.
And here's the actual code:
strTextLine = read["IncStoreNum"] + " " + read["IncCash"] + " " + read["IncCheck"] + " " + read["IncCC"];
w.WriteLine(strTextLine);

Thanx in advance!







Jude

AnswerRe: Making a text file tabular Pin
kubben8-Mar-07 11:47
kubben8-Mar-07 11:47 
AnswerRe: Making a text file tabular Pin
Not Active8-Mar-07 12:05
mentorNot Active8-Mar-07 12:05 
GeneralRe: Making a text file tabular Pin
TheJudeDude9-Mar-07 3:46
TheJudeDude9-Mar-07 3:46 
QuestionException - Cannot execute program csc.exe - ExecWaitWithCaptureUnimpersonated() Pin
stretchtack8-Mar-07 11:16
stretchtack8-Mar-07 11:16 
QuestionSystem.Net.Mail, anyway to process the incoming mailbox Pin
babbelfisken8-Mar-07 10:55
babbelfisken8-Mar-07 10:55 
AnswerRe: System.Net.Mail, anyway to process the incoming mailbox Pin
Frank Kerrigan8-Mar-07 11:45
Frank Kerrigan8-Mar-07 11:45 
QuestionIEnumIDList and C# problem Pin
soniko8-Mar-07 10:33
soniko8-Mar-07 10:33 
Questionhave a textbox go through every permutation Pin
crash8938-Mar-07 9:59
crash8938-Mar-07 9:59 
AnswerRe: have a textbox go through every permutation Pin
Ennis Ray Lynch, Jr.8-Mar-07 10:48
Ennis Ray Lynch, Jr.8-Mar-07 10:48 
AnswerRe: have a textbox go through every permutation Pin
CPallini8-Mar-07 10:56
mveCPallini8-Mar-07 10:56 
GeneralRe: have a textbox go through every permutation Pin
crash8939-Mar-07 17:54
crash8939-Mar-07 17:54 
GeneralRe: have a textbox go through every permutation Pin
CPallini13-Mar-07 9:07
mveCPallini13-Mar-07 9:07 
GeneralRe: have a textbox go through every permutation Pin
crash89313-Mar-07 13:21
crash89313-Mar-07 13:21 
GeneralRe: have a textbox go through every permutation Pin
CPallini15-Mar-07 11:41
mveCPallini15-Mar-07 11:41 
GeneralRe: have a textbox go through every permutation Pin
crash89315-Mar-07 16:49
crash89315-Mar-07 16:49 
GeneralSorry, was a misunderstanding between ME & HTML Pin
CPallini15-Mar-07 23:20
mveCPallini15-Mar-07 23:20 
GeneralRe: Sorry, was a misunderstanding between ME & HTML Pin
crash89318-Mar-07 6:55
crash89318-Mar-07 6:55 

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.