Zum Hauptinhalt gehen

Suche

Suche

Starting Label Position Dialog

Kommentare

2 Kommentare

  • Avatar
    Ian Cummings
    Moderator
    What build (service release) of BarTender v10.0 is in use? If you're not using the latest then be sure to upgrade.

    http://www.bartenderbarcodesoftware.com/label-software/fixes_100.aspx
    0
  • Avatar
    Permanently deleted user
    To ensure BarTender dialogs appear on top of your application, set the ParentWindow member of the Engine object to the handle of your form.

    For example (in C#):

    [code]myEngine.ParentWindow = this.Handle;[/code]
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.