Windows Programming - July 2009 (Page 3)

by macla
How to get local disk used space
 
Hi How to get local disk ( c:\ or d:\ ) used space in windows. Any API ?
[3 replies] Last: See the classic MSDN code for GetDiskFreeSpaceEx in the KB (by george135)
How do i make an app final
 
like most here, im new-ish to programming. Im using Microsoft visual studio c++ express. i can build...
[4 replies] Last: heh, yer right. Run the program from the console. (by Duthomhas)
by asitis
get all windows local users
 
Hi guys I am trying to populate a combobox with all local users that I can get from a computer ru...
[2 replies] Last: Unless I'm mistaken, aren't they all stored somewhere in the registry? (by Kiana)
by Kiana
Getting available RAM with GlobalMemoryStatus()/GlobalMemoryStatusEx() ?
 
#include <windows.h> #include <tchar.h> #include <stdio.h> #define MEGABYTE (1024 * 1024) D...
[no replies]
Data access denied after Deployment
 
Hi all, I'm fairly new to programming windows so I hope this question doesn't sound stupid. I'm wo...
[2 replies] Last: The file can be moved anywhere. Thanks for that thread. The program ... (by zyankali)
calling application
 
Hi! How can I obtain the name of applications accessing my dll pls?
[7 replies] Last: Har... The easiest way to get the file name of the applications tha... (by Duthomhas)
OLEAUT32.dll
 
Anyone have any idea what this dll is for and what may cause it to produce an error?
[1 reply] : COM DLL It doesn't "produce any error" : it's your code which can pro... (by george135)
Understanding The Return
 
I created a tabbed window in a modeless dialog procedure (I pinned the tabbed window to the dialog b...
[no replies]
Text box
 
How could I create a text box, which accepts input and stores it somehow (like in an array or a stri...
[1 reply] : To create a textbox use CreateWindow with "edit" as class name http://... (by Bazzy)
Intercept error windows and close
 
Hi! I need to create a little and simple tool that run in background on a machine with simulation a...
[no replies]
Basic Win32
 
I'm currently reading a book (beginning game programming) and I'm having some issues with a program ...
[7 replies] Last: I must have... It sucks that I gotta wait till next yr for my windows ... (by blak422)
Automatically Execute Program
 
I have a file processing utility I've created and I need it to execute every day at a specific time ...
[5 replies] Last: If it was up to me I would add command line switches to the App, then ... (by closed account z05DSL3A)
OpenGL lib
 
I need a download of OpenGL.lib, glu.lib, and glut.lib. I downloaded the glut37 file from the OpenGL...
[5 replies] Last: GLUT is the OpenGL Utility kit and is not prepackaged with VC++. You ... (by Return 0)
Problem with Visual C++ and SVN icons visualization
 
Hello guys, I'm using Tortoise SVN here so my workspace files have that green ticks on them, you kn...
[no replies]
by vRltwE
Visual Studio & Netbeans
 
Hi, I prefer to program using Netbeans, but recently a downloaded an api (PortController_NET_CLR2...
[1 reply] : there is some way I can compile it using Netbeans? I doubt it. ... (by closed account z05DSL3A)
by Terron
Alternatives to Microsoft Detours Professional
 
Hi! I need to intercept GDI function to save painted screen to hard drive. I have tried Microsof...
[1 reply] : I've already found a solution : BoxedApp SDK. Thanx to Fred! _http://... (by Terron)
how to delete a word from a file?
 
how to delete a word from a file? the delete address is filepointer = 32 can u give an example...
[6 replies] Last: To write string line by line use escape http://www.cplusplus.com/fo... (by chiwing)
by Gerald
Win32 or .NET Framework advice please?
 
Hello, A few weeks back I joined this site and received some wonderful help. So thanks once again t...
[4 replies] Last: You should avoid turorials (written by kids, not professional, there i... (by george135)
How do I get started with windows programming?
 
So I've read through all of the tutorials on the site and I was just curious on how people make wind...
[4 replies] Last: The Forger site he referred you to is good, but there are a GREAT MANY... (by Lamblion)
sending email using CDO
 
Hi. I've been trying to send an email using CDO (Collaboration Data Objects) using C++. Unfortunatel...
[2 replies] Last: Thx for the reply. I found a couple more samples on the link provided,... (by geogauci)
July 2009 Pages: 1234
  Archived months: [jun2009] [aug2009]

This is an archived page. To post a new message, go to the current page.