- Home
·
- Miscellaneous
·
- 'Code to Display the name of the printers connected to the Computer into a Combo box
'Code to Display the name of the printers connected to the Computer into a Combo box
'Code to Display the name of the printers connected to the Computer into a Combo box
Rate 'Code to Display the name of the printers connected to the Computer into a Combo box
(1(1 Vote))
For Each Pr In Printers
combo1.Additem Pr.DeviceName
Next
End Sub
'Code to Display the name of the printers connected to the Computer into a Combo box Comments
No comments yet — be the first to post one!
Post a Comment