Computer Science Canada

custom objects

Author:  Regole [ 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.

Author:  Homer_simpson [ Mon Dec 29, 2003 8:29 pm ]
Post subject: 

i guess u could program yer own custom ocx files... =S

Author:  Tony [ Mon Dec 29, 2003 9:33 pm ]
Post 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()

Wink


: