C#獲取印表機名
1. 獲取所有印表機名
foreach(string printer in System.Drawing.Printing.PrinterSettings.InstalledPrinters)
{
listBox1.Items.Add(printer);
}
2. 獲取預設印表機名
label1.Text = (new System.Drawing.Printing.PrintDocument()).PrinterSettings.PrinterName;
3. 開啟控制面板的印表機視窗
System.Diagnostics.Process.Start("rundll32.exe", "shell32.dll,SHHelpShortcuts_RunDLL PrintersFolder");
相關推薦
C#獲取印表機名
1. 獲取所有印表機名 foreach(string printer in System.Drawing.Printing.PrinterSettings.InstalledPrinters) {
C# 獲取印表機列表
public List<string> GetPrintList() { List<string> lt = new List<string>(); Loca
C# 獲取文件名、目錄、後綴、無後綴文件名、擴展名、根目錄等
TE console div lin pro () copy IT color [csharp] view plain copy class Program { static void Main(string[] args)
C#獲取某一路徑下的所有文件名信息(包括子文件夾)
txt 技術 ont getc des lena ssa rect cati 貼代碼了,這裏使用的是C#控制臺輸出文件名到記事本中,文件名使用逗號隔開: using System; using System.IO; namespace ConsoleApplicatio
C++ 獲取指定資料夾下指定字尾名檔案
#include <dirent.h> #include <iostream> #include <regex> #include <string> std::vector<std::string> faceDescriptor
C# 獲取 IP,MAC,計算機名,硬碟號等
一、新建C#winform工程computer 二、form窗體程式碼如下: using System; using System.Collections.Generic; using System.ComponentModel; using System.
C++通過程序名獲取程序控制代碼
記錄下一段,比較常用的程式碼。 // 強殺定期刪除程序 void CDogThread::Quit() { // 結束強殺定期刪除程序 HANDLE hProcess = GetProcessHa
C++獲取本地計算機主機名和IP
#include <iostream> using namespace std; #include "winsock2.h" #pragma comment(lib,"ws2_32.lib") void main() { //初始化:如果不初始化,以下程式碼將
ndk多執行緒需要獲取JNIEnv 或c通過類名+包名建立物件使用如下方法
JavaVM* mJavaVM; static pthread_key_t mThreadKey; static void Android_JNI_ThreadDestroyed(void* value) { JNIEnv *env = (JNIEnv*)
C#獲取本地印表機列表,並將指定印表機設定為預設印表機
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.W
在C語言中以程式設計的方式獲取函式名
在C語言中以程式設計的方式獲取函式名 僅僅為了獲取函式名,就在函式體中嵌入硬編碼的字串,這種方法單調乏味還易導致錯誤,不如看一下怎樣使用新的C99特性,在程式執行時獲取函式名吧。 物件反射庫、除錯工具及程式碼分析器,經常會需要在執行時訪問函式的名稱,直到不久前,唯
根據印表機名獲取印表機相關引數
unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Co
Asp.net .net(C#) 獲取當前名稱空間,類名,方法名的方法
/// 取得當前原始碼的哪一行 /// </summary> /// <returns></returns> public static int GetLineNum() { Syst
C#獲取SQLServer資料庫表名和欄位名
SQLServer資料庫每個資料庫都有INFORMATION_SCHEMA檢視,資料庫的結構資訊Schema都在這裡儲存。 select TABLE_NAME,TABLE_TYPE,TABLE_CAT
C#獲取MySQL資料庫中的所有的表名和欄位名及欄位的資料型別
獲取表名 public bool GetTableName() { string sql = "show tables;"; MySqlCommand cmd = new MySqlCom
C# 使用WIN32API獲取印表機
主要使用到winspool.drv中的EnumPrinters函式,程式碼如下: [DllImport("winspool.drv", SetLastError = true, CharSet = CharSet.Auto)] [return: MarshalAs(UnmanagedType.Bool)]
c#獲取url請求的返回值
web c# new mar string htm http class dto /// <summary> /// 獲取url的返回值 /// </summary> /// <param name="url">eg:htt
C# 獲取文件下載的各種方法
std finally 設置 出錯 word div 獲取文件 mar soft public class RemoteDownload { public static void DownLoad(string addressUrl,string
c# 獲取屏幕圖片
screen aging height image sys pty map log wid Rectangle bounds = Screen.GetBounds(Screen.GetBounds(Point.Empty));
C# 獲取網頁源代碼
logs arp sum 網頁 odin har .get bre div /// <summary> /// 獲取網頁源代碼 /// </summary> /// <param