Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Windows Programming Solutions: 176 - 200 of 1838
 
I need to draw circles using OpenGL with Windows NT. The drawing routing should be very fast. The frame-code is:         glViewport(0, 0, w, h);         glLoadIdentity();         glOrtho(xmin...
Hi, i am able to read the image files from Thumbs.db, but i couldn't associate those images with original image names. So i need to read the Catalog information for file names from Thumbs.db....
I need a working sample (C or C++) how to asynchronously read data using ::ReadFileEx(), and on some condition, write other data to the same pipe. The data supposed to read flowed in constant...
visual studio 2005 c++ non-mfc windows 98/nt/2000/xp/vista We are looking to get specifically the manufacturer and model number of the pc our application is running on.  I can find this info...
How is the owner window of a win32 window changed?   There's a win32 method SetParent which effectively changes the parent of the window but there's no win32 api to change the owner.  I did...
How to capture any hidden or partially visible window (SDI or MDI) from external process using its hWnd?
guaranteed to Stump the expert. I am using the timer object in VB6.  Along with that I am using the GetTickCount api.  I call the GetTickCount at the beginning of the timer routine and disp...
We sell a USB product that requires a windows WDM driver.  Although we have set it up so that if the user just allows Windows to search the CD it will find and install the correct driver, some...
How can I list all the functions a particular DLL exports?
You can set the dpi of your monitor (where you select the screen resolution -> advanced). I have to know the current setting, but cant find how to do. (VB, MFC or API...) Please help
I need to write a Visual C++ Console app to connect to another app using a moden to pass data (95 and NT4.0). I have extensive experience in using the comm ports. What would be the best (simpl...
How does one add an item to the desktop right click menu. I can find plenty of resources on adding to context menus for files/folders etc, but nothing for the desktop itself. Any suggestion...
Hi! I need to retrive the memory usage of the current process. I find how to get the working set memory with 'GetProcessMemoryInfo' but I don't find how to get the private bytes usage. ...
Hello, I have got a heavy problem with active-directory ldap access: I try to find out which user is in wich group - or which users belong to each group. The problem is, that in AD th...
Hello all, I am creating a setup for a software with InstallShield 5.5.  I am trying to create registry entries using a .reg file.  My code is: //Creating registry entries for DOS - only...
How do I add a folder with External Dependencies in vc++, in some project one is added in others not!? How come. I need to have basetsd.h as external dependency.
attached is one of many (dozen) blue screen memory dumps. The liklihood of a crash increases with the amount of applications open, however I do remember it crashing on its own (no apps open) o...
How would I change the border color of a ComboBox drop-down list in plain C++/Win32 (no MFC, .NET, etc)?
Hello, guys. I must be doing something stupid or the tool (VC++ 6.0) I am using may not be the right one.. I need to build a "virtual printer driver". I am quite new on this area of deve...
Hi all, I have a windows app that simply lauches a balloon in the system tray when another app calls it. The balloon app works fine when it runs alone or is called from command line. Now I ...
I have class MyDialog from CDialog. I also have class MySecondDialog from CDialog. I added 5 objects of MySecondDialog to MyDialog as chield window. Now I want mouse click event in MyDialog. B...
Hi all, I've found a few links for help on getting the HTML code or just the text from an IE window and found that it is something to do with this class...although I'm at a total loss at th...
Hi, Is there a set range for user defined errors in HRESULTs? I ask because I have created an ATL COM component in Visual C++ for use in Visual Basic and I want to return specific custom...
I need a way to programmatically detected, and possibly save extended file attributes (EAS) for NTFS drives. Does anyone have any methods, code, or libraries that can do this?
HRSRC hRes = FindResource(AfxGetResourceHandle(),  MAKEINTRESOURCE(VS_VERSION_INFO), RT_VERSION); HGLOBAL hg = ::LoadResource(AfxGetResourceHandle(), hRes); VS_FIXEDFILEINFO* pW = (VS_FIXED...