possible explorer.exe like application in wxwidgets? Topic is solved

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
smallwolf
Experienced Solver
Experienced Solver
Posts: 69
Joined: Sun Aug 26, 2007 11:02 pm

possible explorer.exe like application in wxwidgets?

Post by smallwolf »

hello:
i try to write a application in wxwidgets , in its top
window, it behaves like explorer.exe. it can view,open,close the files and folders in the computer. i know it's useless to
develop this program, but it has values in learning.

could anyone explain how it works, what class or win32 api to use? show me the source code even better.

have a nice day! :)
DavidHart
Site Admin
Site Admin
Posts: 4254
Joined: Thu Jan 12, 2006 6:23 pm
Location: IoW, UK

Post by DavidHart »

Hi,

Have a look at http://docs.wxwidgets.org/stable/wx_wxg ... rctrl.html

You can see it in action in the 'widgets' sample.

Regards,

David
leromo
In need of some credit
In need of some credit
Posts: 9
Joined: Tue Jan 31, 2006 12:27 am

Post by leromo »

Post Reply