About 472 results
Open links in new tab
  1. how can I add new pages to the printdocument and how can I …

    Sep 18, 2008 · I think there might be a page number value in e.*, which you can use to determine which page you are drawing on. If not, you could declare your won variable and increment it …

  2. Drawing on a canvas located inside a Datatemplate of a Gridview

    Apr 8, 2009 · i am building an explorer like application. so on the left side i have a treeview and on the right side i have a listview. i have some custom made files with extension '.bvv' (custom …

  3. Cannot implicitly convert type 'System.Drawing.Bitmap' to 'System ...

    May 16, 2016 · I got the following error: Cannot implicitly convert type 'System.Drawing.Bitmap' to 'System.Drawing.Icon'

  4. How to set page orientation to landscape?

    Jul 25, 2016 · How can I set the page orientation to landscape? I tried to set "printDocument.DefaultPageSettings.Landscape = true;" but it didn't work. I have spent hours …

  5. Number of copies of the print page - social.msdn.microsoft.com

    Nov 4, 2017 · Answers 0 Sign in to vote When I go to the print preview to see before printing, the number of copies does not increase ahmed,

  6. Draw signature on image control and crop that signature in WPF …

    Jun 20, 2011 · Question 0 Sign in to vote Hi, Can please provide WPF code for Draw signature on image control using mouse and crop that signature using c#.net Thanks Thursday, June 9, …

  7. Help Converting C# Code To C++/CLI? - social.msdn.microsoft.com

    Aug 15, 2008 · using System; using System.Drawing; using System.Drawing.Imaging; class Example_SetJPEGQuality { publicstaticvoid Main () { Bitmap myBitmap; ImageCodecInfo …

  8. "split screen" - social.msdn.microsoft.com

    Nov 18, 2006 · Not sure about samples but look up viewports in the help. A viewport defines a rectangular area of the screen that future drawing will be clipped into.

  9. Close MessageBox after 2 seconds (Visual Basic .Net CF)

    Sep 13, 2006 · Use a windows form instead of a messagebox, use Show instead of ShowDialog and after you show it, delay 2 seonds and then call the forms' close method.

  10. String IsNullOrEmpty in gridview - social.msdn.microsoft.com

    Oct 7, 2021 · I'm trying to format cells in gridview based on specific values which all seems to work fine. The problem I have is when a cell is empty/Null, it falls over despite my best efforts …