by rain
Still cant print text file in console window
|
|
[4 replies] Last: Very good Lamblion - tonight I can't see the wood for the trees again!... (by Gerald)
|
by geogauci
importing a dll
|
|
[1 reply] : You need to read COM before even trying this. int main() { ... (by webJose)
|
by matty3269
Prevent a CButton from double clicking
|
|
[no replies]
|
by Dudester
MFC OnFileNew problem
|
|
[1 reply] : Never mind I figured out what I was doing wrong. I should have been mo... (by Dudester)
|
by rasred2004
Writing BMP
|
|
[2 replies] Last: Dear Kiana i tried this way, and all i get is a black image ( when... (by rasred2004)
|
by matty3269
Iterate over a large number of controls in MFC
|
|
[4 replies] Last: Yep that did it! Thanks kbw! (by matty3269)
|
by Qwerty2
WinSock Tutorial
|
|
[3 replies] Last: I wonder why you can't use help in the title because mine was origina... (by closed account z05DSL3A)
|
by kentoinkz
C++ COMPILER NID BADLY!!
|
|
[2 replies] Last: Standard include files that use .h are pre-C++ standardisation. Newer... (by kbw)
|
by jetimms
pdb's for Windbg from cl.exe
|
|
[1 reply] : You also need /Zi (enable debugging information) and link with /DEBUG (by kbw)
|
by jetimms
VS console vs. GUI discrepensies
|
|
[1 reply] : The debug heap is different from the release heap, it has header/trail... (by kbw)
|
by Gerald
Executing external program - MDI?
|
|
[2 replies] Last: Thank very much Lamblion. I thought I was barking up the wrong tree! ... (by Gerald)
|
by alphaman
Visual C++ and networking
|
|
[1 reply] : Pass through the Beejs c++ internet sockets programming tutorials mayb... (by charlie)
|
by chrisname
WM_MOUSEWHEEL
|
|
[2 replies] Last: Thanks =] (by chrisname)
|
by Snaper
tabcontrol
|
|
[1 reply] : See all MSDN C samples (doc, KB, SDK (UI, Shell ) (by george135)
|
by Qwerty2
No Window
|
|
[7 replies] Last: > You can't. ??? If you don't create any window , you won't hav... (by george135)
|
by izyani
MySQL and C++ : MySQL error code : 2005, SQLState: HY000
|
|
[no replies]
|
by Prissy
How to change an ASCII code to a picture in MFC?
|
|
[no replies]
|
by Gerald
linking to ComCtl32.lib in Visual C++ Express
|
|
[1 reply] : Hi again, Please don't reply to the post as I have solved it myself. ... (by Gerald)
|
by tlittle
Microsoft Visual C++ 2008 Express/FLTK
|
|
[3 replies] Last: hey, can you share that file with us (me :D)? (by chipp)
|
by Incubbus
Program won´t exit after destroying the window
|
|
[12 replies] Last: I've never had that issue before; I just do it like this: case WM_... (by chrisname)
|