当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: // ProgDlg.h : header file// CG:
 

 

 ·基于visual c++.net的gdi+开发教程    »显示摘要«
    摘要: 基于visual c++.net的gdi+开发教程 ⊙ 使用cimage类   visual c++的cbitmap类和静态图片控件的功能是比较弱的,它只能显示出在资源中的图标、位图、光标以及图元文件的内容,而不像vb中的image控件可以显示出绝大多数的外部图像文件(bmp、gif、jpeg等)。因此......
    摘要: select 用途: 从指定表中取出指定的列的数据 语法: select column_name(s) from table_name 解释: 从数据库中选取资料列,并允许从一或多个资料表中,选取一或多个资料列或资料行。select 陈述式的完整语法相当复杂,但主要子句可摘要为: select select_lis......


一个多线程的进度对话框源代码

// progdlg.h : header file

// cg: this file was added by the progress dialog component 【程序编程相关:一个学习案例: 使用 IBM Rat

【推荐阅读:使用 Struts portlet 在门

【扩展信息:共享一下“资源文件做多语言版本”的类

/////////////////////////////////////////////////////////////////////////////

// cprogressdlg dialog

#ifndef __progdlg_h__

#define __progdlg_h__

#include "resource.h" //lt

class cprogressdlg : public cdialog

{

// construction / destruction

public:

    cprogressdlg(uint ncaptionid = 0);   // standard constructor

    ~cprogressdlg();

    bool create(cwnd *pparent=null);

    // progress dialog manipulation

    void setstatus(lpctstr lpszmessage);

    void setrange(int nlower,int nupper);

    int  setstep(int nstep);

    int  setpos(int npos);

    int  offsetpos(int npos);

    int  stepit();

       

// dialog data

    //{{afx_data(cprogressdlg)

 enum { idd = cg_idd_progress };

 canimatectrl m_trans_animatectrl;

    cprogressctrl m_progress;

 //}}afx_data

// overrides

    // classwizard generated virtual function overrides

    //{{afx_virtual(cprogressdlg)

    public:


...   下一页
    摘要:vigor2104宽带路由器——企业级的应用 酷龙 2004-1-15 宽带路由器在中小企业得到普及 今天小酷收到了一位热心读者的来信,全文如下: 小酷: 我是一家臺資企業的電腦工程師,我們公司有兩百多臺電腦,之前我們是用寬帶路由器共享上網的,只是隨著公司的發展,上網的數量不斷增加,目前已將近百臺,但是我發現我們原來的路由器只能管理50臺電腦,......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE