Windows Programming - September 2009

INPUT class?
 
I just downloaded someone's source for an old project that he discontinued and has abandoned and mad...
[2 replies] Last: I would say that you should go over the code and see how the pointer "... (by HarbingTarbl)
by helios
Power management
 
Here's what I want to do: I want to run a program as a scheduled task that could run, say, at 3:00 a...
[4 replies] Last: It's more efficient to continue looking for an answer while also waiti... (by helios)
In a program based dialog,KillTimer error!
 
BOOL CTestDlg::OnInitDialog() { //... // TODO: Add extra initialization here SetTimer(0, 1...
[4 replies] Last: The SetTimer function returns a value. It is this value you should p... (by guestgulkan)
Card Shuffler
 
Hi guys, i know there are a thousand posts regarding card games with various implementations but i c...
[no replies]
by garob
resize the console window
 
How can I resize the console window to be a certain size in characters, not pixels. Is there a simpl...
[2 replies] Last: Thanks but it says that the minimum os required is vista. How can I do... (by garob)
How to ON/OFF UAC function in Vista?
 
"Begin->Control panel->User access->On/off User Access Control" How could I On/Off UAC with c++?
[3 replies] Last: It is possible, so long your application runs under full administrativ... (by webJose)
What's the difference between CreateProcess and ShellExecute?
 
Sometimes in Vista, CreateProcess returns failure. This will not happen on ShellExecute. Thanks ...
[2 replies] Last: ShellExecute() is a wrapper to the process of: 1. Determining the ... (by webJose)
Uninitialized local variable??
 
This is probably just a stupid mistake that I made that I don't know how to fix...it says this about...
[2 replies] Last: Line 7 char X, operation; You haven't given these a default initi... (by Zaita)
I dont know what these errors mean
 
i have been tweeking my program for awhile and then i redid everything completely. so now i have som...
[1 reply] : Fixed them (by GrosseVogel)
Two problems with Modal Dialog boxes
 
I've written a Dialog-based app to connect to a device via ethernet. In the event of a connection fa...
[no replies]
by hunter
How to read input and get information.
 
Hi all, what I'm trying to do is make a chemistry calculator. What I would like to do is have the us...
[1 reply] : You can use a std::map eg: map<string,int>elements; elements["He... (by Bazzy)
[Windows] Portal Web Design
 
Hi there, Maybe this is not the right place, but my questions are somehow relevant to web design ...
[no replies]
by Bv202
Window Procedure questions (1,2)
 
Hi, I'm now following a very basic tutorial to Windows Programming which explains how to create a...
[30 replies] Last: I've been using the soft at www.pathtoolong.com that resolves the long... (by stevanturk)
question on c++
 
I am trying to make a calculator type of program and I am stuck on the calculating part. I want the ...
[2 replies] Last: you have to get it in as a string and then calculate it. (by hannes)
Programming Questions
 
Hello my name is shaun. I would like to ask a couple of questions. I am using python langauge which...
[9 replies] Last: And where can i download a C++ idle or something? You mean, like ... (by JCED)
troubles with c++
 
Towards the end of my code I have a cout statement to return the input if the input was in fact a in...
[2 replies] Last: oh, duh...thanks for the quick reply (by hopesfall)
C++ Logger
 
Can anyone suggest a good C++ logger to use? I'm currently looking at log4cpp which seems good. D...
[6 replies] Last: Actually I'm going to try log4cxx. This is for a jni project and we a... (by avalanche333)
C++ Functions. Run two at a Time.
 
Hi , i was wondering , how to run more than one function at the same time . I am basically trying to...
[1 reply] : To run two functions simultaneously you need to use multi-threading. ... (by Bazzy)
Using an Array of Structures from File Location
 
The description is a bit hazy, but I have to read one line of input from the data file(watching for ...
[no replies]
I want to learn 'Multi Threads' programming
 
How could I do? Thanks for your any advice!
[5 replies] Last: After you learn how threading works, you could also try the platform-i... (by Zhuge)
September 2009 Pages: 123... 5
  Archived months: [aug2009] [oct2009]

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