摘要:
imports system.diagnostics
namespace vbcity
public module modfunctions
public sub executeapplication(pstrapplicationname as string)
dim udtprocess as process = new process
udtprocess.start......
摘要:
摘自:http://discuss.develop.com/
測試過,挺好的!
public class progressstatusbar : system.windows.forms.statusbar
{
public progressstatusbar()
{
this.sizinggrip = false;
this.showpanels = true;
......
Windows消息类,续二
tvm_getimagelist = (tv_first + 8),
tvm_setimagelist = (tv_first + 9),
tvm_getnextitem = (tv_first + 10),
tvm_selectitem = (tv_first + 11),
tvm_getitema = (tv_first + 12),
tvm_getitemw = (tv_first + 62),
tvm_setitema = (tv_first + 13),
tvm_setitemw = (tv_first + 63),
tvm_editlabela = (tv_first + 14),
tvm_editlabelw = (tv_first + 65),
tvm_geteditcontrol = (tv_first + 15),
tvm_getvisiblecount = (tv_first + 16),
tvm_hittest = (tv_first + 17),
tvm_createdragimage = (tv_first + 18),
tvm_sortchildren = (tv_first + 19),
tvm_ensurevisible = (tv_first + 20),
tvm_sortchildrencb = (tv_first + 21),
tvm_endeditlabelnow = (tv_first + 22),
tvm_getisearchstringa = (tv_first + 23),
tvm_getisearchstringw = (tv...
下一页 摘要:
using system;
using system.text;
using system.text.regularexpressions;
namespace com.osleague.component
{
/// <summary>
/// 语法分析器,将所有code根据语法进行变色
/// <list type="vb">......