473,320 Members | 1,699 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

easy dialog resizing

Does anybody know of a library in c# that will aid in making resizable
dialogs?

Similar to
http://www.gipsysoft.com/articles/dialogsizer/
http://www.codeproject.com/dialog/easysize.asp

but in c#
Nov 16 '05 #1
3 1506
Layout managers are fairly easy to create. If you want a sample of a layout
manager in action then you
can examine my PDDrop code that I've placed on Project Distributor. I made the
layout manager to
allow me an easier time laying out my forms. Some simple changes can provide
better features and I'm
more than happy to split the layout manager code into a separate project and
start supporting it.

http://markitup.aspxconnection.com/P...x?projectId=26

The application itself won't matter much to you, but the layout features may.
Again, let me know and I
can split it out and support it.
--
Justin Rogers
DigiTec Web Consultants, LLC.
Blog: http://weblogs.asp.net/justin_rogers

"Maloney" <no**@nope.com> wrote in message
news:Of**************@TK2MSFTNGP14.phx.gbl...
Does anybody know of a library in c# that will aid in making resizable
dialogs?

Similar to
http://www.gipsysoft.com/articles/dialogsizer/
http://www.codeproject.com/dialog/easysize.asp

but in c#

Nov 16 '05 #2
Looks like anchor points will do the trick. I didn't know visual studio
already had this ability.

thanks for the reply Justin.

"Justin Rogers" <Ju****@games4dotnet.com> wrote in message
news:OE**************@TK2MSFTNGP11.phx.gbl...
Layout managers are fairly easy to create. If you want a sample of a
layout manager in action then you
can examine my PDDrop code that I've placed on Project Distributor. I made
the layout manager to
allow me an easier time laying out my forms. Some simple changes can
provide better features and I'm
more than happy to split the layout manager code into a separate project
and start supporting it.

http://markitup.aspxconnection.com/P...x?projectId=26

The application itself won't matter much to you, but the layout features
may. Again, let me know and I
can split it out and support it.
--
Justin Rogers
DigiTec Web Consultants, LLC.
Blog: http://weblogs.asp.net/justin_rogers

"Maloney" <no**@nope.com> wrote in message
news:Of**************@TK2MSFTNGP14.phx.gbl...
Does anybody know of a library in c# that will aid in making resizable
dialogs?

Similar to
http://www.gipsysoft.com/articles/dialogsizer/
http://www.codeproject.com/dialog/easysize.asp

but in c#


Nov 16 '05 #3
Anchor points only allow for you to dynamically resize or move a
single control within any vertical or horizontal layer. This is heavily
limiting, especially if you want a feature like growing two controls
that are side by side and maintaining 50% of the space and a given
separate of say 5 pixels from the edge and 5 in between.

The layout controls in Whidbey are a bit better, but still lack some
basic functionality in my opinion (like justification). Here is a focus
on some different types of layouts and their shortcomings.

http://weblogs.asp.net/justin_rogers...03/251473.aspx

--
Justin Rogers
DigiTec Web Consultants, LLC.
Blog: http://weblogs.asp.net/justin_rogers

"Maloney" <no**@nope.com> wrote in message
news:ew**************@TK2MSFTNGP12.phx.gbl...
Looks like anchor points will do the trick. I didn't know visual studio
already had this ability.

thanks for the reply Justin.

"Justin Rogers" <Ju****@games4dotnet.com> wrote in message
news:OE**************@TK2MSFTNGP11.phx.gbl...
Layout managers are fairly easy to create. If you want a sample of a layout
manager in action then you
can examine my PDDrop code that I've placed on Project Distributor. I made
the layout manager to
allow me an easier time laying out my forms. Some simple changes can provide
better features and I'm
more than happy to split the layout manager code into a separate project and
start supporting it.

http://markitup.aspxconnection.com/P...x?projectId=26

The application itself won't matter much to you, but the layout features may.
Again, let me know and I
can split it out and support it.
--
Justin Rogers
DigiTec Web Consultants, LLC.
Blog: http://weblogs.asp.net/justin_rogers

"Maloney" <no**@nope.com> wrote in message
news:Of**************@TK2MSFTNGP14.phx.gbl...
Does anybody know of a library in c# that will aid in making resizable
dialogs?

Similar to
http://www.gipsysoft.com/articles/dialogsizer/
http://www.codeproject.com/dialog/easysize.asp

but in c#



Nov 16 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: riki | last post by:
Hi, i have a big problem...i'm using one jscript for resizing of all of my pics in popUp...in main html i'm having many little pics and clicking on them they open in popUp and resize to larger...
0
by: TJ Talluto | last post by:
<facts> I have a "month calendar" that always displays exactly 42 days... and alongside is a vertical box that displays the detail (form fields) of any particular select event that appears on the...
5
by: Jim | last post by:
I've heard that resizing images through PHP (either GD2 or ImageMagick) is a processor intensive exercise. I'm setting up a site where users will be uploading up to 10 images along with the details...
1
by: Terry | last post by:
I've seen several posts from people who have seen this flashing in TreeView's when resizing a form. I've noticed it in my app, but only in the child windows. For example, my main form has a...
11
by: Sharon | last post by:
I'm writing a new control derived from UserControl. I need to get an event when the control is done resizing. I tried the Resize, SizeChanged, Move and the Layout events and I also tried to...
2
by: MLM450 | last post by:
I am creating various customized open file dialogs. When I display one of my large dialogs followed by one of the smaller dialogs, you can see the smaller dialog resize itself from the larger...
1
by: MLM450 | last post by:
I am creating various customized open file dialogs. When I display one of my large dialogs followed by one of the smaller dialogs, you can see the smaller dialog resize itself from the larger...
9
by: dli07 | last post by:
Hello, I'm trying to convert a piece of code that creates a dynamic vertical resizing bar in a table from internet explorer to firefox. It's based on a post from...
10
by: mishrarajesh44 | last post by:
hii all, I am facing a problem currently.. i have a script for image uploading and resizing.. the image uploading takes place properly for every size images.. but, the resizing works for...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.