Re: Windows Programming
- Posted by Brian Broker <bkb at CNW.COM> Oct 14, 1999
- 468 views
On Thu, 14 Oct 1999 03:50:36 -0400, Brian K. Broker <bkb at CNW.COM> wrote: >I found that this snippet will open a browser with your website in it... > >-- start -- >include dll.e >include machine.e > >atom shell32, window_handle >shell32 = open_dll( "shell32.dll" ) > >parent_handle = 0 > ...oops, I changed the name of a variable and forgot to change the declaration. You'll need to change: atom shell32, window_handle to atom shell32, parent_handle