custom objects
Author |
Message |
Regole
|
Posted: Mon Dec 29, 2003 7:57 pm Post subject: custom objects |
|
|
is there any way to create your own objects in another graphics program and have them act as objects such as command buttons?there must be some way to make the interface look a little less bland lol. thanks. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Homer_simpson
|
Posted: Mon Dec 29, 2003 8:29 pm Post subject: (No subject) |
|
|
i guess u could program yer own custom ocx files... =S |
|
|
|
|
|
Tony
|
Posted: Mon Dec 29, 2003 9:33 pm Post subject: (No subject) |
|
|
well preaty much every object in VB has "on_click" property. So just place your images, and instead of
cmd_button1 on_Click()
it would be
picture1 on_Click()
|
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
|
|