Recommended Posts

:)

Could anyone explain please how to change the start button,ive tried everything using stylbuilder but cant seem to get the hang of it,im trying to change it to vectors version that he made,should i be editing the compact or normal version? also is stylebuilder the easiest way of doing it ,Thanks

586481059[/snapback]

Could anyone explain please how to change the start button,ive tried everything using stylbuilder but cant seem to get the hang of it,im trying to change it to vectors version that he made,should i be editing the compact or normal version? also is stylebuilder the easiest way of doing it ,Thanks

586481059[/snapback]

I use ResEdit (freeware by TGTsoft): just select the BITMAP folder after having opened LE4.msstyles, then find the startbutton image and click 'replace' in the image toolbar. That's it.

Everytime I try to replace the startbutton with the buttons archangel made, I get nothing but static garbage. If I change them to bitmaps, resedit bitches about them being a different extention and they could have adverse affects and if I attempt to save, it says it fails to open them? WTF!!!!!????

Dudes...youre wasting your time. Use Watercolor 4.3...it is SO much better its not funny. Youll use LE4 for a while and realize it is too garish for every day use...youll want something less harsh. So save your time and stop using it now. Watercolor is sooooo much better. It kicks LE4's ass. You know it, I know it.

Dudes...youre wasting your time.  Use Watercolor 4.3...it is SO much better its not funny.  Youll use LE4 for a while and realize it is too garish for every day use...youll want something less harsh.  So save your time and stop using it now.  Watercolor is sooooo much better.  It kicks LE4's ass.  You know it, I know it.

586481387[/snapback]

Dont feed this troll. That will only make him grow.

*keeps the cookies to himself*

Everytime I try to replace the startbutton with the buttons archangel made, I get nothing but static garbage. If I change them to bitmaps, resedit bitches about them being a different extention and they could have adverse affects and if I attempt to save, it says it fails to open them? WTF!!!!!????

586481344[/snapback]

Yep, actually ResEdit does complain when replacing BMPs with PNGs, but the result is perfectly the same. Maybe you sould try to reinstall it, if you are pretty sure to not have more than one resource opened at the same time.

Yep, actually ResEdit does complain when replacing BMPs with PNGs, but the result is perfectly the same. Maybe you sould try to reinstall it, if you are pretty sure to not have more than one resource opened at the same time.

586481463[/snapback]

I get the same error. When saving after replacing the resource, I get messages for each resource that it failed to open file.

@Mad_Griffith: I'm using your shell style now, nice work!

Dudes...youre wasting your time.  Use Watercolor 4.3...it is SO much better its not funny.  Youll use LE4 for a while and realize it is too garish for every day use...youll want something less harsh.  So save your time and stop using it now.  Watercolor is sooooo much better.  It kicks LE4's ass.  You know it, I know it.

586481387[/snapback]

I suggest you attempt to contribute in the thread instead of trolling.

wow thanks man, you are amazing!! I really appreciate you have created this compact version!

orcoxp2004 it s not my version but DoS's and you can get it here now :)

Again Thanks a lot DoS! :)

586479647[/snapback]

Great that you liked it

Great VS!  :cool:

I made a slight mod of the original start button for Windows XP Brazilian/Iberian Portuguese users (I put the word "iniciar" instead of "start")

botoiniciar7vs.png

Normal/compact versions (Black version only  :yes: )

startbutton9bp.png

startbutton5gx.png

586479933[/snapback]

em3 has done 2 portuguese "official" versions of the start buttons, and I made the compact versions of them also.

STARTBUTTONack.pngSTARTBUTTONack-c.pngSTARTBUTTONue.pngSTARTBUTTONue-c.png

how could when ever i mod the start menu flag, "the Common Tasks in Folder" becomes to classic? :wacko:

586481769[/snapback]

somehow ur shellstyle isnt linked with your msstyle, make sure theyre both in the same folder having the shell style in a folder along with the msstyle.

Ok here's what I got so far :)

September-05-Desktop.png

Link For Full Screenshot:

Preview It Here

and this is what I used:

1-) em3's Luna Element 4

2-) Kol's system tray arrow ( posted on this same thread )

3-) DoS's compact Start Menu ( Posted on this same thread )

4-) Mad_Griffith's Shell Style ( http://www.unprogged.com/neowin/ )

5-) LClock V1.61a ( Neowin )

6-) IconX free from Stardock ( For the desktop icons )

7-) On Display by Microangelo ( For changing the desktop icons text font color)

8-) Wallpaper from http://www.socksoff.co.uk/walls01.html

9-) I used Resource Hacker and ResEdit for the tweaking stuff.

Now I would love it if someone (Perhaps em3 himself ) would take it from here and make a full silver version of the compact mod :) I have been playing with Style Builder but no luck so far a little complicated and it takes a little time actually understand how to work with it, I'm willing to put upload this somewhere on request any takers?

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

    • No registered users viewing this page.
  • Posts

    • I literally tried to install it on my PC today and it crashed upon every start up. I tried all the tricks, terminate and remove cache, uninstall, reinstall, reboot, install via winget.. in the end I had my call with Brad Wardell on Google Meet. Oh I also tried Teams on the web, and got no video or audio (yes I allowed mic and camera).
    • Microsoft explains how it made Teams so much faster in 2026 by Usama Jawad Microsoft Teams is Redmond's flagship online communication and collaboration tool, primarily used in enterprise, government, and school environments. It regularly receives updates, with Microsoft frequently revealing features currently in development as well, such as Efficiency Mode and a dedicated app for meeting recaps. Now, the company has shed some light on the backend enhancements it has made to its popular software in 2026. During the first half of 2026, switching between chats has become 20% faster on desktop and web, which is especially great for less powerful devices or hardware on weak networks. Microsoft explains that it tracks two types of chat switches. The first is a warm switch, which relates to returning to a recent chat, in which case it is most likely already present in memory and should load extremely fast. The other is a cold switch where a chat that hasn't been opened recently is now opened. Naturally, the second type of chat switch was causing the most notable latency spikes. Microsoft realized that this was happening because of three reasons. First, the query to fetch conversation data was being fired too late. Next, queries were being sent sequentially, increasing the overall round-trip time. Finally, there was no handling of response priority, which meant that non-critical responses would sometimes block the main thread. Microsoft solved all of these problems by firing the data query immediately, bundling queries to be sent together so that they wouldn't create a "waterfall" effect, and enabling faster painting of the frame. As a result, warm and cold switches now have almost the same latency, and the only distinguishable difference between them is due to the data layer response time. Next, Microsoft focused on reducing app hangs and freezes on macOS and iOS by 35%. On macOS, the company has a health monitor thread running in the background that does exactly what it says on the tin. The tech firm built a dedicated StackDecoder tool to analyze health monitor's output at scale. Through this combination, it decided to move several error reporting and monitoring threads either to the background or treated them as an asynchronous call so that they wouldn't block the main thread, causing Teams to freeze. On iOS, the same result was accomplished through optimization of computations, caching, offloading operations from the main thread, refactoring database access behaviors, deferring non-critical tasks, and more. On a related note, it also made people search 25% on iOS by optimizing the query pipeline, and efficient database task queuing and scheduling. However, Microsoft has emphasized that improving Teams' performance is an ongoing endeavor, and that it hopes that these efforts will continue to make the software a reliable partner in online communication scenarios. On a related note, Microsoft recently unveiled some upcoming performance upgrades for OneDrive on macOS too, and you can check those out here.
  • Recent Achievements

    • First Post
      StaticMatrix earned a badge
      First Post
    • Week One Done
      StaticMatrix earned a badge
      Week One Done
    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
    • First Post
      X-No-file earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      520
    2. 2
      PsYcHoKiLLa
      209
    3. 3
      +Edouard
      147
    4. 4
      Steven P.
      97
    5. 5
      ATLien_0
      83
  • Tell a friend

    Love Neowin? Tell a friend!