最新经典红皮皮书Wrox.Professional.ASP.NET.3.5.In.C.Sharp.and.VB.Mar.2008 This book was written to introduce you to the features and capabilities that ASP.NET 3.5 offers, as well as to give you an explanation of the foundation that ASP.NET provides. We assum
最新经典红皮书 This book was written to introduce you to the features and capabilities that ASP.NET 3.5 offers, as well as to give you an explanation of the foundation that ASP.NET provides. We assume you have a general understanding of Web technologies, s
VB developers find a comfortable familiarity with Delphi’s IDE. Many of the menus, toolbars, and windows have a design and purpose similar to those of VB. Delphi contains all of the tools that are required of modern RAD environments, and it is clear
一个很好地图像显示程序,可以读取各种格式的图像,如DICOM,PNG,JPEG,BMP以及raw格式的图像-a good program for display map,could load different kinds formal of graphics ,such as:dicom,png,jpeg,bmp and raw [ezdicom_24.rar] - 可查看医学DICOM文件。并可进窗宽、窗位调整,长度测量等。并可以位图方式进而转换输出
自动抓取屏幕的颜色和坐标…… Private Sub Timer1_Timer() Dim hdc As Long Dim a As POINTAPI Dim quyanse As Long Call GetCursorPos(a) '取得鼠标位置 Text1.Text = a.x Text3.Text = a.y hdc = GetDC(0) '取得整个屏幕的hDC Form1.BackColor = GetPixel(hdc, a.x, a.y) '取 颜色 ReleaseDC 0, hd
B 测验试题1 一、选择(每个选择1分) 1. 要使窗体所有控件都具有相同的字体格式,首先对( )的( )属性进行设置,然后再添加各控件。 A.所有控件 B. 窗体 C. font D.fontname 2.如果设计时在属性窗口将命令按钮的( )属性设置为false ,则运行时按钮从窗体上消失? A. visible B. enabled C. disabledpicture D. defalt 3. 能激活菜单的按键是( ) A. F1 或 CTRL B. CTRL或 ALT C. F10