473,790 Members | 2,534 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1527
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.co m> wrote in message
news:Of******** ******@TK2MSFTN GP14.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****@games4d otnet.com> wrote in message
news:OE******** ******@TK2MSFTN GP11.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.co m> wrote in message
news:Of******** ******@TK2MSFTN GP14.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.co m> wrote in message
news:ew******** ******@TK2MSFTN GP12.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****@games4d otnet.com> wrote in message
news:OE******** ******@TK2MSFTN GP11.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.co m> wrote in message
news:Of******** ******@TK2MSFTN GP14.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
2333
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 version of the same pic. now, it works fine and sometimes when i click on little one it doesn't resize well... this is the code: main.html
0
2627
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 calendar, so that the event may be changed, or a new event may be created. monthname X X X X X X X form X X X X X X X form X X X X X X X form
5
4732
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 of their product. For each image uploaded (max 500Kb), I'll be resizing it to create a small, medium and large version after which I'll discard the original. My worry is that as the site becomes more popular, the processor time spent resizing...
1
5217
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 splitter with a TreeView and I do not get the flickering with it. I created a new Form based Windows app. Added a TreeView (dock left), then a splitter and a property grid on the right (dock fill). For this test, I added a panel and button at the...
11
17875
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 override them. But they all invoked when the control is in the middle of the resizing process. I'm not using breakpoints, I'm using trace to see which one is invoked and when.
2
1439
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 dialog's size. How do I avoid this? I am resizing the dialog in response to the Init Dialog message and customizing in the window in response to the Init Done notification message.
1
1030
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 dialog's size. How do I avoid this? I am resizing the dialog in response to the Init Dialog message and customizing in the window in response to the Init Done notification message.
9
5313
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 http://blogs.crankygoblin.com/blogs/geoff.appleby/pages/50712.aspx. I've also read the post on this topic by bggraphics, but he doesn't arrive at a final result. The main problem I am having is that the layerX and layerY event properties don't work. They're supposed to return the...
10
7078
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 only small sized iamages.. for eg. resizing takes place for 70 kb sized images but fails for 600kb or more.. my code is below..
0
9511
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10412
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10200
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9021
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5422
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5551
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4093
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3703
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2909
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.