Search:

Type: Posts; User: huxley

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,224

    Re: how to cancel print preview?

    sir thank you for your reply., sir im just a beginner here in vb6, do you have any acticle or sample code for that?
  2. Replies
    3
    Views
    1,224

    how to cancel print preview?

    does anyone know how to cancel my print preview., when my excel application is in print preview state, using excel automation , there is an instant that i want to close the print preview so that it...
  3. Re: how to change printer quality before it prints

    for vb6 sir.,sorry for late reply
  4. Re: how to change printer quality before it prints

    sir thank you for your reply.sir, do have any article or sample that can lead me to my question?
  5. Re: [RESOLVED] multidelete data in a listview, ms access for DB

    thank you sir., it helps
  6. Replies
    1
    Views
    1,385

    changing printer quality using vb6

    does anyone know how to change the print quality of printer like fast, normal best. by using vb6., is it possible?
  7. [RESOLVED] multidelete data in a listview, ms access for DB

    does anyone know how to multi delete records in my listview and in my database when i multiselect some data?
  8. how to change printer quality before it prints

    does anyone know how to programatically change the printer quality like fast, normal, best before i can print office application? im using epson stylus t10.
  9. how to cancel all printing when it starts to print?

    hi to all., im just wondering, it is possible to cancel all the printing in the spool even though it printing already? its like, forced to cancel the printing process using vb6?
  10. Replies
    2
    Views
    583

    Re: merrion printer api. need help...T-T

    i try to accomplish to program it, but it cant detect my printer status like paper jam., it can only detect "ready", printing and no jobs to print. but in my program it has status like, paper jam,...
  11. Re: [RESOLVED] error when closing ms word using VB6

    yes sir., thx
  12. Re: error when closing ms word using VB6

    thx sir.:)
  13. Re: error when closing ms word using VB6

    by using shellexecute sir
  14. Replies
    3
    Views
    1,950

    Re: disable document recovery

    ahhh., i get it, but sir, but why is it everytime i open my document again, it appears the "document recovery at the left pane of my word application"? do you know how to remove that or disable it?
  15. Re: error when closing ms word using VB6

    sure sir., thanks for your reply. this code is to open my document and embed it to frame its just partial but its the main code that will call the word application.
    strProg = ShellExecute(Me.hWnd,...
  16. [RESOLVED] error when closing ms word using VB6

    when i try to close the word application it gives error that that no active document. can anyone help me to properly close the word application using vb6?
  17. Replies
    3
    Views
    1,950

    disable document recovery

    i need help. i want to disable the document recovery(when accidentally the office application crashes or power loss). i searched to other site and tells that under (word application for example)...
  18. Replies
    2
    Views
    583

    merrion printer api. need help...T-T

    i have a problem getting the status of the printer such as out of paper, low ink, paper jam. i searched many forums and sites and many are forwarding to this site...
  19. how can i get the index of specific item in my listview

    is it possible to get the index of specific item in my listview?
  20. how to set password fot dao using ms access for DB

    hello., how can i set password in my vb6 code for my access database. im using DAO 3.6
  21. Re: highlight specific item in the listview

    thank you sir.,:D:D:D
  22. [RESOLVED] highlight specific item in the listview

    hi to all, is it possible to highlight a specific row/item in my listview?
  23. Replies
    0
    Views
    454

    items in the listview to datareport

    hi to all members and administrators, is it possible to import my current items in my listview to my datareport?
  24. Re: how can i disable the tab menu or ribbon in ms office 2007

    thx sir.:D
  25. Re: save as 2007 office documents(.docx, .xlsx, .pptx) to 2003 office file format

    sure., thx.,
  26. Re: save as 2007 office documents(.docx, .xlsx, .pptx) to 2003 office file format

    thank you for your reply sir., i've done it already., thank you sir for your help., it really helps.God Bless .:D:D:D:thumb::D:D:thumb:
  27. Re: save as 2007 office documents(.docx, .xlsx, .pptx) to 2003 office file format

    thank you sir., sir by the way., when i embed the application to my form, i can still move my ms word application., is there any way that it will be fixed and cant be moved?
  28. Re: save as 2007 office documents(.docx, .xlsx, .pptx) to 2003 office file format

    sir it works! thank you very much sir., 5 star to you sir., sir i have a question, why is that when i use my code in save as in word document, i didnt put
    "Set Word=...
  29. Re: save as 2007 office documents(.docx, .xlsx, .pptx) to 2003 office file format

    when i want to save as for powerpoint this line
    PowerPoint.ActivePresentation.SaveAs "C:\asd.ppt" has an error and saying that "with variable or with block not set".

    when i want to save as for...
  30. [RESOLVED] how can i disable the tab menu or ribbon in ms office 2007

    i have a program that will print office documents, my problem is that when i embed the application in the form(example ms word), but it should not be editable and cant access the menu and the...
  31. [RESOLVED] save as 2007 office documents(.docx, .xlsx, .pptx) to 2003 office file format

    hi to all., i managed to convert or save as my active 2007 file format word document into 2003 word file format. and here is my code:
    Word.ActiveDocument.SaveAs "C:\sample2.doc"


    but when i...
  32. Re: multi delete records from listview, DAO

    thanks you sir., cheers!.,:D by the way., good morning sir.,:D:bigyello::check:
  33. Re: multi delete records from listview, DAO

    thx for the reply sir., but sir how can I reference all the items that i've multiselected in my listview so that i can put it in the where clause in the sql command
  34. [RESOLVED] multi delete records from listview, DAO

    hi everyone., does anyone know how to multi delete records in my database (ms access) using DAO? i use listview to view my records in my database,,.my listview is multiselect.
  35. Replies
    2
    Views
    334

    Re: ADO Hardcoding

    thank you sir si_the_geek., :) cheers
  36. Replies
    2
    Views
    334

    [RESOLVED] ADO Hardcoding

    hi everyone!:D does anyone have a nice link or tutorial for beginners in programming an ADO(pure hardcode) no adodc component that uses vb6 and ms access as the database?

    any comment is...
  37. Replies
    5
    Views
    1,175

    Re: preview style of (.doc,.xls,.ppt,.pdf)

    sir it does not for me., sir is there any program that can view my document but cannot manipulate except for scrollbars?
  38. Replies
    16
    Views
    1,273

    Re: [RESOLVED] get all filenames in a drive

    thank you sir., this post is resolved., thank you for all the reply., :D cheers!:D:D
  39. Replies
    16
    Views
    1,273

    Re: [RESOLVED] get all filenames in a drive

    im mean sir is it possible also for the folders to be listed just like the files listed in the listbox.
  40. Replies
    16
    Views
    1,273

    Re: [RESOLVED] get all filenames in a drive

    thx guys.,:) it works., cheers


    is it possible to identify the folders using the DIR function?
Results 1 to 40 of 55
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width