[try Beta version]
Not logged in

Windows Programming - October 2010 (Page 3)

Very simple program will not run
 
I am new to Win32 and I am trying to create a simple window. But it fails and displays a message box...
Oct 18, 2010 at 8:15pm
[3 replies] Last: LRESULT CALLBACK WinProc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM l... (by Kiana)
C++; void convert assistance
 
Hey, I was trying to write a program that converted inches to cms and pounds to kg but I don't reall...
Oct 18, 2010 at 5:12pm
[1 reply] : http://www.cplusplus.com/forum/general/30150/ Please don't duplcate... (by kbw)
by Madog
Price Is Right Program
 
For homework we were assigned with a task to create a program that is similar to the game "Price is ...
Oct 15, 2010 at 3:15am
[1 reply] : it would be good if you could state which line has the problem.....too... (by carlsum1986)
Scroll Bar handling in MFC
 
Can any one explain how to handle scroll bar automatically in MFC(document and view architecture)
Oct 14, 2010 at 5:11pm
[2 replies] Last: CScrollBarDlg::OnVScroll/CScrollBarDlg::OnHScroll Really though, yo... (by Kiana)
by h32Lg
Writing/Using a Garmin Device driver (USB) on a windows machine.
 
Hello, i'm new to c++ and have no clue how to write a driver or simple console program to communi...
Oct 14, 2010 at 8:13am
[4 replies] Last: Hi thanks for sharing information. NMEA_0183 is a simple ASCII, serial... (by sohguanh)
Opening SQL Server
 
Hi all I have a small issue, i am opening SQL Server when clicking on a button by simply calling ...
Oct 13, 2010 at 4:27pm
[2 replies] Last: ShellExecute () function will be of use, if it doesn't work you need... (by satya111)
C\C++ GRAPHIC PROBLEM IN WINDOW 7
 
hello, i have install window 7 into my laptop and when i run a C\C++ program ,then they get executed...
Oct 13, 2010 at 1:42pm
[1 reply] : http://www.cplusplus.com/forum/beginner/1/ (by JoR)
by Null
Multidesk program doesn't work
 
Hello, I wrote a desktop switching program but it doesn't work: // deskman.hpp #include <string...
Oct 12, 2010 at 5:02pm
[no replies]
blinking text cursor
 
how do I move the blinking text cursor from the beginning of the string to the end of a string. E...
Oct 12, 2010 at 4:03am
[3 replies] Last: it is seteditsel() (by carlsum1986)
WinSock2.h
 
while trying to match the argument list '(std::istream, const char)' 2>c:\users\fuzzy\documents\v...
Oct 11, 2010 at 1:50pm
[5 replies] Last: You can access an inifile using GetPrivateProfileString. http://msdn.... (by kbw)
by fatal
OpenCV2.1 in Visual Studio 2010
 
I set up the OpenCV2.1 for Visual Studio Professional 2010 following the instructions in http://open...
Oct 11, 2010 at 1:13pm
[1 reply] : Have you tried to put break point and run it step by step ? If you ha... (by Dufresne)
adding arrays?
 
I have a homework assignment where I have to write a program that asks the user how many students to...
Oct 11, 2010 at 4:26am
[1 reply] : The lscores array and the escores arrays are not initialized. You de... (by Darokthar)
by tal
moving cursor to window corner
 
Hello i wish to move the mouse cursor to the bottom right corner of an application window but ...
Oct 9, 2010 at 7:20pm
[3 replies] Last: That function looks right (although I wouldn't have bothered to use n... (by guestgulkan)
Plot -.-
 
#include <math.h> #include <chplot.h> #define NUM 36 int main() { double x , y ...
Oct 9, 2010 at 6:44pm
[2 replies] Last: yeah, sorry i tought that my question should be posted on Windows prog... (by jumper007)
C++ I got stuck with 2 errors
 
Hello I cannot figure out by myself these errors: error C2143: syntax error : missing ';' before ...
Oct 9, 2010 at 12:27pm
[1 reply] : Cardgame.h: #pragma once #ifndef CARDGAME_H #define CARDGAME... (by Ravskie)
Check for Updates
 
I've been working on a project for a wile now (I also need help with something else about IP address...
Oct 9, 2010 at 12:16pm
[2 replies] Last: RakNet also has the kind of function you're looking for. (by Ravskie)
Serious problem, 2 days still cannot figure it out
 
Hey! Sorry i re-posted but i thought windows programming would better suit this problem Here's...
Oct 9, 2010 at 12:15pm
[3 replies] Last: I actually managed to set the game buttons text successfully using my ... (by Ravskie)
Im noob in API, can u show me....
 
Im new in API using, and i have the program which opens a window page. I want to know how to make it...
Oct 7, 2010 at 8:15pm
[18 replies] Last: Load the images into an array (probably HBITMAPs). Then, in each itera... (by Kiana)
C++: Hiding the console
 
So I'm really dumb; spent more than a month trying to find this but I figured I'd save someone the t...
Oct 7, 2010 at 8:11pm
[3 replies] Last: Or you could just link the program with the windows subsystem. #pr... (by Kiana)
simple applications in C++
 
Can anyone please guide me as to the basic steps as to building a simple C++ application,lets say an...
Oct 7, 2010 at 5:56pm
[4 replies] Last: To make an alarm clock just use GetLocalTime . http://msdn.microsoft... (by Kiana)
October 2010 Pages: 1234
  Archived months: [sep2010] [nov2010]

This is an archived page. To post a new message, go to the current page.
Registered users can post in this forum.