PC Review


Reply
Thread Tools Rate Thread

How do I make my app look good

 
 
Ivan Weiss
Guest
Posts: n/a
 
      9th Dec 2003
Hey all, I am looking for some tutorials on how to make an app actually
look good.

I am writing an app that is coming along nicely but microsofts basic
controls to be honest are quite boring and dull (everything be gray). I
am not a graphic designer and am unfamiliar with how to create custom
buttons etc.. that look good but am writing this app on my own so hoping
that someone knows of some tutorials out there or has any suggestions!

Thanks ahead of time for the always great help I get in these
newsgroups...

-Ivan

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Reply With Quote
 
 
 
 
Bernie Yaeger
Guest
Posts: n/a
 
      9th Dec 2003
Hi Ivan,

If you're using vs .net 2003 and will be using your app on win xp, simply
place this in the startup object's code:

Public Sub New()

MyBase.New()

Application.EnableVisualStyles()

Application.DoEvents()

Then change the flatstyle property of buttons, checkboxes, radion buttons to
'system'; this will give you xp styles, and everything will look better.

HTH,

Bernie Yaeger



"Ivan Weiss" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hey all, I am looking for some tutorials on how to make an app actually
> look good.
>
> I am writing an app that is coming along nicely but microsofts basic
> controls to be honest are quite boring and dull (everything be gray). I
> am not a graphic designer and am unfamiliar with how to create custom
> buttons etc.. that look good but am writing this app on my own so hoping
> that someone knows of some tutorials out there or has any suggestions!
>
> Thanks ahead of time for the always great help I get in these
> newsgroups...
>
> -Ivan
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



 
Reply With Quote
 
Jan Tielens
Guest
Posts: n/a
 
      9th Dec 2003
I often use this great library of controls: DotNetWidgets
http://www.divil.co.uk/net/controls/dotnetwidgets/

Check it out! It will give your apps instantly a cool interface, resembling
office 2003 or vs.net. Make sure you check out the other controls from the
same author too:
http://www.divil.co.uk/net/controls/

--
Greetz,
Jan
__________________________________
Read my weblog: http://weblogs.asp.net/jan
"Ivan Weiss" <(E-Mail Removed)> schreef in bericht
news:%(E-Mail Removed)...
> Hey all, I am looking for some tutorials on how to make an app actually
> look good.
>
> I am writing an app that is coming along nicely but microsofts basic
> controls to be honest are quite boring and dull (everything be gray). I
> am not a graphic designer and am unfamiliar with how to create custom
> buttons etc.. that look good but am writing this app on my own so hoping
> that someone knows of some tutorials out there or has any suggestions!
>
> Thanks ahead of time for the always great help I get in these
> newsgroups...
>
> -Ivan
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



 
Reply With Quote
 
Ivan Weiss
Guest
Posts: n/a
 
      9th Dec 2003
I am using Visual Studio .Net 2002. However, I wanted to be able to
create a really nice graphical app. For example, if you look at Office
xp 2003 they have customized toolbars. I found a site that offers this
component but I am looking for tutorials on how to create my own.

Also, another good example is Quickbooks by Intuit. The main screen is
an image with buttons for what you want to do and arrows etc. pointing
to the next step in the process (Sales Order->Invoice->Receive Payments
etc..) and my app uses a multi-stage approach so I wanted to generate
something nice like this...

-Ivan

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
 
Reply With Quote
 
Newbie!
Guest
Posts: n/a
 
      10th Dec 2003
Can this be done on Visual Studio .NET (NOT 2003?)

Ta
Si

"Bernie Yaeger" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Ivan,
>
> If you're using vs .net 2003 and will be using your app on win xp, simply
> place this in the startup object's code:
>
> Public Sub New()
>
> MyBase.New()
>
> Application.EnableVisualStyles()
>
> Application.DoEvents()
>
> Then change the flatstyle property of buttons, checkboxes, radion buttons

to
> 'system'; this will give you xp styles, and everything will look better.
>
> HTH,
>
> Bernie Yaeger
>
>
>
> "Ivan Weiss" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > Hey all, I am looking for some tutorials on how to make an app actually
> > look good.
> >
> > I am writing an app that is coming along nicely but microsofts basic
> > controls to be honest are quite boring and dull (everything be gray). I
> > am not a graphic designer and am unfamiliar with how to create custom
> > buttons etc.. that look good but am writing this app on my own so hoping
> > that someone knows of some tutorials out there or has any suggestions!
> >
> > Thanks ahead of time for the always great help I get in these
> > newsgroups...
> >
> > -Ivan
> >
> > *** Sent via Developersdex http://www.developersdex.com ***
> > Don't just participate in USENET...get rewarded for it!

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
advice needed for a good book to make good database applications mesut demir Microsoft VB .NET 2 10th Mar 2006 11:49 PM
advice needed for a good book to make good database applications mesut demir Microsoft ADO .NET 1 10th Mar 2006 05:53 PM
ADSL modem, good; Netgear wireless router , good; NIC good; All cables good....can't connect to Internet or network (Repost) Sid9 Windows XP Networking 5 2nd May 2005 10:29 PM
ADSL modem, good; Netgear wireless router , good; NIC good; All cables good....can't connect to Inte net or network Sid9 Windows XP Networking 0 1st May 2005 05:19 AM
Can't make good titles... George Windows XP MovieMaker 1 23rd Aug 2004 11:03 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:29 PM.