by nattayb
Simple Web Crawler
|
|
[7 replies] Last: i'm sorry... i forgot to post the link to matrici.h http://mamo139... (by mamo139)
|
by Mal Reynolds
using Mutexes for single application instances
|
|
[1 reply] : "If a thread terminates without releasing its ownership of a mutex obj... (by Mal Reynolds)
|
by mikes
Need To Crawl Before You Can Walk
|
|
[5 replies] Last: If you get Charles Petzold's book used, I'd try to get one with the CD... (by freddie1)
|
How do I make a window fit to the desktop |
|
[9 replies] Last: you said you don't have access to CreateWindow, but what about ShowWin... (by Mal Reynolds)
|
Parameters in Unicode - what am I doing wrong here? |
|
[7 replies] Last: main(int, TCHAR**) is just plain wrong. The whole #define _UNICODE ... (by kbw)
|
by jcylam
Trying to simulate a double click but turns out different function
|
|
[5 replies] Last: ohhhhh. i missed it ... oops thx (by jcylam)
|
by wryel
Call CreateProcess without new window.
|
|
[2 replies] Last: Set the wShowWindow member of the STARTUPINFO structure to SW_HIDE. N... (by webJose)
|
by NickPaul
Winsock 2 - Closing App While Accept() Is Blocking?
|
|
[1 reply] : Go to : http://tangentsoft.net/wskfaq/articles/lame-list.html And l... (by Mythios)
|
by eduard77
suggestion
|
|
[no replies]
|
by favor929
Find new file?
|
|
[2 replies] Last: Thats just what I was looking for, thank you very much guestgulkan! (by favor929)
|
by jmlowrey
Constructors and Overloading...
|
|
[3 replies] Last: You're welcome! (by tummychow)
|
by mikki
Get C++ surce code from .exe/.dll
|
|
[7 replies] Last: cmd.exe is part of Windows source code. (can be get from Usenet and B... (by george135)
|
by tummychow
Windows console input modes
|
|
[4 replies] Last: I wrote you a little program that shows line input (buffered type oper... (by freddie1)
|
by Hakate
What is this error?
|
|
[4 replies] Last: This looks like a header file problem: 1. You have not put proper h... (by guestgulkan)
|
by jrohde
Problem with SetDIBColorTable
|
|
[3 replies] Last: On a side note: Since you're not doing any bitmap conversion here, ... (by Disch)
|
by gte
Trying to learn how to write a function
|
|
[3 replies] Last: In C++ you don't need the $ before the variable name nor the _ before ... (by Bazzy)
|
by jrohde
Confused about BITMAPINFO structure
|
|
[3 replies] Last: Thank you - I will try that, since I am having zero success whatsoever... (by jrohde)
|
by doodle007
What does "int& a = b" mean?
|
|
[18 replies] Last: What if it's kept in a register the whole time? Then no variable allo... (by Disch)
|
by KaidzAccount
SetDlgItemText Not Working
|
|
[1 reply] : Ha, solved it myself. I had to replace case IDM_ACTIONS_SETTEXT: ... (by KaidzAccount)
|
by KaidzAccount
String type conversion problem
|
|
[3 replies] Last: Random tidbits of knowledge: If you have an array partially initi... (by Disch)
|