CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 14:33:39 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=8ce9bf62c86a2d1c834425519271ad5e1794f9267d8676fe0767fadb61d838cca%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22MFTRQdUm3WpHnIVHnmICoWA7gYhoRjMj%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cf12e35bf6c1c9-BLR
testes - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Private Sub CheckPrinter(ByVal printerName As String, ByVal labelName As Label)
- Dim query As String = $"SELECT * FROM Win32_Printer WHERE Name LIKE '%{printerName}%'"
- Dim searcher As New ManagementObjectSearcher(query)
- Dim coll As ManagementObjectCollection = searcher.Get()
- For Each printer As ManagementObject In coll
- Dim printerStatus As String = printer("PrinterStatus").ToString()
- Dim paperStatus As String = printer("PrinterState").ToString()
- If printerStatus = "3" Then
- If paperStatus = "5" Then
- labelName.Text = "ONLINE - OUT OF PAPER"
- labelName.ForeColor = Color.Yellow
- Else
- labelName.Text = "ONLINE"
- labelName.ForeColor = Color.Green
- End If
- Else
- labelName.Text = "OFFLINE"
- labelName.ForeColor = Color.Red
- End If
- Next
- End Sub
Advertisement
Add Comment
Please, Sign In to add comment
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ 3
JavaScript | 5 sec ago | 0.24 KB
-
⭐✅ Jack's Profit Method ✅ NEVER SEEN BEF...
JavaScript | 7 sec ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ H
JavaScript | 7 sec ago | 0.24 KB
-
⭐✅ Online Marketplace Exploit ✅ NEVER SEEN BE...
JavaScript | 16 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ L
JavaScript | 16 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ J
JavaScript | 18 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ 2
JavaScript | 27 sec ago | 0.24 KB
-
⭐✅ Trading Profit Method ✅ NEVER SEEN BEFORE...
JavaScript | 28 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand