Search results for query: *

  1. K

    Generic Code for multiple forms

    Hi, I'm using a form(1) to work with lots of other forms in visio VBA. So I need form(1) to be able to switch between comboboxes on which ever other form i have open. So, (if you are still with me!!) I added a string name for the form name and referenced the string like this...
  2. K

    Problem with buttons changing colour on other PC's

    Hi Kulrom, that is very kind of you to offer to create a simple project to test, thank you very much. I look forward to receiving it. Sue
  3. K

    Auto-detect page size (A4/LETTER) and print accordingly

    yes i have - thanks for all your help cheers, Sue
  4. K

    Problem with buttons changing colour on other PC's

    Hi Kulrom, thanks for helping. I have set the button up as standard. I did a search on all the buttons this problem occurs with and I can't see any where it changes the colour. I wrote the program from scratch) What is strange is that it if fine on my PC it is other peoples PC's that have...
  5. K

    Problem with buttons changing colour on other PC's

    Hi, I have a problem with buttons changing color on a form. Specifically the button with colour ActiveCaption (gray) when i run the .exe on other machines, (and it seems regardless of operating system) the button colour turns a very dark blue. Has anyone else come across this problem...
  6. K

    Auto-detect page size (A4/LETTER) and print accordingly

    Hi John, do you relate only to the PageBounds/MarginsBounds found through the methods e parameter so that it can be scaled to what ever page size is selected? Thanks Sue
  7. K

    Auto-detect page size (A4/LETTER) and print accordingly

    I found out how to do it: Dim PrinterPaperSize As String = PrintDocument1.PrinterSettings.DefaultPageSettings.PaperSize.Kind Is this what you meant or did you have another method. thanks for your help. Cheers, Sue:)
  8. K

    Auto-detect page size (A4/LETTER) and print accordingly

    Thanks for the info, I'm not getting any where fast though. I have put PrintDocument1.DefaultPageSettings.PaperSize.Kind() in Private Sub PrintDocument1_PrintPage but it doesn't like PrintDocument1. I've looked on MSDN but stilll can't work it out, do you have any ideas? Thanks...
  9. K

    Auto-detect page size (A4/LETTER) and print accordingly

    Hi, I'm trying to work out how to find out what the current printer page size setting is on a PC, then print on it accordinging to the page size. I'm looking for something like this: get printer page size ie A4 or LETTER if neither set as LETTER so then I would have a boolean to let the...
  10. K

    Random, but not so random

    Did you find the answer to this problem? I have a similar random but not so random issue to solve. Thanks KerryGan
Back
Top