User Profile
Collapse
-
Thanks for the doc about shortcuts. I'm still a little confused about the IShellLink Interface. I've been doing some research on it and I have found a lot of information on how to use it, but no information on how to access it. -
You can ask on specialized Win32 api newsgroup :
news://194.177.96.26/comp.os.ms-wind...ogrammer.win32
where it has often been discussed -
Audio Player
I'm looking to possibly use C++ to write an very simple Audio Player to experiment with audio files such as .midi (if theres a more basic one please let me know lol). I know little to nothing about audio files. First off is C++ a good language to use to do something like this or am I better off using another language. Any information or locations of information I could get on reading audio files and how they're encoded and stuff would be great.... -
What does it say when you call Shut Down from the Start Menu?Leave a comment:
-
One problem that your going to run into making 1000 folders named "John" is that Windows will only allow one folder titled that per directory.
Your going to need to find a way to either create them in seperate directories or have them all named differently i.e. "John1", "John2", "John 3", ect...
If you find a way to do this, please post your final product! I'd love to see what...Leave a comment:
-
here's the function a little clearer
Code:float(int(raw_input(" Prompt ")))
Leave a comment:
-
try using this to start
Code:def popfunct(year): baseyear = 2004 basepop = 26000 birthrate = 0.007 deathrate = 0.006 movein = 300 moveout = 325 newpop = #...math... return newpop
Leave a comment:
-
Changing icons with DOS commands
Hi, I'm in the proccess of building a windows installer from the ground up and I was wondering if there is anyway to change a file types icon with DOS commands? Any information at all would be really appreciated.
No activity results to display
Show More
Leave a comment: