473,791 Members | 2,973 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to create a beautiful GUI?

I'm writing a little software for managing diary.I use only SDK,and I
find it's hard to
create a good GUI.I hope it's skin can be changed easily.But I don't
know how to
do it.Are there any articles or book about it?

Nov 11 '06 #1
6 8194
wei.niu wrote:
I'm writing a little software for managing diary.I use only SDK,and I
find it's hard to
create a good GUI.I hope it's skin can be changed easily.But I don't
know how to
do it.Are there any articles or book about it?
The easiest GUI to learn these days is HTML. It's easy because the languages
are relatively simple (simpler than C++!), and because there are so many
toolkits and tutorials to pick from. Use CSS to change its skin!

However, this newsgroup is not qualified to discuss GUIs, because we can
only discuss the raw C++ language itself, and this supports too many GUIs.

You should find a users group in your area to study with.

--
Phlip
http://www.greencheese.us/ZeekLand <-- NOT a blog!!!
Nov 11 '06 #2

we*****@gmail.c om wrote in message
<11************ **********@e3g2 000cwe.googlegr oups.com>...
>I'm writing a little software for managing diary.I use only SDK,and I
find it's hard to
create a good GUI.I hope it's skin can be changed easily.But I don't
know how to
do it.Are there any articles or book about it?
You need to go to an NG that deals with GUIs, it's off-topic in this NG
(standard C++ discussion).

wxWidgets URL: http://www.wxwidgets.org
--
Bob R
POVrookie
Nov 11 '06 #3

"Phlip" <phlip...@yahoo .comwrote:
The easiest GUI to learn these days is HTML. It's easy because the
languages
are relatively simple (simpler than C++!), and because there are so many
toolkits and tutorials to pick from. Use CSS to change its skin!

However, this newsgroup is not qualified to discuss GUIs, because we can
only discuss the raw C++ language itself, and this supports too many GUIs.

You should find a users group in your area to study with.
Thank you very much!

Actually I want to find some tutorials about creating beautiful GUI
using C++,not HTML.I hope the skin can be changed easily,just like
winamp.

I just studyed GUI programming using win32 SDK,but it's too difficult
to create a good graphic interface.MFC is better,but isn't MFC
dying?And whichever library I choose,they are just library.They don't
tell me how to create a beautiful skin to a software.

Nov 12 '06 #4


"BobR" <RemoveBadB...@ worldnet.att.ne twrote:
You need to go to an NG that deals with GUIs, it's off-topic in this NG
(standard C++ discussion).

wxWidgets URL:http://www.wxwidgets.org
--
Thank you very much!

I have downloaded wxwidgets2.6.3.

Could you recommend me some tutorials about how to create beautiful
skin using
C++?Somebody says VC+HTML can do it,how to do?

Nov 12 '06 #5
wei.niu wrote:
>However, this newsgroup is not qualified to discuss GUIs, because we can
only discuss the raw C++ language itself, and this supports too many
GUIs.

You should find a users group in your area to study with.
Thank you very much!
Please read what I wrote very much. This newsgroup is not qualified to
discuss GUIs, or any other libraries that C++ supports. We can only discuss
the raw C++ language here. So you won't find the best answers here.

Search for WTL, and get on its newsgroup. WTL is for those who know SDK.

--
Phlip
http://www.greencheese.us/ZeekLand <-- NOT a blog!!!
Nov 12 '06 #6

we*****@gmail.c om wrote in message ...
>
"BobR" wrote:
You need to go to an NG that deals with GUIs, it's off-topic in this NG
>(standard C++ discussion).
wxWidgets URL:http://www.wxwidgets.org
--

Thank you very much!

I have downloaded wxwidgets2.6.3.

Could you recommend me some tutorials about how to create beautiful
skin using
C++?Somebody says VC+HTML can do it,how to do?
wxWidgets has an HTML class.
Read the documentation for wxWidgets, try the examples, etc..

[ wxWidgets has pretty good documentation compared to other projects of it's
type.]
--
Bob R
POVrookie
Nov 12 '06 #7

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

Similar topics

2
2174
by: meyerkp | last post by:
Hi all, I'm trying to extract some information from an html file using beautiful soup. The strings I want get are after br tags, eg: <font size='6'> <br>this info <br>more info <br>and more info </font>
4
3169
by: Rainer Queck | last post by:
Hi NG, I am looking for a good way to dynamically generate a bunch of TabPages. I have a list of more or less identical object. For each of these objects I need a user interface. My thought is, to provide a TabPage for every object with controls on it to interact with them. How can that be achieved dynamically. The only way I can think of to do this is to prepare the max needed TabPages
13
2870
by: forbes | last post by:
Hi, I have a user that used the Query Wizard to create a query in Access. Now she claims that her master table is missing all the data that was excluded from the query. Can you create anything other than a select query using the Wizard? What do you think happened to her data? I am working remotely until Friday, so I can't get down to her office and check out what she did.
7
10860
by: Beefminator | last post by:
Hello, How can you create a hyperlink in the HTML body of CDOsys email? Line 7 is a link for yahoo.com, but the asp page does not work. Set objMessage = CreateObject("CDO.Message") objMessage.Subject ="Test Page - File upload" objMessage.Sender = "" & Request.Form("email1") & "" objMessage.To ="jason@yahoo.com" objMessage.HTMLBody = "Email: " & Request.Form("email1") & vbCrLf & _
15
5997
by: Francach | last post by:
Hi, I'm trying to use the Beautiful Soup package to parse through the "bookmarks.html" file which Firefox exports all your bookmarks into. I've been struggling with the documentation trying to figure out how to extract all the urls. Has anybody got a couple of longer examples using Beautiful Soup I could play around with? Thanks, Martin.
5
6451
by: fAnSKyer/C# newbie | last post by:
How to make GUI more beautiful? Can any give any hint? Or some examples that downloadeable from internet? I am using C# and visual studio 2005 Thanks
3
10778
by: cjl | last post by:
I am learning python and beautiful soup, and I'm stuck. A web page has a table that contains data I would like to scrape. The table has a unique class, so I can use: soup.find("table", {"class": "class_name"}) This isolates the table. So far, so good. Next, this table has a certain number of rows (I won't know ahead of time how many), and each row has a set number of cells (which will be constant).
8
2773
by: js | last post by:
Hi, Have you ever seen Beautiful Python code? Zope? Django? Python standard lib? or else? Please tell me what code you think it's stunning.
1
3439
by: Mark B | last post by:
I am trying to programmatically create some icons for an Office 2007 add-in (VB/C#) that will appear on the navigation Ribbon. The particular icon is simply a colored round circle representing a colored dot to indicate the category of an item. I have been able to draw basic circles using the System.Drawing.Drawing2D namespace. What I want though is 'beautiful' icons (e.g. that look the the Windows Vista bottom-left Start button, save...
0
9669
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10427
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10207
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10155
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9995
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7537
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6776
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5559
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2916
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.