Archive for November, 2004
Like Firefox? Want it INSIDE your Delphi app?
If you like Firefox 1.0, you’re probably using it as your default browser, copying your favourites and all that stuff. Well, if you want to migrate your Delphi applications to use it instead of TWebBrowser, you’re in Luck!
Check out The Mozilla ActiveX Control and Dave Murray’s article on how to use it in Delphi. [...]
Delphi 2005: Use only the Win32 part?
Well, if you want to do this, you CAN. And this page gives you step by step instructions….so if you’re anti .NET, go for it.
More useful, in my opinion is to use that in conjunction with Corbin Dunn’s article on how to use the /r command line option in Delphi. Try it - you [...]
Deleting a SOAP attachment file
If you’re creating a SOAP attachment on the server, and creating a temporary file for the purpose, you probably need to delete the file after you’re done. You can’t do this in ANY of the events provided - the attachment stream is not freed before any event occurs. So, what you must do is….
Posted by Deepak Shenoy on November 15th, 2004 under Uncategorized | 1 Comment »Server Response from: BLOGS1

RSS Feed