by hotch
Migrating windows 2000/Visual c++ 7 code to windows 7
|
|
[1 reply] : I guess, there'd be no problem if you only copy the source code. (by FlashDrive)
|
by alexbnc
Draw a border around a STATIC control
|
|
[4 replies] Last: ..but it disappears when I subclass the control. That should... (by freddie1)
|
by Dembeor
else works even when if is true
|
|
[1 reply] : if( condition1 ){/* */} else if( condition 2 ){/* */} else{/* */} ... (by ne555)
|
by chipp
winsock
|
|
[3 replies] Last: #pragma comment (lib, "ws2_32.lib") Add this line to one of your ... (by modoran)
|
by flashmed
Loading function from system32 DLL
|
|
[no replies]
|
by mekkatorqu
Advanced WinAPI tutorials?
|
|
[no replies]
|
by alexbnc
Different icons for the TreeView elements
|
|
[2 replies] Last: Anything that isn't 0 is true and anything that is 0 is false. (as far... (by Texan40)
|
by Muckle ewe
Open GL - Clear window between compiles.
|
|
[2 replies] Last: What do you mean exactly by where the OpenGl context is initialized? S... (by Muckle ewe)
|
GLUT problems... GRR |
|
[3 replies] Last: Yea I started blank. I found out my problem though, and I guess these ... (by ResidentBiscuit)
|
by Daniyarius
C++ Builder: TListView.Clear() leads to Access Violation Error
|
|
[no replies]
|
by Nai yan zhao
Why Windows C++ muti-threading IOPS is much faster than IOMeter?
|
|
[1 reply] : I didn't take a look at your code, but maybe the result is better due ... (by onur)
|
by rafael06
PDF Export
|
|
[2 replies] Last: http://www.pdflib.com/ http://libharu.sourceforge.net/ http://www.gnup... (by modoran)
|
by mackw44
Shell Link
|
|
[1 reply] : CComPtr is an ATL smartpointer declared in ATL namespace. Don't know w... (by modoran)
|
making while loops move |
|
[no replies]
|
by FlashDrive
Access to internet with C++
|
|
[5 replies] Last: cool! thx a lot (by FlashDrive)
|
by alexbnc
Undefined reference to ImageList_Create
|
|
[2 replies] Last: O.K. I had to link to the commctl32.lib (by alexbnc)
|
by Hibblejaybob
Error C2143 issues
|
|
[9 replies] Last: Ok, solved it - its seems that 'Segment' must be restricted from being... (by Hibblejaybob)
|
by asampath
Visual C++ 2010 doesn't compile
|
|
[5 replies] Last: Wow! thank you guys, I am having the exact same issue and my work arou... (by okason)
|
by A Asi
wrong cast passing string to overloaded func'
|
|
[2 replies] Last: In C++, neither void ChkOverLoadCast(std::string&) nor void ChkOver... (by Cubbi)
|
by alexbnc
Toolbar issue on double-click
|
|
[8 replies] Last: Well, I don't know if discarding WM_LBUTTONDBLCLK has any other side e... (by webJose)
|