| Thread | Last Post | Replies |
|
| A strange behaviour : GetTextExtentPoint32 | 31 Oct 2005 23:59 GMT | 2 |
my problem is as follows : VS.NET 2003 C++ MFC Application I try to figure out a screen size of a string by means of the GetTextExtentPoint32(HDC,LPCTSTR,int,LPSIZE). Surprisingly for me, this
|
| DRAW IMAGE with "double" TRANSPARENCY | 31 Oct 2005 16:49 GMT | 10 |
I am drawing an image on a graphics object: Graphics.DrawImage(Bitmap, RectangleDestination , RectangleSource , GraphicsUnit.Pixel) I would like that:
|
| Scrolling big image on screen | 28 Oct 2005 16:17 GMT | 1 |
I am C#/.NET newbie. I have been tasked to write a graphics application using C#. The application needs to visualize an image that is narrow and very long. Typically images have width=1024 pixel and height= 40000 pixel.
|
| Image FromStream GDI+ Error with PictureBox | 27 Oct 2005 19:56 GMT | 3 |
Howdy All, I have an object model that stores images for use in a graphics application. Rather than reading the images and keeping them in memory, which has a HUGE footprint, I instead read the file into an array of
|
| Windows.Forms.Panel updating problem in C# | 27 Oct 2005 10:00 GMT | 1 |
I have a panel (I'll call "drawing panel") in a scrollable panel ("window panel"). I am drawing a top view or a front view of a simple rectangular object on the inner drawing panel.
|
| Font compatibility with Dot Net Print API | 27 Oct 2005 09:54 GMT | 1 |
We have a customer that has provided a custom true type font that they want us to use when printing documents in the application we are building for them. This font prints just fine from most Windows applications such as wordpad, and also from a test app that uses the Win32 print ...
|
| Beginner's question | 26 Oct 2005 20:35 GMT | 5 |
I am trying to capture an image from a picturebox pb1, the first step in creating a print routine. 'Dim g1 As Graphics = Me.CreateGraphics Dim g1 As Graphics = Graphics.FromImage(pb1.Image)
|
| image.fromstream throws argument exception. Urgent | 26 Oct 2005 15:40 GMT | 3 |
I have asp.net code using C# that will convert tif file into jpg and then it display them. The program works on my machine and Dev machine with Window XP professional. When I deploy the program on test machine (window 2003 server) I get error:
|
| Ever increasing Memory usage!!! | 26 Oct 2005 05:45 GMT | 3 |
Hi All Greetings to all of you. I am a newbie. I am trying to build a application in C# in which I try to Overlay Bitmap over Video. I am able to display the bitmap onto video. But my problem arises when
|
| Render HTML to image? | 26 Oct 2005 00:11 GMT | 3 |
Anyone? Bueller? Seriously, any way to capture output from a browser control and render the stream to an image? TIA.
|
| Including ICC profile when saving a image using the bitmap object? | 25 Oct 2005 16:29 GMT | 2 |
Is it possible to include a ICC profile when saving a image? Im having some troubles with colors when opening a image, changing something and then saving the image to a new output image... wich results in that i have to open the image in photoshop and apply the ICC profile...
|
| Printing Server Side in ASP.net | 24 Oct 2005 22:05 GMT | 3 |
Trying to print server side in ASP.net. Set up a PrinterSettings object as follows: PrintDocument pd = new PrintDocument(); pd.PrinterSettings.PrinterName = "\\blah\blah";
|
| Embedded Resources - Spaces in Executing Assembly Name | 24 Oct 2005 18:53 GMT | 1 |
I just found out that if you have a project that you have named with a space such as "My Project", getting embedded resources doesn't work if you are getting them with GetManifestResourceStream(Name) method. If I change "My Project" to "MyProject", it works fine.
|
| DrawImage and NearestNeighbor bug? | 24 Oct 2005 18:27 GMT | 3 |
I am drawing an image, stretched, with interpolation set to NearestNeighbor. I want to be able to count the pixels and all. There seems to be a bug in the scaling in this interpolation mode. I actually think it occurs in all modes, but it is best visible in this mode. Somebody ...
|
| How to get a LOGFONT from an HFONT | 24 Oct 2005 15:30 GMT | 2 |
I am using some COM interface to create some HFONT. Trouble is, the font created with this COM interface should be release with this COM intrface. And I don't see how I could make it work nicely with my ManagedC++ wrapper.
|