Multimedia
Multimedia is media that utilizes a combination of different content forms.
Forum Post

Re: GUI Qt for C++

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"...
Forum Post

color edit box?

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...
Forum Post

Problems with MFC and OpenGL objects together with Windows 7 Aero

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...
Forum Post

Own Constructor doesn't work.

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...
Forum Post

Re: turbo c calculations not right

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);
Forum Post

Re: GUI and C++?

C++ is best programming language.
Forum Post

OnPaint Region Handling

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...
Forum Post

HRGN region repainting problem.

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...
Forum Post

Rich Edit Control Internal Data Structure

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...
Forum Post

Using TComboBox

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...
Forum Post

opengl and eclipse c++

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(),...
Forum Post

Re: Help Neede in While Loop...

#include #include void operations( void ); int main( void ) { operations(); getch(); } void operations( void ) { int a,b,c,d,menu; clrscr();...
Forum Post

Band limiting signals

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...
Forum Post

Re: GUI and C++?

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...
Forum Post

GUI and C++?

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....
Forum Post

D3D or OpenGL?

Hello. Wich one is better for newbie D3D or OpenGL to create 3D graphics? I'm looking forward to create a tiny game.
Forum Post

C++ Applications developed in 32 bit OS running on 64 bit OS

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...
Forum Post

MfcMenuButton

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...
Forum Post

How to detect antivirus installed on windows 2003 server and 2008 serv

ConnectServer( _bstr_t(L"root\\SecurityCenter"), // Object path of SecurityCenter NULL, // User name. NULL = current user NULL, // User...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.