Jump to content
Xtreme .Net Talk

yogipat

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by yogipat

  1. Is there by any means i can fix the color gradient of the title bar irrespective of the windows theme applied on the client machine?
  2. Write the code as given below Dim result As DialogResult = Me.PrintDialog1.ShowDialog If result = DialogResult.OK Then If Me.PrintDialog1.PrinterSettings.IsValid Then \\Place your code here. End If End If
  3. I want to set the no. of copies as 5 on the print dialog box that opens when you click on the PrintButton; which comes built-in with the CrystalReportViewer Control.
  4. I have a report displayed on a CrystalReportViewer control placed on a form. I want to print 5 copies of this report bydefault. The print dialog box opened when I click Printer Button on Crystalreportviewer Control shows number of copies to be printed as 1 bydefault. I want to set it to 5 bydefault. How do I get this done? Yogi
  5. Yes I want to create something like access. So guys u have got what i want. So how do we go about it?
  6. I am developing a database software. I want to create a driver for this database software. Using this driver I want to connect my application to this database. How do i create this driver? Please help.
  7. I have two forms which opens as child forms in a main form. One child form has a web browser control on it which displays an html file designed by me. The html file has an image on it. On click of this image I want second child form to be opened. how do i acheive this?
  8. IF Yes How do i do it? What i mean is; How do i add reportobject to the rpt file in my project?
  9. Can i Design reports dynamically through the code?
×
×
  • Create New...