Windows Programming - January 2009

by guykun
GDI+ Graphics Object
 
I was just wondering, are we able to create graphics objects from controls such as an imagebox? And ...
[2 replies] Last: That works great, thanks a lot for your help (by guykun)
Customizing CTreeCtrl
 
Can we customize the mfc class CTreeCtrl by making it OwnerDraw? Can we adjust the left alignment of...
[no replies]
windows stack
 
Hello How/where can I find out the size of stack. Is there any posibility to find out size of stack...
[4 replies] Last: Also, the C/C++ stack grows dynamically on WIN32. (by kbw)
Simulating a DOS box
 
I would like to simulate a DOS box using a window. What i mean is i would like to create a window th...
[4 replies] Last: Because the MS-supplied DOS window is underpowered and unfriendly. ... (by Duthomhas)
debugger tracer [anti-crash system]
 
Hi all, Well, I dont know if it is the best place to talk about this... but... I am developi...
[12 replies] Last: Then using load library isn't your best bet. You need to develop a deb... (by Zaita)
Doubt in including libraries in VS08
 
Hi all, I'm with a little doubt concerning linking libraries, I'm using Visual Studio 2008. I'...
[6 replies] Last: I have been playing around with a few ideas, but have not been able to... (by closed account z05DSL3A)
Clear Screen
 
I need help to get a new way to clear the screen. I have researched for hours now and can not find ...
[5 replies] Last: Or even better... void ClearScreen() { COORD coordScreen = {0, 0}... (by Mythios)
by julvr
gcc comm support on windows
 
I need to make a simple console application which outputs some characters to the serial port, and I ...
[2 replies] Last: So you're saying that that library is available to me, even if I didn'... (by julvr)
by jrohde
How to tell if in fullscreen mode?
 
Hi all, Is there a way to determine whether a window is fullscreened or not (and subsequently tog...
[1 reply] : BOOL IsZoomed(HWND hWnd); (by kbw)
A problem about sound
 
Please help, I am now trying to make a simple sound player. I am just trying to make something rea...
[1 reply] : The PlaySound function plays a sound specified by the given file nam... (by closed account z05DSL3A)
by Gonen
How can I check if the user entered into a folder?
 
Hey. How can I check if the user entered into a folder (C:\Program Files for example)? Thanks fo...
[5 replies] Last: Then your best bet is to try a Win32 or Windows forum on how to hook i... (by Zaita)
Get all instances of a COM object?
 
Is there a way to get all instances of a certain COM object? For example, if one instance if an o...
[5 replies] Last: You didn't say ask on a Win32 API newsgroup. Re-read your reply and yo... (by Zaita)
Virtual Sound Device
 
Hello! I'm interested in creating an app where you can control which programs that should use whi...
[no replies]
Displaying a screenshot on a static
 
Hello everyone, I have been driving myself crazy trying to do something that to me seems like it ...
[4 replies] Last: Thanks for the help, but I was able to figure it out on my own. If an... (by SigmaSecurity)
Enumerate files currently opened by a Windows process
 
Hi, I want to get the list of files a process has currently opened. I've seen the SysInternals' ...
[1 reply] : It's a win32 FAQ (see NAPI on win32 ng) (by george135)
Using Console Copy Command
 
I am trying to find a way to access the functions that are available if you right click a console wi...
[1 reply] : It's a classic Win32 question See on news://comp.os.ms-windows.progra... (by george135)
Erase GDI+ Drawn Image?
 
I've been experimenting with GDI+ and i managed to draw 2 PNG in a button button. 1 for the norma...
[13 replies] Last: Wow,Now it works ^_^. Now i can make Eye candy GUI =P Thanks... (by Iwanttolearn)
GDI+
 
Hello, I am a beginner in C++ and trying to learn the WIN32 API and GDI+ to make a simple drawing...
[4 replies] Last: One thing to note, do not get confussed between GDI and GDI+ .... (by closed account z05DSL3A)
A few questions about C++
 
Hey there all. I'm an aspiring C++ coder like a lot of people here, and aspiring coders usually have...
[6 replies] Last: CreateProcess is another option for item 1) http://msdn.microsoft... (by closed account z05DSL3A)
Capturing Text in a Pre-existing console window
 
I am looking for a way to capture text from a console window where the text is already displayed. I ...
[no replies]
January 2009 Pages: 123
  Archived months: [dec2008] [feb2009]

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