Click here to Skip to main content
15,905,028 members
Home / Discussions / C#
   

C#

 
GeneralRe: Super Lame QOTD (Stripping Paths) Pin
Kentamanos29-Oct-03 5:46
Kentamanos29-Oct-03 5:46 
GeneralRe: Super Lame QOTD (Stripping Paths) Pin
James Simpson30-Oct-03 5:10
James Simpson30-Oct-03 5:10 
GeneralRe: Super Lame QOTD (Stripping Paths) Pin
Nick Parker28-Oct-03 14:27
protectorNick Parker28-Oct-03 14:27 
GeneralRe: Super Lame QOTD (Stripping Paths) Pin
Heath Stewart28-Oct-03 16:42
protectorHeath Stewart28-Oct-03 16:42 
GeneralBlocking move of a form Pin
phimix28-Oct-03 6:54
phimix28-Oct-03 6:54 
GeneralRe: Blocking move of a form Pin
Blake Coverett28-Oct-03 7:45
Blake Coverett28-Oct-03 7:45 
GeneralRe: Blocking move of a form Pin
phimix29-Oct-03 4:40
phimix29-Oct-03 4:40 
GeneralRe: Blocking move of a form Pin
Blake Coverett29-Oct-03 9:21
Blake Coverett29-Oct-03 9:21 
The whole point is, if you have a standard caption across the top of a form then then user is going to assume he can grab and drag it to move the form. Displaying a caption but then refusing to drag is just a way to piss off the user.

Use FormBorderStyle.None as I said and draw your own psuedo-caption across the top, with whatever controls you do or don't want in it. Do not give the user standard widgets and then make them not work, that is horrible UI design.

-Blake
General=Two ImageList and two ImageIndex (and useful source code)= Pin
god4k28-Oct-03 6:46
god4k28-Oct-03 6:46 
GeneralRe: =Two ImageList and two ImageIndex (and useful source code)= Pin
Heath Stewart28-Oct-03 16:47
protectorHeath Stewart28-Oct-03 16:47 
GeneralForm.Hide() Form.Show() Problem Pin
mikemilano28-Oct-03 6:43
mikemilano28-Oct-03 6:43 
GeneralRe: Form.Hide() Form.Show() Problem Pin
Corinna John30-Oct-03 20:00
Corinna John30-Oct-03 20:00 
Generalcode Pin
R. Thomas28-Oct-03 6:15
R. Thomas28-Oct-03 6:15 
GeneralRe: code Pin
Blake Coverett28-Oct-03 6:58
Blake Coverett28-Oct-03 6:58 
GeneralRe: code Pin
oOomen28-Oct-03 7:35
oOomen28-Oct-03 7:35 
GeneralRe: code Pin
Blake Coverett28-Oct-03 7:37
Blake Coverett28-Oct-03 7:37 
GeneralRe: code Pin
oOomen28-Oct-03 7:52
oOomen28-Oct-03 7:52 
GeneralRe: code Pin
Blake Coverett28-Oct-03 10:38
Blake Coverett28-Oct-03 10:38 
GeneralRe: code Pin
oOomen28-Oct-03 7:05
oOomen28-Oct-03 7:05 
GeneralFORM SHAPE AND SKIN Pin
_Comet_Keeper_28-Oct-03 3:26
_Comet_Keeper_28-Oct-03 3:26 
GeneralRe: FORM SHAPE AND SKIN Pin
Heath Stewart28-Oct-03 3:34
protectorHeath Stewart28-Oct-03 3:34 
GeneralNew Instance of Internet Explorer Pin
Kenneth Childs28-Oct-03 3:06
Kenneth Childs28-Oct-03 3:06 
GeneralRe: New Instance of Internet Explorer Pin
Heath Stewart28-Oct-03 3:21
protectorHeath Stewart28-Oct-03 3:21 
GeneralAppDomain and singleton pattern Pin
Chris Richner28-Oct-03 0:01
Chris Richner28-Oct-03 0:01 
GeneralRe: AppDomain and singleton pattern Pin
Heath Stewart28-Oct-03 3:17
protectorHeath Stewart28-Oct-03 3:17 

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.