Search results for query: *

  • Users: LaLue
  • Order by date
  1. L

    send emf to clipboard

    I have written a program with which the user can draw different objects (lines, shapes, font signs). One function is to select objects and send them as an emf file to the clipboard. The relevant code is : . mf = New Metafile(MetafileName, hdc, rectSelected, MetafileFrameUnit.Pixel) Dim...
  2. L

    Form Event problem

    Thank you, but this occurs also when I Launch a window from my own form.
  3. L

    Form Event problem

    I am working with an older vb dot net version. The program consists of a single form (no MDI application). If the user sets the cursor into another program (e.g. Word), and then back to the vb form, then at that moment I need an event to do something. I tried out several events but none of these...
Back
Top