botanycc 发表于 2010-4-23 21:33:57

如何隐藏地址?

如图,如何隐藏具体的地址d:\my documents,有谁会,教下,谢谢

rikthhpgf2005 发表于 2010-4-24 08:29:19

rho123 发表于 2010-4-24 23:45:05

本帖最后由 rho123 于 2010-4-24 23:46 编辑

隐藏那玩意做啥 。 打开我的电脑 按ALT + v    工具栏然后去掉 地址栏 即可
应该保存到注册表了 具体是那项 不太清楚

menfan 发表于 2010-4-25 08:22:06

去掉地址栏吧

lanfengc 发表于 2010-4-25 11:32:49

While 1
        If WinExists("") Then
                $title=WinGetTitle("")
                If Not(ControlGetText($title,"","Edit1")="") Then
                        WinActivate($title)
                        Send("{F4 2}")
                        Send("{delete}")
                EndIf
        EndIf
WEnd哈哈。给你个另类代码。

lanfengc 发表于 2010-4-25 11:33:46

While 1
        If WinExists("") Then
                $title=WinGetTitle("")
                If Not(ControlGetText($title,"","Edit1")="") Then
                        ControlSetText($title,"","Edit1","")
                EndIf
        EndIf
WEnd回复过了之后才发现这样的代码效率更高。。

botanycc 发表于 2010-4-25 22:54:21

谢谢楼上的,很好用,谢谢大家

newuser 发表于 2010-4-26 14:19:01

回复 1# botanycc
我也想知道这么做是想干什么呢?尽管我不会!
页: [1]
查看完整版本: 如何隐藏地址?