利用巨集定義建立資源

2021-05-28 05:58:45 字數 918 閱讀 7701

#define btn(a,x,y,xd,yd,id) createwindow(l"button",a,dwchild|bs_pushbutton,x,y,xd,yd,g_hwnd,(hmenu)id,g_hinst,null);

#define lbx(a,x,y,xd,yd,id) createwindowex(0,l"listbox",a,dwchild|lbs_disablenoscroll|lbs_hasstrings|lbs_standard^lbs_sort,x,y,xd,yd,g_hwnd,(hmenu)id,g_hinst,null);

#define edt(a,x,y,xd,yd,id) createwindowex(ws_ex_clientedge,l"edit",a,dwchild|ws_border,x,y,xd,yd,g_hwnd,(hmenu)id,g_hinst,null);

#define stc(a,x,y,xd,yd,id) createwindow(l"static",a,dwchild,x,y,xd,yd,g_hwnd,(hmenu)id,g_hinst,null);

#define msgbx(a) messagebox(null,a,l"zfxengine report",mb_ok|mb_iconinformation|mb_taskmodal)

使用:hlbx   = lbx(l"",10,10,430,185,idc_hlbx);

hbtn   = btn(l"send",360,230,80,30,idc_hbtn);

hlabel = stc(l"write up to 128 chars and click on send:",10,205,340,20,idc_hlabel);

htext  = edt(l"", 10, 232, 340, 26, idc_htext);

C 利用巨集定義求面積

學過c語言的讀者,對巨集定義應該不陌生,同樣在c 中,也可以用巨集定義命令將乙個指定的識別符號來代表乙個字串,巨集定義的作用一般是用乙個短的名字代表乙個長的字串。一般形式為 define 識別符號 字串 定義pi的符號常量 define pi 3.14 在c 中還可以用 define命令定義帶引數的...

C 利用巨集定義求面積

學過c語言的讀者,對巨集定義應該不陌生,同樣在c 中,也可以用巨集定義命令將乙個指定的識別符號來代表乙個字串,巨集定義的作用一般是用乙個短的名字代表乙個長的字串。一般形式為 define 識別符號 字串 定義pi的符號常量 define pi 3.14 在c 中還可以用 define命令定義帶引數的...

abs int 巨集定義 巨集定義和巨集方法

巨集定義和巨集方法 定義機型 define is iphone5 uiscreen instancesrespondtoselector selector currentmode cgsizeequaltosize cgsizemake 640,1136 uiscreen mainscreen cu...