原创 qml 控件開源

https://github.com/zhengtianzuo/QtQuickExamples https://github.com/zhengtianzuo

原创 CImage縮小圖片時顏色失真

先把目標DC (也就是 HDC hDestDC) ::SetStretchBltMode(hDestDC, HALFTONE); 同時再調用一下  

原创 即時通信系統 開源框架

Riot   https://github.com/vector-im teamtalk https://github.com/meili/TeamTalk Tencent/mars   https://github.com/Tencen

原创 boost::bind 與 boost::function 的使用方法例子

原文地址:https://yq.aliyun.com/articles/33187     #include <boost/bind.hpp> #include <boost/function.hpp> #include <iostre

原创 b站開源

b站開源 https://github.com/bilibili

原创 EasyTCP

https://github.com/Tancen/EasyTCP

原创 MFC 無邊框對話框實現點擊任務欄圖標 還原窗口的功能

1、    在BOOL :OnInitDialog()函數中添加 ModifyStyle(0, WS_MINIMIZEBOX); 2、縮小窗口時調用     ShowWindow(SW_SHOWMINIMIZED); 點贊

原创 java interface

public interface Err{          int ERROR_OK= 0;          int ERROR_ERR= 0; } 接口內所有的成員變量都是 公有的,靜態的 常量 點贊 收藏

原创 Android 窗口的跳轉(切換),結束

                            //激活Activity                         //Intent

原创 android Button 的監聽類

import android.view.View.OnClickListener; private class InneOnClickListener implements OnClickListener     {         

原创 windows 程序 讀取icon資源

原文鏈接:https://www.cnblogs.com/cswuyg/p/3603707.html https://www.cnblogs.com/cswuyg/p/3603707.html

原创 c++ builder中 使用vs 編寫的dll

通過implib生成lib 通過bcb自帶的bin\目錄下的implib.exe可以將dll生成lib 如,我現在把implib.exe拷貝在c盤目錄下,將要生成的dll也拷貝在同一個目錄中 我現在要把sqlite3.dll生成sqli

原创 Soui 添加三方控件

1、在winmain  函數中註冊類 theApp->RegisterWindowClass<SGifPlayer>();//theApp中增加方法:RegisterWindowClass,替換RegisterWndFactory(Tpl

原创 Soui 踩過的坑

1、 <skin>   </skin>  skin節點要放到  root節點的前面。  列如:   <skin>     <!--局部skin對象-->     <gif name="gif_horse" src="gif:gif_log

原创 非模態對話框顯示/不顯示在任務欄

非模態對話框顯示/不顯示在任務欄 2012年12月21日 15:23:59 weepingisgood 閱讀數:370 pdlg->ModifyStyleEx(0,WS_EX_APPWINDOW);//任務欄顯示 pdlg->ShowW