Launch the Windows Mail Control panel GUI
Launch the Windows Mail Control panel GUI
Rate Launch the Windows Mail Control panel GUI
(2(2 Vote))
Dim vRetval As Double
'Setup the string to receive the name of the system directory
strSysDirPath = String$(145, Chr$(0))
strSysDirPath = Left$(strSysDirPath, GetWindowsDirectory(strSysDirPath, Len(strSysDirPath)))
'Run the Mail Control Panel
vRetval = Shell(strSysDirPath & "\control.exe mlcfg32.cpl", 1)
'Do the rest of your work here. Note: Most developers will
'likely want to pause their application here until returning from
'the Control Panel
MsgBox vRetval
Launch the Windows Mail Control panel GUI Comments
No comments yet — be the first to post one!
Post a Comment