How can I create a round command button? (I need all of the events that available to the rectangualr button. I also need all of the properties of the rectangular button.)
Thanks,
BluesMatt
Printable View
How can I create a round command button? (I need all of the events that available to the rectangualr button. I also need all of the properties of the rectangular button.)
Thanks,
BluesMatt
Apologies ... that wasn't very informative.
I was trying to point out the fact you would have to build your own custom control ... but was too lazy to type it :)
p.s. I have just contradicted myself !!
Has any company produced such a control and has it available for sale?
I remember a loooooong time ago a company called ObjectX (I think) that has one.... but that was years a go....
Oh wait, there it is.... Button Objx by FarPoint Technologies.... don't know if they are still around or not....
TG
PlanetSourceCode results:
http://www.planetsourcecode.com/vb/s...35369&lngWId=1
http://www.planetsourcecode.com/vb/s...41335&lngWId=1
http://www.planetsourcecode.com/vb/s...35413&lngWId=1
http://www.planetsourcecode.com/vb/s...45279&lngWId=1
And to continue my search:
http://www.planetsourcecode.com/vb/s...a=round+button
The third link: http://www.planetsourcecode.com/vb/...13&lngWId=1
I thought was very cool and got great reviews. I tried it an it works well.
cant you make it flat, textless, make it an image instead and have 2 images, an up and down image?Quote:
Originally posted by TheBionicOrange
Apologies ... that wasn't very informative.
I was trying to point out the fact you would have to build your own custom control ... but was too lazy to type it :)
p.s. I have just contradicted myself !!
easier, but kinda memory hogging....
Just make your own images and use a picture box or image control.
Here you go.
Maybe this can help?
http://www.thescarms.com/vbasic/IrregularForms.asp