Windows Programming (Page 3)

GUI Panels
 
Hey so for a GUI I'm designing I came up with an idea of having the main window then sort of a conta...
[4 replies] Last: you might want to give ''qt'' a try. especially the things you plan t... (by Darkmaster)
by ntran
Renaming a process
 
Hi everyone, So I have my application --> myapp.exe As it is running, in the Windows Task Mana...
[1 reply] : IIRC its going to be whatever the name of the process already is. that... (by Little Bobby Tables)
why the static control is 'hided'?
 
by several reasons i drawed the static control using WM_PAINT at least i can change the textcolor, t...
[2 replies] Last: by some reason, i can't use that message... that msdn doc make me more... (by Cambalinho)
error in message WM_PAINT
 
i'm trying doing a double buffer in WM_PAINT message for avoid the flickers: case WM_PAINT: ...
[2 replies] Last: you have right.. thanks for correct me (by Cambalinho)
by ntran
GUI Library for windows
 
Hi, I'm looking for a free GUI library to create proprietary applications. So I cannot use Qt...
[2 replies] Last: Thanks, it's a good option. (by ntran)
EnumDisplayMonitors from HDC
 
HDC monitorDC = (CreateDC(displayDevices .DeviceName, displayDevices .DeviceName, NULL, NULL)); ...
[no replies]
by tec23
How to detect a UTF-8 file without bom?
 
I need to open UTF-8 files in a text editor, but don't know how to detect UTF-8 without bom. The WIN...
[1 reply] : bool IsUTF8(const void* pBuffer, long size) { bool IsUTF8 = true;... (by Lyrus)
by tec23
TCHAR array initialization
 
If I have this TCHAR lpString = TEXT("MainMenu"); Will lpString be null terminated?...
[9 replies] Last: Me and Disch are talking about different things. What's confusing abou... (by knn9)
Work around for using C++ class with extern "C" DLL, class, function overloading, templates
 
Hello, I've been betting my head against the wall trying to figure out how to be able to use all ...
[8 replies] Last: Thank you kbw for your various answers to my question. -Andrew (by supracharger)
drawing NOT filled Rectangles?
 
hey guys, i have a suppose-to-be simple task which i can't figure out: how do i draw a simple "tran...
[2 replies] Last: Thanks!! i think by default rectangles should be transparent, and fil... (by igor1985)
Compatibility of Borland C++ Builder 6.0 and Windows 8.1
 
Hello, I have been using Borland C++ Builder 6.0 Professional with Windows 7 Professional 64-bit on ...
[5 replies] Last: borland c++ is using win32 api, and since windows is backward compatib... (by tath)
by AKD
PROGRAM CANNOT RUN
 
Hi, I'm freshie :) Btw, I'm interested with this website so that I'm register under the cplusplus...
[1 reply] : http://www.cplusplus.com/forum/beginner/1/ (by cire)
What is the maximum size of a Bitmap?
 
Hey there, I was encountering a bug in my source code where CreateCompatibleBitmap() was returning ...
[2 replies] Last: Interesting... (by SixTsevN)
How to write game Contra on C++ And DirectX
 
Can you help me write game Contra equal DirectX? Thanks all. P/s: I'm understand about C++ and OOP...
[4 replies] Last: thanks sir. :) (by nxvietit)
CreateCompatibleBitmap() from Un-released DC
 
Hey there, I just tracked down a bug within my source code, where my use of CreateCompatibleBitmap(...
[3 replies] Last: It belongs to a class. Similar to that of a BackBuffer. (by SixTsevN)
Screen-saver application (Beginner)
 
Having trouble with windows API: I am attempting to write a program that will do as follows: Basic:...
[3 replies] Last: Yes, but this is a screen-saver on a single monitor or display whilst ... (by Jack Hammered)
// Comments not working
 
Hello. I'm having a strange problem. When trying to write comments with the double forward slash ...
[2 replies] Last: Thanks for the reply. Do you know how I can change the version of C I'... (by Bogeyman)
by ahcfan
Opening multiple files in explorer with one instance of my application?
 
If I select multiple files in explorer and hit enter it opens each file in a separate instance of my...
[2 replies] Last: You'll need to fiddle around with synchronization objects and inter-pr... (by duky)
save file to usb
 
i want to save a file to pen drive using C++ code i don't know how to set directory of the file. ...
[1 reply] : Do you mean using SHBrowseForFolder() ? http://msdn.microsoft.com/en-u... (by modoran)
Run C++ Console in Vb.net ?
 
Hello everybody. Can make .dll with VS C++2012 console and import to vb.net2012? Thankyou ver...
[11 replies] Last: Op! Hi Freddie1. Can you help me run my code C++ in vb.net ? I had ... (by taipscode)
Pages: 12345
  Archived months: [sep2014]

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