Messages - nite_monkey [ switch to compact view ]

Pages: prev1 2 3 4 [5] 6 7 8 9 10 ... 151next

22
One of the hardest aspects of coding these days is finding ideas that haven't been implemented already  :mad:

In my opinion, one of the cool things about making your own implementations, is that you can add your own tweaks.  There's also the satisfaction of doing it.  I was just pointing out that there was another one.  The advantage of your app is that you have the source, and can make adjustments, also.  Of course, the advantage of skwire's is you don't have to.  It's a tradeoff. :)
All excellent points. I may go back to mine and tweak it some later, but right now I am enjoying how simple and easy skwire's is.

23
There's also a very simple tool by skwire to do the same.

https://www.donationcoder.com/forum/index.php?topic=26167.msg242767#msg242767
...Well that just destroys my app. Kind of wish I looked here first. I should have known one of the awesome DC coders would have written something for this.

24
yeah, it annoyed me that you couldn't pin steam games to the start menu. I pin all my apps on the start menu in labeled groups to keep my desktop organized.
here is the website with the tutorial in case you need it.

InputBox, Sname, Input Steam Shortcut, Type in the gameid here.
if ErrorLevel
ExitApp
else
MsgBox, Next, select the icon for the shortcut.
FileSelectFile, IcoLoco
if IcoLoco =
ExitApp
else
InputBox, Gname, Input Game Name, Type in the game's name here.
if ErrorLevel
ExitApp
else
FileCreateShortcut, explorer.exe, %Gname%.lnk,,steam://rungameid/%Sname%,,%IcoLoco%
and the source code for my completed script for anyone in the same boat as me.

25
Never mind, I figured it out.
FileCreateShortcut, explorer.exe, %Gname%.lnk,,steam://rungameid/%Sname%,,%IcoLoco%
I had no clue what the Args option was, so I messed around with it for a bit, and figured out how to get it to work.

Pages: prev1 2 3 4 [5] 6 7 8 9 10 ... 151next
Go to full version