Jump to content

Drawing on the screen

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
bfrobctt

bfrobctt

    Newbie

  • Members
  • Pip
  • 3 posts
Hi.
I want to draw on the screen. I mean a program which ables the user draw every where he wants.(even when he is in my computer). How can I write this program?
Thanks a lot.

#2
bfrobctt

bfrobctt

    Newbie

  • Members
  • Pip
  • 3 posts
Please Help me!

#3
Vswe

Vswe

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 9,552 posts
To be honest I don't think it's possible, well you could add an topmost form with transparent background and draw on it (however not possible on XP since the user won't be able to click anywhere through the form). That's all I can think of and the result won't be perfect.

#4
Davide

Davide

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 506 posts
You will need some serious Win32 API calls. I hate saying this but it's kind of hard.

I wanted to make an application that will draw a water drop on the screen (to annoy people). It's not that easy.
Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics

#5
bytelogik

bytelogik

    Newbie

  • Members
  • PipPip
  • 13 posts
bfrobctt,

Check these links:
Star on desktop by MOHD HATTHAH R.T WONG
Draw Screen by Anil Gulecha
Graffiti/Graphitti by oigres P

Hope this helps.