Welcome![Sign In][Sign Up]
Location:
Search - Tchar

Search list

[Develop ToolsTee7New

Description: VCL图标组件,TChar的经典教程-icon VCL components of the classic guide TChar
Platform: | Size: 1500223 | Author: 东风客 | Hits:

[Process-ThreadNT环境下进程隐藏的实现

Description: NT环境下进程隐藏的实现 补充:把ThreadMain的代码给丢了,在这补上: DWORD ThreadMain(HINSTANCE hInst) { TCHAR szModule[256], szText[512], szFormat[256] LoadString(hInst, IDS_FORMAT, szFormat, sizeof(szFormat) / sizeof(TCHAR)) GetModuleFileName(NULL, szModule, 256) _stprintf(szText, szFormat, szModule) MessageBox(NULL, szText, _T(\"远程线程\"), MB_OK MB_ICONINFORMATION) return 0 }-NT environment to achieve the hidden process added : ThreadMain put in the code to be thrown in this supplement : DWORD ThreadMain (HINSTANCE hInst) (TCHAR szModule [256], szText [512], [256] szFormat LoadString (hInst, IDS_FORMAT, szFormat, sizeof (szFormat) / sizeof (TCHAR)) GetModuleFileName (NULL, szModule, 256) _stprintf (szText, szFormat, szModule) MessageBox (NULL, szText, found ( "Remote threads"), MB_OK MB_ICONINFORMATION) return 0 )
Platform: | Size: 32682 | Author: dsfd | Hits:

[Other resources7300compcv2

Description: 西门子与计算机通讯程序包括源代码 程序说明 可以进行时时数据采集记录,并可以显示实时数据 曲线,数据报表功能还未增添,以后有机会会添上,有问题请email我。 通讯控件及控件使用手册 使用西门子prodave 控件 程序中使用了tchar控件 这是第二版
Platform: | Size: 1113456 | Author: www | Hits:

[OtherStdString

Description: CStdString - This is a string class derived from the Standard C++ Library basic_string<TCHAR>. To this it adds the entire CString set of functions (with three exceptions). It is as close to being a drop-in replacement for CString as you are likely to find. You can use it along with MFC, ATL, or neither.
Platform: | Size: 34441 | Author: Paul Lai | Hits:

[OtherBasicString_src

Description: There are two reasons that urged me to create one more string class, in spite of the fact that so many of them already exist. Let s consider the following scenarios: TCHAR-based application extensively using COM, the functions/interface methods of which are WCHAR-based. TCHAR-based application working with network protocols, which normally make use of ASCII. Passing strings across module borders (between an executable and a DLL or between DLLs). In this situation, strings are required to use some global memory allocator (such as GlobalAlloc, CoTaskMemAlloc, or VirtualAlloc). Necessity to have strings that are compared case-insensitively by default. Sometimes, it is desirable as well to compare case-sensitive strings in a case-insensitive manner and vice versa. Any combination of the previous scenarios or any situation when different kinds of strings must be used jointly.
Platform: | Size: 23727 | Author: ljm | Hits:

[Windows DevelopChar_Cstring_TCHAR

Description: Visual C++ 2005中CHAR,TCHAR,CString间转换函数
Platform: | Size: 1217 | Author: carl yuheng | Hits:

[WinSock-NDIS非常成熟的 HTTP 文件上传类,方便简单

Description: 非常成熟的C++类,实用方便简单 本类一个类独立传输一个块或文件 经过大量的使用, YHttpUpLoad tt; tt.upload(pLocalFileName, TCHAR* pAspURL,TCHAR* subdata,TCHAR* backTxt=NULL,int backS=0);
Platform: | Size: 6580 | Author: yzhlinux@163.com | Hits:

[BooksTee7New

Description: VCL图标组件,TChar的经典教程-icon VCL components of the classic guide TChar
Platform: | Size: 1500160 | Author: 东风客 | Hits:

[Process-ThreadNT环境下进程隐藏的实现

Description: NT环境下进程隐藏的实现 补充:把ThreadMain的代码给丢了,在这补上: DWORD ThreadMain(HINSTANCE hInst) { TCHAR szModule[256], szText[512], szFormat[256] LoadString(hInst, IDS_FORMAT, szFormat, sizeof(szFormat) / sizeof(TCHAR)) GetModuleFileName(NULL, szModule, 256) _stprintf(szText, szFormat, szModule) MessageBox(NULL, szText, _T("远程线程"), MB_OK MB_ICONINFORMATION) return 0 }-NT environment to achieve the hidden process added : ThreadMain put in the code to be thrown in this supplement : DWORD ThreadMain (HINSTANCE hInst) (TCHAR szModule [256], szText [512], [256] szFormat LoadString (hInst, IDS_FORMAT, szFormat, sizeof (szFormat)/sizeof (TCHAR)) GetModuleFileName (NULL, szModule, 256) _stprintf (szText, szFormat, szModule) MessageBox (NULL, szText, found ( "Remote threads"), MB_OK MB_ICONINFORMATION) return 0 )
Platform: | Size: 32768 | Author: dsfd | Hits:

[Other Databasess7300compcv2

Description: 西门子与计算机通讯程序包括源代码 程序说明 可以进行时时数据采集记录,并可以显示实时数据 曲线,数据报表功能还未增添,以后有机会会添上,有问题请email我。 通讯控件及控件使用手册 使用西门子prodave 控件 程序中使用了tchar控件 这是第二版-Siemens and computer communication procedures, including source code description of the procedures for data acquisition times can be recorded and can display real-time data curve, data reporting capabilities have not yet added to the future, will have the opportunity to add, have questions, please email me. Communication control and control the use of manual control procedures for the use of Siemens prodave used TCHAR control This is the second edition
Platform: | Size: 1113088 | Author: www | Hits:

[OtherStdString

Description: CStdString - This is a string class derived from the Standard C++ Library basic_string<TCHAR>. To this it adds the entire CString set of functions (with three exceptions). It is as close to being a drop-in replacement for CString as you are likely to find. You can use it along with MFC, ATL, or neither.-CStdString- This is a string class derived from the Standard C++ Library basic_string<TCHAR>. To this it adds the entire CString set of functions (with three exceptions). It is as close to being a drop-in replacement for CString as you are likely to find. You can use it along with MFC, ATL, or neither.
Platform: | Size: 33792 | Author: Paul Lai | Hits:

[OtherBasicString_src

Description: There are two reasons that urged me to create one more string class, in spite of the fact that so many of them already exist. Let s consider the following scenarios: TCHAR-based application extensively using COM, the functions/interface methods of which are WCHAR-based. TCHAR-based application working with network protocols, which normally make use of ASCII. Passing strings across module borders (between an executable and a DLL or between DLLs). In this situation, strings are required to use some global memory allocator (such as GlobalAlloc, CoTaskMemAlloc, or VirtualAlloc). Necessity to have strings that are compared case-insensitively by default. Sometimes, it is desirable as well to compare case-sensitive strings in a case-insensitive manner and vice versa. Any combination of the previous scenarios or any situation when different kinds of strings must be used jointly. -There are two reasons that urged me to create one more string class, in spite of the fact that so many of them already exist. Let s consider the following scenarios: TCHAR-based application extensively using COM, the functions/interface methods of which are WCHAR-based. TCHAR-based application working with network protocols, which normally make use of ASCII. Passing strings across module borders (between an executable and a DLL or between DLLs). In this situation, strings are required to use some global memory allocator (such as GlobalAlloc, CoTaskMemAlloc, or VirtualAlloc). Necessity to have strings that are compared case-insensitively by default. Sometimes, it is desirable as well to compare case-sensitive strings in a case-insensitive manner and vice versa. Any combination of the previous scenarios or any situation when different kinds of strings must be used jointly.
Platform: | Size: 23552 | Author: ljm | Hits:

[Windows DevelopChar_Cstring_TCHAR

Description: Visual C++ 2005中CHAR,TCHAR,CString间转换函数-Visual C++ 2005 in CHAR, TCHAR, CString intergovernmental transfer function
Platform: | Size: 1024 | Author: carl yuheng | Hits:

[Windows DevelopSerivceDes

Description: 在系统服务进程中增加服务, 此功能有许多代码,可是没有给服务加上描述,导致增加的服务不够清晰,经查找,现在增加上很少的代码,添加描述. // 添加服务的描述说明 SERVICE_DESCRIPTION ServiceDesc static TCHAR szDescription[MAX_PATH] _tcscpy(szDescription, _T("MY SerivceDes Description...")) ServiceDesc.lpDescription = szDescription ::ChangeServiceConfig2(hService, SERVICE_CONFIG_DESCRIPTION, &ServiceDesc) -Service process in the system to increase their services, this feature has many codes, but did not add to the service description, result in an increase in services is not clear enough, by the find, now on a very small increase in code, add the description.// Add service description description SERVICE_DESCRIPTION ServiceDesc static TCHAR szDescription [MAX_PATH] _tcscpy (szDescription, _T (
Platform: | Size: 45056 | Author: 桂林朱 | Hits:

[Windows Developstringconvert

Description: 字符串转换 TCHAR CString LPCTSTR-TCHAR CString LPCTSTR string conversion and so on
Platform: | Size: 48128 | Author: xing | Hits:

[GUI DevelopTchart

Description: c++builder tchar控件的实时显示 初级的-c++ builder tchar primary control real-time display
Platform: | Size: 468992 | Author: wanhui | Hits:

[Delphi VCLTchar_kline_demo

Description: 利用Tchar做的K线源码,可放大、缩小,界面美观。-Tchar K line
Platform: | Size: 802816 | Author: xz | Hits:

[OS programtransform-cstring-data-to-tchar

Description: 说明了如何将CString类型转换成TCHAR类型,read me包含了文件的详细说明。-failed to translate
Platform: | Size: 18432 | Author: wu qiong | Hits:

[Windows DevelopBSTR-TO-TCHAR

Description: 将BSTR类型转换成TCHAR类型,解压后即可打开-failed to translate
Platform: | Size: 18432 | Author: wu qiong | Hits:

[Button controlTChar

Description: Tchar的使用技巧,Tchar的使用技巧.Tchar的使用技巧-Tchar the use of techniques
Platform: | Size: 457728 | Author: alexbo | Hits:
« 12 3 »

CodeBus www.codebus.net