摘要: 昨天帮同事写了一个查找文件的小工具,却发现弹出了这个错误信息:The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 charact... 阅读全文
posted @ 2009-06-24 09:42 novel 阅读(2685) 评论(0) 推荐(0)
摘要: 在实际工作中,需要把窗体的BorderStyle设置为bsNone,但这样窗体却无法拖动了.那只好自己写代码实现:private {Private declarations} OldX,OldY:integer; //定义变量procedure TForm1.FormMouseDown(Sender:TObject;Button:TMouseButton; Shift:TShiftState;X,... 阅读全文
posted @ 2009-06-24 08:43 novel 阅读(569) 评论(0) 推荐(0)