Tech Support > Microsoft Windows > Development Resources
can't check treeview checkboxes - what am I missing?
Posted on February 3rd, 2007 | 9 Comments

On Dec 30 2006, 2:30 pm, "Barry" <bar...@nullhighstream.net> wrote: I upgraded my debian linux computer from sarge to etch (a bother because dist-upgrade did not work), which let me install the...

difference between LockWindowUpdate () and WM_SETREDRAW?
Posted on February 3rd, 2007 | 3 Comments

On Feb 1, 5:46 am, "Sten Westerback \(MVP SDK\)" <REMOVE_IF_NOSPAM_ext- sten.westerb...@nokia.com> wrote: I admit I'm confused about WM_SETREDRAW and LockWindowUpdate. It seems obvious the two...

NT Services
Posted on February 2nd, 2007 | 6 Comments

Radamanthe wrote: Download the platform SDK and look at the sample in psdk\samples\winbase\service its written in C and should compile with mingw, possibly the current psdk may not be compatable...

eclipsce and c++ under windows xp
Posted on February 2nd, 2007 | 0 Comments

Hi! I've got problems with eclipse and CDT under windows xp. I have already installed new eclipse and plug-in for c++, I've got mingw g++ too. It seems it needs debugger - in help is written, that...

Win16 to Win32 EXE converter
Posted on February 2nd, 2007 | 2 Comments

On 1 Feb 2007 15:41:18 -0800, eljainc@sbcglobal.net wrote: If you want "simple", I think the best you can hope for is that your wrapper will pop up a DOS box and run the original app. This could...

[ANN] U++ 2007.1 beta
Posted on February 2nd, 2007 | 0 Comments

www.ultimatepp.org U++ is the BSD licensed C++ crossplatform framework focused on programmers productivity without sacrificing runtime performance. Based on strictly deterministic design it...

PDB found but it's the wrong one
Posted on February 2nd, 2007 | 2 Comments

Replace /pdbtype:sept linker option by /pdbtype:con, watch the output for possible linker warnings. Also ensure that the static library is built with debug information (/Z7 compiler option would be...

help with malloc
Posted on February 2nd, 2007 | 1 Comments

"Art" <artami2006@gmail.com> wrote in message news:1170353653.977677.35010@s48g2000cws.googlegroups.com... having difficulty using your system for some minutes (assuming small allocations)....

Timers in Console Applications
Posted on February 1st, 2007 | 11 Comments

On 31 Jan 2007 14:43:53 -0800, "Dave" <davechandler@gmail.com> wrote: Unless you are running a message pump loop in your console application i.e. GetMessage / Translate / Dispatchmessage which is...

splash screen problem
Posted on February 1st, 2007 | 2 Comments

No, i found the problem in the CSplash class, there is a bitmap that is loading from resource and in my case the bitmap was null. :) Thanks Sten Westerback (MVP SDK) a scris:

SendInput and dwExtraInfo
Posted on February 1st, 2007 | 4 Comments

Hmm.. sounds like you should consider using some other type of RPC like named pipes or mailslots to communicate with the other application. At least i got the impression that you have the code for...

Dev-C++ and Poblems with Vista
Posted on February 1st, 2007 | 0 Comments

"Stefan Helmig" <steve4u@gmx.li> wrote in message news:engi63$vcc$00$1@news.t-online.com... Hmm.. did you modify the System wide Path or your own? If system path, ensure that you log out temporarily...

Why memory usage of a Process is different in different systems
Posted on February 1st, 2007 | 2 Comments

In message <XSgwh.47284$Nb2.900430@news1.nokia.com>, "Sten Westerback (MVP SDK)" <REMOVE_IF_NOSPAM_ext-sten.westerback@nokia.com> writes VM Validator may give an insight into this...

Print using custom form in windows xp
Posted on February 1st, 2007 | 0 Comments

Hi! I'm trying to print using custom page size from a C++ application.I could successfully add a custom form and define the required page size in this forum using the AddForm function. The problem is...

Adding to Exception list in Public profile of Windows Vista Firewall
Posted on February 1st, 2007 | 1 Comments

"anand" <anand.chugh@gmail.com> wrote in message news:1168509316.337683.238530@77g2000hsv.googlegroups.com... as one of the firewall policies. Sounds like you want any virus of a USB stick (or...

default color of win32 controls
Posted on February 1st, 2007 | 1 Comments

"tom" <ee@w.e> wrote in message news:eoq43h$1ng$1@nemesis.news.tpi.pl... Depending on what you mean by "scrollbar" it may be fairly easy or really difficult. If you mean the scrollbars belonging to...

TabControl color
Posted on February 1st, 2007 | 1 Comments

"Tom" <ee@w.e> wrote in message news:eps3ki$jeu$1@nemesis.news.tpi.pl... If WM_CTLCOLORSTATIC or WM_CTLCOLORBTN isn't sent my tab controls you'll have to subclass. Or you could use TCM_SETIMAGELIST...

Windows hooking
Posted on January 31st, 2007 | 2 Comments

Drew wrote: CBT hooks are installed only for applications with GUI window. Do you want to inject your code into a specific program or to all programs that are running on the desktop? If the first...

The Registry API REGSAVEKEY
Posted on January 31st, 2007 | 3 Comments

jimsonxx@yahoo.com wrote: .... Great, I attached wrong signature file... :( Hope I won't get spammed. -- Grzegorz Wróbel http://www.4neurons.com/ 677265676F727940346E6575726F6E732E636F6D

button subclassing
Posted on January 31st, 2007 | 2 Comments

On Wed, 31 Jan 2007 08:45:09 +0100, "Tom" <ee@w.e> wrote: Are you using the same ID for multiple buttons? That can certainly cause problems for some...