Click here to Skip to main content
15,925,181 members
Home / Discussions / C#
   

C#

 
GeneralRe: return Pin
Colin Angus Mackay17-Oct-07 3:16
Colin Angus Mackay17-Oct-07 3:16 
GeneralRe: return Pin
Trustapple17-Oct-07 18:40
Trustapple17-Oct-07 18:40 
QuestionDrawing border to items of listview Pin
anu8117-Oct-07 0:46
anu8117-Oct-07 0:46 
AnswerRe: Drawing border to items of listview Pin
Giorgi Dalakishvili17-Oct-07 1:25
mentorGiorgi Dalakishvili17-Oct-07 1:25 
GeneralRe: Drawing border to items of listview Pin
anu8117-Oct-07 2:49
anu8117-Oct-07 2:49 
GeneralRe: Drawing border to items of listview Pin
Giorgi Dalakishvili17-Oct-07 2:55
mentorGiorgi Dalakishvili17-Oct-07 2:55 
GeneralRe: Drawing border to items of listview Pin
anu8117-Oct-07 20:50
anu8117-Oct-07 20:50 
GeneralRe: Drawing border to items of listview Pin
Giorgi Dalakishvili17-Oct-07 20:59
mentorGiorgi Dalakishvili17-Oct-07 20:59 
The drawlistitemeventargs parameter called e has a graphics property which you use for drawing. So you need to call e.Graphics.DrawRectangle method to draw rectangle around the item. In order to pass the desired rectangle to this method explore e.Bounds property and e.Item.Bounds property. Hope this helps

#region signature
my articles
#endregion

General[Solved] : Drawing border to items of listview Pin
anu8117-Oct-07 21:35
anu8117-Oct-07 21:35 
GeneralRe: [Solved] : Drawing border to items of listview Pin
Giorgi Dalakishvili18-Oct-07 1:52
mentorGiorgi Dalakishvili18-Oct-07 1:52 
QuestionxmlScormStudio Pin
Silly Boy17-Oct-07 0:18
Silly Boy17-Oct-07 0:18 
AnswerRe: xmlScormStudio Pin
Pete O'Hanlon17-Oct-07 0:34
mvePete O'Hanlon17-Oct-07 0:34 
GeneralRe: xmlScormStudio Pin
Silly Boy17-Oct-07 17:45
Silly Boy17-Oct-07 17:45 
GeneralRe: xmlScormStudio Pin
Pete O'Hanlon19-Oct-07 0:00
mvePete O'Hanlon19-Oct-07 0:00 
QuestionHow to change default application scope settings? Pin
Tobias Schoenig16-Oct-07 23:47
Tobias Schoenig16-Oct-07 23:47 
QuestionGetAmbientProperty in C# Pin
Luke_ICS16-Oct-07 23:34
Luke_ICS16-Oct-07 23:34 
AnswerRe: GetAmbientProperty in C# Pin
Luke_ICS17-Oct-07 3:42
Luke_ICS17-Oct-07 3:42 
QuestionPassing unmanaged pointer in Message.Result Pin
__DanC__16-Oct-07 23:25
__DanC__16-Oct-07 23:25 
AnswerRe: Passing unmanaged pointer in Message.Result Pin
TJoe17-Oct-07 2:23
TJoe17-Oct-07 2:23 
QuestionError Deleting File or Folder Pin
pavya_Cool16-Oct-07 22:27
pavya_Cool16-Oct-07 22:27 
AnswerRe: Error Deleting File or Folder Pin
Giorgi Dalakishvili16-Oct-07 22:32
mentorGiorgi Dalakishvili16-Oct-07 22:32 
AnswerRe: Error Deleting File or Folder Pin
Andrei Ungureanu16-Oct-07 22:38
Andrei Ungureanu16-Oct-07 22:38 
GeneralRe: Error Deleting File or Folder Pin
DavidNohejl17-Oct-07 0:50
DavidNohejl17-Oct-07 0:50 
GeneralRe: Error Deleting File or Folder Pin
Andrei Ungureanu17-Oct-07 1:04
Andrei Ungureanu17-Oct-07 1:04 
GeneralRe: Error Deleting File or Folder Pin
DavidNohejl17-Oct-07 1:26
DavidNohejl17-Oct-07 1:26 

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.