E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
loadstring
win32基础实例
#include "stdafx.h" #include "game01.h" #define MAX_
LOADSTRING
100
冷炳腾
·
2012-10-08 22:00
Win32
LoadString
的用法
TCHAR sz[160];
LoadString
( GetModuleHandle(NULL), IDS_UNTITLED, sz, sizeof(sz)/sizeof
xlm289348
·
2012-10-08 15:00
经典win32 SDK 程序
ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit#include #include #define MAX_
LOADSTRING
天下
·
2012-08-30 08:00
检测设备状态(WM_DEVICECHANGE)
. // #include"stdafx.h" #include"resource.h" #include #defineMAX_
LOADSTRING
100 //GlobalVariables:
agoago_2009
·
2012-07-05 13:00
function
null
application
callback
Comments
initialization
Lua学习笔记(9)
今天学习第8章:编译、运行、调试8.Compilation,Execution,andErrors1)Lua把每个chrunk都作为一个匿名函数来处理,如:f=
loadstring
("a=1")相当于:
aasa11
·
2012-06-11 11:00
Lua
笔记
学习
Lua
Lua学习笔记(9)
今天学习第8章:编译、运行、调试8.Compilation,Execution,andErrors1)Lua把每个chrunk都作为一个匿名函数来处理,如: f=
loadstring
("a=1")
aasa11
·
2012-06-11 11:00
学习
lua
笔记
加中实训(2)
// #include"stdafx.h" #include"走迷宫.h" #include"Function.h" #defineMAX_
LOADSTRING
100 #include //#pragmacomment
KarlDoenitz
·
2012-05-25 23:00
windows
image
command
null
input
callback
LoadString
(nID) Problem and Solution
CString::
LoadString
(UINTnID)Conclusion:thecorrectwaytoloadstringresourcebyIDistocallCString::
LoadString
wxqian25
·
2012-05-25 12:00
c
String
application
search
dll
c++windows编程加载图片
// #include"stdafx.h" #include"yidongtupian.h" #include"windows.h" #include #defineMAX_
LOADSTRING
100
KarlDoenitz
·
2012-05-21 23:00
编程
C++
windows
image
null
callback
凸包算法(Graham算法)实现,带图形
// #include"stdafx.h" #include"凸包.h" usingnamespacestd; #defineMAX_
LOADSTRING
100 #defineMAXPOINTS13
tzasd89812
·
2012-05-19 19:00
算法
command
null
iterator
callback
float
MFC多语言实现方法
示意代码为: AfxSetResourceHandle(LoadLibrary("english.dll"));CstringstrMsg;strMsg.
LoadString
(ID_TITLE
霄霄月月
·
2012-05-08 20:00
LoadString
、LoadIcon和LoadCursor函数
为了方便这种软件的开发,在Windows里经常使用的方法就是替换掉显示的字符串,比如指定在中文里就显示“文件”,在英语里就显示“File”,是通过函数
LoadString
从不同的资源里加载不同的字符串显示来实现的
softn
·
2012-05-08 10:00
windows
File
null
语言
交通
CString
CString.
LoadString
如果程序中涉及到多国语言,那么当在屏幕上写字的时候,我们就不能再用DrawText(hdc,L"Test",...)的方式了,而应该用
LoadString
函数从资源加载字符串资源
holandstone
·
2012-04-18 13:00
测试
null
buffer
语言
编译器
java中根据路径读取文件
* @param path * @return String * @throws IOException */ public static String
loadString
zhou363667565
·
2012-04-14 18:00
java
java中根据路径读取文件
* @param path * @return String * @throws IOException */ public static String
loadString
zhou363667565
·
2012-04-14 18:00
java
基于visual c++之windows核心编程代码分析(57)监控系统的每一个进程的创建
我们经常需要监控病毒创建的每一个进程,监控进程是如何实现的呢,我们来见代码分析,实现监控系统的每一个进程的创建, #include"stdafx.h" #include"resource.h" #defineMAX_
LOADSTRING
100
junwong
·
2012-03-09 16:00
基于visual c++之windows核心编程代码分析(57)监控系统的每一个进程的创建
我们经常需要监控病毒创建的每一个进程,监控进程是如何实现的呢,我们来见代码分析,实现监控系统的每一个进程的创建, #include"stdafx.h" #include"resource.h" #defineMAX_
LOADSTRING
100
yincheng01
·
2012-01-24 01:00
编程
C++
windows
service
callback
代码分析
一步一步教你用VC纯资源dll解决国际化问题
由于MFC应用程序也有自己的资源文件,当你调用MFC函数比如CString::
LoadString
或其它LoadIcon时,MFC应用程序框架首
aristolto
·
2011-12-13 11:00
框架
mfc
dll
扩展
exe
语言
利用DLL制作多语言版软件
由于MFC应用程序也有自己的资源文件,当你调用MFC函数比如CString::
LoadString
或其它LoadIcon时,MFC应用程序框架首先跟踪搜索EXE文件的资源,然后才是DLL和MFC的资源,
wangjieest
·
2011-11-29 10:00
vc6-之sdk
. // #include"stdafx.h" #include"resource.h" #defineMAX_
LOADSTRING
100 //G
luck_good
·
2011-11-10 11:00
function
null
application
callback
Comments
initialization
WM_POWERBROADCAST
wParam, LPARAM lParam) { int wmId, wmEvent; PAINTSTRUCT ps; HDC hdc; TCHAR szHello[MAX_
LOADSTRING
·
2011-09-16 17:00
Broadcast
win32 application读写ini文件
. // #include"stdafx.h" #include"resource.h" #defineMAX_
LOADSTRING
100 //GlobalVariables:
luckyboy101
·
2011-09-01 20:00
win32 application 添加按钮
. // #include"stdafx.h" #include"resource.h" #defineMAX_
LOADSTRING
100 //GlobalVariables:
luckyboy101
·
2011-09-01 15:00
MID Win32 消息没有做
#include"stdafx.h" #include"SMD_001.h" #defineMAX_
LOADSTRING
100 //全局变量: HINSTANCEhInst;//当前实例 TCHARszTitle
fysy0000
·
2011-07-29 23:00
windows
command
null
存储
callback
自己通过坐标转化,实现的一个按钮。绘图绘制的
// #include"stdafx.h" #include"PaintTest.h" #defineMAX_
LOADSTRING
100 //全局变量: HINSTANCEhInst;//当前实例
fysy0000
·
2011-07-29 12:00
Rectangle VC
// #include"stdafx.h" #include"Win32_Re.h" #defineMAX_
LOADSTRING
100 //全局变量: HINSTANCEhInst;//当前实例
fysy0000
·
2011-07-29 02:00
windows
command
null
存储
callback
windows程序设计学习笔记03
// #include "stdafx.h" #include "wintest01.h" #define MAX_
LOADSTRING
100
bailingeye
·
2011-04-10 16:00
windows
纠结于wpf 多国语言方案,希望各位指点-softbar
1.借用vc的处理方式,编译完了以后每个语言产生一个dll,分别放在语言文件夹里面,Wpf使用dllImport调用win32api中的
loadstring
方法提取MUI资源,然后赋值为ui。
i_like_cpp
·
2011-04-02 11:00
UI
String
dll
语言
WPF
微软
VS生成的最简WIN32窗口程序
// #include"stdafx.h"#include"win32_basic.h" #defineMAX_
LOADSTRING
100 //全局变量:HINSTANCEhInst;
tmljs1988
·
2011-03-01 14:00
windows
command
null
basic
存储
callback
用VC纯资源dll制作多语言界面程序
由于MFC应用程序也有自己的资源文件,当你调用MFC函数比如CString::
LoadString
或其它LoadIcon时,MFC应用程序框架首先跟踪搜索EXE文件的资源,然后才是DLL和MFC的资源,
surfer
·
2011-01-20 22:00
用VC纯资源dll制作多语言界面程序
由于MFC应用程序也有自己的资源文件,当你调用MFC函数比如CString::
LoadString
或其它LoadIcon时,MFC应用程序框架首先跟踪搜索EXE文件的资源,然后才是DLL和MFC的资源,
surfer
·
2011-01-05 00:00
[C/C++] bass
1#define MAX_
LOADSTRING
100 2#define WM_BASSPLAY (WM_USER + 100) 3#define WM_BASSQUIT (WM_USER
JACKY_ZZ[猫猫爱吃鱼]
·
2010-11-19 16:00
Windows窗口样式简单测试
#defineMAX_
LOADSTRING
100//GlobalVariables:HINSTANCEhInst;//currentinstanceTCHARszTitle[MAX_
LOADSTRING
ilysony
·
2010-10-15 11:00
windows
null
application
callback
initialization
variables
LoadString
用法
LoadString
从资源载入字符串,我们一般这么用。
hkx1n
·
2010-08-05 21:00
Lua整理
1.
loadstring
(s) load一个字符串,返回一个函数。loadfile功能类似。 用这个api可以实现面向对象里的反射功能。
chenpeilei2003
·
2010-06-17 16:00
lua
托盘编程实例
//#include"stdafx.h"#include"tryTest.h"#include#defineMAX_
LOADSTRING
100NOTIFYICONDATAnotifyIconData;HMENUhMenu
chollima
·
2010-05-28 22:00
编程
function
command
null
application
initialization
采用GDI绘图和消息机制编写的小时钟(SDK)
//#include"stdafx.h"#include"myTimer.h"#include#defineMAX_
LOADSTRING
100//GlobalVariables:HINSTANCEhInst
chollima
·
2010-04-16 21:00
function
null
application
callback
Comments
initialization
string Format相关
Printf_format_string_UINTnFormatID,...) { usingnamespaceATL; CStringTstrFormat(GetManager()); ATLENSURE(strFormat.
LoadString
zhongchengli
·
2010-02-25 20:00
Direct3D9基本框架
3 4 5 6#pragma comment(lib,"d3dx9.lib") 7#pragma comment(lib,"d3d9.lib") 8 9 10#define MAX_
LOADSTRING
阿π
·
2010-01-25 16:00
透明效果图
//#include"stdafx.h"#include"resource.h"#defineMAX_
LOADSTRING
100//GlobalVariables:HINSTANCEhInst;HBITMAPbg
tan625747
·
2009-10-10 19:00
画图
//#include"stdafx.h"#include"resource.h"#include"stdio.h"#include"math.h"#defineMAX_
LOADSTRING
100//GlobalVariables
tan625747
·
2009-10-07 23:00
一些自己常用的 需要记录的代码 记录下来
一些自己常用的需要记录的代码记录下来 1 2 CString Fullstring, Appname, Fileext; 3 Fullstring.
LoadString
(IDR_MAINFRAME
lijiakxl的专栏
·
2009-08-28 17:00
一个C++DLL的简单例子
include #include #include #include"resource.h"#include "PureApp.h"#include "PureDll.h"#define MAX_
LOADSTRING
把握命运,追逐梦想
·
2009-08-03 15:00
LoadString
的使用
LoadString
的使用 如果程序中涉及到多国语言,那么当在屏幕上写字的时候,我们就不能再用DrawText(hdc,L"Test",...)的方式了,而应该用
LoadString
函数从资源加载字符串资源
okadler0518
·
2009-05-04 17:00
function
测试
null
buffer
语言
编译器
windows编程入门之第一个程序
//#include"stdafx.h"#include"helloworld.h"#defineMAX_
LOADSTRING
100//全局变量:HINSTANCEhInst; //当前实例
googlemaps
·
2009-04-10 09:04
入门
职场
休闲
Windows编程
Visual C++游戏编程基础(肖永亮)2_1
// #include "stdafx.h" #include "yxbcjc2_1.h" #define MAX_
LOADSTRING
100 // 全局变量
hereson
·
2009-04-03 19:00
游戏
编程
C++
c
C#
在VC中使用资源文件应该注意的问题
例如,
LoadString
(GetModuleHandle("SkinMagicSDK.dll"),IDS_APP_TITLE,szT
langonghan
·
2009-03-13 14:00
dll
MFC和模块状态
例如,MFC应用程序经常使用下面的代码从资源文件中加载字符串: CString str; str.
LoadString
(IDS_MYSTRIN
jia_xiaoxin
·
2009-01-16 13:00
api
Microsoft
mfc
dll
扩展
exe
MFC和模块状态
例如,MFC应用程序经常使用下面的代码从资源文件中加载字符串:CStringstr;str.
LoadString
(IDS_MYSTRING)使用这种代码非常方便,但它掩盖了这样一
jia_xiaoxin
·
2009-01-16 13:00
再谈
LoadString
再谈
LoadString
在
LoadString
的一些小用法中,谈到了对
LoadString
的一点用法,万连文指出这个方法解决不够彻底,听取了他的意见,我参考了一下vc的CString的
LoadString
春暖花开
·
2008-12-18 19:00
上一页
1
2
3
4
5
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他