Click here to Skip to main content
15,887,214 members
Home / Discussions / C#
   

C#

 
AnswerRe: ScrollProperties.Value needs to be set twice? Pin
yurets__5-Jul-10 3:39
yurets__5-Jul-10 3:39 
QuestionSQL 2005 Connection Problem Pin
Muhammad Nauman Yousuf28-Jun-07 9:29
Muhammad Nauman Yousuf28-Jun-07 9:29 
AnswerRe: SQL 2005 Connection Problem Pin
Muhammad Qasim Pasta28-Jun-07 9:38
Muhammad Qasim Pasta28-Jun-07 9:38 
AnswerRe: SQL 2005 Connection Problem Pin
originSH28-Jun-07 22:06
originSH28-Jun-07 22:06 
QuestionXMLSerializer formatting xsi:xxx="whatever" in my namespace declaration. Pin
glenn8828-Jun-07 8:55
glenn8828-Jun-07 8:55 
AnswerRe: XMLSerializer formatting xsi:xxx="whatever" in my namespace declaration. Pin
BoneSoft28-Jun-07 12:04
BoneSoft28-Jun-07 12:04 
GeneralRe: XMLSerializer formatting xsi:xxx="whatever" in my namespace declaration. Pin
whenrybruce30-Mar-09 7:32
whenrybruce30-Mar-09 7:32 
QuestionForm Resizing Problems Pin
PhilDanger28-Jun-07 8:55
PhilDanger28-Jun-07 8:55 
Hey everyone, first time poster here.

I'm working on a C# project where I need an image and things drawn on top of the image to automatically scale to the size of the form when the user does the following options: manual resize, maximize, restore from maximize.

The user can also use a zoom tool, and when this happens scroll bars for panning the image appear and the actual size of the form is not changed.

I've got some event handlers attached to the form's Resize and ResizeEnd events to control the automatic scaling, but I've run into a few problems:

1. ResizeEnd gets called when I drag and drop the form, meaning the image and objects on it are automatically scaled, so if the user has used the zoom tool to zoom in, this gets overridden by the resize.

2. I need to make it so that automatic resizing is not done on a minimize or a restore from a minimize, for the same reason as #1 -- a manually zoomed image should stay manually zoomed.

I tried to override WndProc to filter out certain ones, but to no avail.

Any help or guidance would be appreciated, thanks!
AnswerRe: Form Resizing Problems Pin
Dave Kreskowiak28-Jun-07 9:30
mveDave Kreskowiak28-Jun-07 9:30 
GeneralRe: Form Resizing Problems Pin
PhilDanger28-Jun-07 9:42
PhilDanger28-Jun-07 9:42 
AnswerRe: Form Resizing Problems Pin
Luc Pattyn28-Jun-07 10:12
sitebuilderLuc Pattyn28-Jun-07 10:12 
GeneralRe: Form Resizing Problems Pin
PhilDanger28-Jun-07 10:58
PhilDanger28-Jun-07 10:58 
GeneralRe: Form Resizing Problems Pin
Luc Pattyn28-Jun-07 11:19
sitebuilderLuc Pattyn28-Jun-07 11:19 
Questionexecute Pin
SVb.net28-Jun-07 8:09
SVb.net28-Jun-07 8:09 
AnswerRe: execute Pin
ednrgc28-Jun-07 8:19
ednrgc28-Jun-07 8:19 
Questionexecute Pin
SVb.net28-Jun-07 8:07
SVb.net28-Jun-07 8:07 
QuestionDataRelation Error Pin
stormcandi28-Jun-07 7:53
stormcandi28-Jun-07 7:53 
AnswerRe: DataRelation Error Pin
stormcandi28-Jun-07 8:16
stormcandi28-Jun-07 8:16 
GeneralRe: DataRelation Error Pin
sidbaruah28-Jun-07 21:01
sidbaruah28-Jun-07 21:01 
GeneralRe: DataRelation Error Pin
stormcandi29-Jun-07 4:25
stormcandi29-Jun-07 4:25 
Questionapplication which is using/listening the particular port Pin
jfna28-Jun-07 6:56
jfna28-Jun-07 6:56 
QuestionHow to create Bitmapped Context Menu in Windows Explorer Pin
ramesh_nrk28-Jun-07 6:30
ramesh_nrk28-Jun-07 6:30 
AnswerRe: How to create Bitmapped Context Menu in Windows Explorer Pin
Mark Greenwood28-Jun-07 7:42
Mark Greenwood28-Jun-07 7:42 
GeneralRe: How to create Bitmapped Context Menu in Windows Explorer Pin
ramesh_nrk28-Jun-07 20:13
ramesh_nrk28-Jun-07 20:13 
QuestionShould I use objects or XML Pin
oceanexplorer28-Jun-07 6:24
oceanexplorer28-Jun-07 6:24 

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.