Recommended Posts

Yer sorry guys ive been so busy with well rather other hehe duties, and if not that when im on here im involved in two websites, ah im hopping up early tomorrow morning so ill do some work on it tonight and tomorrow morning so when im back from lunch, I should be able to upload it. Sorry about the delays and thankyou for your patience and support on this project

SO some improvements, ah sorry you guys might be wondering why im on here and not working on freestyle, well I had to check some uni stuff out, so while im here thoughtd id pop into neowin.

Anyways improvements;

*Move over effect for StartButton now

*Fixed any pixel over problems, such as with the logoff buttons

*Made the startmenu arrows in the more programs white, definitely makes it look clearer.

*Fixed a couple new graphics which were still LUnarised

*Vast improvements and extensions to the shellstyle.dll, as you would have see in the last preview pic, illuistrating the new category view in the control panel for example.

*[Working on] Working Active Desktop.

And provided the Desktop is working properly the next release should be RC1.

I have started to host Osiris on ibetas.net (the site should be ready soon). It is an all around theming site with the different projects he worked on and hopefully a user submitted portion.

I wanted to know if i should open it up so that people can dump there FreeStyle extras in (logons, bootups, icons, a theme version of the style)

I'll talk to Osiris about it lata but just giving you a heads up on the future of his AWESOME theming abilities

Okay people for the last four hours ive been trying to learn and modify the Javascript to work, it was unsuccessful. Eitherway for some reason, when I use the basic thing like this

c: as the url in Flash it opens C: fine. When I did it as a Hyperlink in Frontpage it made the view of the designated folder go all funny but in flash it doesnt.

However I cannot find the desination of My Computer, and Control Panel. eg to get to the windows dir all I put in Swish is

C:Windows in frontpage file:///C:Windows

right when I click my button it goes there.

Now whatever version, what is the link I would type to get to Control Panel and My Computer?

If we find that out, it should all be sweet.

Anyone know?

Now, Im not going to sleep till ive put this theme up and out, its getting finished and distributed tonight come hell or high waters. hehe so lets help me out here so I can sleep.

I must personally thank JoGro123, hes services and the position on ibetas.net as the theme webmaster, is most welcomed and very appreciated. This project has been put in second place to getting RC1 freestyle done, but I will keep you all updated, we should see some great stuff on this site.

if you make a shortcut to my computer etc and link it to the shotcut that works ..but ! the only problem is that it opens with all the toolbars on and in tiles mode not icons mode know what i mean ?

i dont know a real lot about html and less about flash ..but trying to find out some info anyways :)

Yeah what you just described pyro is what it normally does byt when I make the links in Flash I doesnt do that :) Ill go try the shortcut way and see if it does it that way. Hopefully it will work and we can release this puppy

You Go Boy! :D

No joke, this is one of the best visual styles and themes I have seen and used. I really like the fact that you seem to be more concerned with the quality and usability (and what people think about it) of it rather than just getting it out there... shown by the single beta release (which was more like a RC IMO). Keep up the good work and I for one am definately waiting to see the next release.

Originally posted by P?R? cool ..like i said i dont know much about flash ..is flash just to animat something ? b>

Flash is a vector "drawing" creation application and viewer (renderer). The viewer allows you to view Flash movies (a "compiled drawing" with animations) in web pages and in applications (it can be embedded in another application or can be a stand-alone application).

It's a great application for certain things, but its has polutted the we:D:D with pages that are either too flashy and deliver relatively little content or are usability nightmares. They definately go against everything the web was built for or should (can you tell I am an HTML purist). Just my opinion lo:p:p.

Well im very pleased to annouce that RC1 will be ready for download umm lol looks like where gonna havethis problem again lol ah well eitherway within the next hour I hope to zip and package RC1.

It will ship with all the prementioned features howver unfortunetly the My Computer and the Settings Button [Control Panel]

will not work apart from that the My Documents, My Pictures and My Music links will all work. Hope thats alright but I nor anyone else has been able to tell me how to link the My computer or control Panel.

Now the problem with the JS was that it just didnt fit well with the flash, it and flash just didnt communicate well, thus I wasted alot of time trying to get it to work but to no avail.

Eitherway the Flash seems to like opening up folders as there meant to be with a simple link so :)

Originally posted by Osiris

It will ship with all the prementioned features howver unfortunetly the My Computer and the Settings Button [Control Panel] will not work apart from that the My Documents, My Pictures and My Music links will all work. Hope thats alright but I nor anyone else has been able to tell me how to link the My computer or control Panel.

Hmm... I'm sure this has been mentioned before and you may already know about it, but those two folders are represented by a unique ID that follows something like "{BuNChOfChaRActERs}" or whatever. I can't remember what the ID's are specifically, however I will find out as I've had to use them in some programs I've worked on (development/programming) in the past.

I've never used Flash before so I'm not sure what the scripting or programming aspects/capabilities of it are (however I have heard it has some?), but you may be able to get to them that way, if you haven't already tried... have you?

Anyways congradulations on getting as far as you have and for having some a great theme/visual style.

Took some searching but here are the shortcuts to get to My Computer and Control Panel. These are strictly the commands you would enter if you created a shortcut to these, but I assume you could use them still (not sure how you are doing this in Flash). You should be able to use the commands by themselves but if not try adding this prefix: "%windir%" or "%windir%System32".

My Computer:

Explorer ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}

Network Neighborhood:

Explorer ::{208D2C60-3AEA-1069-A2D7-08002B30309D}

Recycle Bin:

Explorer ::{645FF040-5081-101B-9F08-00AA002F954E}

Control Panel:

Explorer ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}::{21EC2020-3AEA-1069-A2DD-08002B30309D}

rundll32.exe shell32.dll,Control_RunDLL

Also if you want here are the commands for log off, shutdown, and restart. Edit: These are incorrect under Windows XP (or I've messed something up :D), but I will try and get the correct ones if you want.

Log Off:

rundll32.exe shell32.dll,SHExitWindowsEx 0

Shutdown:

rundll32.exe user.exe,ExitWindows

rundll32.exe shell32.dll,SHExitWindowsEx 1

rundll32.exe shell32.dll,SHExitWindowsEx 8 (Power off)

Restart/Reboot:

rundll32.exe user.exe,ExitWindowsExec

rundll32.exe shell32.dll,SHExitWindowsEx 2

rundll32.exe shell32.dll,SHExitWindowsEx 6 (Force Reboot)

Some of these commands have been replaced under Windows XP (although these should still all work) with some shorter commands, although I'm not sure what they are. I've also got a complete list of Control Panel applet shortcut commands too if you want them. Hope this helps.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Those are some popular multiplayer games. But hardly "all". Just those that don't work on Linux currently due to specific anti-cheat implementations. I think it's also fair to point out the literally thousands of games that don't work on the PS5. And it's not locked at 1080p. That's the default, which you can change.
    • Ubuntu Livepatch arrives on Arm64 to eliminate system reboots for kernel updates by Paul Hill Canonical has just announced that its Livepatch service now supports computers with Arm64 processors. For those who are not familiar, Livepatch allows users to apply important kernel updates without any service interruption or rebooting. While home users will benefit from this, it’s even more important for critical machines that absolutely should not be going offline at all. The feature is available as part of Ubuntu Core 26 for Arm64 and Ubuntu Core 20 and onwards for AMD64. According to Canonical, this will improve the security of systems that aren’t security-maintained daily or weekly, and it helps organizations work towards Cyber Resilience Act (CRA) compliance. If you are familiar with Ubuntu, you probably know that most packages can be updated without having to restart the system. There is one big exception to this, and that’s the kernel; it typically requires you to reload the system to boot into the new kernel. With Livepatch, Canonical has done something so that you don’t need to restart to begin using the new kernel. Aside from Ubuntu Core 26, users with Arm64 chips running Ubuntu 26.04 LTS can also use Livepatch. If you want to learn more about Livepatch, check out its product page. There, you can also find a button to join Ubuntu Pro (it’s free for several home devices) so that you can enable Livepatch. By linking your computer to Ubuntu Pro, you will also extend the life of your Ubuntu install from five years to ten years. If you are running Ubuntu, let us know in the comments if you have been looking forward to this feature on your ARM-based computer. If you’ve had a compatible AMD64 machine for a while and never used this feature, let us know why in the comments!
    • Meta announces a major leadership change at WhatsApp by Pradeep Viswanathan Meta has announced a major leadership change at WhatsApp, with Will Cathcart stepping down after seven years of leading the world's largest messaging platform. CRED CEO and founder Kunal Shah will take over as the next global head of WhatsApp. CRED is an Indian fintech company focused on creditworthy consumers. As part of the transition, Meta is also making a minority investment in CRED through its Series H funding round. Meta CEO Mark Zuckerberg said Will Cathcart will remain at Meta and move into a new role focused on building new products from the ground up. Cathcart led WhatsApp during a major growth phase, helping the app reach more than 3 billion users worldwide. He also played a key role in expanding WhatsApp’s business offerings while keeping privacy and end-to-end encryption central to the product. Meta’s Chief Product Officer, Chris Cox, said Kunal Shah was selected after a search for a leader who understands WhatsApp’s global scale and future potential. In a leaked internal memo, Cox described Shah as a “serial founder” and one of India’s most respected entrepreneurs, adding that he brings “entrepreneurial energy” and a strong product mindset to the role. As part of the Series H funding round, CRED is raising ₹8,550 crore, or about $900 million, in a round led by Meta. The funding values CRED at ₹43,239 crore, or about $4.5 billion, on a post-money basis. It is important to note that this investment will not give Meta access to CRED customer information. Kunal posted the following on X regarding his new role at Meta: Although Kunal Shah will be stepping away from his operating role as CRED CEO, he will retain his personal shareholding in the company.
    • It wouldn't be hard for me to turn off my TV, if I had one. For one thing, I never scroll Instagram. The only reason I have an account is because Meta created one when it merged the account systems for its various services.
  • Recent Achievements

    • One Month Later
      nates earned a badge
      One Month Later
    • Week One Done
      Almohandis earned a badge
      Week One Done
    • Rookie
      dorf went up a rank
      Rookie
    • First Post
      mike_rumble earned a badge
      First Post
    • Dedicated
      tuben earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      506
    2. 2
      +Edouard
      207
    3. 3
      PsYcHoKiLLa
      98
    4. 4
      Michael Scrip
      89
    5. 5
      neufuse
      71
  • Tell a friend

    Love Neowin? Tell a friend!