Skip to content

Commit

Permalink
增加迅雷游戏大厅和透明窗口的例子
Browse files Browse the repository at this point in the history
  • Loading branch information
duisharp committed Jun 24, 2015
1 parent e34f9e2 commit 076206e
Show file tree
Hide file tree
Showing 133 changed files with 365 additions and 978 deletions.
2 changes: 1 addition & 1 deletion Demos/duidemo/duidemo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class CDemoFrame : public CWindowWnd, public INotifyUI, public CWebBrowserEventH
CDuiString sName = pControl->GetName();
if(sName.CompareNoCase(_T("homepage_btn")) == 0)
{
ShellExecute(NULL, _T("open"), _T("http://www.winradar.com/?f=duidemo"), NULL, NULL, SW_SHOW);
ShellExecute(NULL, _T("open"), _T("https://github.com/duisharp"), NULL, NULL, SW_SHOW);
}
}

Expand Down
Binary file removed Demos/qqsetup/Res/qqsetup.ico
Binary file not shown.
Binary file removed Demos/qqsetup/Res/qqsetup.zip
Binary file not shown.
301 changes: 0 additions & 301 deletions Demos/qqsetup/qqsetup.cpp

This file was deleted.

Loading

0 comments on commit 076206e

Please sign in to comment.