Page 2 of 2

Re: PureMonitor for Windows

Posted: Tue Apr 30, 2013 1:48 pm
by Bisonte
And now, to enhance the monitor, here is the source of it, including the sound an icon from J.Baker from the Mac Version.

Re: PureMonitor for Windows

Posted: Tue Apr 30, 2013 6:26 pm
by Zebuddi123
Thanks Bistonte was just looking at this the other day thinking the code to this would be interesting to look at a lot of stuff learn from :lol:

Thanks for sharing
Zebuddi. :)

Re: PureMonitor for Windows

Posted: Sun Jul 14, 2013 10:54 pm
by Sabour
Hmm compiled on purbasic 5.11 only runs it as command line?

Re: PureMonitor for Windows

Posted: Mon Jul 15, 2013 10:22 am
by Bisonte
It work as external tool from the source you written. See first post.

Re: PureMonitor for Windows

Posted: Sat Aug 03, 2013 12:57 am
by IdeasVacuum
Very very handy app 8)

GetSpecialFolder(CSIDL) needs to use SHGetKnownFolderPath for Win8 and up.

See GJ-68's Known Folder Path code here: http://www.purebasic.fr/english/viewtop ... =5&t=55173

Edit: Also, Macro ShowResourceViewer() is redundant.