'MessageBoxA' : function does not take 1 parameter
'MessageBoxA' : does not take 1 parameters原因及解決方法
AfxMessageBox()一般應用於窗體之中,沒有窗體,或者是全域性函式,不能使用該函式;
MessageBox()可以應用於沒有窗體和有窗體的兩種情況
1)在有窗體的情況下,和AfxMessageBox()的用法一樣,也就是隻要一個引數;
2) 在沒有窗體或者全域性函式中,他必須傳入一個窗體控制程式碼才可能執行,如果沒有,用NULL代替也可,但是此時該訊息框屬於桌面,可能達不到我們所需要的目的,所以一般要傳入一個視窗控制程式碼。
第二種情況下須給出函式的四個引數
int MessageBox(
HWND hWnd,
LPCTSTR lpText,
LPCTSTR lpCaption,
UINT uType
);
例:::MessageBox(NULL, "asdfasdf", NULL, MB_OK);
MessageBox()可以應用於沒有窗體和有窗體的兩種情況
1)在有窗體的情況下,和AfxMessageBox()的用法一樣,也就是隻要一個引數;
2) 在沒有窗體或者全域性函式中,他必須傳入一個窗體控制程式碼才可能執行,如果沒有,用NULL代替也可,但是此時該訊息框屬於桌面,可能達不到我們所需要的目的,所以一般要傳入一個視窗控制程式碼。
第二種情況下須給出函式的四個引數
int MessageBox(
HWND hWnd,
LPCTSTR lpText,
LPCTSTR lpCaption,
UINT uType
);
例:::MessageBox(NULL, "asdfasdf", NULL, MB_OK);
相關文章
- Maintain profile parameter dynamic with function.AIFunction
- sky-take-out chapter 1APT
- ORA-04042 procedure, function, package, or package body does not existFunctionPackage
- sqlnet.ora parameter (1)SQL
- Take-Two財報:2013Q1 Take-Two淨營收2.995億美元營收
- PostgreSQL 原始碼解讀(243)- plpgsql(interpret_function_parameter_list)SQL原始碼Function
- take a risk
- Javascript 物件導向學習1 Function function ObjectJavaScript物件FunctionObject
- std::tr1::functionFunction
- Initianization Parameter (1) : DB_BLOCK_SIZEBloC
- NgRx 裡 first 和 take(1) 操作符的區別
- 關於 rxjs 程式設計中的 take(1) 操作JS程式設計
- ABAP 常用FUNCTION集錦1Function
- Take-Two財報:2015年Q1財季Take-Two營收1.254億美元 同比下滑12%營收
- mybatis Parameter index out of range (1 > number of parameters, which is 0)MyBatisIndex
- Initialization Parameter Files and Server Parameter Files (287)Server
- java.sql.SQLException: No value specified for parameter 1 異常分析JavaSQLException
- javascript 中function(){},new function(),new Function(),Function 摘錄JavaScriptFunction
- Golang cannot take the address ofGolang
- Oracle ParameterOracle
- Required parameter $xxx follows optional parameter $yyyUI
- laravel-admin用dingo/api報sha1() expects parameter 1 to be strLaravelGoAPI
- MLE 5217 : Take-Home Dataset Classification
- Oracle Reporting 1 - Ratio_to_Report FunctionOracleFunction
- The SPFILE Initialization Parameter
- Sessions & Processes parameterSession
- Import parameter: STATISTICSImport
- Export Parameter : BufferExport
- Export Parameter : QueryExport
- 關於 Partition 1 does not end on cylinder boundary 的理解
- Oracle OCP 1Z0-053 Q450(NLS_* Parameter)Oracle
- MySQL過程報 Parameter number N is not an OUT parameter錯誤MySql
- LINQ系列:LINQ to SQL Take/SkipSQL
- '+CRS' in '/etc/oracle/ocr.loc' and '/dev/raw/raw1' does not matchOracledev
- 使用DBMS_UTILITY.get_parameter_value檢視session的parameterSession
- Oracle Server Parameter FilesOracleServer
- What Is a Server Parameter File?Server
- Create a New Parameter ID