diff --git a/Demos/duidemo/MainWnd.h b/Demos/duidemo/MainWnd.h index 5fdf4659..a1d48f74 100644 --- a/Demos/duidemo/MainWnd.h +++ b/Demos/duidemo/MainWnd.h @@ -177,6 +177,10 @@ class CDemoFrame : public WindowImplBase, public CWebBrowserEventHandler, public m_pPopWnd->CenterWindow(); ::ShowWindow(*m_pPopWnd, SW_SHOW); } + else if(sName.CompareNoCase(_T("qq_btn")) == 0) + { + ShellExecute(NULL, _T("open"), NULL, _T("tencent://Message/?Uin=656067418&Menu=yes"), NULL, SW_SHOW); + } } LRESULT OnSysCommand(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) diff --git a/Demos/duidemo/Res/duidemo.zip b/Demos/duidemo/Res/duidemo.zip index 17e6f88a..ad5d36de 100644 Binary files a/Demos/duidemo/Res/duidemo.zip and b/Demos/duidemo/Res/duidemo.zip differ diff --git a/DuiLib.suo b/DuiLib.suo index 0bcad3db..e27430c6 100644 Binary files a/DuiLib.suo and b/DuiLib.suo differ diff --git a/bin/skin/duidemo/bg.png b/bin/skin/duidemo/bg.png index 6d3e94c7..84b37d58 100644 Binary files a/bin/skin/duidemo/bg.png and b/bin/skin/duidemo/bg.png differ diff --git a/bin/skin/duidemo/main.xml b/bin/skin/duidemo/main.xml index 8be9043c..dc1250ad 100644 --- a/bin/skin/duidemo/main.xml +++ b/bin/skin/duidemo/main.xml @@ -1,5 +1,5 @@ - + @@ -7,22 +7,25 @@ - - + + - + -