Windows Programming (Page 13)

by Aden8
Array template functions - Sorting
 
I'm writing a program that uses a template function that sorts an array of integers and wo...
[1 reply] : Please, read following article to get source code (and example of usin... (by jackdark)
Having probs intializing a CString in a struct
 
Can't seem to get the following to intialize/compile struct print { int x; //row ...
[1 reply] : In C++ "struct" and all other "user types" are "class" and all member... (by jackdark)
Showing chinese character
 
Hi The char * str below contain sequence of UTF-8 code units, for the 2 chinese character 你好....
[10 replies] Last: Try to use void MakeUnicodeString and MakeAnsiString from this artice:... (by jackdark)
Cheap Compiler?
 
Hi guys, noobie programmer here. I just started learning C++ on my own and was using a trial version...
[19 replies] Last: It doesn't expire, but it cannot be the full MSVS if it's express. (by EssGeEich)
Generate 4Byte MAC
 
Hi, I need a help. I want to generate a MAC using " C ". I tried with google. But it's not work. ...
[4 replies] Last: This is a windows forum, the operating system provides already Crypto ... (by modoran)
How to read from edit control?
 
How to read in from edit control? I got an interface where the user has to input his/her username an...
[3 replies] Last: It's a bit more complicated. You need a window procedure, in there you... (by plexus)
Unable to start program
 
I have just made a Windows form program, and it will not start. This is the error i'm receiving: "U...
[3 replies] Last: Thank you for your help, I have just been informed i was using the wro... (by Kabooss)
Using Bison parser generator
 
I've downloaded all files for Bison parser generator from GNU, but i don't know how to start! I want...
[no replies]
How is this error occur?
 
Is there any mistake in this code? // i declare these as a global variable HINSTANCE hEdit1; #def...
[3 replies] Last: Ah i get it, it is the L macros, i don't usually use them, and never ... (by selenium)
Who bought "Apolsoft Android SMS Transfer" of this software? Can give me some advice?
 
Who bought " Apolsoft Android SMS Transfer " of this software? Can give me some advice? I want to b...
[no replies]
Best Way to Assign Value to constant char (and other things)?
 
Hello and thank you! I'm a bit new so bear with me. I'm attempting to conduct serial communication b...
[3 replies] Last: You should NOT assign a std::string's internal char* to another char*,... (by EssGeEich)
by Zapeth
boost::asio - prevent that Win32 console forces quit?
 
Hello, I have a little program that receives and sends TCP and UDP packets and I'm using boost::asio...
[1 reply] : Okay I was able to get myself a little bit more time by using Duoas su... (by Zapeth)
windows could not start the service on local computer error 5 access is denied
 
i got code for a service from this website: http://code.msdn.microsoft.com/windowsdesktop/CppWindow...
[14 replies] Last: i had the project folder saved on my desktop so using LocalService as ... (by beginner123)
combo box
 
Hi ,I need a combo box in toolbar & i want access that combobox from one of the child window. How ca...
[no replies]
NetBeans + MinGW + Boost + C++ = annoying
 
I just switched from Code::Blocks to NetBeans yesterday, and I posted on the forums... The NetBeans ...
[4 replies] Last: omg it works now. I re-installed MSYS under C:\ instead of under C:\P... (by IWishIKnew)
Which Win32 Tutorial is Better For C++?
 
Hi! I'm a intermediate C++ programmer and I just started learning the Win32 API. My question is just...
[4 replies] Last: [quote=anonymousxyz]Hi! I'm a intermediate C++ programmer and I just s... (by thejman250)
by Kuzco
Change icon of exe in VS2012
 
Hillou I am trying to change the icon of my program in Visual Studio 2012, but it just won't chan...
[3 replies] Last: VS creates 2 icons and add them to the project, one named small.ico ... (by modoran)
Visual Studio and Cocos2d-x
 
Hey guys, I've recently decided to learn some cocos2d-x and I'm having some issues with getting ever...
[no replies]
Winsock and Winapi implementation?
 
Hello people I am trying to implement a win32/winapi client with winsock to connect to a server pro...
[3 replies] Last: Yes. (by kbw)
got a simply question, about createwindow() in creating label.
 
HWND hwndLabel = CreateWindow( TEXT("STATIC"), /*The n...
[5 replies] Last: I see, thanks guys. (by selenium)
Pages: 1... 1112131415
  Archived months: [mar2013]

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