Re: newbie jpeg file.
- From: "William DePalo [MVP VC++]" <willd.no.spam@xxxxxxxx>
- Date: Fri, 13 Jan 2006 10:53:01 -0500
"Boki" <bokiteam@xxxxxxxxxxxxxx> wrote in message
news:OFFrS51FGHA.2212@xxxxxxxxxxxxxxxxxxxxxxx
> I am newbie, I didn't know how to draw a line ... load a
> picture to screen yet... could you please advice where
> should I start?
You need to become familiar with the Graphics Device Interface (GDI) or its
successor GDI+.
An overview of GDI is here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/wingdistart_9ezp.asp
and here is some help on drawing lines and curves:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/linecurv_1ws3.asp
> My target this time is to understand how to do screen
> control in VC, and how to load a jpeg file from array.
> ( because my jpeg file will store in an array, because
> it will be collected from serial port )
This is a non-trivial task. If you are using MFC you may want to take a look
at this:
http://msdn.microsoft.com/msdnmag/issues/01/10/c/
Regards,
Will
.
- Follow-Ups:
- Re: newbie jpeg file.
- From: muchan
- Re: newbie jpeg file.
- From: bokiteam
- Re: newbie jpeg file.
- Prev by Date: Re: Receive problem in socket
- Next by Date: Re: Receive problem in socket
- Previous by thread: Directory is a "a file system object" ?
- Next by thread: Re: newbie jpeg file.
- Index(es):
Relevant Pages
|