Michael's Blog

Michael's Blog Space

 

2007年1月27日

小释Get DC

摘要: GetDC VB声明 Declare Function GetDC Lib "user32" Alias "GetDC" (ByVal hwnd As Long) As Long 说明 获取指定窗口的设备场景 返回值 Long,指定窗口的设备场景句柄,出错则为0 参数表 参数 类型及说明 hwnd Long,将获取其设备场景的窗口的句柄。若为0,则要获取整个屏幕的DC 注解... 阅读全文

posted @ 2007-01-27 10:32 Michael.Wang 阅读(656) 评论(0) 推荐(0) 编辑

谈谈Source Safe

摘要: 突然间想把自己做得咚咚 借助source safe 管理下, 弄完以后, 发现个问题。 添加的VC项目 在打开时总是提示 "Cannot access the ClassView information file. ClassView information will not be available" After open the application , I can't get an... 阅读全文

posted @ 2007-01-27 10:16 Michael.Wang 阅读(1440) 评论(0) 推荐(0) 编辑

导航