1: #include "afxdialogex.h"
2:
3: #ifdef _DEBUG
4: #define new DEBUG_NEW
5: #endif
6:
7: // CSciterFrameDlg 對話框
8:
9: CSciterFrameDlg::CSciterFrameDlg(CWnd* pParent /*=NULL*/)
10: : CDialogEx(CSciterFrameDlg::IDD, pParent)
11: {
12: m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);
13: }
14:
15: void CSciterFrameDlg::DoDataExchange(CDataExchange* pDX)
16: {
17: CDialogEx::DoDataExchange(pDX);
18: }
1: #include "afxdialogex.h"
2:
3: #ifdef _DEBUG
4: #define new DEBUG_NEW
5: #endif
6:
7: // CSciterFrameDlg 對話框
8:
9: CSciterFrameDlg::CSciterFrameDlg(CWnd* pParent /*=NULL*/)
10: : CDialogEx(CSciterFrameDlg::IDD, pParent)
11: {
12: m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);
13: }
14:
15: void CSciterFrameDlg::DoDataExchange(CDataExchange* pDX)
16: {
17: CDialogEx::DoDataExchange(pDX);
18: }
OK, 很好!app
Syntax Heglighter2.0 : 不少插件的鼻祖啊測試
// V1.0 版,未考慮 == 的狀況 const char pFind[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="; char GetIndex(char pchar) { int iLen = strlen(pFind); int x = 0; for(x=0;x<iLen-1;x++) { if(pchar == pFind[x]) return x; } return -1; }
之後就用這個啦!spa