Discussion:
gui for win32 c++ programming
(too old to reply)
johny
2010-03-20 07:51:59 UTC
Permalink
hi all

i am new to win32 gui programming for c++. the image is attached here
which needs to be developed using c++ win32 api.i need to know how to
programme a group radio button?how to add mutilple IDS to .rc file?do
i need to create a dialog windows and then add these controls?I
cannot
use MFC anymore since the target device supports only WIN32 api,
hence
everything n eds to be developed from the scratch. i have visual
studio 2005, hence developing win32 applications using c++. any help
would be appreciated as am new to win32 api programming, eventhough
am
a c++ programmer. i need samples in win32 for GUI development, that
would work with VS 2005.


1)how to program group radio button using win32 apis?which are the
event handlers to be called?any samples are available?
2)how to create a button and load image to it using win32 api?
3)how to create a list control and add columns to it as shown in the
image using win32 apis?
4)how do i create a combo box and check box as shown in images using
win32 c++ apis?what are the events being handled?


any resources or source code or samples will be helpful. anyone
suggest me some links?
David Lowndes
2010-03-20 10:17:09 UTC
Permalink
Post by johny
i am new to win32 gui programming for c++. the image is attached here
which needs to be developed using c++ win32 api.i need to know how to
programme a group radio button?how to add mutilple IDS to .rc file?do
i need to create a dialog windows and then add these controls?I
It sounds to me as though you really need to read a tutorial or book
(such as Petzold's Programming Windows, or Rector & Newcomer's Win32
Programming) - something on native Win32 development.

Dave
johny
2010-03-21 15:49:51 UTC
Permalink
Post by David Lowndes
Post by johny
i am new to win32 gui programming for c++. the image is attached here
which needs to be developed using c++ win32 api.i need to know how to
programme a group radio button?how to add mutilple IDS to .rc file?do
i need to create a dialog windows and then add these controls?I
It sounds to me as though you really need to read a tutorial or book
(such as Petzold's Programming Windows, or Rector & Newcomer's Win32
Programming) - something on native Win32 development.
Dave
hi dave

could you share with me the win32 programming books if any?
David Lowndes
2010-03-21 18:03:32 UTC
Permalink
Post by johny
Post by David Lowndes
It sounds to me as though you really need to read a tutorial or book
(such as Petzold's Programming Windows, or Rector & Newcomer's Win32
Programming) - something on native Win32 development.
could you share with me the win32 programming books if any?
Perhaps someone else could suggest others besides the ones I've
mentioned?

Dave

Angus
2010-03-20 16:07:59 UTC
Permalink
Take a look at WTL - https://sourceforge.net/projects/wtl/
Post by johny
hi all
i am new to win32 gui programming for c++. the image is attached here
which needs to be developed using c++ win32 api.i need to know how to
programme a group radio button?how to add mutilple IDS to .rc file?do
i need to create a dialog windows and then add these controls?I
cannot
use MFC anymore since the target device supports only WIN32 api,
hence
everything n eds to be developed from the scratch. i have visual
studio 2005, hence developing win32 applications using c++. any help
would be appreciated as am new to win32 api programming, eventhough
am
a c++ programmer. i need samples in win32 for GUI development, that
would work with VS 2005.
1)how to program group radio button using win32 apis?which are the
event handlers to be called?any samples are available?
2)how to create a button and load image to it using win32 api?
3)how to create a list control and add columns to it as shown in the
image using win32 apis?
4)how do i create a combo box and check box as shown in images using
win32 c++ apis?what are the events being handled?
any resources or source code or samples will be helpful. anyone
suggest me some links?
Continue reading on narkive:
Loading...