Click here to Skip to main content
15,921,793 members
Home / Discussions / C#
   

C#

 
GeneralRe: Return an Image from a .DLL Pin
kim3er26-Jul-05 7:24
kim3er26-Jul-05 7:24 
GeneralRemoving embedded newlines Pin
Dan Neely25-Jul-05 11:02
Dan Neely25-Jul-05 11:02 
GeneralRe: Removing embedded newlines Pin
EssOEss25-Jul-05 20:21
EssOEss25-Jul-05 20:21 
GeneralRe: Removing embedded newlines Pin
Dan Neely26-Jul-05 2:38
Dan Neely26-Jul-05 2:38 
GeneralForm Resize Pin
25-Jul-05 9:05
suss25-Jul-05 9:05 
GeneralRe: Form Resize Pin
KaptinKrunch25-Jul-05 10:09
KaptinKrunch25-Jul-05 10:09 
GeneralRe: Form Resize Pin
Yigal Agam25-Jul-05 10:15
Yigal Agam25-Jul-05 10:15 
GeneralRe: Form Resize Pin
twoteesbrett25-Jul-05 10:21
twoteesbrett25-Jul-05 10:21 
I believe the short answer is no. Smile | :)

You can use the SizeChanged() event which fires AFTER every size change, but not after the mouse has been released. Normally you would want this to happen anyway so that you get the 'smooth' resize effect.

Using a combination of SizeChanged() and MouseUp() events won't work because the MouseUp() event isn't "Mousing-up" on the form. It is "Mousing-up" on the resize handle.

Unfortunately using OnPaint() won't work either.

Is there a specific reason why you need it after the mouse has been released?
GeneralRe: Form Resize Pin
Yigal Agam25-Jul-05 10:26
Yigal Agam25-Jul-05 10:26 
GeneralRe: Form Resize Pin
twoteesbrett25-Jul-05 10:42
twoteesbrett25-Jul-05 10:42 
GeneralRe: Form Resize Pin
Dan Neely25-Jul-05 11:13
Dan Neely25-Jul-05 11:13 
Generalbutton haldling in c# Pin
iramg25-Jul-05 8:58
iramg25-Jul-05 8:58 
GeneralRe: button haldling in c# Pin
LongRange.Shooter25-Jul-05 9:33
LongRange.Shooter25-Jul-05 9:33 
Generalform size limits Pin
RedTurtle25-Jul-05 8:34
RedTurtle25-Jul-05 8:34 
QuestionHow to double-space a rich text box? Pin
EGosnell25-Jul-05 8:14
EGosnell25-Jul-05 8:14 
GeneralEncoding Pin
Bahadir Cambel25-Jul-05 7:23
Bahadir Cambel25-Jul-05 7:23 
GeneralRe: Encoding Pin
mav.northwind25-Jul-05 11:31
mav.northwind25-Jul-05 11:31 
GeneralSummary Application Pin
kgoodrich25-Jul-05 7:14
kgoodrich25-Jul-05 7:14 
GeneralRe: Summary Application Pin
Not Active25-Jul-05 8:02
mentorNot Active25-Jul-05 8:02 
GeneralRe: Summary Application Pin
Anonymous25-Jul-05 8:28
Anonymous25-Jul-05 8:28 
GeneralRe: Summary Application Pin
kgoodrich25-Jul-05 9:17
kgoodrich25-Jul-05 9:17 
GeneralRe: Summary Application Pin
LongRange.Shooter25-Jul-05 9:39
LongRange.Shooter25-Jul-05 9:39 
GeneralDataGrid validation Pin
zaboboa25-Jul-05 6:17
zaboboa25-Jul-05 6:17 
GeneralRe: DataGrid validation Pin
Not Active25-Jul-05 6:28
mentorNot Active25-Jul-05 6:28 
GeneralRe: DataGrid validation Pin
zaboboa25-Jul-05 8:22
zaboboa25-Jul-05 8:22 

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.