• Forum
  • Windows Programming

Windows Programming

by admin
Welcome to this board!
 
Welcome to the Windows forum in C++.com! In this forum, users can to talk about any topic related t...
[no replies]
API: UUUUHHHGGG...
 
Ive tried and tried and tried..... Well, I have a new idea. Are there any C++ (C++, not C++/CL...
[5 replies] Last: @SpaceWorm: He doesn't mean to draw an image over a window, but he mea... (by EssGeEich)
How to design graphical component using GDI+
 
Hi, I want to know that how create graphical components using GDI+ like i have a box which will h...
[5 replies] Last: Thanks Andy for hint. (by cdeveloper)
by lmsmi1
Multiclient-Capable Server
 
For a simple console chat in C++ with Winsock 2, how do I enable multiple connections on one server....
[1 reply] : No one can help? (by lmsmi1)
Linking error (undefined reference to ...)
 
I know the title is general and is not informative enough. I have a program which uses openimageio ...
[1 reply] : could it be that objects compiled by different compilers are not comp... (by andywestken)
Sending a file to email
 
Hello, basically what i am looking for is a way to send a file to email using c++ I don't need an...
[2 replies] Last: Well, Good Luck to copy paste the code but we cannot spoon feed you it... (by SpaceWorm)
by lwells
Need help sending command to system
 
I am trying to find the path of my file, then pass the path onto a command I am sending to system co...
[10 replies] Last: Oops - I think I had batch files on the brain from another recent post... (by andywestken)
by Phiru
PretranslageMessage...
 
I have a dialog which has three buttons in it. In order to know the mouse position when the poin...
[1 reply] : If you mean what I think you do, then ClientToScreen http://msdn.micr... (by andywestken)
_beginthread; How do I pass member function as parameter?
 
Here's my function: void Incoming(socketDataStruct *socketData); ..and here's how I try to pas...
[3 replies] Last: PS Just noticed you using a cast when calling _beginthread. It is sa... (by andywestken)
i need help with my programming assignment?!
 
ok i have a to do a code for a polybius and im stuck at trying to write this, i have a 6x6 square v...
[1 reply] : Do it yourself and come back when you've had a go and run into problem... (by ausairman)
How do I create an array in an amp restricted function?
 
I'm using VC++11 and would like to know how I can create an array of arbitrary length in an amp rest...
[5 replies] Last: That function is not amp-restricted, so it won't work either. I think ... (by ausairman)
Screen capture is only running in debug mode
 
Hi guys, i'm a c++ beginner and i've copy this code from an example: /*screen capture example...
[3 replies] Last: @falkinator Local variables are allocated automatically , rather tha... (by andywestken)
Problem with Scintilla library
 
I have problem with calling this function Scintilla_RegisterClasses() Compiler gives me this erro...
[4 replies] Last: Actually, checking the Scintilla sample app, it looks like you don't n... (by andywestken)
Use std::string with Win32 API?
 
Ok so i was trying to pass the buffer from ReadFIle() to a std::string like so. string sBuffer; ...
[7 replies] Last: Actually, as some has pointed out to me on another thread, VC++ have b... (by andywestken)
Create high priority process
 
I have an application which starts a bunch of other processes. I need one of these processes to be ...
[5 replies] Last: I repeated the little test on a Windows XP SP3 desktop PC, and both ca... (by andywestken)
Getting the Width of a Window
 
Hi, I need the width of a window. I try to do this as follows: LPRECT tarWnd = 0; GetClientR...
[5 replies] Last: If you think about a bit more... The signature of GetClientRect is: ... (by andywestken)
recv function freezes
 
i've been working same code as in this tutorial: http://www.youtube.com/watch?v=IY5IyX_KFJk code...
[8 replies] Last: okay, I fixed send function (and updated server code, and the problem ... (by Silvestar)
I need help!
 
This question has been resolved. Thank you for all your help. I'm trying to create a game using A...
[10 replies] Last: I did not understand this part: 5. If you want to, you can cast the... (by Wild Jr)
MASM \ C++ x86 to x64 help
 
Hi, Sorry, for a short burst of question recently. I have been doing my project very much and I am...
[4 replies] Last: To tell you more about this project to give you a understanding on why... (by SpaceWorm)
Creating a thumbnail
 
hello everyone I am trying to get thumbnail from a file,the same icons you see in windows explorer....
[3 replies] Last: Cool! But you need to rework the way you handle errors a bit, as you ... (by andywestken)
Pages: 123... 15
  Archived months: [mar2013]