Search results for query: *

  1. C

    Resolved Copying Win form from one VS2019 project to another

    Thanks so much for your advice. Adding the old project to the solution of the new project worked great as far as being able to transfer Windows Forms.
  2. C

    Resolved Copying Win form from one VS2019 project to another

    Can't figure out something you think would be easy - it was back in the old VB6 days. In VS2019 want to copy an existing Windows Form from an existing project to a new project. When using 'Project | Add Existing Item' The code copies but the form design does not and errors out when you try to...
  3. C

    Pesky message box with PrintPreviewControl

    Thanks for your reply. The answer to your question is yes which seems right because PrintPreviewDialog is to be more of a complete previewer solution. PrintPreviewControl is for custom efforts so it shouldn't have the message. Will just have to live with it apparently.
  4. C

    Pesky message box with PrintPreviewControl

    Developing an app with the MS PrintPreview Control which works ok. MS makes the point that it "Represents the raw preview part of print previewing from a Windows Forms application, without any dialog boxes or buttons." That's true - you have to add in all the programming. Except they provide...
  5. C

    Answered HelpProvider show topic

    Thanks for your assistance. I am putting together the chm file using third party too. You mention of navigator.topic got me moving in that direction and it turns out the following statement does what I need: Help.ShowHelp(Me, HelpProvider1.HelpNamespace, HelpNavigator.KeywordIndex, "System...
  6. C

    Answered HelpProvider show topic

    Using HelpProvider to provide contexted help and works well for controls based using a chm file. However, want to be able to click on a button and bring up a specific topic. This was a piece of cake to do in VB6 but can't seem to figure out how to do with helpProvider. You would think the...
Back
Top