Quantcast
Channel: split container question
Browsing latest articles
Browse All 7 View Live

split container question

I just tried this code and it works PrivateSub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.ClickMy.Settings.Split1width =...

View Article



split container question

You may need My.Settings.SplitWidth1 = Me.SplitContainer1.SplitterDistanceMy.Settings.Save() Instead of using the panel width since you are trying to get the splitter distance  

View Article

split container question

thankyou for your replys,  i ve tried the following to save the split point Code SnippetPrivateSub Form1_FormClosing(ByVal sender AsObject, ByVal e As System.Windows.Forms.FormClosingEventArgs)...

View Article

split container question

I forgot this part If you want to save the existing size you would need to do something like this My.Settings.Split1width = me.splitcontainer1.width.tostring   'Saves the values in the setting file to...

View Article

split container question

I think i was wrong about the type it probably needs to be an integer since it is a number value

View Article


split container question

I can't give you all the answers but i can help get you started. You need to select view all files in the solution explorerOpen the settings.settings file In the name column -  name it what you want...

View Article

split container question

Hi All I have a split container on my form, what i want it to do is remember where it was if my user changes its width, Im assuming i can save this in my user settings and then call it again on my form...

View Article
Browsing latest articles
Browse All 7 View Live


Latest Images