• 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]
Is SDL a good option for developing a paint program?
 
Some years ago - many- I created a paint program on the Atari ST platform. The only reason I did so ...
[3 replies] Last: Think I've found it here : http://docs.opencv.org/modules/imgproc/doc... (by shawnlau)
New to this
 
Hi guys, i've been using C++ for a bit now and i want to start making more useful programs. I saw so...
[3 replies] Last: https://msdn.microsoft.com/en-us/library/windows/desktop/aa383751%28... (by Homberto)
MFC Dialog Based Application
 
Completely new to C++ and have been given a task that includes creating an application that uses CSt...
[2 replies] Last: Try checking https://msdn.microsoft.com/en-us/library/ms649014(v=vs.85... (by vickoza)
Help for ANE
 
Hi all I'm a flash developer. in flash (air technology) we can use c++ native code for extends our ...
[1 reply] : One question are you looking to query for all hardware information lik... (by vickoza)
Saving a Bitmap to the same filename it was loaded from
 
Hi, I am loading a Bitmap file and then changing the EXIF data in it and trying to save it back to ...
[3 replies] Last: are you including the following code: GetEncoderClsid(L"image/jpg", &... (by vickoza)
by Duoas
Profile Tile bitmap is damaged?
 
I'm trying to use the user's profile image -- which for testing is my own (custom) profile image. I ...
[no replies]
how do I inherit from a native C++ objects in different assemblies
 
I have a native class stored in a C++\cli project. I want to be able to inherit from the C++\cli pro...
[no replies]
by Gyiove
checking how much ram my program is currently using.
 
Hello everyone! I searched all over the internet and i found few functions but non of them worked l...
[4 replies] Last: The stackoverflow.com post Homberto pointed you at looks pretty exhaus... (by andywestken)
by Kalist
How to call a function within DLL?
 
This is what I have, what am I doing wrong? #include <windows.h> void test(){ MessageBox...
[16 replies] Last: I have a solution in VS 2008 with 2 projects in it. One is a DLL writt... (by Jimmy09)
Best way to get my app to react to an incoming pdu?
 
Hi guys, I'm making a desktop sms sending app out of an smpp library (https://github.com/onlinecity...
[no replies]
by nofish
char arrays / C-style strings
 
1. What's the difference between char myString1 = "Hello World"; and char myString2 = { "...
[6 replies] Last: Haha, I did assume it would be something techie. Thanks for clarifyin... (by nofish)
What are the limits of console applications?
 
What are the limits of console applications? What can I do with them? What can't I do with them? ...
[1 reply] : Duplicate of these threads! http://www.cplusplus.com/forum/general/168... (by andywestken)
by RaduV
Toolbar button stays pressed (win32)
 
When I click and drag a toolbar button it stays pressed when it should be unpressed when I release t...
[4 replies] Last: Nobody huh? This is so annoying because other windows applications lik... (by RaduV)
win32 - how can i put a child control transparent?
 
please someone correct me very. i readed several texts about doing a child control transparent, but...
[3 replies] Last: https://msdn.microsoft.com/en-us/library/windows/desktop/dd162814(v=vs... (by Homberto)
OFNHookProc problem
 
I have tried to write a program, in which the GetOpenFileName dialog box does not close. However, it...
[4 replies] Last: Nailed it! I had all kinds of ludicrous solutions to finding the right... (by Breehc Nicdoll)
by Massi
Parse PDF file
 
Dear Forum, Is there any library or way to parse PDF file with C++?? I have tried to use PoDoF...
[9 replies] Last: Hello chipp, I'm sorry for the late response, I have to create a GUI t... (by Massi)
by Broken
Need to read graphic interface, please help new guy :D
 
Hey guys, i am glad i found this community and i hope i will learn a lot from you. I got some progra...
[1 reply] : Ah come on guys, nothing ? (by Broken)
About Turbo C++
 
Is turbo C++ better than Microsoft C++. Can we create 32 bit or 64 bit exe files with Turbo C++. Wha...
[2 replies] Last: In their day (which was a long, long time ago), Borland's products wer... (by freddie1)
by ajh32
CListCtrl & sort icons
 
I have a CListCtrl in a CDialog on which I capture the ON_NOTIFY message LVN_COLUMNCLICK, and then...
[4 replies] Last: I have decided to write a small CMFCListCtrl extension class that ov... (by ajh32)
Pages: 123... 5
  Archived months: [may2015]