| Thread | Last Post | Replies |
|
| How does the PrintDocument use the Graphic returned from PrintController.OnStartPage()? | 16 Dec 2003 20:03 GMT | 4 |
My real question is this: How does the Graphic that is returned from the PrintController.OnStartPage() call end up inside of the PrintPageEventArgs object that is passed on in the PrintDocument.PrintPage() event? I see that PrintController.OnStartPage()
|
| Network Printer | 16 Dec 2003 17:05 GMT | 1 |
Hi, i am able to get print of my 50 state map in local printer but the same image is getting messed up when i am giving print out in the network printer what could be the reason. i want the answer at the
|
| Can't get it to Page Break or print 2nd page | 15 Dec 2003 23:24 GMT | 3 |
I have my code attached. I can't get it to page break or to even print the 2nd page. I want it to start a new page when it hits the *P. Thanks. I really appreciate the help I got on the Landscape also. Private Sub PrintDocument1_PrintPage(ByVal sender As System.Object,
|
| Can't get page break or 2nd page to print. | 15 Dec 2003 21:37 GMT | 2 |
I am wanting to page break on *P but all I get is the first page over & over again. Thanks for any help that can be given. I have all of this working in VB6 just trying to upgrade.
|
| Save as CMYK | 15 Dec 2003 11:21 GMT | 5 |
Can it really be true that there is no way to save an image in CMYK colours in .Net ? I browsed through old posts on this issue as well as the web in general and it seems that no-one has been able to find a way!
|
| XP Themes "GetThemeColor" always fails ... | 15 Dec 2003 03:11 GMT | 8 |
At coding XP Themes i can't get "GetThemeColor" to work. It always fails ("not found" err. code) regardless of which control parts and states entered. Could somebody help me with advice?
|
| Control Repaint | 14 Dec 2003 19:33 GMT | 2 |
Hi -- -I made a user control -It has a click event that sets a var for its back color -I put in a Windows form
|
| Panel Fill with Nested Controls | 14 Dec 2003 15:49 GMT | 1 |
Greetings Everyone. I have been trying to fill a panel control with linear gradient. (Isn't everyone?) This control contains a number of label controls. I placed code in the panel's paint event handler. While this does fill my panel as
|
| Icon and cursor resources | 14 Dec 2003 13:36 GMT | 3 |
I need to use the same picture as a cursor and as toolbar button's image. I use the following technique to embed the resource into an assembly <data name="labelCursor" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
| Convert arbitrary Image to 24bpp Bitmap | 14 Dec 2003 03:14 GMT | 2 |
I have an algorithm that extracts information from the RGB values of 24bit Bitmaps. My source is an Image component that could hold anything that the Image class allows.
|
| Create AVI | 13 Dec 2003 23:03 GMT | 1 |
Hi, I need catch or capture screen in real time into a Avi filein .Net, I thinking use codec, Thanks
|
| How to print to arbitrary papersizes? Accessing printer information. | 13 Dec 2003 00:00 GMT | 3 |
I have to print a metafile graphic to an arbitrary papersize. Therefore I use the information provided by the PrintPageEventArgs in my OnPrintPage-handler. This works fine for A4 (I'm getting values about 800*1100 and the
|
| How to get "full" transform from inside a Graphics container | 12 Dec 2003 23:53 GMT | 1 |
BeginContainer() method of Graphics class resets properties of Graphics object. It also resets Transform to Identity matrix. At the same time, drawing inside the container (after g.BeginContainer()) is performed using "correct" transformation. At first, I thought that
|
| Flickering on MDI-child windows | 12 Dec 2003 23:32 GMT | 1 |
In the current app that I've been working on, I am getting a flickering at loading time on busy [lots of controls grouped by using a TabControl] MDI child windows. This flickering doesn't happen for non-MDI [but
|
| Containers: Drawing On Top | 12 Dec 2003 23:30 GMT | 5 |
I have a container control that I want to be able to draw on top of any contained controls that might be on the container. How would I go about drawing on top of the controls that are in the container? Currently it draws, but if there's a contained control there, it
|