Click here to Skip to main content
15,895,084 members
Home / Discussions / C#
   

C#

 
GeneralRe: GetGenericArguments() on non-generic subclasses of arbitrary generic types? Pin
Yellowseed28-Sep-07 8:52
Yellowseed28-Sep-07 8:52 
QuestionDisplaying a messagebox Pin
Albu Marius28-Sep-07 6:02
Albu Marius28-Sep-07 6:02 
AnswerRe: Displaying a messagebox Pin
TJoe28-Sep-07 6:26
TJoe28-Sep-07 6:26 
QuestionWriting To A Text File Pin
rowdykuttan28-Sep-07 5:21
rowdykuttan28-Sep-07 5:21 
AnswerRe: Writing To A Text File Pin
Colin Angus Mackay28-Sep-07 5:32
Colin Angus Mackay28-Sep-07 5:32 
GeneralRe: Writing To A Text File Pin
rowdykuttan28-Sep-07 5:36
rowdykuttan28-Sep-07 5:36 
GeneralRe: Writing To A Text File Pin
Colin Angus Mackay28-Sep-07 5:43
Colin Angus Mackay28-Sep-07 5:43 
AnswerRe: Writing To A Text File Pin
Matthew Cuba28-Sep-07 5:40
Matthew Cuba28-Sep-07 5:40 
If PITEMNAME's length is > 45, it is going to push everything over. You could truncate at 45 or you look at all the PITEMNAME values (assuming you are looping and trying to dump out data in columns) and set the pad accordingly rather than specifying 45.

If you are limited to your width and 45 is max, truncating is what I'd do, probably.

Good Luck!

It isn't enough to do well in life.
One must do good when and where one can.
Otherwise, what's the point?

AnswerRe: Writing To A Text File Pin
PIEBALDconsult28-Sep-07 6:07
mvePIEBALDconsult28-Sep-07 6:07 
GeneralRe: Writing To A Text File Pin
rowdykuttan28-Sep-07 6:39
rowdykuttan28-Sep-07 6:39 
GeneralRe: Writing To A Text File Pin
PIEBALDconsult28-Sep-07 7:15
mvePIEBALDconsult28-Sep-07 7:15 
GeneralRe: Writing To A Text File Pin
rowdykuttan28-Sep-07 8:03
rowdykuttan28-Sep-07 8:03 
GeneralRe: Writing To A Text File Pin
PIEBALDconsult28-Sep-07 8:16
mvePIEBALDconsult28-Sep-07 8:16 
GeneralRe: Writing To A Text File Pin
rowdykuttan28-Sep-07 8:34
rowdykuttan28-Sep-07 8:34 
GeneralRe: Writing To A Text File Pin
PIEBALDconsult28-Sep-07 8:43
mvePIEBALDconsult28-Sep-07 8:43 
QuestionMy tables hate me Pin
Evan St. John28-Sep-07 4:53
Evan St. John28-Sep-07 4:53 
AnswerRe: My tables hate me Pin
Colin Angus Mackay28-Sep-07 5:19
Colin Angus Mackay28-Sep-07 5:19 
GeneralRe: My tables hate me Pin
BoneSoft28-Sep-07 5:22
BoneSoft28-Sep-07 5:22 
GeneralRe: My tables hate me Pin
ESTAN28-Sep-07 9:42
ESTAN28-Sep-07 9:42 
GeneralRe: My tables hate me Pin
Colin Angus Mackay28-Sep-07 10:08
Colin Angus Mackay28-Sep-07 10:08 
GeneralRe: My tables hate me Pin
Evan St. John2-Oct-07 6:51
Evan St. John2-Oct-07 6:51 
AnswerRe: My tables hate me Pin
rowdykuttan28-Sep-07 5:26
rowdykuttan28-Sep-07 5:26 
GeneralRe: My tables hate me Pin
Evan St. John28-Sep-07 5:36
Evan St. John28-Sep-07 5:36 
QuestionCustom Drawing of list Items Background Pin
Sukhjinder_K28-Sep-07 3:19
Sukhjinder_K28-Sep-07 3:19 
AnswerRe: Custom Drawing of list Items Background Pin
TJoe28-Sep-07 6:19
TJoe28-Sep-07 6:19 

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.