Click here to Skip to main content
15,886,110 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Market Penetration for Freeware/Shareware Pin
je_gonzalez26-Jan-04 11:29
je_gonzalez26-Jan-04 11:29 
GeneralRe: C# Market Penetration for Freeware/Shareware Pin
Heath Stewart26-Jan-04 11:31
protectorHeath Stewart26-Jan-04 11:31 
GeneralRe: C# Market Penetration for Freeware/Shareware Pin
Eric Gunnerson (msft)26-Jan-04 11:23
Eric Gunnerson (msft)26-Jan-04 11:23 
GeneralRe: C# Market Penetration for Freeware/Shareware Pin
telstar26-Jan-04 11:29
telstar26-Jan-04 11:29 
GeneralRe: C# Market Penetration for Freeware/Shareware Pin
Heath Stewart26-Jan-04 11:43
protectorHeath Stewart26-Jan-04 11:43 
GeneralRe: C# Market Penetration for Freeware/Shareware Pin
Bo Hunter26-Jan-04 12:39
Bo Hunter26-Jan-04 12:39 
Generalhighlighting text in a combo box with the mouse Pin
blakeb_126-Jan-04 8:48
blakeb_126-Jan-04 8:48 
GeneralRe: highlighting text in a combo box with the mouse Pin
Heath Stewart26-Jan-04 9:00
protectorHeath Stewart26-Jan-04 9:00 
It depends on the ComboBox.DropDownStyle style. If you're using ComboBoxStyle.DropDown, you can select and enter new text. If you use ComboBoxStyle.DropDownList then only the list items in that ComboBox can be select and, hence, there is no need to highlight certain text. This behavior is defined by the Combo Box Common Control which the .NET ComboBox class encapsulates, hence the behavior is the same for native Combo Box controls in Win32 applications. This is not a bug.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: highlighting text in a combo box with the mouse Pin
Anonymous26-Jan-04 9:08
Anonymous26-Jan-04 9:08 
GeneralRe: highlighting text in a combo box with the mouse Pin
Heath Stewart26-Jan-04 9:25
protectorHeath Stewart26-Jan-04 9:25 
GeneralRe: highlighting text in a combo box with the mouse Pin
blakeb_126-Jan-04 9:36
blakeb_126-Jan-04 9:36 
GeneralTaking advantage of other langs in .NET Pin
bneacetp26-Jan-04 8:24
bneacetp26-Jan-04 8:24 
GeneralRe: Taking advantage of other langs in .NET Pin
Heath Stewart26-Jan-04 8:57
protectorHeath Stewart26-Jan-04 8:57 
GeneralRe: Taking advantage of other langs in .NET Pin
bneacetp26-Jan-04 9:41
bneacetp26-Jan-04 9:41 
GeneralRe: Taking advantage of other langs in .NET Pin
Guillermo Rivero26-Jan-04 9:47
Guillermo Rivero26-Jan-04 9:47 
GeneralRe: Taking advantage of other langs in .NET Pin
Heath Stewart26-Jan-04 10:17
protectorHeath Stewart26-Jan-04 10:17 
GeneralRe: Taking advantage of other langs in .NET Pin
Guillermo Rivero26-Jan-04 10:49
Guillermo Rivero26-Jan-04 10:49 
QuestionHow to return/store references on objects Pin
Anonymous26-Jan-04 7:42
Anonymous26-Jan-04 7:42 
AnswerRe: How to return/store references on objects Pin
Not Active26-Jan-04 8:52
mentorNot Active26-Jan-04 8:52 
GeneralRe: How to return/store references on objects Pin
Heath Stewart26-Jan-04 8:55
protectorHeath Stewart26-Jan-04 8:55 
GeneralRe: How to return/store references on objects Pin
Not Active26-Jan-04 9:56
mentorNot Active26-Jan-04 9:56 
GeneralRe: How to return/store references on objects Pin
Jörgen Sigvardsson26-Jan-04 10:14
Jörgen Sigvardsson26-Jan-04 10:14 
GeneralRe: How to return/store references on objects Pin
Not Active26-Jan-04 10:18
mentorNot Active26-Jan-04 10:18 
GeneralRe: How to return/store references on objects Pin
Jörgen Sigvardsson26-Jan-04 10:20
Jörgen Sigvardsson26-Jan-04 10:20 
GeneralRe: How to return/store references on objects Pin
Heath Stewart26-Jan-04 10:41
protectorHeath Stewart26-Jan-04 10:41 

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.