Click here to Skip to main content
15,909,829 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: XML Comments Pin
CKnig16-Dec-07 21:46
CKnig16-Dec-07 21:46 
GeneralRe: XML Comments Pin
danasegaranea16-Dec-07 21:52
danasegaranea16-Dec-07 21:52 
GeneralRe: XML Comments Pin
CKnig16-Dec-07 22:21
CKnig16-Dec-07 22:21 
GeneralRe: XML Comments Pin
danasegaranea16-Dec-07 22:35
danasegaranea16-Dec-07 22:35 
GeneralRe: XML Comments Pin
CKnig16-Dec-07 23:00
CKnig16-Dec-07 23:00 
GeneralRe: XML Comments Pin
Kevin McFarlane17-Dec-07 6:10
Kevin McFarlane17-Dec-07 6:10 
GeneralImage ComboBox Control in VB.NET Pin
Deepthy.P.M16-Dec-07 21:30
Deepthy.P.M16-Dec-07 21:30 
GeneralRe: Image ComboBox Control in VB.NET Pin
CKnig16-Dec-07 21:42
CKnig16-Dec-07 21:42 
well - you managed to show the images .. the text is much simpler. Just add the following line just after your e.Graphics.DrawImage line:

<br />
e.Graphics.DrawString(items(e.Index),me.Font,Brushes.Black,e.Bounds)<br />


(didn't test it so there might be a typo but I guess you get the idea)

BTW: you should but handle the case where the current cell is focused - normaly you use the e.DrawFocusRectangle() but this is not the way here - maybe just draw a shading (with an almost transparent brush) over your picture?
GeneralRe: Image ComboBox Control in VB.NET Pin
Deepthy.P.M16-Dec-07 22:12
Deepthy.P.M16-Dec-07 22:12 
GeneralRe: Image ComboBox Control in VB.NET Pin
CKnig16-Dec-07 22:20
CKnig16-Dec-07 22:20 
QuestionHow to encrypt a string using rijndael algorithm Pin
Nagaraj.k16-Dec-07 21:11
Nagaraj.k16-Dec-07 21:11 
GeneralRe: How to encrypt a string using rijndael algorithm Pin
CKnig16-Dec-07 21:35
CKnig16-Dec-07 21:35 
QuestionRe: How to encrypt a string using rijndael algorithm Pin
Nagaraj.k17-Dec-07 1:22
Nagaraj.k17-Dec-07 1:22 
GeneralRe: How to encrypt a string using rijndael algorithm Pin
~V~16-Dec-07 22:56
~V~16-Dec-07 22:56 
GeneralUrgent: how to convert string into date in vb.net Pin
Ashish Kumar Vyas16-Dec-07 20:20
Ashish Kumar Vyas16-Dec-07 20:20 
GeneralRe: Urgent: how to convert string into date in vb.net Pin
Georg Kohler16-Dec-07 21:03
Georg Kohler16-Dec-07 21:03 
GeneralRe: Urgent: how to convert string into date in vb.net Pin
CKnig16-Dec-07 21:45
CKnig16-Dec-07 21:45 
GeneralRe: Urgent: how to convert string into date in vb.net Pin
VB 8.016-Dec-07 22:50
VB 8.016-Dec-07 22:50 
GeneralRe: Urgent: how to convert string into date in vb.net Pin
~V~16-Dec-07 22:50
~V~16-Dec-07 22:50 
Questionthe meaning of VB.Command()...? Pin
tasumisra16-Dec-07 19:49
tasumisra16-Dec-07 19:49 
AnswerRe: the meaning of VB.Command()...? Pin
Dave Kreskowiak17-Dec-07 3:45
mveDave Kreskowiak17-Dec-07 3:45 
GeneralCombobox and F4 Pin
SiXke16-Dec-07 5:55
SiXke16-Dec-07 5:55 
Generalerror in vb.net Pin
break_day15-Dec-07 23:02
break_day15-Dec-07 23:02 
GeneralRe: error in vb.net Pin
Bassam Saoud16-Dec-07 1:53
Bassam Saoud16-Dec-07 1:53 
GeneralRe: error in vb.net Pin
break_day16-Dec-07 6:14
break_day16-Dec-07 6: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.