473,396 Members | 1,749 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

General GUI question

I like the look and feel of the Microsoft AntiSpyWare applicaiton. I could
envision this look and feel for a project I am currently working on. Can I
do this with Visual Studio.NET 2003? Are there any sample projects
(preferably C#) that has this GUI interface I could play with. Thanks for
any input.
Jul 21 '05 #1
2 1283
Elp
On Fri, 18 Feb 2005 07:51:03 -0800, El Presidente wrote:
I like the look and feel of the Microsoft AntiSpyWare applicaiton. I could
envision this look and feel for a project I am currently working on. Can I
do this with Visual Studio.NET 2003? Are there any sample projects
(preferably C#) that has this GUI interface I could play with. Thanks for
any input.


It looks like that they have implemented quite a few of the controls they
use in their application by hand instead of using the standard Windows
controls. They have their own menu control (that also contains the banner
below the menu itself and the navigation icons on the right), a custom
panel control with rounded corners, some custom buttons... If you have no
experience in custom controls development and GDI+, it's probably be going
to take you quite a lot of time to do it yourself. However, there is
nothing i can see that looks really complicated (apart from the menu
maybe).

For some examples of applications with nice looking custom controls (but
not really similar to the microsoft anti-spyware), download and try:
- FotoVision (VB .NET):
http://msdn.microsoft.com/smartclien...es/fotovision/
- TaskVision (C# and VB .NET):
http://msdn.microsoft.com/smartclien...n/default.aspx
- IssueVision (C# and VB .NET):
http://www.windowsforms.net/Applicat...=40&tabindex=9

Note however that with just the controls you can find in the VS toolbox and
a bit of imagination you can already do some nice looking stuff. And if you
add some of the custom controls that you can find on the code project web
site (www.codeproject.com) or in the Dacris NetXP library
(http://www.dacris.com/netxp/, free for personnal use and use in freeware
applications), you maybe won't have to do any coding to have something
really great.
Jul 21 '05 #2
I don't think thats custom menu control, but rather a label or something with
a contextmenu assigned to it.

As far as the buttons, I would make 3 types of images following the same
style, a normal, hover, and pushed style.

make those files embedded within the projects, and gather them through the
assembly into a bitmap object.

Add a panel, with a label inside. Make the panel background set to
"Button_0". On mousehover event, or mouse enter, make it change to
"Button_1", etc.

You get the idea.

I made a GUI based off of the GiANT AntiSpyware (MS AntiSpyware)
application, and it turned our perfect :)

"Elp" wrote:
On Fri, 18 Feb 2005 07:51:03 -0800, El Presidente wrote:
I like the look and feel of the Microsoft AntiSpyWare applicaiton. I could
envision this look and feel for a project I am currently working on. Can I
do this with Visual Studio.NET 2003? Are there any sample projects
(preferably C#) that has this GUI interface I could play with. Thanks for
any input.


It looks like that they have implemented quite a few of the controls they
use in their application by hand instead of using the standard Windows
controls. They have their own menu control (that also contains the banner
below the menu itself and the navigation icons on the right), a custom
panel control with rounded corners, some custom buttons... If you have no
experience in custom controls development and GDI+, it's probably be going
to take you quite a lot of time to do it yourself. However, there is
nothing i can see that looks really complicated (apart from the menu
maybe).

For some examples of applications with nice looking custom controls (but
not really similar to the microsoft anti-spyware), download and try:
- FotoVision (VB .NET):
http://msdn.microsoft.com/smartclien...es/fotovision/
- TaskVision (C# and VB .NET):
http://msdn.microsoft.com/smartclien...n/default.aspx
- IssueVision (C# and VB .NET):
http://www.windowsforms.net/Applicat...=40&tabindex=9

Note however that with just the controls you can find in the VS toolbox and
a bit of imagination you can already do some nice looking stuff. And if you
add some of the custom controls that you can find on the code project web
site (www.codeproject.com) or in the Dacris NetXP library
(http://www.dacris.com/netxp/, free for personnal use and use in freeware
applications), you maybe won't have to do any coding to have something
really great.

Jul 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
by: John Salerno | last post by:
After my last post, I thought of another question as a result of the following: ------------------------------ Mike Meyer wrote: > John Salerno <johnjsal@NOSPAMgmail.com> writes: > > >>So...
3
by: JezB | last post by:
What's the generally accepted approach for using Styles and Stylesheets in a web application based on .aspx files, Web Controls, User Controls, and code-behind modules (c# in my case)? Most style...
2
by: ZorpiedoMan | last post by:
I'm new to the world of sockets, and this question is not VB specific: If multiple clients access the same server on the same port, and the server is set up to do some async communication, does...
105
by: Christoph Zwerschke | last post by:
Sometimes I find myself stumbling over Python issues which have to do with what I perceive as a lack of orthogonality. For instance, I just wanted to use the index() method on a tuple which does...
1
by: Mark Fink | last post by:
Hi there, unfortunately I am new to Jython and my "Jython Essentials" book is still in the mail. I looked into the Jython API Doc but could not find the information. I am porting a Python...
0
by: Yong | last post by:
I'm not getting any reply to my previous thread so I'm stating a new one. I get a General Network Error due to my SqlCommand object not having a big enough CommandTimeout to complete very long...
4
by: Viviana Vc | last post by:
Hi all, I've read the WindowsVistaUACDevReqs.doc documentation and I have done different small tests on Vista to understand the bahaviour and now I have a few questions. 1) If I create a...
2
by: sharan | last post by:
Hello Friends I have a problem in Data Structure (In C) i want to emplement a General tree having three child nodes of each parent node ...please send me any simple Example( code) by which i can...
2
by: SpotNet | last post by:
Scott M. Have your experiences shown you that programmers may give the best computer advice, analysis, and solutions even at the worst of times, for a PC user? ;~D Haven't crossed many Network...
3
by: =?Utf-8?B?Ymxi?= | last post by:
I am posting to the general discussion group - but I cannot find my postings... or replies...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.