Tech Support > Microsoft Windows > Development Resources
co-existence of different VS version
Posted on June 23rd, 2008 | 1 Comments

Andrew Falanga wrote: http://msdn.microsoft.com/en-us/library/ms246609.aspx

Building a touchscreen controlled application
Posted on June 23rd, 2008 | 1 Comments

In article <011b6cb1-9945-4206-9018-794c02b1c2e5 @e39g2000hsf.googlegroups.com>, j.ronner@chello.nl says... With the touchscreen hardware with which I'm familiar, you don't do much of anything...

Maximize window?
Posted on June 23rd, 2008 | 2 Comments

steve@stevenrutledge.com wrote: You can resize it but what is there inside ? If there are child windows like buttons, you'll have to relocate them.

WM_SETICON and ownership
Posted on June 23rd, 2008 | 1 Comments

On 23 juin, 17:20, Francis <francis.ramme...@gmail.com> wrote: Yes, it is valid. WM_SETICON just stores hIcon into internal hWnd1 & hWnd2 properties

Terminal Service is Enable or not using C++ or VC++ Code
Posted on June 23rd, 2008 | 3 Comments

thanks Christian

Can't launch exe on other machines (This application could not start...)
Posted on June 23rd, 2008 | 2 Comments

CAHEK wrote: Then you need to read MSDN and find out what files you need to redistribute with your EXE for your chosen language and compile options. -- Dean Earley...

Free memory after SHBrowseForFolder?
Posted on June 23rd, 2008 | 3 Comments

On 23 juin, 09:24, John Smith <do_not_...@invalid.address.com> wrote: Yes, use CoTaskMemFree() (I quoted ILFree() for the Remarks section in MSDN)

Help with selecting font, EnumFontFamiliesEx?
Posted on June 23rd, 2008 | 1 Comments

deostroll wrote: Just fill LOGFONT structure, return 0 in callback and what you want in lParam

ANN: Seed7 Release 2008-06-22
Posted on June 22nd, 2008 | 0 Comments

Hello, I have released a new version of Seed7: seed7_05_20080622.tgz In the Seed7 programming language new statements and operators can be declared easily. Types are first class objects and...

Debug assertion Explanation
Posted on June 22nd, 2008 | 1 Comments

alien.0101@gmail.com wrote: Your malloc-free() must be wrong. (you free unallocated memory)

Help debug a graphic object.
Posted on June 22nd, 2008 | 2 Comments

JoeC wrote: It's difficult to find a bug without the precise part which causes problem. And "it seems corrupted" is too vague...

free your own business earn 150 us $$ per day without investment.
Posted on June 22nd, 2008 | 0 Comments

FREE YOUR OWN BUSINESS EARN 150 US $$ PER...

How LocalFree find how much it has to free
Posted on June 21st, 2008 | 3 Comments

alien.0101@gmail.com wrote: Sizes and offsets are stored in the HEAP_ENTRY structure http://www.nirsoft.net/kernel_struct/vista/HEAP_ENTRY.html (LocalAlloc() calls RtlAllocateHeap() on...

First invocation of a program in a script
Posted on June 21st, 2008 | 28 Comments

On Tue, 20 May 2008 19:50:30 -0700, Norman Bullen wrote: How about using a semaphore to indicate when the prog has been firts run? Blagard!

Help on reusing code
Posted on June 20th, 2008 | 4 Comments

On Thu, 19 Jun 2008 16:17:38 -0400, r_z_aret@pen_fact.com wrote: Oops. Should be "...definition of a non-class function in a header"... ----------------------------------------- To reply to me,...

.NET and exceptions within an unmanaged DLL
Posted on June 20th, 2008 | 1 Comments

nick.smith2.uk@gmail.com wrote: That's a breakpoint exception. Those are generated on purpose, and they are handled by the kernel before your application sees them (which is why exception handlers...

How to know Copy/Delete Files already done?
Posted on June 20th, 2008 | 5 Comments

bluestar wrote: If, by "File-Management", you mean Explorer (shell), the answer has been given above (for notification)

How to remove all registers that my project add?
Posted on June 20th, 2008 | 0 Comments

Dear Sir: My project used SetupDiEnumDeviceInterfaces, SetupDiGetDeviceInterfaceDetail and CM_Locate_DevNode to find the devices, and then used SetupDiSetDeviceRegistryProperty to install /...

In which thread is WindowProc running?
Posted on June 19th, 2008 | 2 Comments

Thank you very much for your reply. BTW, I found out that the problem I got was caused by an apparent bug in my compiler (Free PASCAL) related to ThreadVar, while another compiler (Delphi) has no...

Is it possible to share event objects between two serverapplications?
Posted on June 19th, 2008 | 2 Comments

On Jun 9, 6:50*pm, Norman Bullen <n...@BlackKittenAssociates.com> wrote: Thank you so much for your response - I ended up using the DuplicateHandle() function because I wasn't able to work out how...