|
Using Window Styles to Change the MCIWnd Window
As with any window, you can change the appearance and behavior of an MCIWnd
window by choosing from the standard window styles specified with the CreateWindow function. In addition, you can choose from several other window styles that
are specific to MCIWnd windows. With these styles, your application can change
these MCIWnd windows in the following ways:
- Change window size.
- Hide or display controls.
- Issue notification messages.
- Display information in the title bar.
You can set window styles by specifying them in the MCIWndCreate function, or you can use the MCIWndChangeStyles macro to change the style of an existing MCIWnd window. You can also query an
MCIWnd window for its current styles by using the MCIWndGetStyles macro.
For a list of the MCIWnd-specific window styles, see MCIWndCreate.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|