Windows Programming - March 2015

"Clear" terminal without losing data
 
I am creating a simulator that outputs the board each time a unit is moved. Cin.ignore(256, '\n');...
[no replies]
by Axeem
Upload data using c++.
 
I am using this code for uploading a data in web but here is some error in this code. here is a cod...
[5 replies] Last: Here's an example and you can echo your form data and this will pick i... (by bobdabilder)
Call a function with a buttonclick in Windows Form
 
Hello everyone, I am creating a GUI with windows form in VisualStudio 2010. I wish my button (Button...
[no replies]
win32: how avoid flicker and do transparent?
 
for avoid flicker i read that i must do: 1 - add the WS_CLIPCHILDREN style on the parent window; 2 -...
[no replies]
dimensions of parent window depend on user input
 
I am designing a small windows app for a class project. While I have completed most of the required ...
[15 replies] Last: I just checked into whether or not I could make my GNU Code::Blocks cr... (by freddie1)
by Gyiove
Playing with winsock2, my first time and having some troubles
 
Hello everyone! Here's a code: #define sw_port 27016 #define sw_ip "127.0.0.1" DWORD WINA...
[1 reply] : Without reading the code: When you try to recv() info the client waits... (by R23MJ)
I need some help fixing this game
 
Hello! I'm making a game out of this, but it doesn't work right. Can someone please help me? In t...
[7 replies] Last: std::cin.get() will prevent your console from closing. (by E l e c t r i c)
Rotating sprite
 
How do I rotate a sprite? I'm not familiar with Winapi programming so I don't know the functions. Wh...
[no replies]
mapping x,y coordinates
 
I'm building a game similar to shuffleboard and am having trouble coming up with logic on mapping a ...
[5 replies] Last: Ok. Good ideas. Let me see what i can work out. (by bobdabilder)
by River
error: expected unqualified-id before '.' token
 
I am creating a bee hive simulator for my class hw, and I'm running into a few errors. Here is my c...
[1 reply] : The modulo operator (%) only works on integers, which covers your firs... (by expor)
VS2012 - LNK2019 Unresolved Error
 
1>------ Build started: Project: VisualFatigueDetectionSystem, Configuration: Debug Win32 ------ 1>...
[1 reply] : 999 times out of 1000, "unresolve external symbol" means you are tryin... (by Disch)
How softwares with graphics are developed ??
 
I am petty good a console programming in c++ but now I wants to develop a software that have some gr...
[8 replies] Last: Thanks aa lot once again for ur help... (by Nikitesh)
NaN MASM Error?
 
So i receive this NaN error (notanumber) when i try to add 2 values of which are floats. How would i...
[no replies]
Raw Input: how use it?
 
i'm trying understand the Raw Input for testing what devices are connected. 1 - i must regist for us...
[no replies]
win32 - GDI: why the HDC\HBITMAP aren't destroyed?
 
i'm doing an image class. but seems the HBITMAP and HDC's aren't deleted and i don't understand why ...
[3 replies] Last: the problem is about the joysticks functions. but i will do a new thre... (by Cambalinho)
cant find sysmet.h in codeblocks win32gui
 
i'm studying Charles Petzold book for windows api and there is a program having #include "sysmets.h...
[8 replies] Last: long fnWndProc_OnSize(WndEventArgs& Wea) { ScrollData* pScrDta=NULL... (by freddie1)
text editor windows api
 
I have to make a text editor like notepad will it be good to use charles petzold books of windows ap...
[1 reply] : Yep. He has an almost full implementation of Notepad in the book, I t... (by freddie1)
Loops in WinApi program?
 
Hello everybody! Let's say I'd like to make program that does sth with a file when I click a butt...
[5 replies] Last: Remember, when using worker threads in a Win32 app don't touch the GU... (by Lodger)
ioctl talking to drivers
 
Hi, I've been trying to research on how to communicate with device drivers. I've gathered that...
[no replies]
Please help me to include pokerstove library in my Visual studio 2013
 
Hi, as u see from the title i would love to include this https://github.com/andrewprock/pokerstove ...
[no replies]
March 2015 Pages: 123
  Archived months: [feb2015] [apr2015]

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