A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Form_Resize is Not Triggered When Form is Moved



 
 
Thread Tools Display Modes
  #11  
Old January 28th, 2009, 11:37 AM posted to microsoft.public.access.forms
Charles Wang [MSFT]
external usenet poster
 
Posts: 68
Default Form_Resize is Not Triggered When Form is Moved

Hi Stewart,
Actually for your requirements, it is quite common and simple to use a
timer to periodically check the form's position as Arvin had mentioned.
However I noticed that you said that you tried to avoid using a timer.
Could you please let us know what your concerns are for this method?

Thank you!

Best regards,
Charles Wang
Microsoft Online Community Support
================================================== =======
Delighting our customers is our #1 priority. We welcome your
comments and suggestions about how we can improve the
support we provide to you. Please feel free to let my manager
know what you think of the level of service provided. You can
send feedback directly to my manager at: .
================================================== =======
This posting is provided "AS IS" with no warranties, and confers no rights.
================================================== =======

  #12  
Old February 2nd, 2009, 06:32 PM posted to microsoft.public.access.forms
Stewart Berman
external usenet poster
 
Posts: 68
Default Form_Resize is Not Triggered When Form is Moved

There are a few reasons to avoid the use of a timer:
1. It is additional overheard.
2. It would require the use of API calls to create a timer since I cannot use the form's built-in
timer.
3. There is a risk of memory leakage if the class's termination code is not executed for some reason
and the timer is not properly cleaned up.

("Charles Wang [MSFT]") wrote:

Hi Stewart,
Actually for your requirements, it is quite common and simple to use a
timer to periodically check the form's position as Arvin had mentioned.
However I noticed that you said that you tried to avoid using a timer.
Could you please let us know what your concerns are for this method?

Thank you!

Best regards,
Charles Wang
Microsoft Online Community Support
================================================= ========
Delighting our customers is our #1 priority. We welcome your
comments and suggestions about how we can improve the
support we provide to you. Please feel free to let my manager
know what you think of the level of service provided. You can
send feedback directly to my manager at:
.
================================================= ========
This posting is provided "AS IS" with no warranties, and confers no rights.
================================================= ========


  #13  
Old February 5th, 2009, 04:31 PM posted to microsoft.public.access.forms
Charles Wang [MSFT]
external usenet poster
 
Posts: 68
Default Form_Resize is Not Triggered When Form is Moved

Hi Stewart,
Thank you for your response.

I understand your concerns. If you encounter any further problems of using
Windows API, I recommend that you have a new post at windows SDK community
microsoft.public.win32.programmer.ui for dedicated support since we have
Microsoft professionals actively monitor that queue.

If you have any other questions or concerns, please do not hesitate to let
us know.

Best regards,
Charles Wang
Microsoft Online Community Support
================================================== =======
Delighting our customers is our #1 priority. We welcome your
comments and suggestions about how we can improve the
support we provide to you. Please feel free to let my manager
know what you think of the level of service provided. You can
send feedback directly to my manager at: .
================================================== =======
This posting is provided "AS IS" with no warranties, and confers no rights.
================================================== =======

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:30 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.