How To Use DDE with Visual Basic and Windows Program Manager (142822)
The information in this article applies to:
- Microsoft Visual Basic Control Creation Edition for Windows 5.0
- Microsoft Visual Basic Learning Edition for Windows 5.0
- Microsoft Visual Basic Learning Edition for Windows 6.0
- Microsoft Visual Basic Professional Edition for Windows 5.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
- Microsoft Visual Basic Professional Edition, 16-bit, for Windows 4.0
- Microsoft Visual Basic Enterprise Edition, 16-bit, for Windows 4.0
This article was previously published under Q142822 SUMMARY
This article demonstrates how to send dynamic data exchange (DDE)
interface commands to the Microsoft Windows Program Manager from
Microsoft Visual Basic for Windows using DDE.
The interface commands available through DDE with the Windows Program
Manager are as follows:
CreateGroup(GroupName,GroupPath)
ShowGroup(GroupName,ShowCommand)
AddItem(CommandLine,Name,IconPath,IconIndex,XPos,YPos)
DeleteGroup(GroupName)
ExitProgman(bSaveState)
A full explanation of the above commands can be found in Chapter 22 of the
"Microsoft Windows Software Development Kit Guide to Programming" version
3.1 manual. The Microsoft Windows Software Development Kit can be found in
the MSDN/VB Starter Kit which is distributed with the Professional and
Enterprise editions of Visual Basic 4.0.
An application can also obtain a list of Windows groups from the Windows
Program Manager by issuing a LinkRequest to the "PROGMAN" item.
Modification Type: | Minor | Last Reviewed: | 7/15/2004 |
---|
Keywords: | kbhowto KB142822 |
---|
|