Hi DPH, > I'm self-taught for the most part.
Good. You can stay. ;) > 1)what is the minimum radius that I need to ensure a > circle always appears, well, round? This will depend on the display support on the system. If they have low-res - say, 640x480, it'd have to be rather large to look rounded, and if they're using a WebTV or WinCE device or something (generally 320x240 or less) it has to be even larger, or it gets grainy edges. I'd assume, too, that this is a highly subjective question. Though it looks rounded to me at only a 5 or 6 pixels (because I'm using 1920x1600 resolution on my primary display), if I drag something of that size over to my 'preview' screen on the TV connected to my desktop > 2)Does anybody have an easy function for drawing a polygon > and filling it with a set color? Right now, I'd like to > draw diamonds (not using the circle command, of course) and > then possibly later the plus sign - if I don't do it as a > merger of two boxes. There is some code for this on vbAccelerator.com - I don't have time to give an exact link at the moment, but dig around over there in the classic VB section in the graphic lib area. > 3)I noticed VB by default only saves pics as bmps. Does > anybody know a way to enable VB to save pics as gifs? Again, on vbAccelerator.com there is a library sample to store images as JPG. Since the legal ramifications of saving as GIF are far more pressing (though less of an issue in the USA anymore), I would suggest avoiding the GIF format. Regards, Shawn K. Hall http://ReliableAnswers.com/ '// ======================================================== Trespassers will be experimented on! ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/k7folB/TM --------------------------------------------------------------------~-> '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [EMAIL PROTECTED] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
