用户操作
[即时聊天] [发私信] [加为好友]
张雅琪ID:clear_zero
4283次访问,排名19871(1)好友8人,关注者30
clear_zero的文章
原创 5 篇
翻译 0 篇
转载 2 篇
评论 14 篇
最近评论
sap99:www.sap99.com/,SAP99资料多多

SAP免费资料下载
http://www.sap99.com

有很多的学习资料,推荐一下,
zhangkai08111:低头做事,抬头做人
过幸福的小日子 :)

好极了 :)
zhangkai08111:低头做事,抬头做人
过幸福的小日子 :)

好极了 :)
zhangkai08111:抬头做人,低头做事,过幸福的小日子。
zhangkai08111:抬头做人,低头做事,过幸福的小日子。
文章分类
收藏
    相册
    存档
    软件项目交易
    订阅我的博客
    XML聚合  FeedSky
    订阅到鲜果
    订阅到Google
    订阅到抓虾
    订阅到BlogLines
    订阅到Yahoo
    订阅到GouGou
    订阅到飞鸽
    订阅到Rojo
    订阅到newsgator
    订阅到netvibes

    转载 App.Previnstance Equivalent收藏

    新一篇: Install Windows Service with Interacted with Desktop | 旧一篇: 写在冬日的第一天--一个女程序员第三年工作总结

      

            Dim appName As String = Process.GetCurrentProcess.ProcessName
    
    
    
            Dim sameProcessTotal As Integer = Process.GetProcessesByName(appName).Length
    
    
    
            If sameProcessTotal > 1 Then
    
    
    
                MessageBox.Show("A previous instance of this application is already open!", " App.PreInstance Detected!", MessageBoxButtons.OK, MessageBoxIcon.Information)
    
    
    
                Me.Close()
    
    
    
            End If
    
    
    
            appName = Nothing
    
    
    
            sameProcessTotal = Nothing
    
    

    发表于 @ 2008年07月09日 17:44:00|评论(loading...)|编辑|收藏

    新一篇: Install Windows Service with Interacted with Desktop | 旧一篇: 写在冬日的第一天--一个女程序员第三年工作总结

    评论:没有评论。

    发表评论  


    当前用户设置只有注册用户才能发表评论。如果你没有登录,请点击登录
    Csdn Blog version 3.1a
    Copyright © clear_zero