Click here to Skip to main content
15,908,775 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Menu item, with sub-menu, that MUST be clicked, not hover Pin
Nigel Mackay8-Jan-10 3:55
Nigel Mackay8-Jan-10 3:55 
QuestionHow to create a taskbar in mdiform.. just like windows in vb.net code Pin Pin
chandru4uall7-Jan-10 5:46
chandru4uall7-Jan-10 5:46 
AnswerRe: How to create a taskbar in mdiform.. just like windows in vb.net code Pin Pin
Eddy Vluggen7-Jan-10 23:19
professionalEddy Vluggen7-Jan-10 23:19 
QuestionDumb Screensaver Question Pin
Alan Burkhart1-Jan-10 17:24
Alan Burkhart1-Jan-10 17:24 
AnswerRe: Dumb Screensaver Question Pin
Richard MacCutchan1-Jan-10 22:42
mveRichard MacCutchan1-Jan-10 22:42 
GeneralRe: Dumb Screensaver Question Pin
Alan Burkhart2-Jan-10 3:37
Alan Burkhart2-Jan-10 3:37 
QuestionSplitContainer Pin
ThetaClear29-Dec-09 20:40
ThetaClear29-Dec-09 20:40 
AnswerRe: SplitContainer Pin
dan!sh 29-Dec-09 21:22
professional dan!sh 29-Dec-09 21:22 
You should add controls this way:

yourSplitContainer.Panel1.Controls.Add("Add control object here");
yourSplitContainer.Panel2.Controls.Add("Add control object here");



ThetaClear wrote:
Is there a way to move to the "next line" automatically or di I have to do it with a calculation?

You will have to perform calculations for this. Also, take care of proper Anchoring and Docking so that layout remains good on resizing the form.

I personally prefer using TableLayoutPanel since it takes away a lot of pain that one needs to do while positioning dynamic controls. You can try using it if you wish.

50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!

GeneralRe: SplitContainer Pin
ThetaClear29-Dec-09 22:02
ThetaClear29-Dec-09 22:02 
GeneralRe: SplitContainer Pin
dan!sh 29-Dec-09 22:15
professional dan!sh 29-Dec-09 22:15 
GeneralRe: SplitContainer [modified] Pin
ThetaClear29-Dec-09 23:16
ThetaClear29-Dec-09 23:16 
AnswerRe: SplitContainer Pin
darkelv29-Dec-09 23:52
darkelv29-Dec-09 23:52 
AnswerRe: SplitContainer Pin
Luc Pattyn30-Dec-09 1:10
sitebuilderLuc Pattyn30-Dec-09 1:10 
GeneralRe: SplitContainer Pin
ThetaClear30-Dec-09 1:32
ThetaClear30-Dec-09 1:32 
QuestionsplitContainer splitterdistance set before size in designer Pin
Keith Barrow29-Dec-09 1:45
professionalKeith Barrow29-Dec-09 1:45 
AnswerRe: splitContainer splitterdistance set before size in designer- Work araound Pin
Keith Barrow29-Dec-09 2:11
professionalKeith Barrow29-Dec-09 2:11 
QuestionHTML Text Box in Windows Form Pin
AdeleLeRoux26-Dec-09 8:27
AdeleLeRoux26-Dec-09 8:27 
AnswerRe: HTML Text Box in Windows Form Pin
Luc Pattyn26-Dec-09 8:36
sitebuilderLuc Pattyn26-Dec-09 8:36 
QuestionI want a project idea...really urgent Pin
swatireddyz23-Dec-09 17:29
swatireddyz23-Dec-09 17:29 
AnswerRe: I want a project idea...really urgent Pin
Roger Wright23-Dec-09 19:02
professionalRoger Wright23-Dec-09 19:02 
QuestionHow to connect to remote server and access an xml file (in VB.Net) Pin
swatireddyz23-Dec-09 17:18
swatireddyz23-Dec-09 17:18 
AnswerRe: How to connect to remote server and access an xml file (in VB.Net) Pin
εїзεїзεїз27-Dec-09 19:42
εїзεїзεїз27-Dec-09 19:42 
QuestionUpdate Grid Cell in each text boxes whatever I entered in a First Text Box Pin
ranrits22-Dec-09 2:31
ranrits22-Dec-09 2:31 
QuestionSmall size application Pin
FaisalMoon21-Dec-09 20:07
FaisalMoon21-Dec-09 20:07 
AnswerRe: Small size application Pin
Roger Wright21-Dec-09 20:21
professionalRoger Wright21-Dec-09 20:21 

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.