這是我的第一個C#線索,我創建了一個DLL文件,我想在另一個C#文件中使用它的類,但是當我編譯我得到這個錯誤: error CS0246: The type or namespace name 'HelloLib' could not be found (are you missing a using directive or an assembly reference?) HelloLib.dl
我正在研究一個應用程序,我必須在原始打印文本之後放置一行額外的文本。 爲此,我正在使用FindFirstPrinterChangeNotification和FindNextPrinterChangeNotification打印後臺處理程序API的方法工作正常。 我能夠得到打印隊列,顯示1 我使用下面的代碼作業計數的數量在打印隊列中添加一個新的任務: // Create the printer s