User Profile

Collapse

Profile Sidebar

Collapse
damtoii
damtoii
Last Activity: Mar 7 '14, 12:34 PM
Joined: Jan 18 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Printing with out printdialogbox or printdialog command

    I've been using this printdialog command before and their's no problem when I'm gonna print I can choose what page/s I want and choosing the specific pages then print it .

    This my codes:

    Code:
    using (var dlg = new PrintDialog())
    {
    // configure dialog
    dlg.AllowSomePages = true;
    dlg.AllowSelection = true;
    dlg.UseEXDialog = true;
    dlg.Document = Document;
     
    // show allowed page range
    ...
    See more | Go to post
    Last edited by Rabbit; Feb 16 '14, 04:33 AM. Reason: Please use [CODE] and [/CODE] tags when posting code or formatted data.

  • Copy the page automatically from the current richtextbox to new richtextbox

    I created a richtextbox and I can input some text and also I add the printpreviewdia log for me to determine if how many pages in my first richtextbox. Now I want to copy some pages automatically for example the if the first richtextbox contains a 4pages and I would like to copy only the 2nd page and it is automatic copy without highlighted the text to the second richtextbox. How could it be ?

    To determined if how many pages in my first...
    See more | Go to post

  • How can I set or specify the number of pages to be print?

    I created a richtextbox to input the text that I want to print, the command for printing which is the button and instead of printdialog box((PrintDialo g1.ShowDialog() == System.Windows. Forms.DialogRes ult.OK)) to be display, I created combobox which will display the available printers and then print. Like this code bellow .

    To get the available printers:

    foreach (String printer in PrinterSettings .InstalledPrint ers)...
    See more | Go to post

  • How to import a documents(docx) to richtextbox in C#

    I have already search a lot of codes in the Google on how import a documents(.docx ) to the richtextbox, but the only available is from the richtextbox to the Microsoft office. I'm looking for someone that will help of my problem. And also when you create a documents to the richtextbox then you save it the file will be .docx and not a .rtf. Please help me :(
    See more | Go to post

  • How to convert some codes from ComboBox to checklistbox

    I'm trying to convert the combobox into a checklistbox . It is possible to debug of some codes to convert into checklistbox. ?

    here's my codes:


    Code:
    private void Form1_Load(object sender, EventArgs e)
            {
                //See if any printers are installed
                if (PrinterSettings.InstalledPrinters.Count <= 0)
                {
                    MessageBox.Show("Printer not found!");
    ...
    See more | Go to post
    Last edited by Rabbit; Jan 19 '14, 05:29 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.

  • damtoii
    started a topic How to create a manual printer settings ?

    How to create a manual printer settings ?

    My professor assign me a task to create a manual printer settings, not necessary same as printer setting the important thing to do is to have a combobox. In the combobox that you will see the available installed printers, and one command for print that if going to select one available printer in the combobox. It is possible ? Someone can help on my problem ?
    See more | Go to post

  • It was not clear for me to understand your explanation but thanks a lot for helping me. But how can I create a local PDF printer? Then It is automatically when I choose "Print to File" it will a copy to another printers or it will having some codes to do that
    See more | Go to post

    Leave a comment:


  • No. I'm looking of some codes or someone who help me to create that in c # windows form
    See more | Go to post

    Leave a comment:


  • how do I print two or more printers simultaneously in one computer

    I have two or more printers and one computer. I want to print to both printers the same document at the same time... Thus when I press print on my document both printers will print the file simultaneously. please help me :( . some one can help me in c # windows form . thank you .
    See more | Go to post
No activity results to display
Show More
Working...