* Started to remove dependency of Windows in advanced demo

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@170 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2007-05-26 13:09:35 +00:00
parent c81ad25465
commit 197173a5e8
14 changed files with 434 additions and 359 deletions

View File

@@ -19,7 +19,7 @@ uses
{$ifdef VER140}
Variants,
{$endif}
LCLIntf, Windows, SysUtils, Classes, Graphics, Controls, Forms,
LCLIntf, SysUtils, Classes, Graphics, Controls, Forms,
Dialogs, VirtualTrees, ComCtrls, ToolWin, Menus, StdCtrls,
LResources, Printers, PrintersDlgs, ExtCtrls;
@@ -266,7 +266,8 @@ end;
procedure TWindowsXPForm.Label4Click(Sender: TObject);
begin
ShellExecute(0, 'open', 'http://groups.yahoo.com/group/VirtualExplorerTree', nil, nil, SW_SHOW);
//todo
//ShellExecute(0, 'open', 'http://groups.yahoo.com/group/VirtualExplorerTree', nil, nil, SW_SHOW);
end;
//----------------------------------------------------------------------------------------------------------------------