Windows Programming - April 2013 (Page 3)

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++ console, how do I make a Balloon pop up near the system tray? Sh...
[no replies]
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 project on projectile motion with wind velocity on a 2D plane. ...
[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; //Globals string ip = "127.0.0.1"; int port = 7742; string send...
[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 stops functioning whenever I try to call the accept() function ...
[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 this is not the place. I have used Pelles C for a while,...
[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)
Easiest GUI Library for C++?
 
I am making a Library Management System, it's an assignment, by university. I wish to add a GUI to it. Win32(Windows.h) Library is tough, I tried the tutoria...
[2 replies] Last: The simplest out there is probably FLTK. But that does not mean it is... (by evanc9606)
Mouse position inside a window
 
I need help with a program I need to make. Basically, it is a tic-tac-toe program that you could play with either the mouse or the keyboard. While I got the ke...
[7 replies] Last: i am also helpless.... (by Triciames)
Having trouble moving my square to the left.
 
Having trouble getting my square to move to the left my code and instructions of what i am suppose to do is below. No sure how to move my square or if I am even...
[no replies]
by kevinn
problem with libraries
 
I'm trying to use this library : "#include <sys/socket.h> #include <sys/un.h>" but appears an error charging that they were not found. I googled a bit ...
[2 replies] Last: Another library that this error is with the "# include <sys/un.h>" whi... (by kevinn)
Text editor
 
Can anyone give me a hint(or link to tutorial) how to change color of text inside "edit" control? I'm trying to make sth like IDE (where keywords become blue), ...
[4 replies] Last: (1) Create a new dialog-based (yourself) mfc program Add an edit con... (by XQwindow)
by zyhsu1
get value from comboBox item
 
Dear Sir: I am new to window c++ form application, I want to make a comboBox for user to add string items, then get item value to a variable, so I can do s...
[no replies]
by lmsmi1
WinAPI - Basic Window Icon?
 
I seem to keep getting an error: 66|: error: 'IDI_WINDOWICON' was not declared in this scope| for this code: #include <windows.h> #include <string>...
[2 replies] Last: Thanks, I solved it. All I had to do was use quotes to show the ID of ... (by lmsmi1)
by berkov
Getting date to SYSTEMTIME from DATETIMEPICK_CLASS control
 
Hey ho! It's been more than a week since i got stuck with one small stupid thing and i cannot move forward with the code (WINAPI). I've created a static d...
[2 replies] Last: Works perfectly! thanks a lot. i guess i need to spend some more ti... (by berkov)
Toolbar in Client area or in Nonclient area of screen?
 
please reply,if Toolbar in nonclient area means it should respond for WM_NCLBUTTONDOWN??Please help me..........
[no replies]
Image from Bitmap GDI+
 
Hello, I do some changes in the pixel's color using a Gdiplus::Bitmap. I then need to draw it but how do I convert it to an Image? Regards, Simon H.A.
[3 replies] Last: try this image converter: http://www.rasteredge.com/how-to/vb-net-imag... (by johndoee)
by murman
How to convert tiff to bmp using c++
 
Hi, Can you please me to convert tiff image to BMP image format. If you share any sample code it will be very helpful. Thanks
[2 replies] Last: Here is an example for converting single-page TIFF files to bmp format... (by johndoee)
Where does learning programming in this way put me?
 
Hello, I'm 19 years old and am trying to figure out what technical field I want to go in to. So far in my free time I have learned C, C++, API, and I'm still t...
[7 replies] Last: @XQwindow: Damn, I got you wrong. I missed the "they" in your first po... (by plexus)
jpg in resource to byte array
 
Hi, Does anyone know how to get an array of bytes from a jpeg-image from resource without the use of GDI+ ?
[3 replies] Last: You think this will do the trick: bool LoadImageFromResource( CImage... (by DanielMOFO)
how can a computer run a program from another computer?
 
I want to be able to run a program that assigns and edits users rights of a program. Its called the UAM. The UAM can run without going into the program that its...
[5 replies] Last: i can't change any of the code in UAM program. You have to. Right n... (by Computergeek01)
April 2013 Pages: 12345... 8
  Archived months: [mar2013] [may2013]

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