Re: MSForms in VB6.0 Project - Cannot Quit
- From: Gman <nah>
- Date: Wed, 16 Nov 2005 15:17:37 -0600
Ooooh.... if you have something rattling around a folder feeling underused it would be much appreciated. I could definitely put it to work on one of my standard forms - which make up the majority of the app! I was tinkering with using a scrollview control the other day (from Brad Martinez's site) but I had some stability issues (I'm already using so much subclassing) and decided against it - sheer laziness on my part rather than a problem with the control I'm sure.
FYI - What I was actually trying to use it for was a pie chart I made -- I make it on the fly rather than using mschart - since I don't want to deploy any files other than my exe. The "pie" of the piechart itself is proportional to the Picture Box I make it on but the labels can occasionally (rarely) run off the bottom and therefore I wanted to make it scrollable. (If I was doing it in VBA I would just resize the Picture Box and the scroll area of an invisible frame it would be placed in -- easy.) I'll also need the same functionality when I port my grid classes too -- it's a big, zoomable, XY scrollable frame at the moment.
I note, with a sigh, that scroll bars don't appear to feature natively for frames (or Group Boxes or whatever they're called) in .Net either.
Thanks again!
Ken Halter wrote:
"Gman" <nah> wrote in message news:%23tL4Qxt6FHA.632@xxxxxxxxxxxxxxxxxxxxxxx
Hi Ken,
If you're curious as to why I used MSForms in the first place - it wasn't a design decision. Rather it was because I had some pretty hefty classes designed in MSExcel VBA that construct a very useful (and colorful) drag and drop, grid control. I simply recycled this for my new VB app. It would be a few weeks work to rewrite this code in VB6 hence, in the meantime, I want to use my existing code so I can run the app -- and run it does, on a variety of OSs and Office versions. When I upgrade it, I certainly won't be shedding any tears on losing the MSForms stuff -- although I'll miss frames with built in scroll bars I'm sure.
Thanks
Ah... the old "Get-r-done" strategy eh? <g> Frames with scrollbars? You need those for something? Betchya we can dig something up.
.
- Follow-Ups:
- Re: MSForms in VB6.0 Project - Cannot Quit
- From: Ken Halter
- Re: MSForms in VB6.0 Project - Cannot Quit
- References:
- MSForms in VB6.0 Project - Cannot Quit
- From: Gman
- Re: MSForms in VB6.0 Project - Cannot Quit
- From: NickHK
- Re: MSForms in VB6.0 Project - Cannot Quit
- From: Gman
- Re: MSForms in VB6.0 Project - Cannot Quit
- From: NickHK
- Re: MSForms in VB6.0 Project - Cannot Quit
- From: Gman
- Re: MSForms in VB6.0 Project - Cannot Quit
- From: Ken Halter
- Re: MSForms in VB6.0 Project - Cannot Quit
- From: Gman
- Re: MSForms in VB6.0 Project - Cannot Quit
- From: Ken Halter
- MSForms in VB6.0 Project - Cannot Quit
- Prev by Date: Post to a web page via VB
- Next by Date: Open MS-Outlook's New Message Window!
- Previous by thread: Re: MSForms in VB6.0 Project - Cannot Quit
- Next by thread: Re: MSForms in VB6.0 Project - Cannot Quit
- Index(es):
Relevant Pages
|
Loading