Windows Programming (Page 9)

Static Bool gameOver Variable issues
 
The code may seem overwhelming at first glance but the intent is simple. Currently, I am having issu...
[2 replies] Last: Quick reply. Once again, you solve the problem. I did not know you ne... (by cfehr003)
Why cin.get(); command doesn't work in Win7?
 
#include "stdafx.h" #include <iostream> using namespace std; int main(){ cout << "Hello world!"...
[1 reply] : In MS Visual use Ctrl + F5 to run without debuging ! (by jayzzz7)
Code Review: Windows API Wrapper Class Problem
 
I am learning Windows API. My project is an attempt to wrap Windows API in a System class for fu...
[5 replies] Last: Great catch. I implemented LPCSTR className as a private class member... (by cfehr003)
Help About custom control with ATL
 
Hi! I am beginner with ATL so, i want to create a basic control as same as Button of window form. ...
[no replies]
Display only 2 digs in string in label.
 
Hey. I am trying to get my program to display only 2 decimals of the result of an calculation....
[2 replies] Last: Null: You are a life saver..!! Thank you very much! (by Sorenlyder)
Help with my project, Visual C++
 
thIS IS MY CODE to do some project of solar system. i wanted to create dynamic planets, and store th...
[6 replies] Last: removed the pointers and its all good now. thanks a lot ! (by Samartha K)
SDL help
 
hey, I am sort of a beginner is SLD but not to c++ and in the tutorials they always give me a certai...
[2 replies] Last: i am also helpless.... (by Zacharyis)
API SetWindowText() don't update now on design dialog
 
Hi all! i have create a Button normal, by ActiveX Control MFC so, it can work with vb.net , test con...
[no replies]
How can i capture screenshot and assign to a static control? Winapi
 
I am trying to capture a screen and assign it to some sort of control so I can click the picture and...
[no replies]
App for Barcode Scanner (Accept input and place it into specific window/app
 
I'm looking to implement a barcode scanner into a shipping process. I have a barcode scanner atta...
[2 replies] Last: According to what you state,my suggestion is a free barcode reader and... (by CamilleM)
by follys
import dll from a dll
 
I have a problem. I have a dll called mfdm.dll that is called from a vb.exe. and this works. I mak...
[no replies]
a function of windows API
 
what does the following code do? INT_PTR CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LP...
[4 replies] Last: It would be more accurate to say that DialogBox function calls the Abo... (by Computergeek01)
ASCII animation
 
Hello! I saw some ASCII art lately and I thought it would be cool if I made a looped sequence like t...
[5 replies] Last: [quote=megasnorlax]No, I meant doing it in C++. SDL is a C++ library... (by Oria)
by lmsmi1
Balloons Near System Tray via Console
 
I've posted this in the Win32 section since I'm talking about Windows system trays. In a C++ cons...
[no replies]
Boost: those darn exceptions...
 
for(recursive_directory_iterator end, dir(p); dir != end; ++dir) { subs.push_back(dir->path().s...
[6 replies] Last: sorry, missed the link, lol. I'm quite wrapped up in college, so sor... (by IWishIKnew)
Projectile motion - simulation w/ wind velocity
 
Hi First time posting so sorry if i miss some things. i'm making a project for my A2 computing proj...
[1 reply] : hey im doing same project maybe we can help each other email me please... (by batousik)
WinSock server is not receiving 2nd message...
 
Here is the source for the server main.cpp #include "First.h" using namespace std; //Glob...
[2 replies] Last: Line 90 in your server should be outside your for loop. Your "server" ... (by Computergeek01)
by ulxlx
Winsock program hangs when using accept().
 
Hey all, I'm trying to make a multiplayer game, and I'm currently having issues where my program sto...
[1 reply] : accept() blocks until a client connects. Your program's not hung, it'... (by kbw)
C11
 
This may not be the right place to ask about C11 because this is a C++ forum so sorry in advanced if...
[2 replies] Last: http://en.cppreference.com/w/c (by Catfish4)
commnunicate with cmd.exe with no window.
 
How to communicate with cmd.exe which is created using ShellExecute() function.
[2 replies] Last: Thanks that is helpful information. (by time to c)
Pages: 1... 7891011... 15
  Archived months: [mar2013]

Cannot post in this page. To post a new message, go to the first page.