thomassen

thomassen

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

I've been thinking the same thing. But then again it's not mandatory to skin everything. But I think most skinners will, because they can. I made a skin back when version two was comming to an end, it was basicly just the window and the taskbar. I haven't completed another skin after that, but I have several half made. But the thing is that these "half made" skins I got lying around probably allready skins more than my first one. It's the XP taskbar, s

54 Replies 14,028 Views

Yay! It worked after reinstalling SKS. Before I gave a rather odd error message: A file of that format? It might be very useful. Here it will not work. Thanks Showman! Have a carrot!

2 Replies 3,478 Views

I tried converting "Flatliner RC 2" to WB format using SkinStudio, but it something is wrong. I don't get a error message, there is files in the skin's folder, but the previews shows blank, and SS can't open the converted skin. Any ideas of what causing it?

2 Replies 3,478 Views

Does this mean that there won't be updated pdf files anymore? If so, a search feature would be nice. Wow yeah it's better. No more 1,000 years of loading Abode Fat Program. I found Adobe Reader 7 to quite alot faster than the previous one.

12 Replies 7,781 Views

It was buggy and a resource hog Most of the problems was down to the fact that the Win9x series was horrible at memory and GUI management. But yes, this program has come a long way. I'm really excited about what's to come.

2 Replies 2,022 Views

Don't know of any program that can do that. It'd require capturing the image of the desktop and applying some filters to it. Not sure if it is at all doable in a decent way in Windows as it is today. Might be some hope in Longhorn...

2 Replies 6,575 Views

I have seen people sell trials and a crack. Any time you pay much less than retail for new software you should ask yourself why. Not related to software, and a little OT, but one of my housemates bought a DVD on ebay, I thought the case for it was strange, since there was no barcode or any of the other usual

25 Replies 24,848 Views

var=var-0 Or use var=CInt(var) (assuming you are using an Integer) This ensures you get an Integer object. Use CSng or CDbl if you need a floating number. Sranshaft: So the values passed on to the Left function is 0 or more and less than the length of the Track st

4 Replies 6,498 Views

hmm... it says the article got 2 comments, but I can't see any. Anyways,... I'm not sure, but might it be because VB you can put several options separated by a comma, Case 1, 2, 3: //Do something Case 4 however in JScript (haven't tried C or Java) you have to do something like Case 1 Case 2 Case 3 //Do something break; Case 4 </fo

5 Replies 12,523 Views

If you are familiar with Regedit you can search the registry for the fontname and see if something comes up under a DesktopX category.

17 Replies 8,196 Views

I'd think it's an invalid argument being passed on to Left. Debug the values that's being passed on. Try something like: Script.MsgBox "Len: " & Len(Track) & vbcrlf & "TrackChar: " & TrackChar . If TrackChar returns a number outside the length of "Track" or a non-numeric value you have to go through your preceding code.

4 Replies 6,498 Views