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

Visual Basic

 
AnswerRe: Memory Function on a calculator Pin
Christian Graus28-Sep-06 12:39
protectorChristian Graus28-Sep-06 12:39 
Questioncreating and populating datasets programmatically... Pin
jon-8028-Sep-06 9:15
professionaljon-8028-Sep-06 9:15 
QuestionPicturebox problem Pin
ADY00728-Sep-06 7:55
ADY00728-Sep-06 7:55 
AnswerRe: Picturebox problem Pin
Christian Graus28-Sep-06 13:01
protectorChristian Graus28-Sep-06 13:01 
GeneralRe: Picturebox problem Pin
ADY00730-Sep-06 0:24
ADY00730-Sep-06 0:24 
GeneralRe: Picturebox problem Pin
Christian Graus30-Sep-06 11:41
protectorChristian Graus30-Sep-06 11:41 
QuestionListbox colors Pin
Silver-Grey28-Sep-06 5:44
Silver-Grey28-Sep-06 5:44 
AnswerRe: Listbox colors Pin
Dave Kreskowiak28-Sep-06 7:22
mveDave Kreskowiak28-Sep-06 7:22 
Silver-Grey wrote:
Is there an easy way


What's easy for us may not be easy for you.

There is no support for this built into the ListBox control, so you'd either have to find a replacement control that supports this, or create your own ListBox control and ownerdraw the ListBox to get this effect.

Since you'd have to supply the Fore/BackColor's for the even and odd rows, you'd probably want to start by creating your own ListBox class so you can expose these properties. You can Google for "ownerdraw listbox vb[^] for examples.


Dave Kreskowiak
Microsoft MVP - Visual Basic


Questiondynamically adding controlelements Pin
Smithers-Jones28-Sep-06 3:57
Smithers-Jones28-Sep-06 3:57 
AnswerRe: dynamically adding controlelements Pin
Guffa28-Sep-06 4:13
Guffa28-Sep-06 4:13 
GeneralRe: dynamically adding controlelements Pin
Smithers-Jones28-Sep-06 4:36
Smithers-Jones28-Sep-06 4:36 
AnswerRe: dynamically adding controlelements Pin
Guffa28-Sep-06 5:05
Guffa28-Sep-06 5:05 
Questionservices running in a system Pin
jonniebigodes28-Sep-06 3:27
jonniebigodes28-Sep-06 3:27 
AnswerRe: services running in a system Pin
Dave Kreskowiak28-Sep-06 7:14
mveDave Kreskowiak28-Sep-06 7:14 
GeneralRe: services running in a system [modified] Pin
jonniebigodes28-Sep-06 19:24
jonniebigodes28-Sep-06 19:24 
QuestionHow to play a beep with a particular length Pin
re infecta28-Sep-06 1:10
re infecta28-Sep-06 1:10 
AnswerRe: How to play a beep with a particular length Pin
Dave Kreskowiak28-Sep-06 7:17
mveDave Kreskowiak28-Sep-06 7:17 
GeneralRe: How to play a beep with a particular length Pin
re infecta30-Sep-06 12:50
re infecta30-Sep-06 12:50 
GeneralRe: How to play a beep with a particular length Pin
Dave Kreskowiak1-Oct-06 5:27
mveDave Kreskowiak1-Oct-06 5:27 
Questionnumber add to textbox from another textbox Pin
Xmen Real 27-Sep-06 23:45
professional Xmen Real 27-Sep-06 23:45 
AnswerRe: number add to textbox from another textbox Pin
Christian Graus28-Sep-06 0:10
protectorChristian Graus28-Sep-06 0:10 
GeneralRe: number add to textbox from another textbox Pin
Xmen Real 28-Sep-06 4:49
professional Xmen Real 28-Sep-06 4:49 
GeneralRe: number add to textbox from another textbox Pin
Christian Graus28-Sep-06 10:30
protectorChristian Graus28-Sep-06 10:30 
QuestionRe: number add to textbox from another textbox Pin
Xmen Real 28-Sep-06 23:12
professional Xmen Real 28-Sep-06 23:12 
QuestionI need help please Pin
minniemooo27-Sep-06 23:42
minniemooo27-Sep-06 23:42 

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.