Board index » delphi » Group window won't close in Win 98
Harry Schwartz
![]() Delphi Developer |
Mon, 03 Jun 2002 03:00:00 GMT
|
Harry Schwartz
![]() Delphi Developer |
Mon, 03 Jun 2002 03:00:00 GMT
Group window won't close in Win 98
I'm using DDE to set up a group (and items within the group).
I'd like for the group window that I've created to close at the end of setup, so I tried the following var This works OK in Windows 95 and NT but doesn't close Does anyone have any idea why it's not working in 98? |
Roger Abbot
![]() Delphi Developer |
Mon, 03 Jun 2002 03:00:00 GMT
Re:Group window won't close in Win 98In article <01bf4768$864fa280$c3266ad8@oemcomputer>, "Harry Schwartz" <schwart...@SPAMsocketis.net> wrote: Quote> I'm using DDE to set up a group (and items within the group). quite at liberty to do their own thing on WM_CLOSE processing. Why not try the DDE Execute command ShowGroup("Group name",0). That's not documented either but it seems to work on Win 95. -- Roger Abbott, RHA (Minisystems) Ltd http://www.rhaminisys.com DDE FAQ and tools, DDE Client component for Visual Basic Program launcher/setup menu, freeware, shareware Sent via Deja.com http://www.deja.com/ |
Harry Schwart
![]() Delphi Developer |
Mon, 03 Jun 2002 03:00:00 GMT
Re:Group window won't close in Win 98Thanks for the suggestion Roger. I tried what you suggested and you're correct that it does C:\WINDOWS\Start Menu\Programs\MyGroupName I suppose I'll try to determine what operating system the Harry Roger Abbott <roge...@aol.com> wrote in article Quote> In article <01bf4768$864fa280$c3266ad8@oemcomputer>, |
Roger Abbot
![]() Delphi Developer |
Tue, 04 Jun 2002 03:00:00 GMT
Re:Group window won't close in Win 98In article <01bf4821$145e2ca0$9c276ad8@oemcomputer>, "Harry Schwartz" <schwart...@SPAMsocketis.net> wrote: Quote> Thanks for the suggestion Roger. the full path name is a user controlled option on Win 95, I guess it is on 98 also. In View...Options.. you can check whether full path names should be shown in the Explorer panes, and this applies to opened program groups as well. Quote> I suppose I'll try to determine what operating system the Roger Abbott, RHA (Minisystems) Ltd http://www.rhaminisys.com DDE FAQ and tools, DDE Client component for Visual Basic Program launcher/setup menu, freeware, shareware Sent via Deja.com http://www.deja.com/ |
Harry Schwart
![]() Delphi Developer |
Tue, 04 Jun 2002 03:00:00 GMT
Re:Group window won't close in Win 98Roger, You're correct again. It doesn't make any difference in Win 95 whether the option is set to show full path or not - the group window will still close with the call you suggested. I visited your web site and it's obvious that you know your way Harry Roger Abbott <roge...@aol.com> wrote in article Quote> In article <01bf4821$145e2ca0$9c276ad8@oemcomputer>, |
Roger Abbot
![]() Delphi Developer |
Wed, 05 Jun 2002 03:00:00 GMT
Re:Group window won't close in Win 98The parameters for the DDE command ShowGroup are exactly those for ShowWindow, and 0 is SW_HIDE. Why this does not work under Win98 I don't know, I have tried it with a simple client program and have confirmed your finding that it works only under Win 95 and NT. Maybe you could use the API call ShowWindow(hWnd, SW_HIDE) instead of trying to close it. I can't see any way of creating a group without it becoming visible by In article <01bf48ac$ff9087a0$b9276ad8@oemcomputer>, Quote> Roger, Before you buy. |
1. Determining Win 95 / Win 98 / Win NT Serial
2. Pascal-DOS-program won't run on Windows 98-PC
3. Custom control list box won't display in Windows 98
4. Borland Pascal Win 7.0 under Win 98
5. Problem sharing table with BDE 5.1, Win 2000, and Win 98
7. OT : Upgrading from Win 95 to Win 98 ?