Click here to Skip to main content
15,915,600 members
Home / Discussions / C#
   

C#

 
GeneralNamespace Pin
Mazdak12-May-02 20:03
Mazdak12-May-02 20:03 
GeneralRe: Namespace Pin
James T. Johnson12-May-02 20:22
James T. Johnson12-May-02 20:22 
GeneralRe: Namespace Pin
Mazdak12-May-02 20:51
Mazdak12-May-02 20:51 
GeneralSet item bold Pin
Rickard Andersson2012-May-02 1:28
Rickard Andersson2012-May-02 1:28 
GeneralRe: Set item bold Pin
Rickard Andersson2012-May-02 1:34
Rickard Andersson2012-May-02 1:34 
GeneralRe: Set item bold Pin
David Wengier12-May-02 1:49
David Wengier12-May-02 1:49 
GeneralRe: Set item bold Pin
Rickard Andersson2012-May-02 8:53
Rickard Andersson2012-May-02 8:53 
GeneralRe: Set item bold Pin
Rocky Moore12-May-02 18:05
Rocky Moore12-May-02 18:05 
Rickard Andersson wrote:
don't know how to get the text from the item to be drawn in the dra item method!!

If it is an owner drawn listbox, you could just access the Item array for the item you are drawing.

Items[e.Index].ToString()


Where 'e.Index' is the DrawItemEventArgs item passed into the DrawItem.


Rocky Moore
GeneralRe: Set item bold Pin
Rickard Andersson2012-May-02 20:44
Rickard Andersson2012-May-02 20:44 
GeneralMSFlexGrid in C# Pin
vivekoswal12-May-02 0:11
vivekoswal12-May-02 0:11 
GeneralCrashes everytime I try to create a new project Pin
Cathy11-May-02 15:30
Cathy11-May-02 15:30 
GeneralRe: Crashes everytime I try to create a new project Pin
Nish Nishant11-May-02 15:47
sitebuilderNish Nishant11-May-02 15:47 
GeneralRe: Crashes everytime I try to create a new project Pin
Cathy11-May-02 15:46
Cathy11-May-02 15:46 
GeneralRe: Crashes everytime I try to create a new project Pin
Nish Nishant11-May-02 17:17
sitebuilderNish Nishant11-May-02 17:17 
GeneralRe: Crashes everytime I try to create a new project Pin
Cathy11-May-02 17:45
Cathy11-May-02 17:45 
GeneralRe: Crashes everytime I try to create a new project Pin
Nish Nishant11-May-02 17:59
sitebuilderNish Nishant11-May-02 17:59 
GeneralRe: Crashes everytime I try to create a new project Pin
Cathy11-May-02 18:01
Cathy11-May-02 18:01 
GeneralRe: Crashes everytime I try to create a new project Pin
Nish Nishant11-May-02 18:18
sitebuilderNish Nishant11-May-02 18:18 
GeneralRe: Crashes everytime I try to create a new project Pin
James T. Johnson12-May-02 16:30
James T. Johnson12-May-02 16:30 
GeneralRe: Crashes everytime I try to create a new project Pin
Cathy12-May-02 18:33
Cathy12-May-02 18:33 
GeneralNetstat Source Code Pin
KobyBoy11-May-02 11:48
KobyBoy11-May-02 11:48 
GeneralRe: Netstat Source Code Pin
Neil Van Note11-May-02 11:55
Neil Van Note11-May-02 11:55 
QuestionHow to custom draw the caption and border form Pin
elnino11-May-02 7:46
elnino11-May-02 7:46 
AnswerRe: How to custom draw the caption and border form Pin
Rama Krishna Vavilala11-May-02 8:59
Rama Krishna Vavilala11-May-02 8:59 
AnswerRe: How to custom draw the caption and border form Pin
Rüpel13-May-02 3:58
Rüpel13-May-02 3:58 

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.