Coding help

linkjay1

Famous
Joined
Jan 14, 2015
Messages
566
This is only for the hardcore coding experts.

So i have been playing around with a program called Resource Hacker (http://www.angusj.com/resourcehacker/). Basicly it allows me to change some of the coding involved with Windows 7. I have been using it to change Solitaire, Minesweeper, etc. And i have been trying to research about a certain file type. Its a .mui file. I tried searching it up, and i couldn't find anything about it so this is my last resort. If anyone can identify that, that would be great :D. Thanks. Here is what the code looks like: .
 
Last edited:
What exactly do you want to know about mui files? Are you trying to figure out the syntax or?
 
Last edited:
POPUP and MENUITEM are used in a large number of coding/programming languages, if I'm not mistaken.

I did some looking into your specific question though, and from what I could tell after doing some searching, although I may be wrong on this - Minesweeper, or at-least the version you are looking at, uses the J# programming language, a java-language syntax.

https://en.wikipedia.org/wiki/J_Sharp

https://msdn.microsoft.com/en-us/library/7xsxf8e2(v=vs.80).aspx

Thanks, i took a look at the Microsoft link, and i opened it in VS 2015, but it isn't the code i was looking for. It looks to be a copy of C#, but a little different. I also looked at the Wiki link but it didn't really change it. Thanks any way.
 

Latest posts

Back
Top