Click here to Skip to main content
15,917,174 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralWindows Services Pin
20-Jul-05 18:26
suss20-Jul-05 18:26 
GeneralRe: Windows Services Pin
Christian Graus20-Jul-05 18:36
protectorChristian Graus20-Jul-05 18:36 
GeneralRe: Windows Services Pin
Laji5920-Jul-05 20:26
Laji5920-Jul-05 20:26 
GeneralRe: Windows Services Pin
Christian Graus21-Jul-05 13:23
protectorChristian Graus21-Jul-05 13:23 
GeneralRe: Windows Services Pin
Laji5924-Jul-05 18:59
Laji5924-Jul-05 18:59 
GeneralRe: Windows Services Pin
Christian Graus24-Jul-05 19:02
protectorChristian Graus24-Jul-05 19:02 
GeneralRe: Windows Services Pin
Laji5924-Jul-05 20:45
Laji5924-Jul-05 20:45 
General(Exclusively) Diagonally resizable forms. Pin
Anonymous20-Jul-05 11:23
Anonymous20-Jul-05 11:23 
Does anybody have any experience forcing a form to only be able to resize diagonally?
There's no magic property out there that'll do it, and I'm getting a little frustrated trying to play with logic inside the "layout" events of the form and/or the graph control (an extended panel).

I'm writing a graphing application, and my main window is split into two panes: Options/settings pane docked on the left, and the actual graph docked on the right. I want things setup so that no matter how the user resizes the form, the following things are true:

1) The two panes don't overlap, ever.
2) The graph control is always square
3) The graph control boundaries don't go past the right edge of the form.
4) !(extra horizontal space && extra vertical space between graph and edges of form)
It seems like my best bet is to figure out how to only allow diagonal (and therefor, matching vertical & horizontal) resizes, and just make sure the graph is square when the program starts up.

Sorry to write #4 in code, but I couldn't figure out an unambiguous way of phrasing it in english:P

-Alex
GeneralRe: (Exclusively) Diagonally resizable forms. Pin
Rob Graham20-Jul-05 12:43
Rob Graham20-Jul-05 12:43 
Generalcan't stop window service Pin
merlynml19-Jul-05 23:03
merlynml19-Jul-05 23:03 
GeneralRe: can't stop window service Pin
Colin Angus Mackay20-Jul-05 12:56
Colin Angus Mackay20-Jul-05 12:56 
GeneralRe: can't stop window service Pin
merlynml20-Jul-05 14:19
merlynml20-Jul-05 14:19 
GeneralAn Introduction to Windows Services Pin
Laji5919-Jul-05 21:10
Laji5919-Jul-05 21:10 
GeneralRe: An Introduction to Windows Services Pin
Corinna John20-Jul-05 23:53
Corinna John20-Jul-05 23:53 
GeneralUrgently need help for inserting value from .net CF to SQL CE database Pin
19-Jul-05 8:38
suss19-Jul-05 8:38 
GeneralSend SNMP Trap Pin
pahluwalia19-Jul-05 8:36
pahluwalia19-Jul-05 8:36 
GeneralWindows Services Pin
Laji5918-Jul-05 17:27
Laji5918-Jul-05 17:27 
GeneralRe: Windows Services Pin
Christian Graus18-Jul-05 17:59
protectorChristian Graus18-Jul-05 17:59 
GeneralRe: Windows Services Pin
Laji5918-Jul-05 18:34
Laji5918-Jul-05 18:34 
GeneralRe: Windows Services Pin
Christian Graus18-Jul-05 18:36
protectorChristian Graus18-Jul-05 18:36 
GeneralRe: Windows Services Pin
18-Jul-05 19:00
suss18-Jul-05 19:00 
GeneralRe: Windows Services Pin
Christian Graus18-Jul-05 19:06
protectorChristian Graus18-Jul-05 19:06 
GeneralRe: Windows Services Pin
Laji5918-Jul-05 20:19
Laji5918-Jul-05 20:19 
GeneralRe: Windows Services Pin
Christian Graus19-Jul-05 10:25
protectorChristian Graus19-Jul-05 10:25 
General.NET v1.1 for NON DEVELOPERS Pin
...---...18-Jul-05 14:44
...---...18-Jul-05 14:44 

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.