在程序中如何控制helpcommand窗口的位置和大小呢?(100分)

  • 主题发起人 主题发起人 str
  • 开始时间 开始时间
helpcommand是个什么东东???
 
;to:沈前卫
TApplication.HelpCommand

Provides quick access to any of the Help commands in the WinHelp API (application programming interface).

function HelpCommand(Command: Word; Data: Longint):
Boolean;

Description

Use HelpCommand to access WinHelp.

HelpCommand is a wrapper function that simply calls a method which calls the OnHelp event.

For information about these commands and the data passed to them, see the WinHelp topic in the Windows Help system.
 
做help文件的时候就控制好。
 
ex-ex也有同样问题。上面说,使用HELP_SETWINPOS在Window2000中有效,
win9x与nt4好象不行。
 
多人接受答案了。
 
后退
顶部