Tech Support > Microsoft Windows > Development Resources
Add Textbox dynamically
Posted on April 17th, 2008 | 2 Comments

On Tue, 15 Apr 2008 23:08:57 -0700 (PDT), sledge <sunilkjin@gmail.com> wrote: Alf. P. Steinbach gave you a specific answer. I'll be a bit more general. MFC is just a layer on top of Win32; MFC...

Richedit GDI Object Leak
Posted on April 17th, 2008 | 1 Comments

On Apr 17, 2:16*am, mdolphi...@gmail.com wrote: Hi, The following weblink should help you out with GDI object leaks: http://msdn2.microsoft.com/en-us/magazine/cc301756.aspx Kellie.

Adding controls to main window?
Posted on April 17th, 2008 | 1 Comments

<no.way54@yahoo.com> wrote in message news:36d26b0a-f1d1-4fca-9865-7ccbbd87670a@8g2000hsu.googlegroups.com... You don't... unless your main window is in face a dialog. If you need dialog features...

Post WM_KEYDOWN and ignore Ctrl/Alt/Shift is pressed
Posted on April 17th, 2008 | 1 Comments

Magnus Olsson wrote: for why this is fundamentally flawed. and Shift before simulating pressing the x (VK_CONTROL, VK_ALT and VK_SHIFT), and simulate releasing of the keys in reverse order. -- J.

Full programmes for a free download
Posted on April 16th, 2008 | 0 Comments

Full programmes for a free download will not be found in any site or forum but here http://foryou-programs.blogspot.com/ find everything and always with the new. If not find program, which sent a...

Can't add a button to ToolBar
Posted on April 16th, 2008 | 1 Comments

* DerekBaker: Never mind: I've got it. -- Derek

Can't call OpenProcess with PROCESS_VM_READ on certain processes
Posted on April 16th, 2008 | 4 Comments

Both processes have the same access rights. :( "doskey" <doskey.lee@gmail.com> wrote in message news:f574be21-4c05-463a-aed0-53dc877fd156@w4g2000prd.googlegroups.com...

Find out if monitor is off
Posted on April 16th, 2008 | 7 Comments

You can get this information using the Setup API - You need to enumerate all 'monitor' devices and find the power state. This works on XP and later (the information is the same as that shown in...

Display a window on winlogon desktop (XP)
Posted on April 16th, 2008 | 5 Comments

Sten Westerback (MVP SDK 2005-6 :) wrote: I thought he was talking about a system service, which is definitely a different beast.

ReadProcessMemory issue
Posted on April 16th, 2008 | 5 Comments

Sarath wrote: Well, you can kill it with a core dump and load it then...

Problem with MFC and crystal report 11
Posted on April 16th, 2008 | 1 Comments

gabriele wrote: Looks like parameter validation of the call to GetThreadValue(). In other words, the problem lies in how this function (or the whole object) is used. Uli -- Sator Laser...

when hook an api,how can I distinguish the calling module?
Posted on April 16th, 2008 | 2 Comments

thank you ,Doskey, but could you please give me a little explaination? or some key words for reference subjects I should read? I am totally new about that ASM... On 4ÔÂ11ÈÕ, ÏÂÎç5ʱ40·Ö, doskey...

Transfer the Bitmap accross applications
Posted on April 15th, 2008 | 1 Comments

Rasheed wrote: Your question has no sense : you don't "transfer" a file from an app to another one. You only transfer data.

ExitProcess() hangs.....Process doesnot gets cleaned up from memory
Posted on April 15th, 2008 | 1 Comments

smawsk wrote: we don't need that, though. Well, here's the reason the thread is hanging: it's waiting forever on handle 270. Enter "!handle 270 ff" for information on that handle. Tracking down...

GetOpenFilename - callback enabeling disables dialog resizing
Posted on April 15th, 2008 | 2 Comments

Hello Martin, Thanks, that is one I should remember. Regards, Rudy Wieser -- Origional message:

How do I add components in Visual Studio Express C#?
Posted on April 14th, 2008 | 0 Comments

I am studying for an MCSD exam so learning to program in C#. Here's the problem. The book I have wants me to add a component (separate from the main form) and then put a timer on that component. I...

How do I add components in Visual Studio Express C#?
Posted on April 14th, 2008 | 0 Comments

I am studying for an MCSD exam so learning to program in C#. Here's the problem. The book I have wants me to add a component (separate from the main form) and then put a timer on that component. I...

MFC app crashing in release: what I found
Posted on April 14th, 2008 | 2 Comments

Please post follow ups as responses in your original thread, so everyone can find all the pieces. On Mon, 14 Apr 2008 21:24:25 +0800, "Bruce Varley" <bxvarley@weastnet.com.au>...

MFC application crashes in Release
Posted on April 14th, 2008 | 3 Comments

On Sun, 13 Apr 2008 22:19:35 +0800, "Bruce Varley" <bxvarley@weastnet.com.au> wrote: This is a far more common situation than any of us would like to admit (because it often involves a relatively...

GetCommState failed with error 87
Posted on April 14th, 2008 | 0 Comments

Hi, i'm trying to set the serial port.(XP SP2, Visual Studio 2005). I use the example code from MSDN "configuring a communications resource". CreateFile pass through, however GetCommState return...