Windows Programming - November 2011 (Page 4)

Is there any way to disable CTRL+S using ReadConsoleInput()?
 
Hello. I've been working on a console-based game for many years, and I've managed to kill nearly ...
[1 reply] : Well... whaddaya know. I managed to find my answer buried in something... (by booksaboutfishing)
by ToniAz
Why do people complain about MFC?
 
Hello Everyone! I'm looking at an HTML parser but it looks like it will be using something called...
[5 replies] Last: @freddie1 I was counting that you'd reply to this, and you did. ... (by ToniAz)
Expose Private Window Handle From Class
 
I am finishing up work on a RenderWindow system for a project I am working on, but sadly have hit so...
[8 replies] Last: What was your solution? (by andywestken)
Creating an array of objects
 
How do I create an array of objects? I have 21 text boxes that need to be filled from 7 class objec...
[2 replies] Last: to create appropriate cli array try: array<TextBox ^... (by SIK)
by DSTR3A
Remove File By Time
 
I want to remove a new file by time. I have this so far but I am confused about how to add a time c...
[9 replies] Last: trying to subtract time values can be quite tricky and tedious using t... (by SIK)
by huvcbo
throw exception
 
Hello im using Code::Blocks 10.05 GNU GCC Compiler boost 1.44 the problem is that when throw exce...
[1 reply] : something doesn't seem right with your line: string s = str(forma... (by SIK)
Display contents of wchar_t variable
 
How can I display the contetns of wctype_t variable inside a VC6 program ? #include <windows....
[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
 
I'm trying to locate all volumes or drive letters on a physical disk. I've read the below article: ...
[1 reply] : Have you tried using GetLogicalDriveStrings (by SIK)
using webcam....
 
i need a way to make a webcam take pictures on command of a c program... --- i'm building a prog...
[5 replies] Last: thanx for all the answers. i think ill have a look at opencv. (by arijspieter)
Commctrl.h
 
Hello, For some reason Commctrl.h isn't on my computer anymore, it's been there for months and now ...
[2 replies] Last: I second webJose 's idea and I'll add that if you're worried about co... (by Computergeek01)
Typecasting 4 digit integer into a Char.
 
Hey I'm making an antitheft facial recognition software that records everything when an authroized u...
[7 replies] Last: There is a difference between castings to char and char*. I'm fairly s... (by naraku9333)
Downloading, compiling and installing opencv 2.3 with dev c++??
 
So i downloaded the opencv 2.3 superpack from the official site and extracted all the files. Howev...
[9 replies] Last: Ok, did you add cmake to your PATH? If you don't you will continue to ... (by naraku9333)
Access partition table
 
Hi, I need to access the partition table of a disk and I can not find how to do. I would like to l...
[2 replies] Last: Very thanks for your help!!. I will try with it. Maybe i didn't find r... (by dgsalas)
help me plsss what will be the codes for this??
 
Sample Output Recording System 1) Add 2) View 3) Search 4) Delete 5) Exit All Data Should...
[2 replies] Last: Struct Country { char a ; char b ; char c ; ect. } struct Univ { ... (by new hope)
VC++ 2008 app in another PC
 
I'm trying to run exe which is created with Visual C++ 2008 Express in another PC and I get this mes...
[5 replies] Last: CodeMonkey has it right. Your compiler defaults to dynamic linking. Yo... (by Lamblion)
how to print something in the header file?
 
hi i'm using codeblocks on XP to write a simple program that checks when the header files get called...
[3 replies] Last: You have to make a function and check every single "include" file if i... (by S G H)
Can you have 2d ortho perspective and 3d perspective both on screen
 
So i was coding up some c++ for a UI and while i could display the UI in a 3d perspective with openg...
[no replies]
by Wigen
Books for Windows programming
 
Hi all, Can anyone recommend me a good book for learning Windows programming using Visual C++. ...
[6 replies] Last: Wow! Outstanding, modoran! That will save me $$$ for sure... Unless I ... (by Lamblion)
by MarkP
compress and decompress
 
I´ve checked out zlib and a ton of other libraries, mostly based on zlib, but I´m lost. From bugs...
[3 replies] Last: Oh, cool. I hope you figure it out. (by NanoBytes)
Checking a button's state
 
Hello, I'm doing some owner draw for a button created with the CreateWindow function. In my WM_PA...
[6 replies] Last: What I meant with I've done it already was your example. My question w... (by Shatronics)
November 2011 Pages: 1234567
  Archived months: [oct2011] [dec2011]

This is an archived page. To post a new message, go to the current page.