Search found 84 matches

by eriX
Wed Feb 03, 2010 3:43 pm
Forum: wxDev-C++
Topic: call childframe
Replies: 2
Views: 1309

call childframe

Hello, I have a wxFrame as the main window and now I want to insert additional windows (wxFrame) and call. I chose the menu File -> New -> new frame, and added it to the current project. I have called this MyChildFrame and ShowOnTop I've checked. Next, I created a button in the main program and past...
by eriX
Sat Jan 09, 2010 6:02 pm
Forum: wxDev-C++
Topic: Problem with re-installation
Replies: 1
Views: 794

The problem is solved now!

I've just installed the new 7.2.0.2 IDE and my designer does work right.
by eriX
Sat Jan 09, 2010 5:24 pm
Forum: wxDev-C++
Topic: Problem with re-installation
Replies: 1
Views: 794

Problem with re-installation

Hi, I've uninstalled wxDevC++ 7.0b4 cause I had some mistakes in the IDE. After the reinstallation I couldn't load my last project. A popup appears: wxForm Migration tool. I've choosen backup and NEXT. Then it converts the code into the newest format. I click NEXT > Then appears the first popup of t...
by eriX
Sun Jan 03, 2010 9:11 pm
Forum: wxDev-C++
Topic: Minimize to taskbar
Replies: 3
Views: 2924

Thank you very very much!!!

The iconize function helped me a lot!

Code: Select all

    bool iconize=1;
    Iconize(iconize);
by eriX
Sun Jan 03, 2010 12:29 pm
Forum: wxDev-C++
Topic: Minimize to taskbar
Replies: 3
Views: 2924

Is nobody able to help me?

Can't you say me how to hide and show the window?

I found that code:
http://msdn.microsoft.com/en-us/library ... S.85).aspx
But I don't know how I can use it.

Please Help :lol:
by eriX
Sat Jan 02, 2010 9:07 am
Forum: wxDev-C++
Topic: Minimize to taskbar
Replies: 3
Views: 2924

Minimize to taskbar

Hey,


I want to press a button, the window is minimized, and start another program. If it is closed, the main program will be displayed again.

How can I do this?


Thank you very much.
by eriX
Fri Feb 06, 2009 6:38 pm
Forum: wxDev-C++
Topic: wxDev c++ exe icon
Replies: 1
Views: 840

[ALT] + [P] -> Select Icon
by eriX
Wed Feb 04, 2009 2:32 pm
Forum: wxDev-C++
Topic: background image
Replies: 0
Views: 461

background image

Hello, it's me again :)

I have got a problem.

I like to display a picture.
It's no problem, but the picture has got a very bad quality.

Is there any way to display it in the same quality like the original picture?


Greets, Eric.
by eriX
Wed Feb 04, 2009 2:21 pm
Forum: wxDev-C++
Topic: Show HTML Page in WxDev programme
Replies: 0
Views: 460

Show HTML Page in WxDev programme

Hello, I'm looking for a solution to show a simply text based website in a "frame". It should be an update function. If you push a button, the web-page will be displayed. In the website is might a download refrer (or link?) if an update is aviable. The user should be able to click this and...