2020年6月18日 星期四
[BCB]messagebox
AnsiString str = BoolToStr( o_chkTXT->Checked );
Application->MessageBox(s.c_str(), "Test", 32+3);
char* c_str()
AnsiString str = "Hello World!";
MessageBox(NULL,str.c_str(),"",MB_OK); //顯示一個消息框
訂閱:
文章 (Atom)
[SQL]顯示千分位與小數顯示
CONVERT ( data_type [ ( length ) ] , expression [ , style ] ) CONVERT style參數說明 1 (expression為 money 或 smallmoney型別): 0 : 預設,保留小數位後兩位,並四捨...
-
using System.IO; 取得程式當下檔案目錄資訊: string sPath = this .GetType().Assembly.Location; string filename = @"C:\Users\123.text&...
-
兩個函式宣告,需要 using System.Diagnostics; ----------------------使用方式------------------------------------------- OpenPress( "AAA.exe"...
-
方法1--直接獲取 //取得目前滑鼠位置 Console .WriteLine( "x:" + System.Windows.Forms. Cursor .Position.X); Console .WriteLine( "y:"...