Search results for query: *

  1. 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...
  2. 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...
  3. 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