User Profile

Collapse

Profile Sidebar

Collapse
virtualKing
virtualKing
Last Activity: Dec 2 '09, 07:30 PM
Joined: Nov 19 '09
Location: Cuba
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • virtualKing
    replied to how print a listview
    no, i need print a listview in a printer. I have this code, but exist other opcion to print only text, not use a bitmap???
    Code:
            Font printFont;        
            Bitmap bitmap;
            public void PrintAString(Bitmap data)
            {
                PrintDocument pd = new PrintDocument();
                printFont = new Font("Arial", 12);            
                pd.PrintPage += new PrintPageEventHandler(PrintPage);
    ...
    See more | Go to post
    Last edited by tlhintoq; Dec 1 '09, 04:48 PM. Reason: [CODE] ...your code here... [/CODE] tags added

    Leave a comment:


  • virtualKing
    started a topic how print a listview

    how print a listview

    please i need to print a listview, c#
    See more | Go to post

  • concurrency violation:the UpdateCommand affect 0 of the expected 1 records

    this is my code for update, please why the error

    public void Modificar_Huesp edV(int no_orden, int nno_orden, string nombre, string apellidos, double ci, int no_habitacion, string fecha_entrada,
    string fecha_salida, int cant_acompanant es, int dias_hospedado, int cuota_persona, int total_cobrar,
    int no_cobrado, string fecha_cobrado)
    {
    int pos = 0;
    ...
    See more | Go to post
No activity results to display
Show More
Working...