blah blah blah is here! blah blah » Close

0
votes
2 answers

C# Form Resize issues

Hi I am have an application that runs in the system tray and creates a messenger type popup. This all works fine (on my laptop), i have a checkbox that allows the user to view more details which then should resize the popup (form) to ...

0
votes
1 answers

C# SizablePanel

foamy
2135

Hi all, I have this control, derived from Panel, called SizablePanel. I've created some properties to allow me to modify whether or not the user will be able to resize the top, bottom, left or right edge. The code for this looks like thi ...

1
votes
4 answers

Resizing Form1 Size

Dear All, Is it possible that with a click of a button, the form can resize (bigger and smaller) and some buttons/textboxes will appear? [img]http://i693.photobucket.com/albums/vv295/fajarelektro/resize.jpg[/img] Thank you in adva ...

0
votes
2 answers

Check if cursor is resize-cursor

foamy
2135

Couldn't find my old [url=http://www.csharpfriends.com/Forums/ShowPost.aspx?PostID=79895]thread[/url], so here goes: [url=http://pastebin.com/m3a7cb7a1]this[/url] is the code I used to make the panel sizable.

Feedback