Click here to Skip to main content
15,921,905 members
Home / Discussions / C#
   

C#

 
GeneralRe: Namespace Hell Pin
James T. Johnson24-Jul-02 16:08
James T. Johnson24-Jul-02 16:08 
GeneralRe: Namespace Hell Pin
stephen woolhead24-Jul-02 22:13
stephen woolhead24-Jul-02 22:13 
GeneralRe: Namespace Hell Pin
James T. Johnson25-Jul-02 0:16
James T. Johnson25-Jul-02 0:16 
GeneralRe: Namespace Hell Pin
jparsons25-Jul-02 2:49
jparsons25-Jul-02 2:49 
GeneralProblems with ListView and columns Pin
Luis Alonso Ramos24-Jul-02 9:53
Luis Alonso Ramos24-Jul-02 9:53 
GeneralRe: Problems with ListView and columns Pin
leppie24-Jul-02 20:44
leppie24-Jul-02 20:44 
GeneralRe: Problems with ListView and columns Pin
Luis Alonso Ramos24-Jul-02 21:01
Luis Alonso Ramos24-Jul-02 21:01 
GeneralRe: Problems with ListView and columns Pin
leppie25-Jul-02 3:28
leppie25-Jul-02 3:28 
Luis Alonso Ramos wrote:
The list view appears ok, and when I add items, I can see them in large icon mode (if I remove the View = Details), but in Details mode I don't see anything...

How are u adding the ListViewItems? If u want to see "multi-columns" make sure it looks like this.

listUser.Items.Add( new ListViewItem( new string[] {"col1itemtext","col2itemtext","col3itemtext"}));
and NOT:
listUser.Items.Add( "colitemtext")

Are u not maybe overwriting the columnheaders?

Hope this helps Smile | :)

MYrc : A .NET IRC client with C# Plugin Capabilities. See
http://sourceforge.net/projects/myrc
for more info. Big Grin | :-D
GeneralRe: Problems with ListView and columns Pin
Luis Alonso Ramos25-Jul-02 6:49
Luis Alonso Ramos25-Jul-02 6:49 
GeneralRe: Problems with ListView and columns Pin
leppie25-Jul-02 7:29
leppie25-Jul-02 7:29 
GeneralRe: Problems with ListView and columns Pin
Luis Alonso Ramos25-Jul-02 11:04
Luis Alonso Ramos25-Jul-02 11:04 
GeneralRe: Problems with ListView and columns (finally fixed) Pin
Luis Alonso Ramos12-Aug-02 19:36
Luis Alonso Ramos12-Aug-02 19:36 
Generalnotify if tab-key is pressed Pin
Anonymous24-Jul-02 6:19
Anonymous24-Jul-02 6:19 
GeneralRe: notify if tab-key is pressed Pin
Luis Alonso Ramos24-Jul-02 6:32
Luis Alonso Ramos24-Jul-02 6:32 
GeneralRe: notify if tab-key is pressed Pin
Anonymous24-Jul-02 11:11
Anonymous24-Jul-02 11:11 
GeneralRe: notify if tab-key is pressed Pin
Luis Alonso Ramos24-Jul-02 11:41
Luis Alonso Ramos24-Jul-02 11:41 
QuestionHighlighting in RichTextBox? Pin
leppie24-Jul-02 3:58
leppie24-Jul-02 3:58 
AnswerRe: Highlighting in RichTextBox? Pin
jparsons24-Jul-02 4:36
jparsons24-Jul-02 4:36 
GeneralRe: Highlighting in RichTextBox? Pin
leppie24-Jul-02 5:17
leppie24-Jul-02 5:17 
GeneralComboBox - MultiColumn Pin
mikasa24-Jul-02 2:53
mikasa24-Jul-02 2:53 
GeneralRe: ComboBox - MultiColumn Pin
David Stone24-Jul-02 12:37
sitebuilderDavid Stone24-Jul-02 12:37 
GeneralChanging Cookie Values by calling class functions Pin
Sassan Komeili Zadeh23-Jul-02 23:37
Sassan Komeili Zadeh23-Jul-02 23:37 
Generalmultiple updates Pin
Sarith Sutha23-Jul-02 19:48
Sarith Sutha23-Jul-02 19:48 
GeneralRe: multiple updates Pin
SimonS23-Jul-02 23:00
SimonS23-Jul-02 23:00 
GeneralRe: multiple updates Pin
Sarith Sutha24-Jul-02 3:14
Sarith Sutha24-Jul-02 3:14 

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.