Windows Programming (Page 3)

VS 2012 MFC context menu
 
before 2012 I just modify the C**App::OnPreLoadState() part, initial it has a edit context menu, and...
[no replies]
application with a custom window interfaces(skinnable)
 
I am trying to learn how to draw a custom UI for window ( like CyberlinkpowerDVD ,JetAudio, AIMP and...
[no replies]
MFC: how to create a NULL BRUSH
 
here's part of my class code, the problem is that I can create a null brush, the BS_NULL can't be a ...
[1 reply] : I think this would work, but I think it's not good enough. CBrush* ... (by ylxin1993)
scrollview issue on win7 environment
 
We are currently maintaining a Windows application (MFC). Which retrieves data from an XML files. ...
[1 reply] : Maybe one of the next links might help. http://codexpert.ro/blog/201... (by nedo)
How To Get Rid of Null Terminator In Pointer For WriteFile Function
 
Hello and thank you! I am attempting to send the character 'a' to a microcontroller. Although I am s...
[3 replies] Last: Aha, thank you very much, both of you! And thanks Andy, for the MSVS h... (by anonymousxyz)
SendInput and GetAsyncKeyState
 
Hello, I'm trying to do something simple: I want to press a key on the keyboard like "F1" or "Escape...
[1 reply] : Here's the basic code structure, I don't quite understand it all yet b... (by Fourc00h)
by helton
Captura de tags XML usando c++
 
Ola Galera Bom Dia! Estou desenvolvendo um sistema que recebe XML do servidor, essa parte ja está ...
[5 replies] Last: Google translate his your friend. (by Fredbill30)
Would this Work?THEORY ONLY!
 
Hi, Just to inform you, guys this is not related to do with Code or such but a simple question on...
[5 replies] Last: The thing is, I do not want to use SetWindowsHookEx nor LoadLibrary as... (by SpaceWorm)
How can I make a struct containing vectors ready for AMP?
 
So I've read through the C++ AMP tutorials and I've started rewriting a neural net algorithm to atte...
[no replies]
ShellExecuteEx not launching exe
 
I am using regular C++, not Visual C++. I need to run an exe as admin from my C++ application. The C...
[14 replies] Last: I fixed my own problem. Code before: #include "main.h" int WINAPI Wi... (by Timberwolf Programmers)
Can I use user-defined types with C++ AMP?
 
Hi everyone, I posted this on the MSDN Forums (http://social.msdn.microsoft.com/Forums/en-US/parall...
[1 reply] : The following page explains exactly what I was looking for: http://blo... (by ausairman)
animation blinker effect
 
Here's my code so far(copy and paste it to see what it does). #include <iostream> #include <conio...
[2 replies] Last: THANKS!!! ^That code works JUST how I wanted it to! (by megasnorlax)
by QIZI94
DLL exporting problem
 
Hello guys,I have problem with exporting a non-class function from dll. //dll project namespace...
[2 replies] Last: Thanks, it work now :-) (by QIZI94)
third party Lib's dll's and Header files
 
Hello, I am new to programming. I am working on a project that has third party Lib's dll's and He...
[3 replies] Last: Thank you so much for your help coder777 and zlogdan . This info is ve... (by robertad2828)
VirtualAllocEx
 
Hi, I'm trying to figure out how to allocate memory to a process, write bytes to it and then create...
[2 replies] Last: Hi, Look at my recent thread it is related to injection: http://cplus... (by SpaceWorm)
error C2447: missing function header (old-style formal list?)
 
can someone help me how to solve this 1 error error C2447: missing function header (old-style forma...
[1 reply] : int main(); // <--- Remove the ; (by coder777)
system("CLS");
 
is there any function in windows programming like system("CLS") in console? I want to make a window ...
[2 replies] Last: Thanks thats a nice idea. (by Prashant Gupta PG)
winsoc2.h lib (1,2)
 
hi, i have develeop the game on c++ with allegro now i want to make multi player means connect 2...
[23 replies] Last: i have game on c++ allegro now i just want to make it multiplayer mea... (by kbw)
How to draw curve line of a function?
 
Lets say i have a function f(x) = x² , and i want to make my programme to draw the curve line, does...
[no replies]
BS_DEFPUSHBUTTON child of non-dialog window: Doesn't receive Enter?
 
I have a DEFPUSHBUTTON that I have added to my main window using CreateWindowEx: buttonWnd = Crea...
[no replies]
Pages: 12345... 14
  Archived months: [mar2013]

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