simple graphics question 
Author Message
 simple graphics question

Hello helpful person,

I'm an experience QBasic programmer and am just starting
to use MS Visual Basic 4.0.  I am trying to write a program
that will create graphical noise and output it to a window
but I don't know how to output the graphics.  I'm hoping
there is something familiar like PSET.

If it helps to know the layout of the program I am planning
on making it one window with buttons on the right side for
options and such with a large preview area that takes up
the majority of the window.

Thanx in advance for your help.

-Vince Eagen
San Jose, CA



Sat, 04 Nov 2000 03:00:00 GMT  
 simple graphics question

The PSet method exists in VB. There is also a Line method. Look them up in
the help. You'll probably also want to take a look at the Rnd function. So
(PSet example):

Form1.PSet (FormX, FormY), ThisColor

Good luck!

Steve

Quote:

>Hello helpful person,

>I'm an experience QBasic programmer and am just starting
>to use MS Visual Basic 4.0.  I am trying to write a program
>that will create graphical noise and output it to a window
>but I don't know how to output the graphics.  I'm hoping
>there is something familiar like PSET.

>If it helps to know the layout of the program I am planning
>on making it one window with buttons on the right side for
>options and such with a large preview area that takes up
>the majority of the window.

>Thanx in advance for your help.

>-Vince Eagen
>San Jose, CA



Sat, 04 Nov 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Simple Graphics Question

2. Simple (??) Graphics API question

3. Simple (??) Graphics API question

4. Simple (??) Graphics API question

5. Simple Question: Assigning Icon to an App : Simple Question

6. simple question...what was the source code for this simple custom action (rules wizard)

7. SIMPLE QUESTION : SIMPLE ANSWER?

8. SIMPLE QUESTION : SIMPLE ANSWER?

9. SIMPLE QUESTION, please SIMPLE ANSWER

10. Simple controls and a very simple question

11. SIMPLE SIMPLE ListView Question. Please help

12. Simple Question...simple answer???

 

 
Powered by phpBB® Forum Software