blah blah blah is here! blah blah » Close

0
votes
1 answers

Control System Volume

Hello all, I am trying to implement a simple volume control in my application. I have developed a knob control that will control the system volume. However, I'm having trouble implementing the change of system volume in code. So far I h ...

0
votes
1 answers

Application not allowing machine to shutdown, restart, logoff

I have finally completed a windows application that I have been working on for a while. Everything works beautifully, except for one detail. When the application is installed and running, I cannot restart, shutdown, or logoff the computer ...

0
votes
1 answers

Application not allowing Windows to restart

I have finally completed a console application that I have been working on for a while. Everything works beautifully, except for one detail. When the application is installed and running, I cannot restart, shutdown, or logoff the computer ...

0
votes
1 answers

Please help!!

I really would like some help on this one...it's becoming most frustrating and taxing on my mind. I have a Windows Form on which i have set the FormBorderStyle property to none, MaximizeBox property to False, Minimize property to False. T ...

0
votes
1 answers

Title Bar Problem....Again

I really would like some help on this one...it's becoming most frustrating and taxing on my mind. I have a Windows Form on which i have set the FormBorderStyle property to none, MaximizeBox property to False, Minimize property to False. Th ...

0
votes
1 answers

TitleBar coming out of nowhere on windows form

I have a Windows Form on which i have set the FormBorderStyle property to none, MaximizeBox property to False, Minimize property to False. The form looks great with this setup, as I have built my own interface with my own min,max buttons. ...

0
votes
1 answers

Best way to store database connection information

I'm looking for your opinions on the "best" method to store database connection information. By saying "best" I mean most secure and easiest to update. Packing it away into a compiled dll is not an option as it is not ...

0
votes
1 answers

Safely Remove Hardware

I am looking to programatically remove a removable storage device. Basically I want to do what the "Safely Remove Hardware" icon does in the system tray when a device is connected. I have the system tray setup and all other func ...

0
votes
1 answers

Changing Drive Icons in My Computer

I have written an application that detects when a removable storage device is mounted, and performs certain tasks that my situation requires. I work in a university computer lab situation and many user don't have the computer knowledge to ...

0
votes
1 answers

TextBox Text not changing

I'm getting very strange operation from an application I am developing. When the submit button is clicked on my form, I need to change the text of a text box to something of the sort "Please wait....connecting" and then attempt t ...

Feedback