Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

graphics in visual c++ 6

Status
Not open for further replies.

pegi

Newbie level 3
Joined
Jan 27, 2007
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,295
hi, alls
how to create graphics in c++ ?
do i must use activeX ? where i get that?
regards;
 

If you just need a 2D graphic processing. GDI is helpfull to you.

LoadImage() func wil help you load an Bitmap or Icon in to your memory, then you can process or show it on to the screen.
 

if you aware of TC simple copy and paste graphics.h file in its include folder the use it as use in tc

Added after 1 minutes:

use yashvanth kanatkar books
 

If you donot want to use DirectX, you will use GDI+. DirectX is based on ActiveX. The graphics part of DirectX is DirectX Graphics. You can download DirectX SDK in MS site freely. By the way, DirectX Graphics is much faster than GDI+.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top