Tech Support > Microsoft Windows > Development Resources
Reposition WTL Rebar
Posted on December 8th, 2004 | 0 Comments

Hi, Does anyone know how I can reposition a rebar that I have created with the AddSimpleReBarBand(...) API. I'm using WTL 7.1. Thanks in advance!

Writing a service
Posted on December 8th, 2004 | 1 Comments

Hi. I'm writing (or rather trying to) a service that runs on windows 2000. I did some googling and found a beep example but when i try to debug it, my winmain calls success =...

Forcing a dump on windows
Posted on December 8th, 2004 | 3 Comments

Hi, Can anyone tell me how to force a process to dump on windows? Are there any applications out there similar to gcore on Solaris to do this? Thanks in advance, Erinys.

changing background color at the API level !!!!!!!!!!!!
Posted on December 8th, 2004 | 4 Comments

Hi ! I wonder how to change the Window background color at the API level ( C programming ). Thank you beforehand for any of your advices :) Dominique

C++ scripting support in WinCE-5.0
Posted on December 8th, 2004 | 0 Comments

Hello All, I had a small query regarding WinCE-5.0. What are the scripting languages supported in this platform? Is C++ scripting supported there? Thx Samung

Accessing internet services from C
Posted on December 8th, 2004 | 2 Comments

Hello could someone help me find out how to write applications that can access the internet in the DOS/Windows environment. Also please tell me any internet links that is helpful in...

Info-Zip Unzip DLL Unable to Read Zip File
Posted on December 7th, 2004 | 0 Comments

I'm using the Info-Zip DLL's to zip and unzip files (version 5.4). I do not have any trouble unzipping the vast majority of zip files, but when I try to unzip certain files the DLL 'returns' this...

how to: memory map
Posted on December 7th, 2004 | 4 Comments

i have msdev 4.0 on win2000 i'm trying to find a way for 2 programs to share the same memory structure to share data and info about themselves is there any good way to do this in c/c++?? i am not...

File Manager that can handle long file names (32,767)
Posted on December 7th, 2004 | 0 Comments

Hi. Is there a file manager available that can handle file names longer than MAX_PATH? On Windows NT/2000/XP the limit is 32,767 if you use the Unicode Versions of the File APIs. But Explorer can't...

GetEffectiveRightsFromAcl() in windows 2003 return 0
Posted on December 7th, 2004 | 0 Comments

GetEffectiveRightsFromAcl() in windows 2003 return 0 (cero) when the account is different from administrator All read in this case is for windows 2000 or NT and the solution is installing the...

Gather open Window Titles
Posted on December 7th, 2004 | 0 Comments

I am looking for some code that will create a list of all open window's titles... for example if you have Outlook, IE and IRC open the list or array of strings will contain Outlook, IE, IRC... I know...

GetEffectiveRightsFromAcl() in windows 2003 return 0
Posted on December 7th, 2004 | 0 Comments

GetEffectiveRightsFromAcl() in windows 2003 return 0 (cero) when the account is different from administrator All read in this case is for windows 2000 or NT and the solution is installing the...

How to unsubclass when global hook driver crashed?
Posted on December 7th, 2004 | 3 Comments

write an exception handler and catch the crash? David Casper B wrote:

Problems with greek dialogs
Posted on December 7th, 2004 | 1 Comments

I'm trying to develop an application with greek interface in Visual C++ 6.0. I switch the regional options in the control panel to greek, the dialog language to greek, the rc-file to greek in unicode...

Removable drive notification?
Posted on December 7th, 2004 | 2 Comments

Hi, Is it possible to register for notification that a removable drive (for example, a USB flash drive) has been (dis)connected? If so, what section of the Windows API should I be looking...

Render WebBrowser control to a bitmap instead to a window?
Posted on December 7th, 2004 | 1 Comments

Hi, I would like, if it is possible, to render a html page (including any activex controls) onto a DC/bitmap without having to be tied to a window. Is there a way to use the msthml.dll component to...

Stopping worker thread before OCX control disappears
Posted on December 7th, 2004 | 0 Comments

Hi, I am using an OCX control in may app (VC++ 6.0/MFC), which provides me with few methods. These methods howewer take some significant time to complete, so it is impossible to call them from GUI...

limitations in winsock 2.2 and number of sockets/sec
Posted on December 7th, 2004 | 0 Comments

hi I have a test setup where I create a socket send out an udp datagram and then close the socket. this is done in a loop to see how many it can handle. Currently I can get it to send around 3800...

Re: Render WebBrowser control to a bitmap instead to a window?
Posted on December 7th, 2004 | 0 Comments

I am looking to do the exact same thing.. Did you find a way to do this? Jerry

Q: TCP-Port triggered CALLBACK ?
Posted on December 6th, 2004 | 0 Comments

Hello! I have one problem and I hope that you can help me: I have a program that gets tcp-packets on a known port from the internet;