Hi, in Delphi 5, in the component library in the main window of Delphi, there is a tabpage called 'Servers'. A component for accessing Word should be in there.
Hi,
write the following value to the registry:
HKEY_CLASSES_ROOT\.tes\shell\open\command
(default) = c:\mypath\myprogram.exe "%1"
Now, in your program use the following code for the commandline:
var
FileName: String;
if (ParamCount()>0) then
begin
FileName := ParamStr(1);
end...
Hi,
You can do this with COM.
In order to provide you with an example, could you please tell me which version of Delphi you are using? Thanks.
Best Regards,
Thijs
Pfew!
I'm glad that you stopped thinkin' about that project!
At my old school, they also installed a program which enabled the sysadmin to view every computerscreen installed. I just wrote a program that removed the program from memory, so they couln't see my screen.
They accepted it, because...
Hi there
A question
Is it possible to switch over to flat memory without using a memory driver like Himem.sys. (I know how to enable the A20 line with himem.sys, not not how to do it without himem.sys)
Thanks a lot!
Hi Zallen
of course I could do that but then I would be creating another Linux/BSD clone. I want to create my _own_ OS. So maybe I'll have a look at some pieces of code, but I'll try to do the majority myself.
Thanks or the advice anyways.
Best regards,
Epidemi
Hi ya folks!
I might be a bit late on this one, but I just joined tek-tips. I'm currently writing an OS myself, and I must say it's pretty cool to do.
I already have a bootloader and a partially implemented file system I designed (FAT-like, though).
But about your question:
It's easy to write...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.