by novellof
DrawPrimitive Function {D3D}??
|
|
[1 reply] : cmon anybody? (by novellof)
|
by sambos
running powerpnt.exe with button click
|
|
[7 replies] Last: Like kbw said, if all you need to do is open PowerPoint, then ShellExe... (by freddie1)
|
by igor1985
incerement & decrement vs. inc & dec
|
|
[5 replies] Last: I'm dubious that incrementing a memory location directly works as writ... (by Zhuge)
|
by novellof
DirectX9 Changing Colors of Vertices
|
|
[1 reply] : Ok so i put the init_graphics function inside the render function and ... (by novellof)
|
by igor1985
Handling messages in Windows
|
|
[10 replies] Last: But if you are willing to work 'inside the box' instead of out of it, ... (by freddie1)
|
by ahura24
create permission for one event
|
|
[1 reply] : Could you clarify what you mean by "other processes can not take handl... (by Computergeek01)
|
by inzombiak
Hexagon Buttons: The right way
|
|
[1 reply] : It's not clear what you need help with exactly(drawing the hexes, repr... (by knn9)
|
by novellof
How do you output a Variable?
|
|
[8 replies] Last: Really, if you are wanting to learn Windows Programming, DrawText(), T... (by freddie1)
|
by q139
How to
|
|
[1 reply] : You should use a cast, a reinterpret_cast or a C cast. You do it in t... (by kbw)
|
by rizaado
Error in CodeBlocks working with "windows.h" library - "undefined reference to winmain@16"
|
|
[3 replies] Last: +1 @ Zhuge. You're using some weird version of WinMain that your tool... (by Disch)
|
by taipscode
Microphone Boost
|
|
[1 reply] : Hello everybody. I used to vb.net and a newbie in Visual C++2012. I ... (by Computergeek01)
|
by wlock
InternetUrlCrack() function
|
|
[3 replies] Last: The Problem solved and I'm Gonna share it here :D it's so obvious tha... (by wlock)
|
by novellof
Initializer List {Solved}
|
|
[5 replies] Last: You would call the base class constructor whenever the base class requ... (by Computergeek01)
|
by Mehdinaqvi
how to calculate number of camparision in selection sort?
|
|
[3 replies] Last: Correction: total number of comparison in selection sort = (n-1)+(n-2... (by anup30)
|
by steamerandy
inline assembly problem.
|
|
[2 replies] Last: igor1985 Thanks for the response. But the stack as you are explaining ... (by steamerandy)
|
by sambos
Writing / appending to a specific line in text file
|
|
[6 replies] Last: check out SetFilePointer() API. you can point to a particular offset i... (by igor1985)
|
by LoveToLearn
How to get the handle of context-menu(right click) in notepad ?
|
|
[no replies]
|
by ushacy
defining a macros in makefile and using those macros in c file
|
|
[1 reply] : CFLAGS += -DADC_MODULE=1 (by kbw)
|
by novellof
COM querying Interfaces
|
|
[1 reply] : Why do we need (LPVOID*) then &pAnotherInterface ? void* is a poin... (by kbw)
|
How to increase priority of MIDI input callbacks? (thread pools) |
|
[no replies]
|