几个简答题(30分)

  • 主题发起人 主题发起人 soniczzzz
  • 开始时间 开始时间
S

soniczzzz

Unregistered / Unconfirmed
GUEST, unregistred user!
1. How to make an application like IE by AppWizar?
2. How to define a global function, which is available in any cpp file in a
proect?
3. How to get the dimensions of a window instead of its client area? How to
draw on the caption bar of a window?
 
先买本书看看
 
不要说E文了好不好[:D][:D][:D]
 
How to buy computor book?
How to study the book?
How to ask question?
How to get how to?
o, how to,how to....
Ido
n't like study,
Tdo
n't like get answer from book,
I like ask you.
How to,How to,How to,you are my free resource!
How to, How to....
 
any cpp file ???这是C++呀。好像写个.h文件吧?
 
在某个点H里写上你要的函数,然后在要用的点Cpp里包含上这个点H,就可以直接使用了。
 
查一下MDNS帮助吗?
 
2.
MyFun.cpp
void MyFunction()
{
printf("多动手才可以提高!/n");
}
在Client.cpp中调用该函数:
先申明是外部函数 extern void MyFunction();
然后就可以调用了
void fun()
{
MyFunction();
}
3.Look CWnd::GetWindowRect();
WM_NCPAINT;
 
如何做一个象ie的应用程序通过AppWizar。
How to define a global function, which is available in any cpp file in a
proect?
如何定义一个全面的函数哪一个是可利用的在一个项目任何一个cpp文件。
How to get the dimensions of a window instead of its client area? How to
draw on the caption bar of a window?
如何得到窗口大小来替代顾客地区?一个窗口的属性如何利用?
 

Similar threads

A
回复
0
查看
932
Andreas Hausladen
A
A
回复
0
查看
805
Andreas Hausladen
A
A
回复
0
查看
834
Andreas Hausladen
A
I
回复
0
查看
2K
import
I
后退
顶部