Click here to Skip to main content
16,005,473 members
Home / Discussions / C#
   

C#

 
GeneralVS Installers Pin
Jassim Rahma1-Jan-03 3:53
Jassim Rahma1-Jan-03 3:53 
QuestionHow can I trace a windows installer project? Pin
mkomasi31-Dec-02 22:48
mkomasi31-Dec-02 22:48 
AnswerRe: How can I trace a windows installer project? Pin
Stephane Rodriguez.31-Dec-02 23:11
Stephane Rodriguez.31-Dec-02 23:11 
GeneralRe: How can I trace a windows installer project? Pin
mkomasi1-Jan-03 1:48
mkomasi1-Jan-03 1:48 
GeneralRe: How can I trace a windows installer project? Pin
Stephane Rodriguez.1-Jan-03 2:08
Stephane Rodriguez.1-Jan-03 2:08 
GeneralRe: How can I trace a windows installer project? Pin
Anonymous2-Jan-03 1:59
Anonymous2-Jan-03 1:59 
GeneralComboBox FixedHeight Pin
theahmed31-Dec-02 21:07
theahmed31-Dec-02 21:07 
GeneralRe: ComboBox FixedHeight Pin
Stephane Rodriguez.31-Dec-02 21:46
Stephane Rodriguez.31-Dec-02 21:46 
If all elements are of fixed height, you must also set the DrawMode property to OwnerDrawFixed (instead of Normal, which is the default).

[edit]I have just been looking at the .NET combobox source code and it results from it that once an appropriate DrawMode is set, you just need to set the ItemHeight value you need to see it automatically reflected.[/edit]

If it gets to be full owner drawn, the technique then, inherited from good ol' WIN32 comboboxes, is besides doing .DrawMode=OwnerDrawVariable, to provide your implementation for OnMeasureItem(), and OnDrawItem(). Nish already made something available publicly[^] about it.
GeneralRemoting & IServiceProvider Pin
Alex Korchemniy31-Dec-02 13:11
Alex Korchemniy31-Dec-02 13:11 
GeneralRe: Remoting & IServiceProvider Pin
Alex Korchemniy3-Jan-03 7:40
Alex Korchemniy3-Jan-03 7:40 
GeneralEncryption question. Pin
jtmtv1831-Dec-02 11:30
jtmtv1831-Dec-02 11:30 
GeneralRe: Encryption question. Pin
David Stone1-Jan-03 6:17
sitebuilderDavid Stone1-Jan-03 6:17 
GeneralRe: Encryption question. Pin
jtmtv181-Jan-03 16:15
jtmtv181-Jan-03 16:15 
GeneralRe: Encryption question. Pin
Pete Bassett2-Jan-03 1:15
Pete Bassett2-Jan-03 1:15 
Questionip? Pin
imran_rafique31-Dec-02 9:24
imran_rafique31-Dec-02 9:24 
AnswerRe: ip? Pin
Alex Korchemniy31-Dec-02 17:58
Alex Korchemniy31-Dec-02 17:58 
GeneralStripping Punctuation Pin
MStanbrook31-Dec-02 5:23
MStanbrook31-Dec-02 5:23 
GeneralRe: Stripping Punctuation Pin
Nnamdi Onyeyiri31-Dec-02 5:41
Nnamdi Onyeyiri31-Dec-02 5:41 
GeneralRe: Stripping Punctuation Pin
David Stone31-Dec-02 6:10
sitebuilderDavid Stone31-Dec-02 6:10 
GeneralRe: Stripping Punctuation Pin
leppie1-Jan-03 6:04
leppie1-Jan-03 6:04 
GeneralRe: Stripping Punctuation Pin
David Stone1-Jan-03 6:12
sitebuilderDavid Stone1-Jan-03 6:12 
QuestionChange the title bar etc? Pin
anotherside200031-Dec-02 4:53
anotherside200031-Dec-02 4:53 
AnswerRe: Change the title bar etc? Pin
SHaroz31-Dec-02 6:46
SHaroz31-Dec-02 6:46 
AnswerRe: Change the title bar etc? Pin
Alex Korchemniy31-Dec-02 17:56
Alex Korchemniy31-Dec-02 17:56 
AnswerRe: Change the title bar etc? Pin
Stephane Rodriguez.31-Dec-02 23:08
Stephane Rodriguez.31-Dec-02 23:08 

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.