Quick time and IE questions

Lee McDermott
09-16-2003, 01:56 PM
Hello...

Can anyone tell my how to quick and easily return "the current time measured in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT)."

Also, how do you open a new internet explorer window in a specific size, no address bar etc

I would really appreciate it

Thanks, Lee

Flyguy
09-16-2003, 04:25 PM
Public Function UnixTime() As Long
UnixTime = DateDiff("s", #1/1/1970#, Now)
End Function

Taximes
09-16-2003, 08:53 PM
I don't know how to affect the properties of the IE window opened, but this code will open the window itself:

Call Shell("explorer.exe " & "url or path")

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum