wxdevc++

Apr 2, 2008 at 8:28am
Im creating a sudoku player in wxdevc++.
Does anyone know how to create onclick events for static bitmaps?
Thanks

Mark
Apr 2, 2008 at 10:20am
what is that wxdevc++?
Apr 2, 2008 at 10:36am
closed account (z05DSL3A)
1
2
3
4
5
6
7
8
9
wxDev-C++ is an extension of Dev-C++ by Colin Laplace et. al. This 
program helps you to create dialogs and frames for wxWidgets visually 
using a form designer. With all the wonderful features of Dev-C++, 
wxDev-C++ is still being actively developed. The main aim of this project is 
to provide the wxWidgets community with a free, open-source, commercial-
grade IDE/RAD tool for development with wxWidgets.

If you are new to wxWidgets, have a look at the tutorials page to get 
yourself familiar with the IDE...

http://wxdsgn.sourceforge.net/
Last edited on Apr 2, 2008 at 10:42am
Apr 2, 2008 at 12:18pm
Thanks for the help
Im am newish to wxdevc++, but I know how to use it.
The only problem at the minute is how to make events for static bitmaps, I cant find this in any tutorial.
I can swap images and things like that with them, but I cant make clicking events for them. So if I clicked onto an image I cant set off an event..
Anyone know how to do this or where i can find how to?
Apr 2, 2008 at 6:12pm
closed account (z05DSL3A)
I don't know much about wxWidgets but I have heard that the tutorial at
http://zetcode.com/tutorials/wxwidgetstutorial/ are good.

Hope it helps.
Apr 2, 2008 at 8:36pm
why don't u just make it a console or use DirectX. it's not that hard but you have to be pacient
Apr 2, 2008 at 8:37pm
nevermind the directx cuz u need VC++ to do it. but you could use another library like Allegro if you want to make it visual.
Apr 2, 2008 at 8:38pm
nevermind the directx cuz u need VC++ to do it. but you could use another library like Allegro if you want to make it visual.
Apr 3, 2008 at 7:58am
Hmm, im already quite a way into the project.
Took me a long time to get used to the program but its good now I have.
I'd rather stick to it for the minute.
I'll check out that link now grey.
Thanks
Apr 3, 2008 at 1:46pm
Still cant find it.. =(
I'll try and find some open source software on sourceforge using it =)
Topic archived. No new replies allowed.