Can anyone help me?
I attempt to draw text text to a windowless vmr9, and I am able to get text overlay but my text either only shows up in white or not at all.
The funny thing is that I can only...
Does anyone understand DirectShow?
I've been trying to learn, but I think I'm missing something and I really can't figure out what I'm doing wrong.
I've been stuck on this problem for 2 months now...
Thank you so much.
That worked beautifully.
I tried adding the JScrollPane to the panel before, but it never seemed to work for me previously - not sure why.
My code uses BorderLayout currently.
I write a JList with icons and text to a JPanel and a button and textbox to other JPanels.
This JPanels get added to my JFrame.
The code I attached has this...
I have a problem with a Java GUI program I am writing.
I am trying to display a list of icons for a virtual (emulated) directory.
That works fine, but I want to clip the display region and use a...
Hi I am compiling Win32 C++ code using Bloodshed DevC++.
My program draws circles on the screen, and updates to new positions every second on a timer.
I verified that the timer works and WM_PAINT...
Thanks, egawtry. I know how to get the size of the text of a menu item. I just think it's rediculous that setting menu text size was not included in the API. This application is to be used in an...
I wrote a win32 (NO MFC) GUI in C++ using visual studio 2005.
I am currently using the CreateMenu/ AppendMenu API for dynamic menus.
However, my system(drop-down) menu item text is too...
Well, for graphics programming in Windows in C++, I would have to recommend either Programming Windows by Charles Petzold or Windows Graphics Programming by Feng Yuan.
The latter is slightly more...
Hi, I have a Win32 c++ program in Visual Studio 2005.
My program creates a child dialog box, which displays a progress bar on a timer.
This timer is started when the SEND button is clicked.
I wrote a c++ GUI entirely using win32 (NO .NET or MFC)
I would like to add radio button and progress bar functionality to my window, but I can't find any examples or references on how...
I have a Win32 C++ application that uses the CreateMenu/AppendMenu/SetMenu API to dynamically make my drop down menus during runtime - yeah, I coded this the hard way.
I was asked to...
Where's the rest of your code?
This is not a complete program.
Where's the WinMain?
Where do you handle Windows messages?
This is what fred100 meant by needing Charles Petzold's book "Programming...
Yes, the code you were asking about initializes the variables of that class.
You can only do that in the constructor though.
That is a kind of pre-initialization that occurs before the first line...