My MSN

Click OK to add this content

 
Content Preview: rss
-+我的书签
799 days ago
No description is available for this feed.
-+delphi中用API实现调用打开方式对话框
1261 days ago
procedure TForm1.Button1Click(Sender: TObject); var   r:HINST; begin   OpenDialog1.Execute;//选择文件   r:=ShellExecute(Handle,'open',PChar(OpenDialog1.FileName),nil,PChar(ExtractFileDir(OpenDialog1.FileName)),SW_SHOW);//打开文件   if r =SE_ERR_NOASSOC then//如果没有关联的打开方式     ShellExecute(Handle, 'open', 'Rundll32.exe', PChar('shell32.dll,OpenAs_RunDLL ' + OpenDialog1.Filename), nil, SW_SHOWNORMAL);//调用打开方式对话框 end;
-+6月13日
1264 days ago
No description is available for this feed.
-+5月27日我啃啃...
1264 days ago
No description is available for this feed.
-+5月27日我走走
1264 days ago
No description is available for this feed.
© 2009 MicrosoftMicrosoft