摘要:
我在office组策略中设置该组中用户,只能打开ie,其他都不能使用,且不能使用“internet选项”,不能改变ie的主页。 我用administrator登到域上改变了ie主页,但注销后有office登录后ie主页仍是默认主页没有改变。 请问我应该如何改变ie主页,还是要在策略中设置?
......
摘要:
dataout=dataout&format(senddata(i),"000000") dataout=dataout&format(senddata(i),"00000.000") dataout=dataout&format((senddata(i) mod 2),"0") sendbytes(17+......
如何取得当前焦点在那个控件
比如说有两个text控件,光标在text2上,那我用如何得到光标焦点在text2上呢?
俺只知道将焦点设在text2上!:(
NO.1 作者: cuizm
Private Sub Text1_Click()
MsgBox Screen.ActiveControl.Name
End Sub
NO.2 作者: viena
Screen.ActiveControl.Name
NO.3 作者: txlicenhe
Screen.ActiveControl
NO.4 作者: bbgbianbaogui
同上
NO.5 作者: zjcxc
Screen.ActiveControl.Name
摘要:
http://expert.csdn.net/expert/topic/2079/2079512.xml?temp=.3699304 mvc框架 应该还是焦点没有获取! 在frame中! //getcontentpane().add(toolbar, borderlayout.north); 还有加入视图的语句! 如果去掉toolbar,只加视图就运行正常,但是两个都加!则不能运行键盘事件......