CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: paulina_lui

Page 1 of 17 1 2 3 4

Search: Search took 0.12 seconds.

  1. Replies
    2
    Views
    715

    API testing

    I will starting to work on Testing the API of our product and am looking for some general ideas on how to go about it so that I have a good plan before I actually start doing it.

    It sa Vc++...
  2. No

    I remove paper from the printer, then print a page, then start my progra,. so Isee the job is there, but ptatus is null most of the times, and "Printing" sometimes, but never its like Job paused,...
  3. Printer status wor "Mission Impossible 3"

    Well all I need to know is like there is a paper jam or printer is out of papaer.

    But the status member of the JOB_INFO_2 structure is either showing priniting or 0, which in either case does not...
  4. Replies
    17
    Views
    3,071

    Can you please post your sample project

    As there seems to be something that I am missing.

    I did try this time with a new project just to try it out, but still the same , prints all pages..

    Thanks for your help.. a lot

    Pauli
  5. Replies
    17
    Views
    3,071

    Thanks a lot Tom

    I could not get to the whole thread from the link you had in the your reply,

    Anyways I tried that but still it prints the whole **** document.

    I am using
    myDoc.PrintOut(covTrue, ...
  6. But there is nothing in that link

    I could really use some help here!

    Thanks!
    Pauli
  7. Replies
    17
    Views
    3,071

    Tom, I am trying to use the vc++/MS Office...

    Tom,

    I am trying to use the vc++/MS Office automation to print the **** word/excel documents.

    Now the pprintout method works as long as I just want to print the wh=ole document, but when I try...
  8. Replies
    2
    Views
    1,559

    ...

    Anybody!


    Please help.


    Pauli
  9. Replies
    2
    Views
    1,559

    Printer Status Out of paper/paper jam

    I want to be able to get the infromationf from the printer when its out of paper and if possible even when there is a paper jam.

    I have used enumjobs to get al the jobs, and then used job infor 2...
  10. All MS Word/Office automation gurus out there!

    I am trying to print a range of pages using word but have not been able to do that, no matter what.
    I am not sure how to pass the paramaters for the page range option, so any suggestions are very...
  11. Replies
    2
    Views
    1,134

    Well

    WM_SPOOLER wont or rather may not work on win2k/xp so check or look into
    FindFirstPrinterChangeNotification and FindNextPrinterChangeNotification
  12. ?

    What is m_hDevNames and m_hDevMode in the code, I am trying use this code in a dialog based application by the way.

    Thnaks !

    Pauli
  13. Replies
    8
    Views
    1,952

    Well

    Kirants,

    I dont know how to pass those to he printer using automation(WORD,PowerPoint), so was hoping if I am able to change the default settings of the printer, anyone who prints afterwards...
  14. Replies
    8
    Views
    1,952

    Hello

    Well thats what I am doing in the code above but its not working.


    Once this is done I alos have to implement selecting between color/ black and white printing as well.


    Thanks for your time!...
  15. Replies
    8
    Views
    1,952

    Please help------ Printer

    I am trying the code below to set the printer settings so that the page setup is Landscape but its not working.

    I have been stuck on it for some time now any help is very much appreciated.

    ...
  16. Well

    Frankly I dont know whats the best way to do that I did try passing the values as COleVariant((_T("2-4")), but it prints all the pages instead.
  17. MS Word PrintOut function- Please help, have chekced MSDN/Google no help

    Well I am able to print using the print out function but when I try to pass parameters like which pages to print etc, I am not able to do that.

    myDoc.PrintOut(covFalse, // Background....
  18. Replies
    2
    Views
    680

    Well all I want to do is

    Set the orientation of the printer,page size and the option of color/black and white, everything else I can already do.


    Thanks!
  19. Replies
    2
    Views
    680

    Printing woes

    Hello Gurus,

    I am trying to add printing in my application, so instead of showing the setup screen for the printer where the user can select the settings for the page etc, like landscape,...
  20. Replies
    7
    Views
    970

    thanks!

    But is there a way to show diffferent Print Dialog/Options as various applicaions or will I have to do that myself, as I have to take the print optios and see what was selected.
  21. Replies
    7
    Views
    970

    Well

    I can use MFC, all I need to do is know what options were selected by the user after they hit on the OK button on the Print dialog, and I wan to display different dialogs as Windows does for...
  22. Replies
    7
    Views
    970

    Please Help

    Help!!!!!
  23. Replies
    7
    Views
    970

    One more thing

    I also see whne I Select Print fomr MS Word I see a different Dialog then what I see when I select Print from MS PowerPoint which in turn is different from what I see when I select Print from MS...
  24. Replies
    7
    Views
    970

    How to read print options selected

    I plan to display the PrintDialog, and want to be able toread what options were selected, like landscape or portrait, From-to pages, number of copies, how can I do this,.
    Some sample code would be...
  25. ....

    Anybody!
Results 1 to 25 of 405
Page 1 of 17 1 2 3 4





Click Here to Expand Forum to Full Width

Featured