Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printer.RightToLeft = True
Message
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00501328
Message ID:
00501332
Vues:
20
>My code:
>Printer.Font.Bold = False
>Printer.Font.Bold = False
>Printer.CurrentY = 3200
>Printer.CurrentX = 2800
>Printer.RightToLeft = True
>Debug.Print Printer.RightToLeft 'wtf... still false
>Printer.Print a
>
>Debug says that the Printer.RightToLeft is still False...
>What's wrong... plz help...

You can read in the VB Help: Returns a boolean value that indicates the text display direction and controls the visual appearance on a bidirectional system.

Reading told us that you can set the property (because it only Returns).

You also need a bidirectional system (I think this is chineese and other).
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform