⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mfcapi.cs

📁 该即时通讯系统系统能够实现像QQ一样的通讯功能
💻 CS
📖 第 1 页 / 共 5 页
字号:
		public static HandleRef HWND_BOTTOM;
		public static HandleRef HWND_NOTOPMOST;
		public static HandleRef HWND_TOP;
		public static HandleRef HWND_TOPMOST;
		public const int ICC_BAR_CLASSES = 4;
		public const int ICC_DATE_CLASSES = 0x100;
		public const int ICC_LISTVIEW_CLASSES = 1;
		public const int ICC_PROGRESS_CLASS = 0x20;
		public const int ICC_TAB_CLASSES = 8;
		public const int ICC_TREEVIEW_CLASSES = 2;
		public const int ICON_BIG = 1;
		public const int ICON_SMALL = 0;
		public const int IDC_APPSTARTING = 32650;
		public const int IDC_ARROW = 0x7f00;
		public const int IDC_CROSS = 0x7f03;
		public const int IDC_HELP = 0x7f8b;
		public const int IDC_IBEAM = 0x7f01;
		public const int IDC_NO = 0x7f88;
		public const int IDC_SIZEALL = 0x7f86;
		public const int IDC_SIZENESW = 0x7f83;
		public const int IDC_SIZENS = 0x7f85;
		public const int IDC_SIZENWSE = 0x7f82;
		public const int IDC_SIZEWE = 0x7f84;
		public const int IDC_UPARROW = 0x7f04;
		public const int IDC_WAIT = 0x7f02;
		public const int ILC_COLOR = 0;
		public const int ILC_COLOR16 = 0x10;
		public const int ILC_COLOR24 = 0x18;
		public const int ILC_COLOR32 = 0x20;
		public const int ILC_COLOR4 = 4;
		public const int ILC_COLOR8 = 8;
		public const int ILC_MASK = 1;
		public const int ILD_MASK = 0x10;
		public const int ILD_NORMAL = 0;
		public const int ILD_ROP = 0x40;
		public const int ILD_TRANSPARENT = 1;
		public const int IMAGE_CURSOR = 2;
		public const int IMAGE_ICON = 1;
		public const int IME_CMODE_FULLSHAPE = 8;
		public const int IME_CMODE_KATAKANA = 2;
		public const int IME_CMODE_NATIVE = 1;
		public const int INPLACE_E_NOTOOLSPACE = -2147221087;
		public static IntPtr InvalidIntPtr;
		public const int KEYEVENTF_KEYUP = 2;
		public const int LANG_NEUTRAL = 0;
		public static readonly int LANG_USER_DEFAULT;
		public const int LB_ADDSTRING = 0x180;
		public const int LB_DELETESTRING = 0x182;
		public const int LB_ERR = -1;
		public const int LB_ERRSPACE = -2;
		public const int LB_FINDSTRING = 0x18f;
		public const int LB_FINDSTRINGEXACT = 0x1a2;
		public const int LB_GETCARETINDEX = 0x19f;
		public const int LB_GETCURSEL = 0x188;
		public const int LB_GETITEMHEIGHT = 0x1a1;
		public const int LB_GETITEMRECT = 0x198;
		public const int LB_GETSEL = 0x187;
		public const int LB_GETSELCOUNT = 400;
		public const int LB_GETSELITEMS = 0x191;
		public const int LB_GETTEXT = 0x189;
		public const int LB_GETTEXTLEN = 0x18a;
		public const int LB_GETTOPINDEX = 0x18e;
		public const int LB_INSERTSTRING = 0x181;
		public const int LB_ITEMFROMPOINT = 0x1a9;
		public const int LB_RESETCONTENT = 0x184;
		public const int LB_SETCOLUMNWIDTH = 0x195;
		public const int LB_SETCURSEL = 390;
		public const int LB_SETHORIZONTALEXTENT = 0x194;
		public const int LB_SETITEMHEIGHT = 0x1a0;
		public const int LB_SETLOCALE = 0x1a5;
		public const int LB_SETSEL = 0x185;
		public const int LB_SETTOPINDEX = 0x197;
		public const int LBN_DBLCLK = 2;
		public const int LBN_SELCHANGE = 1;
		public const int LBS_DISABLENOSCROLL = 0x1000;
		public const int LBS_EXTENDEDSEL = 0x800;
		public const int LBS_HASSTRINGS = 0x40;
		public const int LBS_MULTICOLUMN = 0x200;
		public const int LBS_MULTIPLESEL = 8;
		public const int LBS_NOINTEGRALHEIGHT = 0x100;
		public const int LBS_NOSEL = 0x4000;
		public const int LBS_NOTIFY = 1;
		public const int LBS_OWNERDRAWFIXED = 0x10;
		public const int LBS_OWNERDRAWVARIABLE = 0x20;
		public const int LBS_USETABSTOPS = 0x80;
		public const int LBS_WANTKEYBOARDINPUT = 0x400;
		public const int LOCALE_IFIRSTDAYOFWEEK = 0x100c;
		public static readonly int LOCALE_USER_DEFAULT;
		public const int LOCK_EXCLUSIVE = 2;
		public const int LOCK_ONLYONCE = 4;
		public const int LOCK_WRITE = 1;
		public const int LOGPIXELSX = 0x58;
		public const int LOGPIXELSY = 90;
		public const int LVA_ALIGNLEFT = 1;
		public const int LVA_ALIGNTOP = 2;
		public const int LVA_DEFAULT = 0;
		public const int LVA_SNAPTOGRID = 5;
		public const int LVCF_FMT = 1;
		public const int LVCF_IMAGE = 0x10;
		public const int LVCF_ORDER = 0x20;
		public const int LVCF_TEXT = 4;
		public const int LVCF_WIDTH = 2;
		public const int LVFI_PARAM = 1;
		public const int LVHT_ONITEM = 14;
		public const int LVHT_ONITEMSTATEICON = 8;
		public const int LVIF_IMAGE = 2;
		public const int LVIF_PARAM = 4;
		public const int LVIF_STATE = 8;
		public const int LVIF_TEXT = 1;
		public const int LVIR_BOUNDS = 0;
		public const int LVIR_ICON = 1;
		public const int LVIR_LABEL = 2;
		public const int LVIR_SELECTBOUNDS = 3;
		public const int LVIS_CUT = 4;
		public const int LVIS_DROPHILITED = 8;
		public const int LVIS_FOCUSED = 1;
		public const int LVIS_OVERLAYMASK = 3840;
		public const int LVIS_SELECTED = 2;
		public const int LVIS_STATEIMAGEMASK = 61440;
		public const int LVM_ARRANGE = 0x1016;
		public const int LVM_DELETEALLITEMS = 0x1009;
		public const int LVM_DELETECOLUMN = 0x101c;
		public const int LVM_DELETEITEM = 0x1008;
		public static readonly int LVM_EDITLABEL;
		public const int LVM_EDITLABELA = 0x1017;
		public const int LVM_EDITLABELW = 0x1076;
		public const int LVM_ENSUREVISIBLE = 0x1013;
		public static readonly int LVM_FINDITEM;
		public const int LVM_FINDITEMA = 0x100d;
		public const int LVM_FINDITEMW = 0x1053;
		public static readonly int LVM_GETCOLUMN;
		public const int LVM_GETCOLUMNA = 0x1019;
		public const int LVM_GETCOLUMNW = 0x105f;
		public const int LVM_GETCOLUMNWIDTH = 0x101d;
		public const int LVM_GETHEADER = 0x101f;
		public const int LVM_GETHOTITEM = 0x103d;
		public static readonly int LVM_GETISEARCHSTRING;
		public const int LVM_GETISEARCHSTRINGA = 0x1034;
		public const int LVM_GETISEARCHSTRINGW = 0x1075;
		public static readonly int LVM_GETITEM;
		public const int LVM_GETITEMA = 0x1005;
		public const int LVM_GETITEMRECT = 4110;
		public const int LVM_GETITEMSTATE = 4140;
		public static readonly int LVM_GETITEMTEXT;
		public const int LVM_GETITEMTEXTA = 0x102d;
		public const int LVM_GETITEMTEXTW = 0x1073;
		public const int LVM_GETITEMW = 0x104b;
		public const int LVM_GETNEXTITEM = 0x100c;
		public const int LVM_GETSELECTEDCOUNT = 0x1032;
		public static readonly int LVM_GETSTRINGWIDTH;
		public const int LVM_GETSTRINGWIDTHA = 0x1011;
		public const int LVM_GETSTRINGWIDTHW = 0x1057;
		public const int LVM_GETTOPINDEX = 0x1027;
		public const int LVM_HITTEST = 0x1012;
		public static readonly int LVM_INSERTCOLUMN;
		public const int LVM_INSERTCOLUMNA = 0x101b;
		public const int LVM_INSERTCOLUMNW = 0x1061;
		public static readonly int LVM_INSERTITEM;
		public const int LVM_INSERTITEMA = 0x1007;
		public const int LVM_INSERTITEMW = 0x104d;
		public const int LVM_SETBKCOLOR = 0x1001;
		public static readonly int LVM_SETCOLUMN;
		public const int LVM_SETCOLUMNA = 0x101a;
		public const int LVM_SETCOLUMNW = 0x1060;
		public const int LVM_SETCOLUMNWIDTH = 0x101e;
		public const int LVM_SETEXTENDEDLISTVIEWSTYLE = 4150;
		public const int LVM_SETIMAGELIST = 0x1003;
		public static readonly int LVM_SETITEM;
		public const int LVM_SETITEMA = 0x1006;
		public const int LVM_SETITEMCOUNT = 0x102f;
		public const int LVM_SETITEMSTATE = 0x102b;
		public static readonly int LVM_SETITEMTEXT;
		public const int LVM_SETITEMTEXTA = 0x102e;
		public const int LVM_SETITEMTEXTW = 0x1074;
		public const int LVM_SETITEMW = 0x104c;
		public const int LVM_SETTEXTBKCOLOR = 0x1026;
		public const int LVM_SETTEXTCOLOR = 0x1024;
		public const int LVM_SORTITEMS = 0x1030;
		public const int LVN_BEGINDRAG = -109;
		public static readonly int LVN_BEGINLABELEDIT;
		public const int LVN_BEGINLABELEDITA = -105;
		public const int LVN_BEGINLABELEDITW = -175;
		public const int LVN_BEGINRDRAG = -111;
		public const int LVN_COLUMNCLICK = -108;
		public static readonly int LVN_ENDLABELEDIT;
		public const int LVN_ENDLABELEDITA = -106;
		public const int LVN_ENDLABELEDITW = -176;
		public static readonly int LVN_GETDISPINFO;
		public const int LVN_GETDISPINFOA = -150;
		public const int LVN_GETDISPINFOW = -177;
		public const int LVN_ITEMACTIVATE = -114;
		public const int LVN_ITEMCHANGED = -101;
		public const int LVN_ITEMCHANGING = -100;
		public const int LVN_KEYDOWN = -155;
		public static readonly int LVN_ODFINDITEM;
		public const int LVN_ODFINDITEMA = -152;
		public const int LVN_ODFINDITEMW = -179;
		public static readonly int LVN_SETDISPINFO;
		public const int LVN_SETDISPINFOA = -151;
		public const int LVN_SETDISPINFOW = -178;
		public const int LVNI_FOCUSED = 1;
		public const int LVNI_SELECTED = 2;
		public const int LVS_ALIGNLEFT = 0x800;
		public const int LVS_ALIGNTOP = 0;
		public const int LVS_AUTOARRANGE = 0x100;
		public const int LVS_EDITLABELS = 0x200;
		public const int LVS_EX_CHECKBOXES = 4;
		public const int LVS_EX_FULLROWSELECT = 0x20;
		public const int LVS_EX_GRIDLINES = 1;
		public const int LVS_EX_HEADERDRAGDROP = 0x10;
		public const int LVS_EX_ONECLICKACTIVATE = 0x40;
		public const int LVS_EX_TRACKSELECT = 8;
		public const int LVS_EX_TWOCLICKACTIVATE = 0x80;
		public const int LVS_ICON = 0;
		public const int LVS_LIST = 3;
		public const int LVS_NOCOLUMNHEADER = 0x4000;
		public const int LVS_NOLABELWRAP = 0x80;
		public const int LVS_NOSCROLL = 0x2000;
		public const int LVS_NOSORTHEADER = 0x8000;
		public const int LVS_REPORT = 1;
		public const int LVS_SHAREIMAGELISTS = 0x40;
		public const int LVS_SHOWSELALWAYS = 8;
		public const int LVS_SINGLESEL = 4;
		public const int LVS_SMALLICON = 2;
		public const int LVS_SORTASCENDING = 0x10;
		public const int LVS_SORTDESCENDING = 0x20;
		public const int LVSIL_NORMAL = 0;
		public const int LVSIL_SMALL = 1;
		public const int LVSIL_STATE = 2;
		public const int LWA_ALPHA = 2;
		public const int LWA_COLORKEY = 1;
		public const int MAX_PATH = 260;
		public const int MB_OK = 0;
		public const int MCHT_CALENDAR = 0x20000;
		public const int MCHT_CALENDARBK = 0x20000;
		public const int MCHT_CALENDARDATE = 0x20001;
		public const int MCHT_CALENDARDATENEXT = 0x1020001;
		public const int MCHT_CALENDARDATEPREV = 0x2020001;
		public const int MCHT_CALENDARDAY = 0x20002;
		public const int MCHT_CALENDARWEEKNUM = 0x20003;
		public const int MCHT_TITLE = 0x10000;
		public const int MCHT_TITLEBK = 0x10000;
		public const int MCHT_TITLEBTNNEXT = 0x1010003;
		public const int MCHT_TITLEBTNPREV = 0x2010003;
		public const int MCHT_TITLEMONTH = 0x10001;
		public const int MCHT_TITLEYEAR = 0x10002;
		public const int MCHT_TODAYLINK = 0x30000;
		public const int MCM_GETMAXTODAYWIDTH = 0x1015;
		public const int MCM_GETMINREQRECT = 0x1009;
		public const int MCM_GETMONTHRANGE = 0x1007;
		public const int MCM_GETTODAY = 0x100d;
		public const int MCM_HITTEST = 4110;
		public const int MCM_SETCOLOR = 0x100a;
		public const int MCM_SETFIRSTDAYOFWEEK = 0x100f;
		public const int MCM_SETMAXSELCOUNT = 4100;
		public const int MCM_SETMONTHDELTA = 0x1014;
		public const int MCM_SETRANGE = 0x1012;
		public const int MCM_SETSELRANGE = 0x1006;
		public const int MCM_SETTODAY = 0x100c;
		public const int MCN_GETDAYSTATE = -747;
		public const int MCN_SELCHANGE = -749;
		public const int MCN_SELECT = -746;
		public const int MCS_DAYSTATE = 1;
		public const int MCS_MULTISELECT = 2;
		public const int MCS_NOTODAY = 0x10;
		public const int MCS_NOTODAYCIRCLE = 8;
		public const int MCS_WEEKNUMBERS = 4;
		public const int MCSC_MONTHBK = 4;
		public const int MCSC_TEXT = 1;
		public const int MCSC_TITLEBK = 2;
		public const int MCSC_TITLETEXT = 3;
		public const int MCSC_TRAILINGTEXT = 5;
		public const int MDITILE_HORIZONTAL = 1;
		public const int MDITILE_VERTICAL = 0;
		public const int MEMBERID_NIL = -1;
		public const int MF_BYCOMMAND = 0;
		public const int MF_BYPOSITION = 0x400;
		public const int MF_ENABLED = 0;
		public const int MF_GRAYED = 1;
		public const int MF_POPUP = 0x10;
		public const int MF_SYSMENU = 0x2000;
		public const int MFT_MENUBREAK = 0x40;
		public const int MFT_RIGHTJUSTIFY = 0x4000;
		public const int MFT_RIGHTORDER = 0x2000;
		public const int MFT_SEPARATOR = 0x800;
		public const int MIIM_DATA = 0x20;
		public const int MIIM_ID = 2;
		public const int MIIM_STATE = 1;
		public const int MIIM_SUBMENU = 4;
		public const int MIIM_TYPE = 0x10;
		public const int MK_CONTROL = 8;
		public const int MK_LBUTTON = 1;
		public const int MK_MBUTTON = 0x10;
		public const int MK_RBUTTON = 2;
		public const int MK_SHIFT = 4;
		public const int MM_ANISOTROPIC = 8;
		public const int MM_TEXT = 1;
		public const int MNC_EXECUTE = 2;
		public const string MOUSEZ_CLASSNAME = "MouseZ";
		public const string MOUSEZ_TITLE = "Magellan MSWHEEL";
		public const string MSH_MOUSEWHEEL = "MSWHEEL_ROLLMSG";
		public const string MSH_SCROLL_LINES = "MSH_SCROLL_LINES_MSG";
		public const int NFR_ANSI = 1;
		public const int NFR_UNICODE = 2;
		public const int NIF_ICON = 2;
		public const int NIF_MESSAGE = 1;
		public const int NIF_TIP = 4;
		public const int NIM_ADD = 0;
		public const int NIM_DELETE = 2;
		public const int NIM_MODIFY = 1;
		public const int NM_CLICK = -2;
		public const int NM_CUSTOMDRAW = -12;
		public const int NM_DBLCLK = -3;
		public const int NM_RCLICK = -5;
		public const int NM_RDBLCLK = -6;
		public const int NM_RELEASEDCAPTURE = -16;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -