2

I have been developing a small app to do various different things such as for me opening Steam, Skype and games for steam. Shut down restart and sleep. I am now developing a small volume slider to go with my application at the bottom. But I cannot seem to find anywhere or anything to do to get this to work. For the volume slider I am currently using these lines of code:

w = Scale(win, from_=0, to=100, length = 200, tickinterval = 10, orient=HORIZONTAL)
w.set(23)

Then:

w.grid(row = 5, column = 1, padx = 10, pady = 10)

But cannot seem to find a way for this to control my windows volume. Any help will be greatly appreciated. Thanks.

ebarr
  • 7,704
  • 1
  • 29
  • 40
GhostFrag1
  • 987
  • 2
  • 12
  • 19
  • possible duplicate of [Programmatically adjust the volume on my Windows 7 computer](http://stackoverflow.com/questions/11769709/programmatically-adjust-the-volume-on-my-windows-7-computer) – Brionius May 28 '14 at 15:25
  • As I was typing in the question nothing related to this appeared. I am just asking a question on how to change my volume on windows 8.1 which is different in ways to windows 7. – GhostFrag1 May 28 '14 at 19:44
  • @GhostFrag1 I have added Windows 8.1 tags to the question and updated the title. However, if you still don't get an answer, it may be useful to post a more specific "How to programatically adjust volume in Windows 8.1" type question. – ebarr May 29 '14 at 15:10
  • Have you actually tried the technique suggested in the linked question and had it not work on Windows 8? If so, what exactly doesn't work? – nobody May 29 '14 at 15:45

0 Answers0