Is there any way to disable CTRL+S using ReadConsoleInput()? |
|
[1 reply] : Well... whaddaya know. I managed to find my answer buried in something... (by booksaboutfishing)
|
by ToniAz
Why do people complain about MFC?
|
|
[5 replies] Last: @freddie1 I was counting that you'd reply to this, and you did. ... (by ToniAz)
|
Expose Private Window Handle From Class |
|
[8 replies] Last: What was your solution? (by andywestken)
|
by trainmayor
Creating an array of objects
|
|
[2 replies] Last: to create appropriate cli array try: array<TextBox ^... (by SIK)
|
by DSTR3A
Remove File By Time
|
|
[9 replies] Last: trying to subtract time values can be quite tricky and tedious using t... (by SIK)
|
by huvcbo
throw exception
|
|
[1 reply] : something doesn't seem right with your line: string s = str(forma... (by SIK)
|
by ehabaziz2001
Display contents of wchar_t variable
|
|
[4 replies] Last: As EssGeEich said, you need an L But this fixes the case without UNIC... (by andywestken)
|
by minime
Locating drive letter from physical drive
|
|
[1 reply] : Have you tried using GetLogicalDriveStrings (by SIK)
|
by arijspieter
using webcam....
|
|
[5 replies] Last: thanx for all the answers. i think ill have a look at opencv. (by arijspieter)
|
by Gator F
Commctrl.h
|
|
[2 replies] Last: I second webJose 's idea and I'll add that if you're worried about co... (by Computergeek01)
|
by new hope
Typecasting 4 digit integer into a Char.
|
|
[7 replies] Last: There is a difference between castings to char and char*. I'm fairly s... (by naraku9333)
|
by new hope
Downloading, compiling and installing opencv 2.3 with dev c++??
|
|
[9 replies] Last: Ok, did you add cmake to your PATH? If you don't you will continue to ... (by naraku9333)
|
by dgsalas
Access partition table
|
|
[2 replies] Last: Very thanks for your help!!. I will try with it. Maybe i didn't find r... (by dgsalas)
|
by bmafaul
help me plsss what will be the codes for this??
|
|
[2 replies] Last: Struct Country { char a ; char b ; char c ; ect. } struct Univ { ... (by new hope)
|
by tom1410
VC++ 2008 app in another PC
|
|
[5 replies] Last: CodeMonkey has it right. Your compiler defaults to dynamic linking. Yo... (by Lamblion)
|
by Justinyang
how to print something in the header file?
|
|
[3 replies] Last: You have to make a function and check every single "include" file if i... (by S G H)
|
by new hope
Can you have 2d ortho perspective and 3d perspective both on screen
|
|
[no replies]
|
by Wigen
Books for Windows programming
|
|
[6 replies] Last: Wow! Outstanding, modoran! That will save me $$$ for sure... Unless I ... (by Lamblion)
|
by MarkP
compress and decompress
|
|
[3 replies] Last: Oh, cool. I hope you figure it out. (by NanoBytes)
|
by Shatronics
Checking a button's state
|
|
[6 replies] Last: What I meant with I've done it already was your example. My question w... (by Shatronics)
|