|
-
Mar 23rd, 2000, 03:11 AM
#1
Thread Starter
Hyperactive Member
My current project consists of 56 commandbuttons that I reguarly change the picture-property on, either when the user clicks on it or when the status changes for the app, the status is checked every 100ms.
It represents the stage-floor in an operahouse, the commandbuttons are the hatches in the floor and the user chooses wether to open or close them by clicking on them.
The app is begining to perform slow, should I consider changing the commandbuttons to image or pictureboxes.
If I remember correctly pictureboxes takes less memoryspace.
Would that speed up my app, or actually does loding a picture into an image or picturebox go faster than loding an image into a commandbutton?
All suggestions appreciated.
Onerrorgoto
Dont be to optimistic, the light at the end of the tunnel might be a train
-
Mar 23rd, 2000, 03:24 AM
#2
Frenzied Member
-
Mar 23rd, 2000, 03:32 AM
#3
Thread Starter
Hyperactive Member
-
Mar 23rd, 2000, 05:58 AM
#4
Addicted Member
i do remember reading somewhere that image controls less heavy is than the picture control. for one i think it was that it responds to less event, and another reason was the way it holds the graphics...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|