| Fred Hiltz 2006-03-10, 6:30 pm |
| Surbhi wrote:
> How can I paint any window if I am getting data in the form
> of an array.
> i want to draw one more window (i.e I want to display my
> GUI )on another window which i have drawn using windows.the
> data which i am getting is in the form of array of bits.
> I want to set pixel by pixel value on a particular
> window.Can u suggest me some methods or functions to
> implement that.
Paint Shop Pro is a good image editor, but it is not a tool kit for
developing your own Windows application. I suggest looking into the
available software development kits for the programming language of
your choice, probably Visual Basic or C++ in the Windows
environment. You can get suggestions about them in the Microsoft
forums.
--
Fred Hiltz, fhiltz at yahoo dot com
|