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

    • Microsoft admits one of the most crucial Outlook features is currently broken by Sayan Sen Microsoft is making some decent progress when it comes to Windows 11. Recently we have confirmed reports of some rather useful improvements landing in the next version of the OS, 26H2, wherein GPU driver TDR crashes may finally be fixed, plus the company is also allowing users to disable web content on the Search. On the Outlook front though things have not been so rosy. Last month in May we reported several problems affecting basic functionalities on the app. These included a problem where documents would open blank or corrupt themselves. Following that, Quick Steps, a very useful feature, would no longer work correctly, and finally, Microsoft acknowledged a problem wherein images would fail to load up properly inside the email. Microsoft had resolved those bugs later and almost exactly a month after we reported on them, the company has now admitted a new similarly basic issue, this time on Macs. Users recently started noticing that Outlook would no longer display email threads properly as the original message itself was not displayed. An affected user Tsoumpas, C (ngmb) nicely described the problem in a forum post they made on Microsoft's site. They wrote: "Description of the issue: After updating Outlook for Mac [Version 16.110 (26061317)] on 18/6/2026, replying to any email no longer includes the original message in the reply window. Prior to the update, replies correctly contained the original email text below my response. Expected behavior: The original message should be included in the reply, as in previous Outlook versions and according to the configured reply settings. Actual behavior: The reply window contains only a blank composition area (or only my response), with none of the original email text included." Obviously this must be a highly frustrating for users as noted by several in that thread. The post, at the time of writing, has also been upvoted by more than 40 users indicating that is a fairly widespread bug. Thankfully Microsoft seems to have acknowledged the problem right around that time as it opened a new issue on its official website. In the support article, the company recommends switching to Outlook for Mac from the legacy app, where the problem appears to be happening.
    • PotPlayer 260622 by Razvan Serea PotPlayer is an extremely light-weight multimedia player for Windows. It feels like the KMPlayer, but is in active development. Supports almost every available video formats out there. PotPlayer contains internal codecs and there is no need to install codecs manually. Other key features include WebCam/Analog/Digital TV devices support, gapless video playback, DXVA, live broadcasting. Distinctive features of the player is a high quality playback, support for all modern video and audio formats and a built DXVA video codecs. A wide range of subtitles are supported and you are also able to capture audio, video, and screenshots. A comprehensive video and audio player, that also supports TV channels, subtitles and skins. Its been described on the Internet as The KMPlayer redux, and it pretty much is. Daum PotPlayer 260622 (1.7.22963) changelog: Removed Kakao TV Added pause function when navigating via the navigation bar Significantly improved internal stability Fixed an issue where colors appeared strange during RGB24 processing Improved playback for some HTTP streams Improved sync processing for the built-in audio renderer Fixed an issue where certain MP4 files behaved abnormally during playback Download: Daum PotPlayer (64-bit) | 54.7 MB (Freeware) Download: Daum PotPlayer (32-bit) | 61.1 MB View: Daum PotPlayer Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Tixati 3.44 is out.
    • Speccy 1.34.084 by Razvan Serea Speccy will give you detailed statistics on every piece of hardware in your computer. Including CPU, Motherboard, RAM, Graphics Cards, Hard Disks, Optical Drives, Audio support. Additionally Speccy adds the temperatures of your different components, so you can easily see if there's a problem! Processor brand and model Hard drive size and speed Amount of memory (RAM) Graphics card Operating system At first glance, Speccy may seem like an application for system administrators and power users. It certainly is, but Speccy can also help normal users, in everyday computing life. If you need to add more memory to your system, for example, you can check how many memory slots your computer has and what memory's already installed. Then you can go out and buy the right type of memory to add on or replace what you've already got. Download: Speccy 1.34.084 | 20.5 MB (Freeware) View: Speccy Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • ImgDrive 2.2.7 by Razvan Serea ImgDrive is a CD/DVD/BD emulator - a tool that allows you to mount optical disc images by simply clicking on them in Windows Explorer. If you have downloaded an ISO image and want to use it without burning it to a blank disc, ImgDrive is the easiest way to do it. ImgDrive features: One-click mounting of iso, cue, nrg, mds/mdf, ccd, isz images Runs on 32-bit and 64-bit Windows versions Mount ape, flac, m4a, wav, wavpack, tta file as AUDIO CD (16-bit/44.1kHz) Mount a folder as DVD/BD Mount images in command line Does not require rebooting after installation Support up to 7 virtual drives at the same time Support multi session disc image (ccd/mds/nrg) A special portable version is available Translated to more than 10 languages Support File Type: .ccd - CloneCD image files .cue - Cue sheets files of ape/flac/m4a/tta/wav/wv/bin .iso - Standard ISO image files .isz - Compressed ISO image files .nrg - Nero image files .mds - Media descriptor image files ImgDrive 2.2.7 changelog: Added command line parameter to set number of drives Added AACS-Auth support for HD DVD Bumped kernel driver version to 2.2.7 Download: ImgDrive 2.2.7 | 692 KB (Freeware, paid upgrade available) Download: ImgDrive Portable 535 KB View: ImgDrive Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Dedicated
      tuben earned a badge
      Dedicated
    • Week One Done
      mnsgroup earned a badge
      Week One Done
    • Conversation Starter
      sumytbe earned a badge
      Conversation Starter
    • One Year In
      B4dM1k3 earned a badge
      One Year In
    • One Year In
      DarkWun earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      522
    2. 2
      +Edouard
      199
    3. 3
      PsYcHoKiLLa
      94
    4. 4
      Michael Scrip
      82
    5. 5
      neufuse
      69
  • Tell a friend

    Love Neowin? Tell a friend!