 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
NostraSdamus Guest
|
Posted: Wed Oct 08, 2003 2:45 pm Post subject: How to paint on the desktop? |
|
|
Hi,
Some time before there was link to site where sample was.
Now link is dead, do somebody have that sample or something similar ?
|
|
| Back to top |
|
 |
Ron Sawyer Guest
|
Posted: Thu Oct 09, 2003 11:13 pm Post subject: Re: How to paint on the desktop? |
|
|
Try something like this:
TCanvas *LclCanvas = new TCanvas();
HDC LclDC;
LclDC = GetDC(0);
LclCanvas->Handle = LclDC;
LclCanvas->MoveTo(100, 100);
LclCanvas->LineTo(200, 200);
Remember to delete LclCanvas when you are done with it.
NostraSdamus wrote:
| Quote: |
Hi,
Some time before there was link to site where sample was.
Now link is dead, do somebody have that sample or something similar ?
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|