Click here to Skip to main content
15,894,540 members
Home / Discussions / C#
   

C#

 
GeneralCommunication problem Pin
crashhog16-Dec-04 14:53
crashhog16-Dec-04 14:53 
GeneralRe: Communication problem Pin
leppie16-Dec-04 20:06
leppie16-Dec-04 20:06 
Generalxml in multi-user enviroment Pin
esakal16-Dec-04 12:54
esakal16-Dec-04 12:54 
GeneralRe: xml in multi-user enviroment Pin
Stefan Troschuetz16-Dec-04 21:28
Stefan Troschuetz16-Dec-04 21:28 
GeneralRe: xml in multi-user enviroment Pin
Dave Kreskowiak17-Dec-04 6:31
mveDave Kreskowiak17-Dec-04 6:31 
GeneralDebbuger hangs and kills my form Pin
SebbaP16-Dec-04 10:10
SebbaP16-Dec-04 10:10 
GeneralListView columns show up overlapped Pin
kmansari16-Dec-04 9:32
kmansari16-Dec-04 9:32 
GeneralRe: ListView columns show up overlapped Pin
Skynyrd16-Dec-04 9:54
Skynyrd16-Dec-04 9:54 
private void CreateColumns ()
{
// Create the "Item" column first
//this.LV_Data.Columns.Add ("Item Column", -2, HorizontalAlignment.Left);

// Now create the data columns
for (int i=0; i < m_iColumnCount; i++)
this.LV_Data.Columns.Add ("Column " + i.ToString(), -2 * (i+1), HorizontalAlignment.Left);
}

ur setting the width of your columns to -2*(i+1) which will always be <0. I dont understand what ur trying to do here, but if u just change the width to a fixed one (70), everything works fine.
GeneralRe: ListView columns show up overlapped Pin
kmansari16-Dec-04 10:00
kmansari16-Dec-04 10:00 
GeneralURL Question Pin
FAlviani16-Dec-04 8:38
FAlviani16-Dec-04 8:38 
GeneralRe: URL Question Pin
Christian Graus16-Dec-04 9:45
protectorChristian Graus16-Dec-04 9:45 
GeneralRe: URL Question Pin
Uwe Keim16-Dec-04 20:06
sitebuilderUwe Keim16-Dec-04 20:06 
GeneralReflection error Pin
thepersonof16-Dec-04 8:36
thepersonof16-Dec-04 8:36 
GeneralRe: Reflection error Pin
leppie16-Dec-04 19:52
leppie16-Dec-04 19:52 
GeneralRe: Reflection error Pin
Javier Lozano17-Dec-04 7:07
Javier Lozano17-Dec-04 7:07 
GeneralRe: Reflection error Pin
thepersonof17-Dec-04 7:44
thepersonof17-Dec-04 7:44 
Generalnew debug error Pin
Guinness4Strength16-Dec-04 8:32
Guinness4Strength16-Dec-04 8:32 
GeneralRe: new debug error Pin
Christian Graus16-Dec-04 9:46
protectorChristian Graus16-Dec-04 9:46 
GeneralRe: new debug error Pin
Guinness4Strength16-Dec-04 10:39
Guinness4Strength16-Dec-04 10:39 
GeneralRe: new debug error Pin
Tom Larsen16-Dec-04 11:18
Tom Larsen16-Dec-04 11:18 
GeneralRe: new debug error Pin
Guinness4Strength16-Dec-04 13:04
Guinness4Strength16-Dec-04 13:04 
GeneralDebuging ActiveX controls via C# application Pin
vad_kr16-Dec-04 8:22
vad_kr16-Dec-04 8:22 
GeneralRe: Debuging ActiveX controls via C# application Pin
Dave Kreskowiak16-Dec-04 9:31
mveDave Kreskowiak16-Dec-04 9:31 
GeneralRe: Debuging ActiveX controls via C# application Pin
vad_kr16-Dec-04 20:48
vad_kr16-Dec-04 20:48 
GeneralIcons not showing Pin
Chals16-Dec-04 8:10
Chals16-Dec-04 8:10 

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.