all groups > dotnet drawing api > august 2006 > threads for august 1 - 7, 2006
Filter by week: 1 2 3 4 5
about font creation
Posted by Ravindra at 8/3/2006 5:26:56 PM
Hi all,
i need to create font creation tool.Like fonts must be created in an
editor.Can any one help in this how to start.
--
Regards,
Ravindra P.N
... more >>
DrawLine method of graphics throws "Object reference not set to an instance of an object" but error is not consistent
Posted by Mathivanan at 8/2/2006 6:58:50 PM
Hi,
we are using a web application which sending a bitmap from server. we are
facing a problem in a page which throws the error
"Object reference not set to an instance of an object". but this error is
not consistent. when we make call to this page from the browser more than
twice then it thr... more >>
Object reference not set to instance
Posted by satyasyam at 8/2/2006 6:37:55 PM
I am getting a following exception for the below line of code (in red =
color). I am wondering how it is possible.
Exception: System.NullReferenceException: Object reference not set to an =
instance of an object
if (strokePen !=3D null && objGraphics !=3D null){
if (float.Parse(style["x1"])... more >>
Scale transforms, again
Posted by James Parsly at 8/2/2006 10:45:35 AM
Here is an example of drawing a simple sine curve plot using VB 6 code.
The code for the rotated label is pretty ugly, but it works (I've been doing
it
in a similar fashion all the way back to GWBASIC). I'm sure that part will
be a lot simpler in .net.
What I'd like to see is VB.NET code tha... more >>
Out of Memory on server - fine on my machine
Posted by mark NO[at]SPAM fabcomedy.net at 8/2/2006 8:40:45 AM
I've seen a lot of discussion about this on all sorts of websites but
not actually found a definitive answer.
I have written a relatively simple 'photo library' application using
ASP.NET / VB.NET - if the user attaches a large photo the system should
automatically reduce the size of the photo do... more >>
Gdi+ error writting bitmap images
Posted by amit at 8/2/2006 12:49:10 AM
am getting following error when I click ok.
I have got this error while writting images in windows application.I am
using visual studio 2005
I tried to get the exact error by putting my code in try catch block,
and then the first error displayed is
Parameter is not valid
A g... more >>
I want to learn 3D (not DirectX or OpenGL)
Posted by Kürþat at 8/1/2006 12:56:09 PM
Hi,
Sometimes I need to draw some 3D objects on windows forms. DirectX and
OpenGL are great but, you know, not correct solution for simple cases like
one I want to implement. Some other drawing libraries are available but I
also want to know how to draw 3D objects. So I need some primitive ... more >>
Those transforms!
Posted by Steve Marshall at 8/1/2006 12:15:49 AM
Hi All,
I'm wrestling with graphics transforms - trying to draw a graph into a
rectangle within an image object. I can get it to work pretty much,
until I start trying to scale and translate it according to the range
of the data (which seems to be the "right" thing to do). What's really
not... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|