VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



'Code to Display the name of the printers connected to the Computer into a Combo box

by Raghu (22 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Mon 6th March 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

'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



For Each Pr In Printers
combo1.Additem Pr.DeviceName 
Next
End Sub

Download this snippet    Add to My Saved Code

'Code to Display the name of the printers connected to the Computer into a Combo box Comments

No comments have been posted about 'Code to Display the name of the printers connected to the Computer into a Combo box. Why not be the first to post a comment about 'Code to Display the name of the printers connected to the Computer into a Combo box.

Post your comment

Subject:
Message:
0/1000 characters