|
|
#1 |
|
Addicted Member
Join Date: Feb 05
Posts: 206
![]() |
how can I get oval shaped command buttons?
hi guys,
how can i get oval shape and circular command buttons. Have I to use any third party controls for it. If it so please give the internet link or .ocx files or source codes cheers, Senthilkumar.T.D Last edited by senthilkumartd; Feb 24th, 2005 at 03:09 AM. |
|
|
|
|
|
#2 |
|
Fanatic Member
Join Date: Dec 01
Location: '76 Male Body Evil-Errors: 666
Posts: 774
![]() |
You can pull of a trick that is similar with a few graphics of the shape you disire and use the mouse over and click events to get a number of "animations" (swap graphic1 for graphc2).
If that helps? |
|
|
|
|
|
#3 |
|
Addicted Member
Join Date: Feb 05
Posts: 206
![]() |
Re: how can I get oval shaped command buttons?
hi matt,
thanks for your suggestion. if you have any source code for it, please provide it. cheers, senthil |
|
|
|
|
|
#4 |
|
Addicted Member
Join Date: Aug 04
Posts: 176
![]() |
Re: how can I get oval shaped command buttons?
Hi Senthil
Have you searched the forums for this? Do a search, you will find many useful threads. flair |
|
|
|
|
|
#5 |
|
Super Moderator
Join Date: Nov 02
Location: Other side of town from si_the_geek
Posts: 7,156
![]() ![]() ![]() ![]() |
Re: how can I get oval shaped command buttons?
Have a look at this : http://www.vbforums.com/showpost.php...23&postcount=7 and http://www.vbforums.com/showpost.php...27&postcount=5
|
|
|
|
|
|
#6 |
|
Super Moderator
Join Date: Nov 01
Location: Headingly Occupation: Classified
Posts: 9,589
![]() ![]() ![]() ![]() |
Re: how can I get oval shaped command buttons?
I am working on a small project to produce XP buttons.
I found a project a few years ago that did this, it alos did MANY other styles of buttons. Very well done too. Icons, shaped buttons (round, oval, rectangle and others). Virtually ALL properties are customisable. I didn't want all the code that came with this, so I have been stripping out unwanted code for other button style I would never use. I have also started adding a propper naming convention to varibles, and taken out either evil code, or unused code. I am trying to get it down so that I have well structured code for an XP style button. I am getting there. Anyways, here's both projects. I have no idea where I got the original project from If this is your code, and you're reading this then cheers. Nice job ![]() My project is vbXPButton. Just run Text.vpg The project I am cutting down and refining is: XP Buttons.zip The project you want to run is: prjSampleButtons.vbp Just click yes when VB pops a msg box up. Woka
__________________
My .NET Tutorials: • Silverlight Enabled WebPart in WSS My VB.NET Code Examples: • Create IIS Virtual Directory • Validate Login Against Active Directory • Automatically retrieve Identity field value from inserted DataRow using SQL Server and ADO.NET My ASP.NET Code Examples: • Login To Website (Forms Authentication) • Login To Website (Custom Authentication) My VB6 Code Projects: • Multithreading In VB6 • Custom Tooltips • Multi Language Support • Item Selector Control • Annimated Systray Icon • Simple Effective Graph Control • Download From Web • LiveUpdate, download application updates from the web automatically • Systray Notification Messages • Skin A Form • API Timer • Badger Messenger, an MSN clone that uses the MSN Network • Wokawidgets VB6 Component Suite |
|
|
|
|
|
#7 |
|
PowerPoster
Join Date: Mar 04
Location: New Amsterdam
Posts: 21,118
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Re: how can I get oval shaped command buttons?
That is really sweet and slick, Woka - I've seen it before.
You might have downloaded from galahtech but it's also available @planetsourcecode: http://www.planet-source-code.com/vb...45279&lngWId=1 ... and if I am not mistaken it was made by Keith Fox
__________________
Microsoft MVP - Visual Basic 2006-2010 Why VB clears the clipboard on startup and how to avoid it? . Filtering Arrays . Save File To Database . Extract File From Database . Extract picture from database without using hard drive . Change Menu BackColor . How to use MS Flexgrid . Make Frame Transparent . The Easiest Way to Create an NT Service With VB6 . How to comment blocks of code in VB5 and VB6 . How to find and replace missing members of control array Visual Basic 6.0 On-Line Documentation . Connection Strings |
|
|
|
|
|
#8 |
|
Old Member
Join Date: Nov 04
Location: In Hiding.... Weather: sizzzzlin'........ Code: Secret
Posts: 2,701
![]() ![]() ![]() ![]() ![]() |
Re: how can I get oval shaped command buttons?
woof
The round and ovals look like they could benefit from some anti-aliasing |
|
|
|
|
|
#9 | |
|
Super Moderator
Join Date: Nov 01
Location: Headingly Occupation: Classified
Posts: 9,589
![]() ![]() ![]() ![]() |
Re: how can I get oval shaped command buttons?
Quote:
Damn he's redesigned the code to be better, and with less flaws. Right. Better start from scratch again. Quality controls Woof
__________________
My .NET Tutorials: • Silverlight Enabled WebPart in WSS My VB.NET Code Examples: • Create IIS Virtual Directory • Validate Login Against Active Directory • Automatically retrieve Identity field value from inserted DataRow using SQL Server and ADO.NET My ASP.NET Code Examples: • Login To Website (Forms Authentication) • Login To Website (Custom Authentication) My VB6 Code Projects: • Multithreading In VB6 • Custom Tooltips • Multi Language Support • Item Selector Control • Annimated Systray Icon • Simple Effective Graph Control • Download From Web • LiveUpdate, download application updates from the web automatically • Systray Notification Messages • Skin A Form • API Timer • Badger Messenger, an MSN clone that uses the MSN Network • Wokawidgets VB6 Component Suite |
|
|
|
|
|
|
#10 |
|
Super Moderator
Join Date: Nov 01
Location: Headingly Occupation: Classified
Posts: 9,589
![]() ![]() ![]() ![]() |
Re: how can I get oval shaped command buttons?
OK, here's my new cut down version of the XP button.
I have also added 2 new properties:
You can now change these colors and it creates a shaded border. Way more work needs to be done on this code as some of his code is a little sloppy. Woka
__________________
My .NET Tutorials: • Silverlight Enabled WebPart in WSS My VB.NET Code Examples: • Create IIS Virtual Directory • Validate Login Against Active Directory • Automatically retrieve Identity field value from inserted DataRow using SQL Server and ADO.NET My ASP.NET Code Examples: • Login To Website (Forms Authentication) • Login To Website (Custom Authentication) My VB6 Code Projects: • Multithreading In VB6 • Custom Tooltips • Multi Language Support • Item Selector Control • Annimated Systray Icon • Simple Effective Graph Control • Download From Web • LiveUpdate, download application updates from the web automatically • Systray Notification Messages • Skin A Form • API Timer • Badger Messenger, an MSN clone that uses the MSN Network • Wokawidgets VB6 Component Suite |
|
|
|
![]() |
|
||||||
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|