Multimedia
Multimedia is media that utilizes a combination of different content forms.
Language
Platform
Any
License
Any
Hi
First of all Qt is not a compiler, it's just an IDE, it's based on the gcc, yet you can use borland C++ or MS VC++ once you have Qt onboard.
I'm not sure what do you mean by "do all the work"...
hello every one,..
if I have 10 edit boxes, and the user enter text into only 5 of these edit box
I want to change the color of text entered by user
while the remainder edit boxes (no used by...
Hello programmers,
I solve a strange behavior of MFC graphic objects together with OpenGL objects when Windows 7 Aero is enabled on my desktop. I describe that matter more detail now, I have...
Hello,
I have created my own derived class which base class is CFileDialog, then I have also created my own contructor to that file, my contructor should open a file dialog box with possiblity of...
Turbo C has a very easy to use debugger - I am sure if you use it - you will see what is wrong. Set a breakpoint AFTER any input, like that:
scanf ("%f", &value);
C++ is best programming language.
Height + 11,
4 , 4);
hdc = GetDC(hWnd);
brush = CreateSolidBrush(rgb);
FrameRgn(hdc, rgn, brush, 4, 4);
ReleaseDC(hWnd,hdc);
DeleteObject(rgn);
}
Wanting always to have frame...
Height + 11,
4 , 4);
hdc = GetDC(hWnd);
brush = CreateSolidBrush(rgb);
FrameRgn(hdc, rgn, brush, 4, 4);
ReleaseDC(hWnd,hdc);
DeleteObject(rgn);
}
Wanting always to have frame...
I have a Handle to the Rich Edit Control of Wordpad application in my Keypad application. I want to directly access the Internal Data Structure for this Rich Edit Control without using Windows...
Hi,
I am using a TComboBox to display various items. I want to programatically set the width of the Drop Down Element of the combo box but NOT the control itself. Is there a way of setting this...
Hi all,
I am having problem on opengl program. I installed freeglut and associated packages. When i try to compile a simple program in opengl which especially uses functions glLookAt(),...
#include
#include
void operations(
void
);
int main(
void
)
{
operations();
getch();
}
void operations(
void
)
{
int a,b,c,d,menu;
clrscr();...
Hi,
Can any body explain about
How a discrete signal(Am using an audio file as a signal) can be bandlimited. In my process first audio signal is split to frames containing some samples, Is...
Depends on the style of GUI you are looking to do. If it is just menus, buttons, and forms than the easiest would probably be things like, C++Builder, C#, or Visual Basic. If you are looking to...
Can anybody recommend libraries for creating a GUI with C++? I've always created web applications with HTML/CSS/PHP/MySQL/Flash and AS3, but I am now interested in creating desktop applications....
Hello. Wich one is better for newbie D3D or OpenGL to create 3D graphics? I'm looking forward to create a tiny game.
Hi,
I've developed my own database and stand alone applications in B++Builder 6 in Windows XP and the last compile was during 2008. I need to upgrade now on laptops and one option is Windows 7...
Hello,
I need help in using MfcMenuButton, I added such a button to my project,
but I can't find how to add the menu items to this button ,if somebody know how doing it and can write me the way to...
ConnectServer( _bstr_t(L"root\\SecurityCenter"),
// Object path of SecurityCenter
NULL, // User name. NULL = current user
NULL, // User...