摘要: 1 WebBrowser1.Width := TControl(WebBrowser1).Parent.ClientWidth + 3; WebBrowser1.Height := TControl(WebBrowser1).Parent.ClientHeight + 3; WebBrowser1.Left := -2; WebBrowser1.Top... 阅读全文
posted @ 2009-03-05 21:31 谭志宇 阅读(3492) 评论(0) 推荐(0) 编辑
摘要: Function Str_Gb2UniCode(text:String):String; var i,j,len: integer; cur: integer; t: String; ws: widestring; begin Result:=''; ws:=text; len:=length(ws); i:=1; j:=0; while i #include void En... 阅读全文
posted @ 2009-03-05 11:47 谭志宇 阅读(984) 评论(0) 推荐(0) 编辑
摘要: #include #include #include using namespace std; void find(char *IpPath) { char szFind[100]; char szFile[100]; WIN32_FIND_DATA FindFileData; strcpy(szFind,IpPath); strcat(szFind,... 阅读全文
posted @ 2009-03-05 00:19 谭志宇 阅读(177) 评论(0) 推荐(0) 编辑