View Single Post
  #18 (permalink)  
Old 04-21-2008, 01:35 PM
alfcen's Avatar
alfcen alfcen is offline
Basic4ppc Veteran
 
Join Date: Apr 2007
Location: Okinawa, Ryukyu
Posts: 424
Default

Hi Andrew,

Thanks to your hotspot sample I got a much clearer view of the Door library.
The AutoScroll property for the panel simplifies code tremendously. So inspired
I also checked your ControlInfo source with which help I found that properties
for the desktop are not necessarily available for the device, such as AutoSize
for the PictureBox (Image control). Sad, but fact.

Your ControlInfo is a great reference, indeed! It saves hours of figuring out
why Door reliant code may not work on devices.

I have slightly redesigned the GUI basically replacing the TextBox with a
ComboBox for Control selection and also rem'd the Message boxes to favour
a Label displaying the parameters. No disrespect intended

You are doing really great in this forum!

Cheers
Robert
Attached Files
File Type: zip ControlInfoAlfcen.zip (6.7 KB, 33 views)
Reply With Quote