Click here to Skip to main content
15,909,737 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionHow to attach the Smart Tags of child controls, to the user control? Pin
Vahid Rassouli21-Feb-10 9:22
Vahid Rassouli21-Feb-10 9:22 
QuestionRole of IIS / Worker process in a desktop or windows application (Distributed remoting architecture) [modified] Pin
NetQuestions18-Feb-10 19:18
NetQuestions18-Feb-10 19:18 
AnswerRe: Role of IIS / Worker process in a desktop or windows application (Distributed remoting architecture) Pin
NetQuestions18-Feb-10 23:24
NetQuestions18-Feb-10 23:24 
AnswerRe: Role of IIS / Worker process in a desktop or windows application (Distributed remoting architecture) Pin
Dave Kreskowiak22-Feb-10 3:09
mveDave Kreskowiak22-Feb-10 3:09 
GeneralRe: Role of IIS / Worker process in a desktop or windows application (Distributed remoting architecture) Pin
NetQuestions24-Feb-10 17:37
NetQuestions24-Feb-10 17:37 
QuestionAdvanced ComboBox in WinForms Pin
Nick Alexeev12-Feb-10 16:41
professionalNick Alexeev12-Feb-10 16:41 
AnswerRe: Advanced ComboBox in WinForms Pin
Richard MacCutchan12-Feb-10 22:40
mveRichard MacCutchan12-Feb-10 22:40 
AnswerRe: Advanced ComboBox in WinForms Pin
Luc Pattyn13-Feb-10 1:39
sitebuilderLuc Pattyn13-Feb-10 1:39 
Hi,

ComboBox (as well as ListBox):
1. holds and shows items of any type you choose, not just strings.
2. supports "user drawing", see DrawMode property and DrawItem event.

Hence you could:
- define your own little class representing such item, with all the properties you'd like;
- paint it yourself in whatever format you like.

I often do this with ListBox, and occasionally with ComboBox.
And no, I don't have a published example around.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
All Toronto weekends should be extremely wet until we get it automated in regular forums, not just QA.

AnswerRe: Advanced ComboBox in WinForms Pin
Abhinav S13-Feb-10 7:58
Abhinav S13-Feb-10 7:58 
QuestionProblem with maximized child window in MDI parent Pin
Alan Burkhart11-Feb-10 5:30
Alan Burkhart11-Feb-10 5:30 
QuestionReset Control Attributes Pin
zeos68-Feb-10 7:46
zeos68-Feb-10 7:46 
AnswerRe: Reset Control Attributes Pin
Richard Andrew x6416-Feb-10 16:26
professionalRichard Andrew x6416-Feb-10 16:26 
QuestionFormat Input for SharePoint DateTime field Pin
elizas8-Feb-10 1:03
elizas8-Feb-10 1:03 
QuestionCustom Controls Desgin-Time question Pin
Steve517713-Feb-10 9:51
Steve517713-Feb-10 9:51 
AnswerRe: Custom Controls Desgin-Time question Pin
Som Shekhar12-Feb-10 5:44
Som Shekhar12-Feb-10 5:44 
Question"Application Error" on SQLConnection.Open(), following a FolderBrowserDialog.ShowDialog() Pin
Member 33374853-Feb-10 2:17
Member 33374853-Feb-10 2:17 
QuestionRe: "Application Error" on SQLConnection.Open(), following a FolderBrowserDialog.ShowDialog() Pin
Eddy Vluggen3-Feb-10 5:02
professionalEddy Vluggen3-Feb-10 5:02 
GeneralRe: "Application Error" on SQLConnection.Open(), following a FolderBrowserDialog.ShowDialog() Pin
Member 333748524-Feb-10 18:02
Member 333748524-Feb-10 18:02 
GeneralRe: "Application Error" on SQLConnection.Open(), following a FolderBrowserDialog.ShowDialog() Pin
Eddy Vluggen25-Feb-10 10:31
professionalEddy Vluggen25-Feb-10 10:31 
GeneralRe: "Application Error" on SQLConnection.Open(), following a FolderBrowserDialog.ShowDialog() Pin
Member 333748528-Feb-10 18:16
Member 333748528-Feb-10 18:16 
GeneralRe: "Application Error" on SQLConnection.Open(), following a FolderBrowserDialog.ShowDialog() Pin
Eddy Vluggen2-Mar-10 0:57
professionalEddy Vluggen2-Mar-10 0:57 
QuestiontoolStripSplitButton Doesn;t comes in Pressed state. Pin
Member 404145831-Jan-10 22:54
Member 404145831-Jan-10 22:54 
AnswerRe: toolStripSplitButton Doesn;t comes in Pressed state. Pin
Eddy Vluggen1-Feb-10 0:57
professionalEddy Vluggen1-Feb-10 0:57 
GeneralRe: toolStripSplitButton Doesn;t comes in Pressed state. Pin
Member 40414581-Feb-10 17:57
Member 40414581-Feb-10 17:57 
GeneralRe: toolStripSplitButton Doesn;t comes in Pressed state. Pin
Eddy Vluggen2-Feb-10 3:18
professionalEddy Vluggen2-Feb-10 3:18 

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.