Hello. Could anyone give me some direction on how to draw custom borders / title bars / etc. Do i need to design an entire new class of window or can i do it...
... Hi, Troy! Customization is available in wxWidgets through defining a new class either as completely new or derived from and existing wxWidgets class. I...
Hi! I've changed the links for Visual Studio 2005 Express since Microsoft has moved it once again!:-{ I've also added links for Visual Studio 2008 Express,...
... Ah, yes... thank you!;) The info for the .vsprops file editing is what is key and also what is no longer available at Microsoft. The original link: ...
hello, I just downloaded WxWidgets (v2.8.7), installed it and the samples. Compiled using VC6++. Had considerable problems (errors) so I searched the web for...
... Hi! Sorry for the tardy response! To get to the meat of the matter, I'll just plunge right into my usual spiel!;) You'll find that most of the interaction...
Hello Dave, Thanks for your very detailed reply. I appreciate your time and effort. What I don't understand is why and how a thing (wxWidgets) exists and has...
... Hi! I can appreciate your frustration. I was at that point a couple of years ago. That's what prompted me to start the wxMS_developers group. I started out...
... wrote: [snip] ... years ago. ... the maw of ... further deepen ... actually looking ... was familiar ... DialogBlocks. It ... I got ... I struggled ... ...
Hi! I've just placed 2 new links. They are for the text to "Cross-Platform GUI Programming with wxWidget", a.k.a. the wxWidgets book. One is for a .chm format,...
Dear all, I hope u are doing well. I came up with an issue and don't have a clue how to resolve it. I'm trying to change the font of the menu bar/menu items, ...
... Express and set ... makefiles or ... specific or not ... DialogBlocks. ... rewrote one, ... my temp ... (there are 2 ... location to which ... project...
... Hmmm... I guess I don't understand why using GCC under Windows is advantageous. If I want to build a Linux version I use Linux (GCC). If I want to build a ...
Hi, I have wxDesigner v2.14 and wxWdiget v2.8.7 under the Windows Platform. I went through the steps to do a batch build of all the debug and release library...
... Hi! Actually, the problem is that the makefiles wxDesigner generates are simply skeletons (unlike DialogBlocks). You need to fill in the pertinent macros...
... advantageous. ... build a ... I never ... much easier to ... executable is ... note that GCC ... the Visual ... cross-platform ... more trouble ... ...
... Hi! If you select "Runtime linking: Static" in DB's Configurations property the application will be built without external lib dependencies, so you should...
... property the ... should then ... have to ... piggy-back ... compiler on any ... files ... directly into ... a big help) ... better debugger ... faster ... ...
Hi, I need help on two things. First I need to include a checkbox inside a listrctrl, and also I need to make the selection box inside the listctrl be a...
I have wxDesigner v2.14 using wxWidget v2.8.7 w/ VS2008 I have having trouble using the nmake -f makefile.vc to compile the sample problem for wxDesigner. Has...
... Yes, I have. But not with wxDesigner's makefile.vc. The makefile I used was generated by DialogBlocks... ... Hi! The only thing I can tell you is what I...
Hi Dave, The reason I have to use wxDesigner is because the company I work for has wxDesigner running on a Linux box at work. The have been using it for quite...
... Well, I expected that might be the case... ... Right, same here... ... Don't really know, personally, but I can imagine... The difference here is that...
Hi Dave, I'm trying to create a set of tips that are going to be shown during the startup of the application (unless the user chooses not to) and which are...
Hi! I've just added a zip archive to the Files section. It's a "raw" demo of using wxAutomation to interact with Microsoft Office Excel. The archive includes...
... Hi! Well, as the wxWidgets manual says: Many "modern" Windows programs have a feature (some would say annoyance) of presenting the user tips at program...
... Hi! I think I have worked out something that will give you what you need. Get a copy of DialogBlocks. In the Links section of wxMS_developers there's a...