Click here to Skip to main content
15,888,008 members
Home / Discussions / C#
   

C#

 
GeneralVS 2003 Designer bug? -- Duplicate declaration error Pin
ddelapasse3-Aug-04 16:04
ddelapasse3-Aug-04 16:04 
General"sizeof" in C# Pin
crushinghellhammer3-Aug-04 12:55
crushinghellhammer3-Aug-04 12:55 
GeneralRe: "sizeof" in C# Pin
Member 11737603-Aug-04 13:31
Member 11737603-Aug-04 13:31 
GeneralRe: "sizeof" in C# Pin
NietzscheDisciple3-Aug-04 13:35
NietzscheDisciple3-Aug-04 13:35 
GeneralFilling a combo box from a database Pin
Jefferys3-Aug-04 12:25
Jefferys3-Aug-04 12:25 
GeneralRe: Filling a combo box from a database Pin
DougW483-Aug-04 12:38
DougW483-Aug-04 12:38 
GeneralListcontrol text alignment. Pin
Christian Graus3-Aug-04 12:22
protectorChristian Graus3-Aug-04 12:22 
GeneralRe: Listcontrol text alignment. Pin
Member 11737603-Aug-04 16:18
Member 11737603-Aug-04 16:18 
I usually just use the designer to set up my list controls and setup column/header properties (title, alignment, and size) at that time. I've never yet had an instance in the programs I've developed where I didn't know how I wanted data aligned/formatted at design time.

Now, one thing I've noticed in general about list controls is that it doesn't seem you can right-align the FIRST column in a list control, but I believe that's a global truth about list controls, and not something specific to WinForms.

If at all possible, I would really recommend doing it through the designer. If it's not possible, I'd still recommend doing one through the designer and then look at the code that is generated and compare it with what you're doing. If you can't figure it out still, post some code that can be commented upon.
GeneralRe: Listcontrol text alignment. Pin
Christian Graus3-Aug-04 16:22
protectorChristian Graus3-Aug-04 16:22 
GeneralRe: Listcontrol text alignment. Pin
Member 11737603-Aug-04 16:37
Member 11737603-Aug-04 16:37 
GeneralRe: Listcontrol text alignment. Pin
Christian Graus3-Aug-04 16:44
protectorChristian Graus3-Aug-04 16:44 
GeneralRe: Listcontrol text alignment. Pin
Member 11737603-Aug-04 17:06
Member 11737603-Aug-04 17:06 
GeneralRe: Listcontrol text alignment. Pin
Christian Graus3-Aug-04 17:09
protectorChristian Graus3-Aug-04 17:09 
GeneralRe: Revenue Counter Pin
Colin Angus Mackay3-Aug-04 12:00
Colin Angus Mackay3-Aug-04 12:00 
GeneralRe: Revenue Counter Pin
RadioButton3-Aug-04 12:13
RadioButton3-Aug-04 12:13 
Generalbeginning a c# database Pin
Miles Roberts3-Aug-04 11:12
Miles Roberts3-Aug-04 11:12 
GeneralRe: beginning a c# database Pin
Nick Parker3-Aug-04 11:27
protectorNick Parker3-Aug-04 11:27 
GeneralRe: beginning a c# database Pin
Colin Angus Mackay3-Aug-04 11:48
Colin Angus Mackay3-Aug-04 11:48 
GeneralRe: beginning a c# database Pin
Miles Roberts3-Aug-04 11:53
Miles Roberts3-Aug-04 11:53 
GeneralRe: beginning a c# database Pin
Colin Angus Mackay3-Aug-04 12:12
Colin Angus Mackay3-Aug-04 12:12 
GeneralRe: beginning a c# database Pin
Miles Roberts4-Aug-04 2:06
Miles Roberts4-Aug-04 2:06 
GeneralRe: beginning a c# database Pin
Christian Graus3-Aug-04 12:19
protectorChristian Graus3-Aug-04 12:19 
GeneralRe: beginning a c# database Pin
Miles Roberts4-Aug-04 0:34
Miles Roberts4-Aug-04 0:34 
GeneralRe: beginning a c# database Pin
Christian Graus4-Aug-04 11:01
protectorChristian Graus4-Aug-04 11:01 
GeneralRe: beginning a c# database Pin
Looney Tunezez3-Aug-04 12:50
Looney Tunezez3-Aug-04 12:50 

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.