Windows Programming (Page 3)

windows Message box
 
for some reason this is a rather hard subject to get info on. all I want is a message box no window....
[5 replies] Last: This is a simple messagebox #include <windows.h> int main(){ Messa... (by mausy131)
Geometry in Programming
 
Imagine you have a 2d plane in C++, where the X go from 0 to MaxX (there is no negative X) and a Y g...
[1 reply] : int column = id % maxX ; int row = id / maxX ; box.x = c... (by cire)
Output color
 
I've seen a lot of people who need help with color output so i wrote this program which should help...
[1 reply] : Do not use that integer constants as parameter to SetConsoleTextAttrib... (by modoran)
qt GUI
 
I am trying to get qt to work on my windows xp system. I have been able to install qt creator, but ...
[3 replies] Last: With regards to using QT with MSVC 2008 or 2010 or 2012 - then QT do... (by guestgulkan)
First Window, constant loop?
 
Hi, this is my first attempt at opening a window using Windows API, I copied it out of my book, but ...
[3 replies] Last: I just want to post this link here in case anyone reads this post and ... (by newbieg)
by wi3ik
How to find some directory and print all files, which are in it
 
Hi everyone. I've start to learn C++ and now have one trouble. Could someone say HOW I CAN WORK ...
[7 replies] Last: I want to use library windows.h but don't know how I'll do this You... (by cire)
Sapi help
 
I am trying to use the sapi api for windows using dev c++ and i follow the microsoft tutorials for s...
[no replies]
Change Process name at Runtime?
 
I THINK that I did this once, but I can't remember how, however I found only some VB examples, not c...
[4 replies] Last: ye but where/how? ATM description is the executable name, also I don't... (by mekkatorqu)
something wrong in loop
 
I should read some numbers from a file(A) and then compair these numbers in another file(B) to extra...
[no replies]
Pointer and char
 
Hi, im trying to create "mass" amount of file, but the code i wrote doesnt work due to "Cant add poi...
[1 reply] : Try using std::string: #include <string> std::string filename; for ... (by theranga)
Tree view-type window control
 
Is there a tree view-type control which can take other controls as items? eg/ A tree view window,...
[no replies]
by cbeppe
Winsock Connecting via URL
 
Hey guys, I'm trying to fetch a .txt file from a website and have set up a socket to do so. The soc...
[no replies]
Fighter Airplane Game.
 
AOA dear.. i need a game of airplane. which is flying in air. and firing on houses and damage ...
[5 replies] Last: you want the code or only the game? (by DANNY123)
Accessing iPod Data
 
How would I be able to access data from my iPod? Specifically I would like access to songs. I'm tryi...
[no replies]
[win32api] Checkbox help
 
how do I check if the checkbox is checked and how do I force it to check/uncheck?
[2 replies] Last: thanks! (by mekkatorqu)
Process Snapshot error?
 
void KillProcess(string str) { HANDLE hProcessSnap; HANDLE hProcess; PROCESSENTRY32 pe32; DWORD...
[2 replies] Last: ah lol, thanks! (by mekkatorqu)
How to use CAS authentication client
 
Hello to everyone! I have the task to communicate our topical application(C++) with a distant ser...
[4 replies] Last: ok thank you very much! i will try it.. (by vagelis)
by Ch1156
Anything like Win Api but easier?
 
I was wondering if there was any API like Win API but easier to use, I mean this http://msdn.microso...
[2 replies] Last: I like using Qt/widget, desktop style applications, but you could use ... (by Stewbond)
On Key Press
 
nvm
[no replies]
by Ch1156
Please help With this Win API error
 
I am following a tutorial: http://pravin.insanitybegins.com/win32/lesson2 And i am doing exactly ...
[2 replies] Last: Awesome thank you for the help :) (by Ch1156)
Pages: 12345... 11
  Archived months: [dec2012]

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