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

C#

 
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 
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 
Hi,

the way I see it you have three input variables: size, zoom and pan.
They are state variables in your sizing/zooming/panning problem.
whenever one of them changes, you must recalculate and adapt things.

So I would suggest you create one method that takes size, zoom and pan as input parameters
and does whatever needs to be done; now all your handlers related to changing either
size, zoom or pan should call that one function.

You probably are not keeping size information in your own variables; that's OK.
But that probably it is also what confuses you, since no one is holding your zoom/pan
information for you, and its my guess that is at the heart of your problem.

Anyway, I concur with Dave; there is no need to fiddle with WndProc here.

Hope this helps.

Smile | :)


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 
AnswerRe: Should I use objects or XML Pin
Mark Greenwood28-Jun-07 7:59
Mark Greenwood28-Jun-07 7:59 
GeneralRe: Should I use objects or XML Pin
oceanexplorer28-Jun-07 23:00
oceanexplorer28-Jun-07 23:00 
QuestionHow to manipulate the displaying of the "From" email address Pin
JohnTheDuke28-Jun-07 6:18
JohnTheDuke28-Jun-07 6:18 

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.