• 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]
scrollview issue on win7 environment
 
We are currently maintaining a Windows application (MFC). Which retrieves data from an XML files. ...
[no replies]
Does My Graphics Card Support OpenGL 4.0?
 
Hello and thank you all! I'm trying to create applications using openGL 4.0, but a certain line in m...
[7 replies] Last: So... you ARE getting the same white page? Good. I got worried because... (by anonymousxyz)
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...
[2 replies] Last: memory alignment issues if x86 is 32 bit words and x64 is 64 bit words... (by DeXecipher)
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)
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á ...
[3 replies] Last: Opps, my bad it's in portuguess. Tente ir a este site. Ele pode ajuda... (by megasnorlax)
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)
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...
[13 replies] Last: I want to find the folder the exe is in (ie Program: "M:\TOOLS\WIN\IOB... (by Timberwolf Programmers)
creating windows
 
Hello, I've been looking at making windows, but I don't understand it fully. Is there some tutorial ...
[4 replies] Last: SpaceWorm gave you good advice. If you followed it, you would underst... (by freddie1)
Windows Forms - printing the textBox's content
 
Hi Guys. I'm writting a simple Windows Forms aplication and I have a 'textBox1' with some simple tex...
[no replies]
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]
please , cmake error.
 
so i have MINGW installed like im supposed to from the website. then (im trying to get ogre3d) i try...
[1 reply] : i just copied that dll out of mingw/bin to mingw.... and it fixed it..... (by oppositescopes)
Deleting child button window
 
Using c++, I have created a window with a "WNDCLASS" structure. I have then used "CreateWindow" agai...
[4 replies] Last: ShowWindow with SW_HIDE should have made the button disappear? The beh... (by andywestken)
Pages: 123... 12
  Archived months: [mar2013]