代码搜索:comboBox

找到约 9,239 项符合「comboBox」的源代码

代码结果 9,239
www.eeworm.com/read/165338/5483266

vb users.vb

Imports System.Data.SqlClient Public Class Users '显示用户名 (也用来显示货品父类,货品,4个业务员,仓库) Public Shared Sub ShowAdmin(ByVal cmb As ComboBox) Try Dim con As New SqlConnection(C
www.eeworm.com/read/449059/1682519

c alarmset.c

#include "alarm.h" static void createWin(HWND hwnd) { CreateWindow(CTRL_COMBOBOX,list_hour, WS_VISIBLE | CBS_AUTOSPIN |CBS_AUTOLOOP ,IDC_HOUR,15, 30, 50, 25, hwnd, 0); CreateWindow(CTRL_COMB
www.eeworm.com/read/141570/12998956

txt 19.txt

把所有的字体名称放到 ComboBox For I = 0 To Screen.FontCount - 1 cboFont.AddItem Screen.Fonts(I) Next I Combo的自动查询技术 Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Lon
www.eeworm.com/read/115273/6117585

c test14.c

/* $Header: /cvsroot/lesstif/lesstif/test/Xm-2.0/combobox/test14.c,v 1.1 2002/05/24 18:38:04 dannybackx Exp $ */ #include #include #include #include
www.eeworm.com/read/115273/6117589

c test12.c

/* $Header: /cvsroot/lesstif/lesstif/test/Xm-2.0/combobox/test12.c,v 1.7 2002/04/17 15:45:45 amai Exp $ This test case looks for memory leakage. Based on the test38.c from Xm/form. */ #inc
www.eeworm.com/read/115272/6118907

c test14.c

/* $Header: /cvsroot/lesstif/lesstif/test/Xm-2.0/combobox/test14.c,v 1.1 2002/05/24 18:38:04 dannybackx Exp $ */ #include #include #include #include
www.eeworm.com/read/115272/6118911

c test12.c

/* $Header: /cvsroot/lesstif/lesstif/test/Xm-2.0/combobox/test12.c,v 1.7 2002/04/17 15:45:45 amai Exp $ This test case looks for memory leakage. Based on the test38.c from Xm/form. */ #inc
www.eeworm.com/read/479836/6680998

txt 我的小记.txt

判断是不有edit或combobox是否有空的函数 Function TextIsNull: Boolean; function TForm1.TextIsNull: Boolean;//判断信息是不是为空 var i: Integer; begin Result := False; For i := 0 to ControlCount-1 do if Co
www.eeworm.com/read/151211/12227325

txt 19.txt

把所有的字体名称放到 ComboBox For I = 0 To Screen.FontCount - 1 cboFont.AddItem Screen.Fonts(I) Next I Combo的自动查询技术 Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Lon
www.eeworm.com/read/219228/4849191

cpp addtododlg.cpp

#include #include #include #include #include #include #include #include #in