when i use my.computer.pri nters all i get is an error, what am i doing wrong it doen't see .printer on intellisense,
this is the code i am trying it with,
Code:
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
With My.Computer.Printers.DefaultPrinter
.HorizontalAlignment = HorizontalAlignment.Center
Leave a comment: