Multiple Declarations in Windows.h |
|
[2 replies] Last: Yeah, that "COM Crap" is what I'm trying to work with\learn, and I'm s... (by Computergeek01)
|
by creative
creating header files
|
|
[1 reply] : Compile it as a (static or dynamic) library, so you can distribute it ... (by Bazzy)
|
by ShadowRayz
Which way should i draw a BMP/JPG
|
|
[5 replies] Last: Load your bitmap in maybe winmain or WM_CREATE. // load our bitmap ... (by blackcoder41)
|
by Dark Byte
WinSocket tutorial
|
|
[2 replies] Last: This is great tutorial ,but it using linux, not windows. http://www.r... (by holtaf)
|
by assyren
read a homepage
|
|
[3 replies] Last: Thats what I was referring too but i've never use it so I wont talk ab... (by closed account 3pj6b7Xj)
|
by Gerd
how to rewrite a standard C++ code in C++/CLI
|
|
[no replies]
|
by gilit2
call c++ from c#
|
|
[1 reply] : This question would be more appropriate on a C# forum (by Bazzy)
|
by gilit2
win FORM app - How do I connect it to my software
|
|
[4 replies] Last: The question was using winform . regarding the refering to the contro... (by gilit2)
|
Convert Binary String to Hex String |
|
[4 replies] Last: Thanks guys, will test them when I can. (by some random dude)
|
by Muhammad99
Question
|
|
[2 replies] Last: http://msdn.microsoft.com/en-us/library/ff540196(v=VS.85).aspx --- See... (by closed account 3pj6b7Xj)
|
by excellion
Make a windows app. + random number prob
|
|
[3 replies] Last: Oh sorry (by holtaf)
|
Direct3D success!! My first rotating teapot! |
|
[2 replies] Last: The MinGW compiler with the DevPak for Dev-C++. I created a fake Dev-C... (by closed account 3pj6b7Xj)
|
New NotePad Document |
|
[1 reply] : You can use fstream example #include<fstream> using namespace s... (by holtaf)
|
by fortis
Window Redraw
|
|
[2 replies] Last: WM_DRAW message ?? The follwing worked for me. case WM_PAINT: ... (by guestgulkan)
|
by vjrabanelly
Create stylish windows (transparency, fancy buttons)
|
|
[2 replies] Last: Thanks for the reply. I tested what they indicate in the link you ... (by vjrabanelly)
|
by Vrushali
Incremental Backup by detecting modified Blocks
|
|
[3 replies] Last: Thanks!! I want to detct the modified backups since last backup(ful... (by Vrushali)
|
by zypronix
WM_KEYDOWN from a editbox? Get the key?
|
|
[13 replies] Last: right about the cpu power but if you control it the right way you shou... (by closed account 3pj6b7Xj)
|
setting the mouse speed |
|
[1 reply] : That would be SystemParametersInfo (with the action SPI_SETMOUSESPEED)... (by Athar)
|
Access token from account name or SID |
|
[no replies]
|
by rishabhagl
Defference between 'WaitForSingleObject' and 'EnterCriticalSection' functions?
|
|
[1 reply] : WaitForSingleObject waits for a synchronisataion object to be signalle... (by kbw)
|