New question
From: sxm (sxm_at_discussions.microsoft.com)
Date: 07/02/04
- Next message: Murali.L: "Re: SQL question ?"
- Previous message: chivalc: "any idea how to extract some hardware id e.g. bios id, processor id, etc."
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 2 Jul 2004 00:10:02 -0700
Hi Duane,
I find that your solution is good for displaying a large picture.
What I am doing is: I draw lines and small squares (on a form) according to a electrical relay drawing. When an user click a line, the line changes its color. This will show the 'energised' or 'deenergised' status of the line. I want my form to be exactly the same as the original drawing (A3 format or even larger).
With VB6.0, the width of a form can't exceed 15360. There isn't enough space to put all the lines and small squares in the form(with the same layout as the original drawing).
Your frame can be as large as you like at runtime, but it is limited by the width of form in [design] mode. In [design] mode,I still don't have enough space to put all the lines and small squares in the frame(with the same layout as the original drawing). My line changes its color when an user click it(it's an ActiveX control objct). Can I draw my lines in a large picture and then open it with your frame?
Any idea?
Thanks
- Next message: Murali.L: "Re: SQL question ?"
- Previous message: chivalc: "any idea how to extract some hardware id e.g. bios id, processor id, etc."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|