it used to be a simple program in VB6 :(
From: Serdar C. (serdarc_at_interaktif.gen.tr)
Date: 06/06/04
- Next message: Mark Broadbent: "thx all for comments"
- Previous message: PF Melamed: "axImgAdmin insert (from Kodak comp) from VB to c# in .net windows form"
- Next in thread: Nicholas Paldino [.NET/C# MVP]: "Re: it used to be a simple program in VB6 :("
- Reply: Nicholas Paldino [.NET/C# MVP]: "Re: it used to be a simple program in VB6 :("
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 6 Jun 2004 12:55:54 +0300
hi there im trying to write a program that looks like this:
+--------------------------------------------+
| +--------------+ |
| | | |
| | Pbox | |
| | | |
| +--------------+ |
+--------------------------------------------+
theres a picture box in the form and i'll paint somehting on it with mouse.
and i want to learn the color of the each pixel of the pbox.. (i.e in
pixel(10,10) color is black)
there used to be simple commands for that in vb6 (gset(x,y)) but theres no
command like this i found in c# or vb.net yet.. can smoeone help me on this
program or show a source with an example ?
thanx for spending ur time for reading and helping..
- Next message: Mark Broadbent: "thx all for comments"
- Previous message: PF Melamed: "axImgAdmin insert (from Kodak comp) from VB to c# in .net windows form"
- Next in thread: Nicholas Paldino [.NET/C# MVP]: "Re: it used to be a simple program in VB6 :("
- Reply: Nicholas Paldino [.NET/C# MVP]: "Re: it used to be a simple program in VB6 :("
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|