*I asked for a shotgun, not an anti-aircraft!
- shotgun? that must be the guns that fire a shot....
*yes.. you must be the brains
code:
1
| ShellExecute(Application.Handle,'open',PChar(OpenDialog1.FileName),nil,nil,SW_MAXIMIZE); |
Dit is de manier die ik gebruik in Delphi, maar aangezien ShellExecute een Windows functie is, zal deze niet veel afwijken van de C++ manier.
Xbox
Even the dark has a silver lining
Verwijderd
misschien heb je hier wat aan:
http://www.ashzfall.com/p...n/browsercall_source.html
(zelfde oplossing als die van speedaddict)
http://www.ashzfall.com/p...n/browsercall_source.html
(zelfde oplossing als die van speedaddict)
thx beide. ff wat proberen
edit: thx het werkt
ShellExecute(NULL,"open","www.google.com",NULL,NULL,SW_SHOWNORMAL);
edit: thx het werkt
ShellExecute(NULL,"open","www.google.com",NULL,NULL,SW_SHOWNORMAL);
[ Voor 66% gewijzigd door Tusk op 06-04-2003 16:35 ]
*I asked for a shotgun, not an anti-aircraft!
- shotgun? that must be the guns that fire a shot....
*yes.. you must be the brains