thomassen

thomassen

Joined Member # 509772
28 Posts 214 Replies 27,504 Reputation

The thing is that not everyone use daylight setting. So how would people know what city to pick in order to get what's right for them, unless they live in that city. Would it work if you simply had a checkbox to indicate whether to use daylight saving or not. Then add that to you calculation. Another thing, isn't GMT affected by daylight saving time? So if you use GMT as a base, won't all ther other times be adjusted similary as as well?</font

3 Replies 3,819 Views

I found this quote from adrant http://www.adrants.com/2005/04/john-cleese-promotes-computer-backup.php about this ad quite good: While it's about five minutes longer than it needs to be, this video , created in January to promote LiveVault disk data back up, thankfu

4 Replies 18,324 Views

Yes, the sleep command will halt all operation in your Dx enviroment if I am not incorrect. If you were to keep the existing code with the sleep command, I think you can drop the second sleep command you got there. Can't see that it has any use. If you go for the timer solution, I think this should work: Sub Object_OnLButtonUp(x, y, dragged) If Not dragged Then Set WshShell = Wscript.Createobjec

5 Replies 2,149 Views

From http://www.windowsitpro.com/windowspaulthurrott/Article/ArticleID/46166/windowspaulthurrott_46166.html However, I'd like to highlight one very important fact you'll not find out about elsewhere: That Longhorn UI that was shown off today was not the final UI, which will be much more impressive. We'll see that at the PDC t

24 Replies 16,138 Views

The latest blog from the IE developers confirms that Alphatransparent PNG is comming. And they are working on better CSS support. ...is that pigs flying, or simply large slowflakes here in Hell?

6 Replies 2,366 Views

Looks very nice. I don't have CursorXP nor have that big interest in StarWars, but lightsabres are allways cool. I let some friends of mine that are SW addicts know about this cursor. I'm sure they will love it.

2 Replies 1,608 Views

Just read this article at CNET. Found a few things mentioned quite interesting: Microsoft's effort to reduce the number of people who run with administrator privileges is one example of the features that are still being ironed out. Today, almost all users run with such privileges because they are needed to make even basi

3 Replies 3,576 Views

Just another thought, usually events trigger when the mouse button is released. So the code for executing the code on mouse click would be Sub Object_OnLButtonUp(x, y, dragged) If Not dragged Then 'Your code here End if <font color="blue"

5 Replies 2,149 Views

Same thing with Wscript.Sleep 100 , think it should be Sleep 100 . Without the if state = line it will work as I pass over the button but I really need it to work on mouse down. Doesn't the Wscript.

5 Replies 2,149 Views

Sub Object_OnLButtonDown(x, y) set WshShell = Wscript.Createobject("Wscript.shell") WshShell.AppActivate "player" Wscript.Sleep 100 WshShell.sendkeys "{pgdn}" Wscript.Sleep 100 End Sub Doesn't this Wscript.Createobject("Wscript.shell") give you an error? Does to me. I have to use just Createobject("Wscript.s

5 Replies 2,149 Views

I made my first WindowBlinds skin using BuilderBlinds Yes same here. I was looking at my first skin over easter and noticed the Skin Info, "Made with BuilderBlinds" and the WB version was set to 200. (though I think it really was designed for version 3, cant remember right now.) My perception of time is

12 Replies 3,041 Views

CNET had a photo related to this topic: http://news.com.com/Photos+A+look+at+Longhorn/2009-1016_3-5683877.html?tag=st.prev

32 Replies 15,734 Views

Bugger! I had PS 6 and 7 for up until some few hours ago and I cleaned it all up. (Had to do some tweaks to get back thumbnails in explorer though...) I had noted this issue as well, but haven't had much time to look into it.

2 Replies 3,250 Views

I 'hate' making the graphics but i love putting a WB together with SKS I'm the complete reverse. I love making the design, but find it too tedious to assemble the skin. Hence only one completet skin many years ago and alot of half done ones. I use Photoshop (currently CS) and SKS. I wouldn't kn

12 Replies 3,041 Views

I'm quite busy right now. so it'll just be copy and paste, but I thought this might interest some: (From SlashDot) Landreth writes "There is currently an ongoing petition taking place at OS2 World to get IBM to open source either the whole part or parts of OS/2 to the community. I would highly encourage the Linux commu

2 Replies 15,404 Views