Click here to Skip to main content
15,889,876 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Date manipulation and SQL.... Pin
loyal ginger6-Jan-10 4:34
loyal ginger6-Jan-10 4:34 
GeneralRe: Date manipulation and SQL.... Pin
Johnkokk6-Jan-10 20:54
Johnkokk6-Jan-10 20:54 
QuestionHow to open existing file in VB6 Pin
JC.KaNNaN5-Jan-10 22:59
JC.KaNNaN5-Jan-10 22:59 
AnswerRe: How to open existing file in VB6 Pin
Eddy Vluggen6-Jan-10 1:30
professionalEddy Vluggen6-Jan-10 1:30 
QuestionStackOverflowException [SOLVED] [modified] Pin
#realJSOP5-Jan-10 8:44
mve#realJSOP5-Jan-10 8:44 
AnswerRe: StackOverflowException Pin
MikeMarq5-Jan-10 9:14
MikeMarq5-Jan-10 9:14 
GeneralRe: StackOverflowException Pin
#realJSOP5-Jan-10 9:31
mve#realJSOP5-Jan-10 9:31 
QuestionHot to set Color as Red when Combo Style is set as other than DropDownList [modified] Pin
janaswamy uday5-Jan-10 6:44
janaswamy uday5-Jan-10 6:44 
Hi All,

The Requirement is like this

I have to Set a Color to ComboBox as Red when Style is Other than DropDownList. How can it be possible in VB.Net. Also it should not be Editable and should be Read Only.


Code:
-----
'Combo Style is DropDown Here

ComboBox1.Items.Add("One")
ComboBox1.Items.Add("Two")
ComboBox1.Items.Add("Three")
ComboBox1.BackColor = Color.Red

'Items in ComboBox are able to Edit!!! which should not happen.
But ComboBox1 BackColor is Red which is OK for Me.

I dont want to Edit the Items in Combo, How it is Possible.

Please give me a solution for this.

Thanks & Regards,
Uday.

modified on Tuesday, January 5, 2010 1:18 PM

AnswerRe: Hot to set Color as Red when Combo Style is set as other than DropDownList [modified] Pin
TheComputerMan6-Jan-10 15:33
TheComputerMan6-Jan-10 15:33 
QuestionProblem with UDPClient Receive function Pin
xairoy5-Jan-10 3:08
xairoy5-Jan-10 3:08 
AnswerRe: Problem with UDPClient Receive function Pin
DaveAuld5-Jan-10 4:40
professionalDaveAuld5-Jan-10 4:40 
GeneralRe: Problem with UDPClient Receive function Pin
xairoy5-Jan-10 20:46
xairoy5-Jan-10 20:46 
QuestionHow to open openoffice document in vb 6.0 Pin
JC.KaNNaN5-Jan-10 2:28
JC.KaNNaN5-Jan-10 2:28 
AnswerRe: How to open openoffice document in vb 6.0 Pin
Dave Kreskowiak5-Jan-10 3:53
mveDave Kreskowiak5-Jan-10 3:53 
AnswerRe: How to open openoffice document in vb 6.0 Pin
Eddy Vluggen5-Jan-10 7:22
professionalEddy Vluggen5-Jan-10 7:22 
AnswerRe: How to open openoffice document in vb 6.0 Pin
JC.KaNNaN5-Jan-10 20:58
JC.KaNNaN5-Jan-10 20:58 
GeneralRe: How to open openoffice document in vb 6.0 Pin
Ashfield5-Jan-10 21:49
Ashfield5-Jan-10 21:49 
AnswerRe: How to open openoffice document in vb 6.0 Pin
David Skelly5-Jan-10 22:15
David Skelly5-Jan-10 22:15 
AnswerRe: How to open openoffice document in vb 6.0 [modified] Pin
JC.KaNNaN6-Jan-10 22:18
JC.KaNNaN6-Jan-10 22:18 
QuestionWeb Service with different file extensions Pin
DoxMan4-Jan-10 23:35
DoxMan4-Jan-10 23:35 
AnswerRe: Web Service with different file extensions Pin
Dimitri Witkowski5-Jan-10 3:56
Dimitri Witkowski5-Jan-10 3:56 
AnswerRe: Web Service with different file extensions Pin
Dave Kreskowiak5-Jan-10 3:56
mveDave Kreskowiak5-Jan-10 3:56 
QuestionHow to read data from serial port of a Thin Client Pin
sachin2 20104-Jan-10 22:54
sachin2 20104-Jan-10 22:54 
AnswerRe: How to read data from serial port of a Thin Client Pin
Dave Kreskowiak5-Jan-10 3:49
mveDave Kreskowiak5-Jan-10 3:49 
AnswerRe: How to read data from serial port of a Thin Client Pin
sachin2 20105-Jan-10 17:54
sachin2 20105-Jan-10 17:54 

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.