by riun23
Button Detection
|
|
[no replies]
|
by WDWK
Asynchronous STDIN - windows libraries
|
|
[1 reply] : I'm not sure how you intend to interrupt the task you intend to run on... (by kbw)
|
by c0y454
Writing to an active log window
|
|
[9 replies] Last: Thanks a lot, freddie1! This really helped me a great deal. Everyth... (by c0y454)
|
by theChameleon
how to grab text from browser?
|
|
[1 reply] : See EnumWindows. (by Athar)
|
by carlsum1986
list control
|
|
[no replies]
|
by Deluge
How to Call a WINAPI Function
|
|
[6 replies] Last: I remember reading on msdn's website that the CreateHardLink function ... (by Deluge)
|
Directory list into Array |
|
[5 replies] Last: Or after you feel your own-crafted for loop is not efficient and maybe... (by sohguanh)
|
by Shatronics
Painting bitmaps in multiple classes
|
|
[4 replies] Last: That worked. Thanks, Simon H.A. (by Shatronics)
|
An 'copyable' messagebox |
|
[4 replies] Last: string num_as_hex(int number) { stringstream ss; ss <<hex<< ... (by Null)
|
by Howie
fast multiple texts above graphical screen
|
|
[no replies]
|
by carlsum1986
Assertion error
|
|
[19 replies] Last: you are a genius....just doing BOOL LoginDialog::OnInitDialog() {... (by carlsum1986)
|
Creating a New Window From Main WndProc |
|
[6 replies] Last: Alright I got it working, thank you so much dude :D (by OHGxLeetGamerxOHG)
|
by Shatronics
Window without border problems (Moved from General C++)
|
|
[2 replies] Last: You are the best! Thank you very much. It solved my problem. Regar... (by Shatronics)
|
by jimmys87
How to get contents of active window
|
|
[2 replies] Last: And GetForegroundWindow. (by Athar)
|
Unfamiliar typedef |
|
[3 replies] Last: it means FUNCPTR is a function pointer which points to a function like... (by Async)
|
by amitjakati
MFC backward compatibility
|
|
[1 reply] : No. Although MFC is quite old, it has been updated with each new rele... (by kbw)
|
by peripheral
how to read data from .xls files? (1,2)
|
|
[29 replies] Last: freddie1 posted that code earlier in the thread. (by kbw)
|
by robertg
How to discover application which using clipboard
|
|
[1 reply] : So you're trying to detect which application sent something to the cli... (by Albatross)
|
by geko
Need assistance re-writing program
|
|
[1 reply] : That's a pretty cool implementation. I find it incredible that that s... (by kbw)
|
by panditji
get window title before they are created
|
|
[2 replies] Last: What development environment are you using - Sdk, Mfc, wxWidgets? (by freddie1)
|