473,386 Members | 1,630 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Graphics

I'm a Newbie who has only been using VB for a year or so
and I am developing a driving game. Is there a quicker way
than drawing all the graphics over again to make it move
forward? Somebody pleaseeeeeeeee answer me! I'm going mad!

DK91
Nov 20 '05 #1
4 1478
"DK91" <HA***********@nowhere.com> schrieb
I'm a Newbie who has only been using VB for a year or so
and I am developing a driving game. Is there a quicker way
than drawing all the graphics over again to make it move
forward?
Probably: No
Somebody pleaseeeeeeeee answer me! I'm going mad!
http://msdn.microsoft.com/nhp/defaul...entid=28000410
DK91


Wrong. Right:DX9.0
--
Armin

Nov 20 '05 #2
-----Original Message-----
"DK91" <HA***********@nowhere.com> schrieb
I'm a Newbie who has only been using VB for a year or so
and I am developing a driving game. Is there a quicker way than drawing all the graphics over again to make it move
forward?
Probably: No
Somebody pleaseeeeeeeee answer me! I'm going mad!


http://msdn.microsoft.com/nhp/default.asp?

contentid=28000410
DK91


Wrong. Right:DX9.0
--
Armin

.


What the?...

DK91

P.S. That was a lot of **** help!
Nov 20 '05 #3
"DK91" <HA***********@nowhere.com> schrieb
-----Original Message-----
"DK91" <HA***********@nowhere.com> schrieb
I'm a Newbie who has only been using VB for a year or so
and I am developing a driving game. Is there a quicker way than drawing all the graphics over again to make it move
forward?


Probably: No
Somebody pleaseeeeeeeee answer me! I'm going mad!


http://msdn.microsoft.com/nhp/default.asp?

contentid=28000410
DK91


Wrong. Right:DX9.0
--
Armin

.


What the?...

DK91

P.S. That was a lot of **** help!

1. I said: "Probably: No". There is nothing more I can say about it.

2. Did you follow the link?

3. DX9.0 was a joke. ha ha. :-(
--
Armin

Nov 20 '05 #4
I laughed.

But back to the thread, DK91...

How are you drawing the graphics again? Are you drawing the graphics
directly onto the form, or onto an image object, then onto the form. I
suggest modifying your form's contructor to enable Double Buffering, then
drawing onto an image object and then drawing the image:

Public Sub New()
'WinForms Stuff

Me.SetStyle(ControlStyles.DoubleBuffer, True)
End Sub

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

"Chaos, Panic, Disorder, my work here is done"
"Armin Zingler" <az*******@freenet.de> wrote in message
news:#T**************@TK2MSFTNGP11.phx.gbl...
: "DK91" <HA***********@nowhere.com> schrieb
: >
: > >-----Original Message-----
: > >"DK91" <HA***********@nowhere.com> schrieb
: > >> I'm a Newbie who has only been using VB for a year or so
: > >> and I am developing a driving game. Is there a quicker
: > way
: > >> than drawing all the graphics over again to make it move
: > >> forward?
: > >
: > >Probably: No
: > >
: > >> Somebody pleaseeeeeeeee answer me! I'm going mad!
: > >
: > >http://msdn.microsoft.com/nhp/default.asp?
: > contentid=28000410
: > >
: > >> DK91
: > >
: > >Wrong. Right:DX9.0
: > >
: > >
: > >--
: > >Armin
: > >
: > >.
: > >
: >
: > What the?...
: >
: > DK91
: >
: > P.S. That was a lot of **** help!
:
:
: 1. I said: "Probably: No". There is nothing more I can say about it.
:
: 2. Did you follow the link?
:
: 3. DX9.0 was a joke. ha ha. :-(
:
:
: --
: Armin
:
Nov 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: JBiagio | last post by:
Hello All, I am attempting to learn a bit about the GDI+ transforms and charting data and I feel like I'm getting a handle on how the transforms work. My chart object has a large "canvas" bitmap...
12
by: Sanjay | last post by:
hi, We are currently porting our project from VB6 to VB .NET. Earlier we used to make scale transformations on objects like pictureBox , forms etc.Now Such transformations are made on the...
2
by: John Bailo | last post by:
I am walking through some of the very first sample code from the book "Beginning .NET Game Programming" from Apress. I identify his sample code with //SC This code puzzles me: Graphics graph...
14
by: Pmb | last post by:
At the moment I'm using Borland's C++ (http://www.borland.com/products/downloads/download_cbuilder.html#) I want to be able to take an array of points and plot them on the screen. Is there a way...
5
by: Charles A. Lackman | last post by:
Hello, I have created a complete PrintDocument and need to create an image from it. How is this done? e.Graphics.SmoothingMode = Drawing2D.SmoothingMode.HighQuality...
6
by: Chris Dunaway | last post by:
The method for printing documents in .Net can be confusing, especially for newer users. I would like to create a way to simplify this process. My idea would be implemented using a PrintDocument...
12
by: Xah Lee | last post by:
Of Interest: Introduction to 3D Graphics Programing http://xahlee.org/3d/index.html Currently, this introduction introduces you to the graphics format of Mathematica, and two Java Applet...
6
by: active | last post by:
I have an image and a graphics object created (FromImage) from that image. I need to create a new image and create a new graphics object from the new image. I want the new graphics object have...
9
by: DaveL | last post by:
hello I have a Bit map 1367 wide 32 high this bitmap contains like 40 separate Images 32x32 I tell it the id*32 to get the approiate Image from the source Bitmap When i CreateGraphics()...
8
by: Abhiraj Chauhan | last post by:
I need someone to make an example of how to create a graphics window in VB.net 2008. I understand the basics of how to draw a rectangle and lines etc. What I need is an example of how to make a...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.