by c0y454
Writing Registry Keys using a C++ Program
|
|
[4 replies] Last: if you use VC++ and MFC, you can use CRegKey class to do this (by buyong)
|
by Hiner
How to make a textbox unhighlightable?
|
|
[3 replies] Last: set your editbox the property "disabled", and then you can both edit o... (by buyong)
|
by systempause
A Pointer Problem
|
|
[16 replies] Last: Thank you for your feedback (by systempause)
|
by maryhya
about C++
|
|
[2 replies] Last: I have got one program from this site(http://www.aboutcomputer.org/sho... (by Cody39e)
|
by c0y454
C++ or C#, what to use for Windows Programming
|
|
[3 replies] Last: Notice that C# provides faster development for Windows programs than C... (by filipe)
|
by PHamnett
Pointer to a structure within a structure
|
|
[2 replies] Last: In this case, it would be p_a->alphabet.c becuse alphabet is not a p... (by mgupta)
|
by mjrscrewup
wm mouse move inaccurate?
|
|
[4 replies] Last: Thanks for the advice. The client area was indeed smaller then i expec... (by mjrscrewup)
|
by jackabascal
Should I learn advanced C++ or go ahead to windows programming?
|
|
[3 replies] Last: [quote=jackabascal]and it says that once you have completed the book a... (by filipe)
|
by Deluge
Setting Custom Icon in the Titlebar - Win32api
|
|
[3 replies] Last: @Vexer: if he wouldn't then it wouldn't compile. It sounds like it ... (by Kiana)
|
by daveD
Using ZLib
|
|
[2 replies] Last: Thanks! I have got it to work :) (by daveD)
|
by Ravskie
The program won't use the icon i've stated.
|
|
[3 replies] Last: You must have an RC file to use the LoadIcon function. If you do not w... (by Vexer)
|
by yoonkwun
[Named Pipes] Application to Global Hook DLLs
|
|
[no replies]
|
by SkunkieButt
64 Bit Seeking? - IO Stream
|
|
[1 reply] : My first thought is to increment seek position from current position: ... (by Null)
|
by Syerjchep
Winsock - How to get the IP of connected sockets.
|
|
[7 replies] Last: Yes, MinGW statically links libstdc++. There's no easy way around that... (by Athar)
|
by c0y454
Window Creation error
|
|
[7 replies] Last: If you ever want a program that you can compile in both ASCII and UNIC... (by binarybob350)
|
by nypstudent
password auto-generation & valiadation project
|
|
[5 replies] Last: Now,heres the reference code thats provided by my school for Option ... (by nypstudent)
|
by export
Openfilename playing sound win32
|
|
[2 replies] Last: That first bit replaces \ with /. I have cout'd szFile and it gives me... (by export)
|
win32 openGL adding line segments |
|
[4 replies] Last: It works now. Had to change up the for loop a little bit but no major ... (by closed account DSvMDjzh)
|
by bishshoycpp
MFC Dialogbox properties in VC++ 2010
|
|
[4 replies] Last: I just used Visual Studio 2010 (Ultimate Edition) to create an MFC Dia... (by guestgulkan)
|
by PHamnett
Weird error for a basic equation
|
|
[4 replies] Last: Thankyou everyone, and Rollie I will try to debug better next time, I'... (by PHamnett)
|