顺便还把单元格给变了:procedure TFGLGL.StringGrid1MouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer);var MousePos: TSmallP... Read More
posted @ 2015-08-18 20:49
findumars
Views(592)
Comments(0)
Diggs(0)
修改Delphi工具控件的默认字体:注册表:Delphi 6: HKEY_CURRENT_USER\Software\Borland\Delphi\6.0Delphi 7: HKEY_CURRENT_USER\Software\Borland\Delphi\7.0下增加一个名为“FormDesign... Read More
posted @ 2015-08-18 20:44
findumars
Views(902)
Comments(0)
Diggs(0)
Delphi WebBrowser控件的使用WebBrowser控件属性:1、Application如果该对象有效,则返回掌管WebBrowser控件的应用程序实现的自动化对象(IDispatch)。如果在宿主对象中自动化对象无效,程序将返回WebBrowser控件的自动化对象2、Parent 返回... Read More
posted @ 2015-08-18 20:30
findumars
Views(7599)
Comments(0)
Diggs(0)
//TransparentFrm透明窗体透明窗体 控件正常显示{以图片的形状作为窗体形态}{使窗体透明透明的只剩下个控件}//调用setFormTransParent(Form1);procedure setFormTransParent(Form:TForm); begin Form.Bord... Read More
posted @ 2015-08-18 20:17
findumars
Views(345)
Comments(0)
Diggs(0)
Delphi 在任务栏隐藏程序图标方法一:1、修改工程文件中的“Application.MainFormOnTaskbar := True;”为“Application.MainFormOnTaskbar := False;”2、在主窗体的 OnShow 事件中写下:ShowWindow(Appli... Read More
posted @ 2015-08-18 20:13
findumars
Views(3152)
Comments(0)
Diggs(0)