Please can you help me with a WebGadget thing?
Posted: Mon Jul 12, 2004 8:45 pm
Greetings! hehe I haven't been here for quite a time...well I was busy with work and all...but now you see, a friend of mine told me to make him a little autorun program that opens an "index.htm" in the CD-ROM drive, using a WebGadget to show the htm file. But you see, I try this....
(I'm a spanish guy, so ancho = width and alto = height)
WebGadget(1,0,20,ancho,alto-20,"index.htm")
WebGadget(1,0,20,ancho,alto-20,"./index.htm")
WebGadget(1,0,20,ancho,alto-20,"file://index.htm")
WebGadget(1,0,20,ancho,alto-20,"file://./index.htm")
WebGadget(1,0,20,ancho,alto-20,"file:/index.htm")
and a lot of more combinations and no one works...the program must run in a cd-rom drive and thus, thinking as a programmer and on the user, I don't know what will be the letter of the cd drive of the user, so I need to make it work correctly, it even doesn't work in my local HD!...can someone help me please? my friend needs it badly. Thanks in advance
(I'm a spanish guy, so ancho = width and alto = height)
WebGadget(1,0,20,ancho,alto-20,"index.htm")
WebGadget(1,0,20,ancho,alto-20,"./index.htm")
WebGadget(1,0,20,ancho,alto-20,"file://index.htm")
WebGadget(1,0,20,ancho,alto-20,"file://./index.htm")
WebGadget(1,0,20,ancho,alto-20,"file:/index.htm")
and a lot of more combinations and no one works...the program must run in a cd-rom drive and thus, thinking as a programmer and on the user, I don't know what will be the letter of the cd drive of the user, so I need to make it work correctly, it even doesn't work in my local HD!...can someone help me please? my friend needs it badly. Thanks in advance
