User Profile

Collapse

Profile Sidebar

Collapse
Kvod10
Kvod10
Last Activity: May 25 '09, 04:19 PM
Joined: Nov 30 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Kvod10
    replied to Changing icons with DOS commands
    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.
    See more | Go to post

    Leave a comment:


  • george666
    george666 posted a Visitor Message for Kvod10
    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
    See more | Go to post

  • Kvod10
    started a topic Audio Player
    in C

    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....
    See more | Go to post

  • Kvod10
    replied to shut down
    What does it say when you call Shut Down from the Start Menu?
    See more | Go to post

    Leave a comment:


  • Kvod10
    replied to echo commands & other query
    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...
    See more | Go to post

    Leave a comment:


  • Kvod10
    replied to help with python code
    here's the function a little clearer
    Code:
    float(int(raw_input(" Prompt ")))
    See more | Go to post

    Leave a comment:


  • Kvod10
    replied to help with python code
    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
    when you make your GUI use float(int(raw_i nput("whatever you wanna say"))) for the input. I wouldn't just use int; your dealing...
    See more | Go to post

    Leave a comment:


  • Kvod10
    started a topic Changing icons with DOS commands

    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.
    See more | Go to post
No activity results to display
Show More
Working...