answersLogoWhite

0

What is graphics programming in vb?

Updated: 12/15/2022
User Avatar

Wiki User

11y ago

Best Answer

Graphics programming is when you manually draw an item to your application instead of using a picture box, label, or button.

To start drawing graphics you need to import the graphics library.

Imports System.Drawing.Graphics

Then create a new graphics

Dim g As New Graphics

that is it. when you call "g" you will have many operators in it to draw to the forum.

Hope this helps :)

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is graphics programming in vb?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How does return statement work in vb?

No Return statement in VB programming


Why vb is an event driven programming language?

because it is driven by events. as it is a language used in programming, then it only makes sense to say VB is an event driven programming language.


Is VB modular programming language?

Yes.


Is VB an object oriented programming language?

Yes


What programming language does VB represent?

Visual Basic


Why vb is called vb?

VB stands for Visual Basic. It is named as such because it is a programming language developed by Microsoft with a focus on providing a visual environment for the development of Windows applications.


How do you Make a game by vb programming?

VB is not the language for making games, use C++ it works alot better.


Can i get a project topic using vb programming language?

bank transaction


What has the author Michael Abrash written?

Michael Abrash has written: 'Power graphics programming' -- subject(s): IBM Personal Computer, Computer graphics, Programming 'Zen of Graphics Programming' -- subject(s): Microcomputers, Computer graphics, Programming 'Zen de la programmation graphique'


Can you make advanced version of paint brush using vb?

VB is a programming language and can be used to create any application. In theory it would be possible to produce an advanced picture editor using VB.


Who are the author the visual basic?

Visual Basic (VB) is the third-generation event-driven programming language and integrated development environment (IDE) from Microsoft for its COM programming model. VB is also considered a relatively easy to learn and use programming language, because of its graphical development features and BASIC heritage.


Why are some people good at C plus plus programming but terrible at Visual Basic programming?

Maybe they've never learnt/tried VB beforehand?