| Thread | Last Post | Replies |
|
| Animated Graphics | 30 Nov 2004 19:02 GMT | 3 |
What's the best way to do animated graphics in VB.NET? I need to make a white square bounce around the screen... I was thinking of drawing the square then using a timer to redraw 30 times per second, then moving the square on each redraw...
|
| creating bitmap from string | 30 Nov 2004 16:21 GMT | 2 |
I'm loading a jpg using XMLHttp, but am not sure how to convert the result into a bitmap? I've tried converting ResponseText into a byte array, and then loading that into a memory stream, and then creating the bitmap from that, but it's not
|
| scale background image | 30 Nov 2004 11:48 GMT | 4 |
Hi Ng, i have a background image on a panel. Now I want the image to be scaled to the panel size. Is this possible? Can I also make the image transparent? Thanks in advance and best regards,
|
| image from rtf | 30 Nov 2004 07:41 GMT | 1 |
I'm just wondering if it is possible to create an image from RTF formatted text? If it isn't possible, is there anyway of determining the height of an rtf string for a given width? I have the text in a richtextbox control and would
|
| print panel | 30 Nov 2004 07:17 GMT | 3 |
Hi Ng, I have a panel which I want to print with the printDocument object. How can it be done? Thanks in advance and best regards,
|
| Problem with Text | 29 Nov 2004 23:49 GMT | 2 |
In the following code the text will not display if I use the stringFormat in the Drawstring and will separate the two strings if I do not use the stringFormat: graph = e.Graphics;
|
| Need help on printing best-fit based on original aspect ratio | 29 Nov 2004 16:30 GMT | 3 |
I would like to print an image as large as I can on any size of paper (user selected or default printer settings). The following code is based on Bob Powell's C# example. However, the image is too small Help!!!!
|
| Changing Cursor not working. | 29 Nov 2004 16:22 GMT | 3 |
I am trying to change the cursor in a vb windows program with the following code. Me.Cursor.Current = Cursors.Hand It is not working.
|
| prevent smoothing when stretching image | 27 Nov 2004 20:05 GMT | 1 |
I'm painting images of various sizes into a picture box, and have the "SizeMode" property set to "StretchImage". This looks OK when the image I am painting is larger than the picturebox. But when the image is smaller than the picture box, the image seems to have
|
| Custom Rounded Rectangle Usercontrol does not redraw controls on it. Please help. | 27 Nov 2004 13:35 GMT | 2 |
I made a custom runded rectangle usercontrol. I used a function i found on the internet. the function works fine(see "GetRoundRect" below). I use the fullowing code to make my usercontrol rounded.... *****************************************************
|
| Mandelbrot set | 26 Nov 2004 14:21 GMT | 3 |
Here is a C# code to draw a Mandelbrot set: http://oraclevsmicrosoft.blogspot.com/2004/11/mandelbrot-in-c.html Hope this help OracleVsMicrosoft
|
| Help on the cardinal spline | 26 Nov 2004 13:15 GMT | 2 |
I need to know the formula used in .net for the cardinal spline since i need to generate an array of values of the curve after drawing it. Thanks
|
| Custom double buffer | 26 Nov 2004 10:22 GMT | 1 |
I've got some problem doing double buffer. Here is my problem: I've got custom control on which i paint some data (chat messages, lets call it ChatControl), this control is puted on a scrollable panel.
|
| Create Bitmap from MemoryStream | 25 Nov 2004 15:26 GMT | 1 |
Hi, in C#, I have a MemoryStream filled with a jpg-Image, how can I create a Bitmap from that? Thanks
|
| ControlPaint class | 25 Nov 2004 13:48 GMT | 6 |
Hi Ng, I'm trying to imitate the Windows Form Designer in VS. Is there a method in the ControlPaint class to show this selection rectangle when you click on a control to select it?Or can it be implemented on another way.
|