[2008] Programmatically Turn On/off The Backlight On Laptop?
Feb 10, 2009
1st. I want to programatically turn on/off the backlight on my laptop. I believe it can be done with the user32.dll, but I can't find the exact code.
2nd I want to programatically turn on/off my WiFi adaptor, just to interupt my internet connection for a few seconds.
View 4 Replies
ADVERTISEMENT
May 26, 2010
Im using the Windows Media Player OCX in a program runned on hundreds of computers (dedicated).I have found out that when video acceleration is turned on to "full", on some computers it will cause the video to fail to play correct, with green squares between movies and so on. Turn the acceleration to "None" and everything is fine. This program is runned on ~800 computers that will autoupdate my program. So I want to add to the startup to my program that it turns off the video acceleration.
how do I turn off video Acceleration Programatically?All computers are running XP and at least the second service pack.It would take me ages to manually logg in to all those computers and change that setting so thats why I want the program to be able to do it automagically for me.
View 2 Replies
May 16, 2010
Turn On/Off Windows Features programmatically in Vista using .Net Can I turn on/off Windows Features like Windows Fax and Scan programmatically using VB.Net? I want to enable Windows Fax and Scan feature thru unattended installation.
View 5 Replies
Feb 11, 2012
My current code: Server: Imports System.IO Imports System.Text Imports System.Threading
[Code]...
View 9 Replies
Apr 20, 2011
I have 1 computer (have usb camera) and 1 laptop ( have vb.net). How I can control that camera using wireless from my laptop to other computer using vb.net.
View 5 Replies
Feb 24, 2011
Is there a way to detect when a laptop is docked or undocked? I know how to get the "dock" status of a laptop using GetCurrentHwProfile. So is there some type of event raised when a laptop gets docked/undocked that we can catch? I did do something similar in the past for the detection of USB devices using a ManagementEventWatcher ...
View 2 Replies
May 12, 2011
I have a project I wrote a while ago and saved it on a flash drive. I now have a laptop and wish to save it, and use from the laptop. How do I do that ?
View 1 Replies
Feb 17, 2012
Right now I can add background music in my program by using this code
My.Computer.Audio.Play(My.Resources.Music_3, AudioPlayMode.Background)
I can also turn it off and change the music by using this code
My.Computer.Audio.Stop()
My.Computer.Audio.Play(My.Resources.Another_Music, AudioPlayMode.BackgroundLoop)
Is it possible to pause the music then if I resume the music it will just continue the flow? I mean if I pause the background music in 33 seconds and the music has 50 seconds and I resume it will just continue playing in 33,34,35 etc.. seconds?
View 2 Replies
Sep 1, 2009
I was wondering if their was a way to for me to turn off events and then turn them back on in my program or just queue them up until i am ready for them to be excuted. Kinda like how a OS turns on and off interupts. Is this one of those general programming no-nos?
View 1 Replies
Apr 14, 2011
i'm working on a game where when your character (in a picture box) collides with anthother charachter (also in a picturebox), the character disappears. i want the computer to generate characters as you play. I'm trying to figure out how the computer will know if the player character has collided with a computer generated character. as the computer generates characters it puts their names in a list box. what i'm not sure how to do is pull the names out of the list box and have the computer check the location property of the picture box with the name that corresponds.
View 3 Replies
Jan 26, 2010
I found many solutions in C++ however they seems fail to satisfy my requirement. I need code to turn off monitor when i'm away and if i want it to turn on, i must type specified key instead of any key press or mouse movement as usual.
View 5 Replies
Oct 13, 2009
Why is it so important to turn option strict on? I admit I am not a professional programmer, but I have written a great number of useful applications...I am fairly well (although self) educated in object oriented programming... I even write programs for my business...I always have felt that I am missing some background theory that is probably really important (I have a grad degree in math, no comp sci)...I have never turned on Option Strict for any project I have ever written, and I guess I just want to know, theoretically why is it important?
View 10 Replies
Feb 26, 2010
Im currently working on application where i need to monitor LPT printer port for traffic. Now i need to found the way how to monitor LPT prints and turn them to the file. Anyone can help me out please. I have try to search on google and also here but not success, only what i found was example in VC++ but i need it in VB.NET or at least in C#.[URL]
View 1 Replies
Oct 22, 2009
How would i make it so my application can turn/off the hidden folder option?
View 9 Replies
Jun 11, 2009
Im trying to capture the audio played on my laptop. so i have searched the internet and found a source code for doing exactly that. the problem i have is that my audio device is not listed in the dropdown box (see picture) but it does when its run on windows xp (im running windows 7 x64) the goal of this application would be to capture my friends radio stream and save the individual played mp3's to a loction on my hard drive.(yes i have permission) i have included the source code so perhaps some 1 could have a look at it. (source code)[URL]
View 2 Replies
May 12, 2009
Im really bored an I can't think of another program to make but im going to give it a shot. Im trying to make a program that can turn on caps lock when you push button 1(Yes I know theres already a caps lock button on the keyboard Lol) and turn on off caps lock with button2. Im am also trying to see everytime i push button 3 it will hold shift down for as long as o dont let go of the left mouse button but when I let go of the left mouse button it will let go of button 3 and shift will be off O.o. Is there a way to do this?
View 1 Replies
Jul 6, 2009
I have a small problem, When i Start Debugging my program a lot of windows popping up such as: Watch 1 - 4, Memory 1 - 4,Autos And Registers. What should I turn off to make them stop popping on debugging?
View 4 Replies
Oct 28, 2009
I am working on a little project for my phone creating some sort of remote to turn up/down my system volume via wifi. The phone will send data to a text field on the website lets say such as "vol up" and the vb app sitting on the computer will be constantly reading this text field for key words like "vol up", "vol down". when it see's a recognized command it reacts by turning the volume up and so on. And one more thing: Is it possible to have a vb app that uses http? E.g., sits on port 80 itself and can be accessed via local ip.
View 8 Replies
Aug 3, 2009
I Trying to make my own fast steam client but I wonder how I turn of the windows style so it looks like the real steam window
View 7 Replies
Dec 22, 2010
I wish to turn on the Single Instance Application choice in Visual Studio 2008 properties. To do so, I must choose "Enable Application Framework". When I do that, my ONLY choice is to choose a Startup Form, not a Startup object. This makes no sense to me. I have a tray application, and I check to see which form I should load, a logon form, or the main form. But since I am forced to choose a startup form, I MUST load the logon or main form to begin with. But I don't want to. I want startup code to determine which one to load first. So then I am playing with making the OTHER form invisible, even if the startup form, but that is a mess.
View 4 Replies
Sep 28, 2010
I have a laptop with windows 7 and I am trying to make a program for it. I want it to do is after a certain time of day when I close the lid of my laptop it will make it go to sleep. But at every other time of the day I want it to stay awake when I close the lid.
I have been looking all over the internet and i don't understand what people are saying.
If anyone can tell me a way of knowing when my laptops lid is closed in vb.net that would be fantastic.
View 14 Replies
Mar 2, 2010
I have made a VB.NET program on my laptop. It works just fine on the laptop. But when I install it on another computer it wont open (when I click on program it wont open form). I think I had this problem once before, but cant remember what I did to make it work. Its Win XP on the machine that wont open program and Win Vista on the one that it works on.
View 2 Replies
Jan 20, 2009
I have a laptop with Vista Ultimate and no Office Suite Installed. I have a Desktop with XP Pro SP2 with Office 07 installed. Beloiw is my code and I get an updateable error on comand.executenonquery.
Dim connection As New OleDbConnection("Provider=Microsoft.Jet.Oledb.4.0;Data Source=C:\agentinfo.mdb")
Dim sql As String = String.Empty
[code]......
View 2 Replies
Oct 25, 2011
I want to activate the built-in web camera on a laptop for my application using .NET
View 3 Replies
Feb 20, 2009
I'd like to build a radar connected to my laptop. I know there are computer programs that will allow me to do that, but as far as I know they require the radar to be operated via a built-in computer, but I want my laptop to act as its computer. How do I do this?
View 2 Replies
Dec 29, 2009
How can I change screen orientation on (XP) laptop by VB.NET Code?
View 4 Replies
Apr 27, 2012
In my VB.Net project with framework 2.0, i need to get the current buttery life of laptop or notebook by coding.
It is possible to get the current battery status information?
View 2 Replies
May 19, 2011
I created an application in vb.net I have a user control having datagridview and some other controls. Grid rows is not fixed and so size is calculated dynamically so that grid do not have scroll bars . when I run my application on different desktops it works perfectly. But when I open the application on laptop for same resolution it shows the scroll bar. Do I need to write different code for laptop and desktop for user control size or any property which need to be set to check it. one more thing Grid is set dock and user control is also set as dock in a panel So I do not wrote about anchor property.
View 1 Replies
Jun 11, 2009
How to get the current power level of my laptop and if my charger is connected to my laptop. I want to make an application which tells me to put in the charger if my power level is under 40%, cause it has happened way to many times to me that my computer is shutting down when I etc. watch a movie or is programming. I'm using a HP DV9850EO.
View 4 Replies
Apr 18, 2007
In a batch file that logs a user in to a network from a laptop connecting by VPN, the command window displays both the user's login name and the password. Is there some way I can prevent the password from being displayed? How do you hide characters in a command window?
View 7 Replies