DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
Current group : microsoft.public.dotnet.framework.drawing     1237 threads
page nr.:    1      2      3   



Sparkling Lasoo Wand Tool !   (6 messages)   Date: Mon, 16 Jul 2007 10:10:04 -0700
I'm looking for a way to 'Lasoo' a section of an image. Similar to the sparkling wand mask tools in Photoshop and the likes... Hopefully to return a region object. Any pointers ? Any ideas ? ...

Clipping an Image to a Button   (1 messages)   Date: Mon, 16 Jul 2007 06:04:00 -0700
Any ideas how I could clip an area of a graphics object so that I can assign it to become the background image of a button ? ...

How would you change the size of a Format8bppIndexed bitmap?   (7 messages)   Date: Sat, 14 Jul 2007 20:07:19 -0400
I need to change the size of an Format8bppIndexed image. I suppose I could change the format and scale it and put it back. But I'm wondering if there is a more straight forward way. How would you change the size of ...

Printing tifs in duplex moves the tiff down the page   (1 messages)   Date: Tue, 10 Jul 2007 03:19:06 -0700
I have the following code for printing a tiff image. If i have duplex option set to simplex, then the print comes out fine. If i set it to duplex, either horizontal or vertical, it prints duplex as it should, however, after ...

Clip image based on emf metafile   (7 messages)   Date: Mon, 9 Jul 2007 14:18:50 +0100
Hi, I'm trying to clip an image to an irregular shape. I've come across some advice from Bob Powell (http://groups.google.co.uk/group/microsoft.public.dotnet.framework.drawing/browse_thread/thread/86485270f7a57ede/dd79ef1988191326 ...

problem in showing icons of devices in explorer of my project   (2 messages)   Date: Thu, 05 Jul 2007 23:06:45 -0700
explanation of project: in my project there are many devices and when these devices are going to up ,they send their icons to explorer to show .if explorer does'nt able to show icons of these devices through proper way then ...

Left-justify text using DrawString   (1 messages)   Date: Thu, 5 Jul 2007 21:33:16 -0700
Is it possible to left-justify, center, or right-justify text on a panel when drawing it using DrawString? I looked at the StringAlignment class, but all it has is far, near, and center. Thanks, Robin S. ...

Font Size Maximization for the area   (3 messages)   Date: Thu, 5 Jul 2007 13:48:18 -0700
I am creating Text Slides for my user, i.e. taking text input and creating jpegs out of it. I have text and the selected font. Is there a method for calculating the maximum font size I should use in order to fit the output ...

Green to Yellow to Red Gradient   (2 messages)   Date: Thu, 05 Jul 2007 06:55:24 -0700
New to use of Drawing Class.... I'm trying to create an asp.net page/control that will display a green to yellow to red gradient bar. Not seeing where I could create a 3 color gradient, I create a green to yellow rectangle ...

How to mess up Powel's GIF transparent colour code   (5 messages)   Date: Wed, 4 Jul 2007 10:25:26 -0400
In Powel's GIF transparent color article in the FAQ add one of the following at the top of Private Sub panel1_Paint Seems to me that putting the palette on the clipboard and then retrieving it should not change ...

This code shows that Dotnet can't get a palette from the clipboard   (1 messages)   Date: Mon, 2 Jul 2007 10:51:33 -0400
Below is a little but complete program that appears to show that Dotnet can't retrive a Palette from the clipboard. This is true wether the palette is placed on the clipboard by Photoshop or by the below program I'd ...

Do you get a Palette when you input a .gif file?   (2 messages)   Date: Sun, 1 Jul 2007 22:16:29 -0400
What do you get when you do: InputImage = Image.FromStream(... and the file is a .gif Is InputImage.Palette the palette of the gif file. I ask because I always find it to be Nothing But the InputImage displays ...

How to pass a Graphics object to another method, modify it, and then get it back   (3 messages)   Date: Sun, 01 Jul 2007 06:16:22 -0700
Hello there, could someone please tell me how should I pass a Graphics object (which has already been drawn onto) to another method to do some drawing and then get it back from the method with the changes made there? An ...

Hot New Free Website for Singles!   (1 messages)   Date: Sat, 30 Jun 2007 11:02:26 -0700
Hi Singles, We have just opened a great site full of links that will help you find your mate, a friend or even a lover. Click away and have fun! Please tell your friends and family to visit us! http://www.datingbook ...

Displaying a palette   (3 messages)   Date: Sat, 30 Jun 2007 13:49:07 -0400
Getting a palette from the clipboard I'd like to display it. Is there code available that does this? I've been Googling without success. thanks ...

Eat Cookies and Loss Weight. See How   (1 messages)   Date: Sat, 30 Jun 2007 01:32:09 -0700
Hi Cookers, Welcome to our new website, cookersworld.com. We have expanded the content links to ad Summer Weight Loss Recipes. Lose weight eating cookies and more! Get into shape for the summer! We have easy to make ...

Selecting a region/rectangle and saving it as a TIFF for Imaging O   (15 messages)   Date: Thu, 28 Jun 2007 14:38:32 -0700
The following performs excellent OCR on my image using the Microsoft Office Document Imaging class (MODI): Dim miDoc As MODI.Document Dim miImage As MODI.Image 'System.Drawing.Image object Dim miImageLayout As MODI.ILayout Dim ...

resizing image defect - strange border appears   (2 messages)   Date: Thu, 28 Jun 2007 02:39:21 -0700
Hi. I am implementing a code that takes an image of arbitrary size, then crops it to proprotion and resizes the result to some set thumbnail size. The problem is, when the image is resized there's a visible darker border ...

How to create a thumbnail without reading the whole jpeg file   (3 messages)   Date: Tue, 26 Jun 2007 19:43:00 -0700
Is there a way to read a jpeg partially to construct a smaller sized image? For example if I have a 1000x1000pixel jpeg, i want to read only every tenth pixel to create a 100x100 preview thumbnail. Is this possible? I dont ...

Diabetic Recipes and More...   (1 messages)   Date: Sun, 24 Jun 2007 01:26:53 -0700
Hi Cookers, Welcome to our new website, cookersworld.com. We have expanded the content links to ad Mr. Emeril Lagasse's fine recipes along with recipes for diabetic's. The website is full of great links from our partners ...


page nr.:    1      2      3   
Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us