Search found 15 matches

by wildrj
Sun Dec 24, 2006 9:38 pm
Forum: C++ Development
Topic: cant seemt to get this dialog to work.
Replies: 2
Views: 988

thanks man worked like a charm.
by wildrj
Sun Dec 24, 2006 8:14 pm
Forum: C++ Development
Topic: cant seemt to get this dialog to work.
Replies: 2
Views: 988

cant seemt to get this dialog to work.

im trying to get the text thats typed into a dialog and compare it to a string and if its the same it should do something(change the lettring on the top of the window).i just cant seem to get it void MainFrame::Test(wxCommandEvent& WXUNUSED(event)) { wxTextEntryDialog TextControl(this, wxT("...
by wildrj
Tue Aug 15, 2006 9:40 pm
Forum: wxDev-C++
Topic: Another question
Replies: 4
Views: 1161

well that solves that problem im going to have to look into it more.thanks for your help.wow so far i havent asked a question no one can answer yet.
by wildrj
Tue Aug 15, 2006 7:05 pm
Forum: wxDev-C++
Topic: Another question
Replies: 4
Views: 1161

ok but is there a way i can just make the gui i make in wxdevcpp load the .exe
and run it in the gui app.
by wildrj
Tue Aug 15, 2006 6:10 pm
Forum: wxDev-C++
Topic: Another question
Replies: 4
Views: 1161

Another question

ok i have another question here it goes.

Ok i made a text based game in c++ but it runs in the cmd.
i was wondering is there any way i could load the .exe in my gui program or would i have to code it all over again.~i still have the sourcefiles..~
by wildrj
Sat Aug 05, 2006 3:27 am
Forum: C++ Development
Topic: Need Help setting up wxWidgets please
Replies: 3
Views: 1040

another easy way is jsut download wxdevcpp and start a empty progect.its already have all include file u need.
by wildrj
Fri Aug 04, 2006 7:21 am
Forum: General Development
Topic: own file format
Replies: 5
Views: 1394

thank your that makes this alot easier now.
by wildrj
Thu Aug 03, 2006 4:30 pm
Forum: General Development
Topic: own file format
Replies: 5
Views: 1394

yes it does thank you now i just need to edit the registry and see what hapnes.thank you. im on a windows machine right now.
by wildrj
Wed Aug 02, 2006 5:25 pm
Forum: General Development
Topic: own file format
Replies: 5
Views: 1394

own file format

i was wondering if anyone knows how to make your own file format.
like .txt and other exstensions. wanted to make a .wild :)
by wildrj
Wed Aug 02, 2006 4:35 pm
Forum: wxDev-C++
Topic: Alpha release of book - Programming with wxDev-C++
Replies: 61
Views: 105644

yes thank you.
by wildrj
Wed Aug 02, 2006 2:40 pm
Forum: Announcements and Discoveries
Topic: found wxwidgets tutorial.
Replies: 5
Views: 2311

will do.although i perfer prints over full books.but wxwidgets seems helpfull so ill consider buying the book.
by wildrj
Wed Aug 02, 2006 7:17 am
Forum: Announcements and Discoveries
Topic: found wxwidgets tutorial.
Replies: 5
Views: 2311

ok thank you.
by wildrj
Wed Aug 02, 2006 12:00 am
Forum: wxDev-C++
Topic: Alpha release of book - Programming with wxDev-C++
Replies: 61
Views: 105644

umm can u tell me step by step what i do.srry but im pertty new at this.
by wildrj
Tue Aug 01, 2006 10:02 pm
Forum: Announcements and Discoveries
Topic: found wxwidgets tutorial.
Replies: 5
Views: 2311

found wxwidgets tutorial.

i found a wxWidgets tutorial that may be useful for a bigginer like my self.
it still refers to wxWidgets has wxwindows but its still accurate.

http://users.skynet.be/saw/download/wxW ... torial.pdf
by wildrj
Tue Aug 01, 2006 9:06 pm
Forum: wxDev-C++
Topic: Alpha release of book - Programming with wxDev-C++
Replies: 61
Views: 105644

hi guys im new here and i downloaded the book.i was vary happy with it but i have 1 question.

is there anyways to combined both basic c++ programing and wxwidgets form build.like use them both in the same program.(ex.make a window and in it say hello world by putting cout.is it possible?