by GuiRitter
Using windows.h to substitute conio.h and dos.h, specially getch()
|
|
Jul 30, 2011 at 2:35pm
[6 replies] Last: Sorry! I guess I am rather VC + MinGW centric. But conio.h and dos.... (by andywestken)
|
by wheelbrace
Airplane instrument classes
|
|
Jul 30, 2011 at 12:44pm
[6 replies] Last: Bitmaps method is good, I already have that implemented... however I i... (by wheelbrace)
|
by tgnaveen
ListView Control
|
|
Jul 30, 2011 at 12:09pm
[2 replies] Last: Thanks it is solved now. I should not pass Extended style of list view... (by tgnaveen)
|
by simbiote3
File Management
|
|
Jul 29, 2011 at 8:52pm
[2 replies] Last: You were given the names of most key Windows API functions that you ne... (by webJose)
|
by trainmayor
External program access
|
|
Jul 29, 2011 at 2:23pm
[4 replies] Last: Thanks. That works. Fixed code below (the string in the function call... (by trainmayor)
|
by Test Test
How to define a function pointer for "SendMessageCallbackA"??
|
|
Jul 29, 2011 at 1:59pm
[5 replies] Last: Ah - Detours. The Microsoft Research binary interception toolkit. h... (by andywestken)
|
by impactblu
ongoing ODBC project from C++ to SQL
|
|
Jul 29, 2011 at 1:30pm
[3 replies] Last: oh thanks i would have never found that (by impactblu)
|
by kalid
Tad struct pilha
|
|
Jul 29, 2011 at 5:24am
[3 replies] Last: maybe the others could help as i didn't understand hanoi algorithm... ... (by chipp)
|
Need my program to take commands when not in the foreground. |
|
Jul 28, 2011 at 9:05pm
[4 replies] Last: MSDN Wrote: This function cannot associate a hot key with a window... (by Computergeek01)
|
by ahbazzi
Best practice when creating DLL (1,2)
|
|
Jul 28, 2011 at 10:16am
[20 replies] Last: Hey, this was an excellent thread. Very helpful and useful. It might b... (by closed account N85iE3v7)
|
How to pass the structure vector over the socket in c++ |
|
Jul 28, 2011 at 10:06am
[1 reply] : You could write an insertion and extraction operator for your struct. ... (by Galik)
|
by janpan
System Call in Windows and c++
|
|
Jul 28, 2011 at 6:41am
[3 replies] Last: @ kooth, I basically just want to play around with the system calls i... (by janpan)
|
by KnuttyD
Detecting 404's in Wininet
|
|
Jul 28, 2011 at 5:29am
[6 replies] Last: If you are using my exact code, you'll notice that the DWORD statCode ... (by webJose)
|
by ahura24
how to lock one drive ?
|
|
Jul 27, 2011 at 5:35pm
[2 replies] Last: tnx my friend i know that i must use deviceIOcontrol but i cant know h... (by ahura24)
|
It doesn't work |
|
Jul 27, 2011 at 3:38pm
[6 replies] Last: It's not a special case; it's the way DOS was and Windows is. The DOS ... (by andywestken)
|
by chipp
windows app in CLR
|
|
Jul 27, 2011 at 2:45pm
[3 replies] Last: It is not strange at all. By double-clicking, you invoked the default... (by webJose)
|
by xcrypt
GDI graphics
|
|
Jul 26, 2011 at 11:59pm
[8 replies] Last: It's only taking 20%... Okay, seriously now: this is what the book say... (by xcrypt)
|
by Lamas
Array shift in C
|
|
Jul 26, 2011 at 7:30pm
[1 reply] : Assuming USBGEN_EP_SIZE = 64 (bytes), and assuming that USBGenWrite() ... (by webJose)
|
Porting cpIRC to work with windows |
|
Jul 26, 2011 at 5:37pm
[2 replies] Last: I just decided to compile with cygwin's toolchain. It works but now I ... (by newprogrammer123)
|
by Treekanicko
Comparing a string to data within another string
|
|
Jul 26, 2011 at 3:54pm
[3 replies] Last: Thanks guys, both options appear to work great! (by Treekanicko)
|