 |
|
|
 |
|
 |
Most of the .Net inbuilt winforms layout manager or layout capabilities are limited. You would need to resort to code to do professional layout tasks. However, there is a solution to the problem. Our product SmartLayouts is easy and powerful layout manager for Windows forms. To download demo version go to
SmartLayouts Layout Manger
|
|
|
|
 |
|
 |
Not entirely sure what this Delfi thing is, something from India maybe?
At any rate, a clear and simple tutorial on leveraging Windows Forms was sorely needed and greatly appreciated.
Thank you for your efforts!
|
|
|
|
 |
|
 |
Hello,
I can resize my form (its build with four different windows (one treeview, one itemlist, one propertywindow and on the right a window for flow design)
When I resize my form with the four windows in it, the treeview, itemlist and propertywindow are disappearing and only the flow design window stays visible. Is there a sollution so that the form resizes and all windows resize with it ?
kind regards,
Karin
|
|
|
|
 |
|
 |
Hi there, just wondering how I could make it work if I’m using VB projects instead, I tried it and converted the codes to VB, but i came across with few problems when setting up the controls, I couldn't do few of the steps. Such as I can't find the borderstyle specified and not sure how to use the codes.
Thank you
|
|
|
|
 |
|
 |
Hi,
This article was written for VS 2002, now it is not so actual. If you work with VB 2005, there are more powerful layout controls, like TableLayoutPanel. Find information about new layout features to be sure that you use most up-to-date controls.
|
|
|
|
 |
|
 |
Thankyou for this article, I have spent a number of hours trying to get a panel to dock in fill mode with a status bar and menu. The panel kept expanding to fill up the space underneath the status bar and menu and it looked horrible. I now realise I just need a splitter between each item, and it all behaves nicely.
|
|
|
|
 |
|
 |
Actually, all you need to do is rightclick the panel and choose "bring to front", the dock layout logic handles each component in order so when it reaches your panel first it doesnt know it has other components that fill up other parts of the container with their docking settings.
|
|
|
|
 |
|
 |
To anonymous,
thank u so much for ur hint to select "bring to front". it helped me so much... once again thank u....
|
|
|
|
 |
|
 |
You may think this stuff is really cool, but to a Delphi programmer, it's like yesterday's news. We Delphi programmers have had this for years ..... Hence, TPanel along with the Align and Anchor properties of TControl are nothing new to us, and they certainly are major timesavers.
Of course, the person that created VJ++ 6.0; WinForms; and C#, just happens to be the same person that created Delphi about 7 years ago, and the original Turbo Pascal compiler (Anders Hejlsberg, see http://www.dnjonline.com/teched2001/Hejlsberg_head2head.html for more on that topic).
It pains me to think about how much you've been missing for all these years.
:|
|
|
|
|
 |
|
 |
Thanks to Microsoft HR Department...
|
|
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
 |
but java's history...
should we argue on what's better that what.
(i've worked on all the 3 and like them all. still i am fond of GWBASIC... but then i don't recommend that for VISA International or London Stock Exchange )
~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~
It's the music that matters for a soulful experience... not the instrument.
~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~
|
|
|
|
 |
|
|
 |
|
 |
Actually, this solution is not as good as DELPHI.
Is there any way to do this in the whole application level by 2-3 lines code?
Delphi does this in a very very cool way!
|
|
|
|
 |
|
 |
So what? What's a point to complain?
Garbage collector is not a new either ( still a future for Delphi )
Best regards,
Vladimir
|
|
|
|
 |