代码搜索:WTL
找到约 425 项符合「WTL」的源代码
代码结果 425
www.eeworm.com/read/375525/9357446
htm wtl for mfc programmers, part ii - wtl gui base classes - wtl.htm
WTL for MFC Programmers, Part II - WTL GUI Base Classes - WTL
www.eeworm.com/read/212372/15157591
htm wtl for mfc programmers, part ii - wtl gui base classes - wtl.htm
WTL for MFC Programmers, Part II - WTL GUI Base Classes - WTL
www.eeworm.com/read/374303/9411724
doc wtl 安装说明.doc
www.eeworm.com/read/198979/7898219
cpp wtl_tools.cpp
//PK 2006/10/15
#include "wtl_tools.h"
void
get_window_text(CWindow & control, string & text)
{ //PK 2006/10/15
int length = control.GetWindowTextLength() + 1;
char * buf = new char[length]
www.eeworm.com/read/198979/7898394
h wtl_tools.h
//PK 2006/10/15
#pragma once
#include "stdafx.h"
#include
using std::string;
void get_window_text(CWindow & control, string & text);
www.eeworm.com/read/347993/11619540
cpp wtl_app.cpp
// Copyright E骾n O'Callaghan 2007 - 2008.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boos
www.eeworm.com/read/347993/11619597
hpp wtl_app.hpp
// Copyright E骾n O'Callaghan 2007 - 2008.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boos
www.eeworm.com/read/217256/14972639
cpp wtl_tools.cpp
//PK 2006/10/15
#include "wtl_tools.h"
void
get_window_text(CWindow & control, string & text)
{ //PK 2006/10/15
int length = control.GetWindowTextLength() + 1;
char * buf = new char[length]
www.eeworm.com/read/217256/14972743
h wtl_tools.h
//PK 2006/10/15
#pragma once
#include "stdafx.h"
#include
using std::string;
void get_window_text(CWindow & control, string & text);
www.eeworm.com/read/207064/15283317