//
//
//
//
//
//
//
//
//
//
软件Tags:
几个IE对话框API应用例程系统结构:LaunchInternetControlPanel,LaunchConnectionDialog,LaunchSecurityDialog,LaunchSiteCertDialog,OpenFontsDialog,DoOrganizeFavDlg,SHGetSpecialFolderPath, ======窗口程序集1 || ||------__启动窗口_创建完毕 || ||------_按钮1_被单击 || ||------_按钮2_被单击 || ||------_按钮3_被单击 || ||------_按钮4_被单击 || ||------_按钮5_被单击 || ||------_按钮6_被单击 || || ======调用的Dll || ||---[dll]------LaunchInternetControlPanel || ||---[dll]------LaunchConnectionDialog || ||---[dll]------LaunchSecurityDialog || ||---[dll]------LaunchSiteCertDialog || ||---[dll]------OpenFontsDialog || ||---[dll]------DoOrganizeFavDlg || ||---[dll]------SHGetSpecialFolderPath 调用的DLL命令: .DLL命令LaunchInternetControlPanel,整数型,"inetcpl.cpl" .参数hwndParent,整数型 .DLL命令LaunchConnectionDialog,整数型,"inetcpl.cpl" .参数hwndParent,整数型 .DLL命令LaunchSecurityDialog,整数型,"inetcpl.cpl" .参数hwndParent,整数型 .DLL命令LaunchSiteCertDialog,整数型,"inetcpl.cpl" .参数hwndParent,整数型 .DLL命令OpenFontsDialog,整数型,"inetcpl.cpl" .参数hwndParent,整数型 .参数aa .DLL命令DoOrganizeFavDlg,整数型,"shdocvw.dll" .参数hwndParent,整数型 .参数lpszPath,文本型,传址 .DLL命令SHGetSpecialFolderPath,整数型,"shell32.dll","SHGetSpecialFolderPathA" .参数hwndOwner,整数型 .参数lpszPath,文本型 .参数nFolder,整数型 .参数fCreate,整数型
