by Juergen80
COM Connection Points: Problem to call an function out of an sink class
|
|
[no replies]
|
by Juergen80
COM Connection Points: Problem to create an instance of an sink object.
|
|
[8 replies] Last: kbw, is that directed to me? Sorry, it is unclear to me. (by webJose)
|
by gridolfi
Unresolved external symbol
|
|
[3 replies] Last: When you have multiple source file you should link them so that they g... (by Bazzy)
|
by LoLFactor
Multicolumn Listboxes
|
|
[4 replies] Last: (old) samples in MSDN are in plain C for multicolumn Listboxes... But... (by george135)
|
by HawkOfWinter
What's the difference between the 'Use of MFC'?
|
|
[1 reply] : Some time ago I read somewhere that MFC was only shared DLL. I guess ... (by webJose)
|
by HawkOfWinter
How to add a linking DLL for a project?
|
|
[no replies]
|
by macla
How to terminate script execution
|
|
[4 replies] Last: Do you want to kill the thread with a 'sleep(50000)' running? (by HawkOfWinter)
|
by ashwani
MFC program error in VC++
|
|
[2 replies] Last: You should use: CString strValue; strValue.GetBuffer(); (by icerlion)
|
by Peter1234
strstr and arrays
|
|
[2 replies] Last: Thank you to kbw for the contribution. With the correction included be... (by Peter1234)
|
by iostream
Pixel in a Windows Console?
|
|
[6 replies] Last: I was talking about MS-DOS. If you mean a console window, then george... (by kbw)
|
by andygre
need a Ebook
|
|
[1 reply] : Learn to use Google or P2P... (by george135)
|
by tom1410
runntime error
|
|
[3 replies] Last: Every exception which were thrown by the STL are derived from std::exc... (by R0mai)
|
by manuthebos
Error messsage in Visual C++
|
|
[1 reply] : First of all, fstream shouldn't need a ".h" extension. Secondly, s... (by chrisname)
|
by pcpro178
Get File Size
|
|
[11 replies] Last: Further to Duoas' recommendation, to use "seek" and "tell", the refere... (by chrisname)
|
by matt000r000
starting windows programming
|
|
[2 replies] Last: If want to program Windows, you need to buy Charles Petzold's book, "P... (by Lamblion)
|
by screw
Creating event handler dinamically in MFC
|
|
[1 reply] : I've found the solution. I have to put a new line "ON_CONTROL_RANGE... (by screw)
|
by HawkOfWinter
Open another program, some wrong happned?
|
|
[1 reply] : It is supported in Vista. http://msdn.microsoft.com/en-us/library/b... (by webJose)
|
by screw
CEdit SetTextWindow and unhandled Exception
|
|
[no replies]
|
by ashwani
MFC text box
|
|
[3 replies] Last: You can use the CreateWindowEx() function provided with the Win32 API.... (by iostream)
|
by HawkOfWinter
How could DLLs be changeless?
|
|
[1 reply] : If there could be dependencies thru header files or libraries that can... (by kbw)
|