Create graphics -
I am really interesting in 3D graphics design (and also a 2D using computer) but I suck at art. Somewhere Sastraxi mentioned that he also sucked at graphics before and I've seen a couple of his arts and they're actually pretty good. I always thought creating graphics was a natural skill that you couldn't really learn. Maybe it's right? Also, any good tutorial on creating graphics (like 2d person, object, etc) using computer? There was one a couple of months ago but it was just pixel transformation stuff...
Graphics for Your Programs -
I am new to VB, but I am able to create graphics of all kinds..buttons, icons, web graphics, sprites, ect. So, If you need any graphics made for your programs or web sites, drop me pm. Thanks.
GIF GRAPHICS! GIF GRAPHICS! GIF GRAPHICS! GIF GRAPHICS! GIF GRAPHICS! GIF GRAPHICS! -
Hey peeps, your fellow webmaster and programmer Xenonic Rob here.
Just a thought -
1) Is there any way of saving the contents of a picture box to a BMP file?
2) How can I drag objects around a form at runtime?
Thanks!
[Edited by Xenonic_Rob on 09-27-2000 at 01:18 PM]
confused about graphics engine -
I keep seeing the word Graphics Engine. Is DirectX and OpenGL graphics engine? I keep hearing people saying they create their OWN graphics engine. Anyone mind clearing this up for me?
Create graphics -
I am really interesting in 3D graphics design (and also a 2D using computer) but I suck at art. Somewhere Sastraxi mentioned that he also sucked at graphics before and I've seen a couple of his arts and they're actually pretty good. I always thought creating graphics was a natural sk
Graphics.h in Boland -
Hi everybody,
I'm using Borland C++ and when I create a program that uses the Graphics.h file I get this error message:
"BGA graphics not supported under windows"
I think what this is telling me that I have to run the program in a console but I don't have any idea ho
details! details! -
Sorry, I left that detail out megatron. I know that the graphics would come first, but I wasn't talking about graphics. I was talking about programming. I was thinking that wouldn't it be logical to create the editor before the engine? I was assuming that the graphics had already been
How do draw in vb.net or What is a graphics object -
Studing vb.net 2003 in college class. On chapter 12 graphics and NOTHING is making any sense at all.
1. What is a graphics object and how do I create it.
2. Where do I find the paint event?
3. Can anyone explain in simple language what you need to do to draw on the form?
How to copy the contents one graphics object to another -
I am trying to compose a printed report, which contains several lines. Each line contains a few columns such as date, bill no., amount etc.
I want to create the report by generating graphics objects for every page, drawing on them and storing them in a sorted list. Then, I want to t
Picture box graphics copied to another [resolved] -
Can I use GRAPHICS/CREATEGRAPHICS on one picture box and them "in one shot" copy that GRAPHICS to another picture box?
I think the answer is no because the GRAPHICS really are not in the picture box - right?
Is there a different control that will allow you to draw graph
Are these graphics playable -
http://survivingthewinds.cjb.net
goto bottom of page. They are funny and very crappy graphics but im not too good in the graphics department. If you think you could do a better job than you can help me if you want.
I am try to make a RPG in vb. The engine is very nice but the
graphics in asp net (2005) -
I think there is a way to create estadisctic graphics in asp net.. can anyone tell me how?
thx
Multiple layered graphics window -
Hello All.
I am trying to create a usercontrol that has a picturebox on it.
On top of the picturebox I would like to create a separate transparent usercontrol on which I can draw graphics. The problem is that when I create the "upper layer" usercontrol and set it's bac
How to create line , bars graphics using Visual Basic -
Hello Visual Basic Developers,
I would like to know how to create graphics (line and bar), with Visual Basic. I want to avoid the Microsoft Excell to do it.
Does exist some control or tool kit to create them???
Somebody , please... help me...
Please send your aswers to al_c
Working with graphics -
I got not idea how to do this or where to start: I have a map, this map is on my form and i need to places graphics on it(use must select the graphics) i need to know the location of each graphics in order to used them in the future(delete, move it, etc).
Do i need something special
GRAPHICS, GRAPHICS AND MORE GRAPHICS! -
Hey peeps, your fellow webmaster and programmer Xenonic Rob here.
Just wondering, could everyone post links to any great graphics effects in VB? Anything from fading to distortion effects, ANYTHING!
gfx editor -
hey does anyone know where i can get a good graphics editor for free? freeware, shareware, whatever. also, what would be the best commercial or professional graphics editor out there that i could buy? free is preffered though i'm looking for a program that can create good graphics for
Problem with Form Surface as Graphics -
Hi, I'm working on a graphics program and I seem to be having trouble with my graphics surface.
I used
Public Surface As Graphics = Me.CreateGraphics
I then draw on the Graphics Surface with the Surface.DrawLine command.
I am having a problem where the lines will only go in the
[2005] Graphics Object -
Right now I'm drawing multiple things to a form using a graphics object. Because of this, I've got a bit of flickering. I figure I can get rid of the flickering if I can create an offscreen graphics object with mostly the same properties as the form one. How can I do this? Thanks.
Custom Creating Graphics and Textures -
Hi all, we seem to have an awful lot on this forum about how to manipulate graphics and textures, but what we seem to be lacking is some information on where exactly newbies can learn how exactly to create textures that look any good. So I thought I would start a thread all about custo
Help with GraphicsPath's and Regions -
I am working on a layered window skinning engine (lets you make vista-looking programs on xp) - screenshot: http://www.durosoft.com/duroblendscreenshot.jpg
Anyway, for the hit-testing on my control class to work, I need to create a graphics path which represents the visible area of
Beginning Graphics Programming -
I've been programming in vb for years now and I've done a lot of things with it...except with the graphics part. What do I need to learn for a beginner in vb graphics programming? I have a book of Dan Appelmans (or is it) win api programming which I think would be very useful. But w
Overlaying Graphics -
How do I overlay graphics without it being surrounded by in a box?
I wish to make up a picture by overlaying graphics. E.g.: Space -> Asteroids -> Planet -> Spaceship. I need the seperate graphics because there could be any combination (there's many more) but how do I ove
Windows Graphics -
Hmm I don't know about Windows GDI graphics, but this site is very good for graphics in genearal: www.gamedev.net
They may not have much on GDI graphics though, since it's too slow to be of much use in complex games.
GDI+ hit-testing, moving, scaling etc. -
Hi,
Does anyone know where I can find a simple example (source code) of a user control which demonstrates how to move graphics that have been drawn on it?
Do you have to create a graphics object for every shape you draw in order to manipulate them individually?
TIA.
[2008] Adding scrollbars to a panel -
This may be dumb, but here goes:
I want to create a view area inside of a form and draw some fun nifty graphics in it. Drawing the graphics is no problem. What I can't figure out is how to make the view area in which I'm drawing the graphics have an area that's larger than the for
Persisting Graphics -
I have a project I've been working on and it consists of working with graphics.
The only problem I have is when the graphics show up on the form; if I minimize it or another window comes over top of my projects form, it erases the graphics.
I know I might of not explained this w
odd problem with Graphics... -
I have 2 classes that work together, one represents a frame, the other represents Graphics. The class representing Graphics can be made as a primary or secondary ( front or back buffer ). When the class that represents the frame is created it make one Graphics class as its front buff
free graphics -
does anyone know of anyfree graphics besides the character pack from vbexplorer, the sprite libs from alfred somthin' i think, or spriteworks?
i know there arent very much free graphics out there but im in a sore need. i've made my own graphics before and they werent very good ( pai
Graphics Inquiry -
Hey all,
Im completely new to VB, so I dont know all of its tools yet. I was hoping somebody could tell me if there is a tool out there to carry out 3-D graphics on VB.net..
Also, could sombody tell me if it's possible to import 3-D graphics from auto-Cad to a graphics window on m
speedier graphics handling -
i have a programm that is not a game however it uses alot of graphics on the fourm and the graphics need to be created and made quickly. right now im useing the Graphics class of the .net framework and bitmaps to do my drawning. but it would be nice if thier was something faster. Ho
Drawing a 2D shape using ASP.NET -
I am trying to draw a adjustable radii circle on my webpage and I am wondering how to go about doing it! I have done this using VB.NET already but I can't transfer the code directly. Lot of the graphics functions are not recognized in ASP.Can any one give me a few pointers on how to cr
Saving Graphics -
Lets say I draw some graphics to the surface of a richtextbox.
How do I save those graphics to a file?
Graphics - best output solution -
Hi.
I want to output hi-res graphics (linked (not blob) in a table, Access 2000).
I currently use word to for the output of a query with graphics, the problem is the graphics can be upto 500k and depending on the query there could be upto 20mb of images to load up in Word - this
[Theory] 2D Graphics -
Howdy all,
This really isn't a programming in general question, but a graphics request.
I was wondering if anyone here is good at 2D (isometric view) graphics. I'm really wanting to get into actually programming a game, and I'm shocking with graphics. I'm staying away from Direct
Tiled Graphics -
Alright. This is way off topic in the sense that it's not a programming question, but it is for a program I'm going to be writing soon. A lot of games/applications/websites these days use graphics that can be tiled (A.K.A. Textures). I've tried my damnedest to create an image that w
[2005] How to draw to a file -
I need to create a program that uses a graphics object to draw to a file formatted as a GIF when specify a transparent color. Here is how I envision this process broken down in steps:
1) Obtain a graphics object.
2) Specify a rectangle bounds.
3) Use graphics.FillRectangle to
Needed : a development team for a new fps (that plays in a school) -
A friend of me (he's not yet on this forum) and myself want to create a new FPS, here are some of the details :
* It's not going to be a FPS where you just shoot at everything you see, in the first version of the total scenario there are allready places where you have to think before
Painting graphics on top of a component -
Hi all,
I'm brand new to VB.net, so please bear with me. I'm an experienced C/C++ programmer who is new to Windows programming in general, and am trying to learn VB.net.
In any case, I've got a form that has a 'PictureBox' component, and I'd like to overlay custom graphics on to
Extracting graphics out of imagelist vb6 none function solution -
There's some graphics I would like to use for my own game. HOwever the graphics arent stored as files but within imagelists. I know how to paint them onto a piucturebox but dont know how to save whats in the picturebox as either gif or bmp
C++ graphics -
hello,
i have made a project in C++ with graphics, but there is linking error related to graphics.I have included the header file
#include"graphics.h"
Is there any other header file or function i need to declare?