Windows Programming - March 2012 (Page 6)

Link List Process
 
How to write a c program for creating and terminating process using by link list? ...
[1 reply] : wow, little vague, dont you think be more specific (by NanoBytes)
How to display the files in a specific folder?
 
I'm trying to make a little disk cleaner program and I couldn't figure out how to display the result...
[4 replies] Last: This is not the forum for .Net questions, even C++/CLI related ones. ... (by webJose)
by yanio
c++ for usb interface
 
first and foremost idk anything relating c++ and usb i/o i have this water level system proj where ...
[3 replies] Last: yeah, i thought so... it simply using FILE pointer to check and acce... (by chipp)
by Claymz
WM_KEYDOWN message pause
 
Hi all! First of all, some additional info: in the wParam parameter of WM_KEYDOWN message, first...
[3 replies] Last: Basically, you need to implement your own keyboard delay. So you need... (by kbw)
Attache MFC variale to win32 edit control
 
Hi, I have a edit control in win32 and another class in mfc. In mfc i can use the following to at...
[1 reply] : If you use the same messages as an Edit control, you can use the same ... (by kbw)
by pol
Problem with SAPI Dynamic Grammars
 
Good morning. I have been making a Speech to Text program using SAPI and am having some problems wit...
[1 reply] : Ok. I have broken everything down to its simplest form: http://www.me... (by pol)
by Claymz
Win32 C++ game
 
Hi all! Ive started making a game, similar to this one: http://www.newground...tal/view/409137, e...
[1 reply] : Solved the velocity issue! Just needed to normalize the direction, aft... (by Claymz)
GetOpenFileName in Windows 7
 
Well, I am trying to open a file in Windows 7 by using this shit: GetOpenFileName() and the applicat...
[10 replies] Last: Windows 7 has some security features that blocks programs from managin... (by alexbnc)
Scroll bars not going away
 
Hello there I have created a HWND with a vertial scroll bar like so: hMessageIn = createAHWN...
[2 replies] Last: Using the ShowScrollbar method does nothing, the scroll bar is still t... (by Squigglyo)
for loop inside switch statement problem
 
hi! i'm trying to make a memory game but the part of the code that should tell the program where ...
[1 reply] : The for() loops in both cases 1 and 2 assign the same numbers. In cas... (by Texan40)
Getting a Windows Size
 
Im having some problems getting the size of my window. I'm currently working on a .dll file in vi...
[3 replies] Last: GetActiveWindow() will return the HWND to the current active window. ... (by Texan40)
by adn258
Beginning Win32 Convert wchar_t To String?
 
//array for profile path wchar_t path ; ExpandEnvironmentStrings(L"%USERPROFILE%",path,2...
[7 replies] Last: The std::string data type is simply a typedef of the templated class s... (by webJose)
[C++] Create same style as Window's Calculator
 
I'm curious as to how to apply the same style as window's vista/7 calculator. What i'm looking for i...
[1 reply] : Look at owner draw control and uxtheme API. Read about Aero functions ... (by modoran)
by HenryJ
wxWidgets Mouse event problem
 
hi my name is henry, there's something wrong with this code and I don't know what it is: void MyFr...
[1 reply] : EVT_LEFT_DOWN is when the user presses the left click. event.LeftUp... (by Disch)
Styles for "Static" windows
 
I am creating static text with the Win32 API. I've recently added a background to my parent window ...
[no replies]
by siloan
Upnp issue
 
Hi there, I'm trying to forward some ports through upnp and i have found this - http://www.codeproje...
[no replies]
Problem with raising to a power on x64 system
 
I created this load game function to work on my linux laptop, and it worked fine, but now it's givin...
[3 replies] Last: This is an example of a cast int x = 10; double d = (double)x; but in... (by naraku9333)
Best Windows message for initializing stuff
 
Hi At this level of my C++ study I still have this question: which of the so many windows messages h...
[1 reply] : The WM_CREATE message can be considered as an object constructor if us... (by freddie1)
Olympiad Problem
 
I think I failed this one. --- The olympiad took place a few hours ago. --- Colours Miruna...
[1 reply] : Don't multi-post. http://www.cplusplus.com/forum/lounge/63538/ http://... (by Kyon)
Why C++ fread is so different from Windows ReadFile
 
Greetings, I write a piece of code to simulate system I/O perf. However the result is so diffe...
[9 replies] Last: File size is around 4GB. I tried 32 threads to get this number. Looki... (by andywestken)
March 2012 Pages: 1... 4567
  Archived months: [feb2012] [apr2012]

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