Disable Auto Mount Using Mountvol On Windows XP?

Nov 4, 2009

How you execute the disable function of automount through mountvol in windows XP? The mountvol for XP is different from windows 7 where win7 has the mountvol /n. how to do that?

View 1 Replies


ADVERTISEMENT

Any Way To Disable Auto-Indenting?

Feb 9, 2010

I'm a VB.Net newbie and have a question about how to disable this annoying auto-indenting in VB.Net Express 2008:
'POST
If PostData.Length > 0 Then
'GET
Else
Dim Response As HttpWebResponse = Request.GetResponse()
Can the IDE be told to ignore this type of line and leave it as is so I can have "'GET" aligned with the Else block?

View 8 Replies

IDE :: How To Disable Auto-save

Dec 28, 2009

when i choose this option (dont save any changes)in VB 2008 a msg error appear when press run or F5 and the msg is : Form1.vb cannt be modified at this time ?

View 3 Replies

Mount Usb From Pc In Lan

Feb 25, 2010

i would like to write a program in VB (VB6 or VB 2005) that allows users to use usb key connect to another pc.Can i create a virtual usb port that communicate with the physical port of the pc where the usb key are mounted?i have one pc where i've attached a usb key. I would like to share this unit with other pc in lan, but i don't want to share only the files stored in it, i would like to install a virtual usb that communicate with physical drive.

View 2 Replies

Disable Auto-refresh Of Web References?

Oct 22, 2009

I have a web reference listed on my windows form and I have it listed on my form.VB page "Imports ......" with my intellisense turned on. Everytime I start to type something my visual studio would stop working as I am guessing it is trying to refresh the list with all the commands from the web service I added which takes a couple of minutes. How do I set it so that it will not refresh the web reference? I want to be able to do it manually only, I want my intellisense to stay as it has all the commands I needed in there.

View 2 Replies

Disable DatagridView Auto Row Addition

Apr 27, 2012

I am using DataGirdView in my project.I have some queries listed below.

1. I want to add Rowheader' name like

Column 1||Column2
Row1
Row2

2. I want to fix the number of Row like just 2 Rows . And if I edit in datagrid or press enter after editing ,the automatic addition of the next row must be blocked.

View 1 Replies

Disable Radiobutton Auto-select?

May 14, 2009

I need to avoid that any of a set of radiobutton autoselects at form load. Is possible?

View 5 Replies

Wazy To Disable Auto-Updating Code

Feb 26, 2012

I wonder if it's possible to prevent Visual Studio (2010) from automatically updating code when I change control names? [code]...

View 8 Replies

Imapi - Mount An ISO Through Code

Jul 6, 2011

I am looking for an API or something with the .NET Framework that would allow me to mount an ISO through code. Do you know of an API or any managed code that would allow me to mount an ISO?

View 1 Replies

IDE :: VS2010: Enable Or Disable Auto-Implemented Properties?

Nov 10, 2011

I have somehow managed to disable auto-implemented properties in my VS2010 IDE how to turn it back on. Almost every article on the internet loves to explain auto-implemented properties but doesnt give you the crucial option of how to turn it on or off.

View 2 Replies

Mount A File As Virtual Drive?

Nov 11, 2009

I'm trying to make a program that can mount a file associated with the program as a virtual drive such as PGP does. Encryption isn't necessary to the program, but if it is needed to mount the file as a virtual drive then so be it.

View 1 Replies

Disable Auto-generated Event When Double Click A Control?

Apr 26, 2012

As mentioned in the subject. I found this default setting in VB 2010 rather annoying. For example:I have created an combox box and i have created an event as below as well

Private Sub cmbBuildingID_TextChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles cmbBuildingID.TextChanged
listUnitStatus()

[code].....

View 2 Replies

Disable Auto-click Continue On All 'Unhandled Exception' Error Messages?

Jun 20, 2012

SoftwareVersion: Visual Basic 2010 Forms and Applications...Application shows unhandled exception error message..How do you disable, or auto-click continue on all "Unhandled Exception" error messages?

View 8 Replies

Windows Api - Disable Taskbar And Some Windows 7 Api Calls

Jul 19, 2010

Like disable taskbar and some windows 7 api calls. Any cool windows api calls?

View 4 Replies

Want To Disable Windows Key?

Mar 11, 2010

My problem is that when i am using a form with maximize property who covers all the screen including start menu and status bar but whenever windows key is pressed start menu and status bar showed. so tell me how can i disable left and right windows key of keyboard.

[Code]...

View 1 Replies

Disable Alt Tab, Alt F4 And Windows In Vb2010?

Feb 23, 2012

disable the alt tab alt f4 and windoww?

View 3 Replies

Disable Pop Windows In The Web Browser?

May 29, 2011

I have an app that navigates to a web site and upon the site loading I get this pop up message

I'm trying to disable this and I'm currently using a web browser.

View 2 Replies

Disable The Left And Right Windows Key?

Apr 15, 2012

How can i Disable the Left and right Windows key in vb.net??.. my program is on fullscreen and i dont want to interrupt my users with the startup menu when they accedentaly pressed the windows key while they are using my program..

View 1 Replies

Disable Windows Startmenu Using .net?

Jul 22, 2010

I am trying to disable windows start menu key and Control+Esc and Alt-Tab for a Quiz project.Where user cannot press Startmenu.I was successful in disabling Ctrl+Alt+Del and Ctrl+Shift+Esc.OS is XP.

View 2 Replies

Disable Windows, Ctrl, Alt, Del Key

Jun 10, 2008

This semester I have task to build an internet kiosk software. But, I face difficulty to start it. I don't know how to disable and enable windows key, ctrl+alt+del key, and the alt+tab key. Is there anyone know how to do that??? I'm using vb.net 2008.

View 14 Replies

Disable Atl+tab Keys In Windows Form?

Mar 26, 2009

I have been searching everywhere for code that will disable the Alt + Tab key press,
I am making a Lock PC program as a little project but I cannot find any way of disabling them.

I am using vb.net (Visual Basic 2008 Express)

View 2 Replies

Disable Ctrl-Alt-Del In Windows 7 Programmatically?

Jun 20, 2011

How to disable Ctrl-Alt-Del in Windows 7 when the application loads? I'm looking for an example that disables Ctrl+Alt+Del when the app starts, and enables the combination again once it finishes.I found an example that disables the combination on Windows XP, however it doesn't seem to work on Windows 7. Why? Is it not allowed on Windows 7 to disable Ctrl-Alt-Del?Also, I'd like to know how to run an application as admin on Windows 7?

View 3 Replies

Disable Visual Styles In Windows 7?

Feb 11, 2011

I need to make a program that can disable visual styles in windows 7.I also need to know how to enable it again.

View 8 Replies

Disable Windows Aero Theme?

Jun 7, 2011

Disable aero in visual basic HowTo: How to programatically disable the Windows Aero theme for standalone ArcGIS applications

C# - Enable / Disable DWM Composition (Aero)

Any of you whiz bang kids know how to accomplish this with VB6? (I realize this is not a VB6 forum but just curious if any of you VB.NET programmers know how to translate this into VB6 Basically, this code ported to VB6

[DllImport("dwmapi.dll", PreserveSig = false)]
public static extern int DwmEnableComposition(bool fEnable);
static void Main(string[] args)

[code]....

View 3 Replies

How To Disable All Combination Keys Of Windows

Jan 11, 2010

How to disable all combination key of windows, I managed to disable taskmanager and altf4, however failed to find disable all windows keys, alt esc. alt space and etc. I don't have any API background.

View 9 Replies

.net - Disable And Enable Screen Saver In Windows 7?

Jan 18, 2010

I have an application than disables the screen saver temporarily in order to run a slide show. I use this to turn it on or off:

i = SystemParametersInfo(SPI_SETSCREENSAVEACTIVE, active, Nothing, SPIF_SENDWININICHANGE)

This works fine in XP. In Windows 7, it disables the screen saver properly. However, when it is enabled again, at the normal time for the screen saver to come on, the system asks for a password instead of showing the screen saver.From this time on until the screen saver settings are adjusted in the control panel, the password screen is displayed in place of the screen saver.Is there something else I should be doing for Windows 7? I understand that SPI_GETSCREENSAVEACTIVE is not supported in Windows 7, but SPI_SETSCREENSAVEACTIVE is supposed to be.

View 2 Replies

.net - Disable The Start Menu In Windows Mobile 6.1?

Sep 20, 2010

how can I disable the start menu! Or completely shut down the entire "explorer" in Windows Windows Mobile 6.1, so that users can not go out of my program.I have try [URL], but then Windows Mobile 6.1 hang.

View 2 Replies

Disable A Key From All Windows And Applications While The Program Is Loaded?

Apr 15, 2009

what the code would be to have a low level keyboard hook to disable a key from all windows and applications while the program is loaded? in this case the key is

Quote:

But only wile a radio button is selected called rb1 anyone got an idea of what the code would be ?

also it would also be good if when a seccond radio button is selected called rb2 that the key gets replaced with the key / text in textbox1 however just the 1st bit would do nicely for me

View 7 Replies

Disable Date-Time Windows From Code ?

Dec 22, 2009

How do i disable date - time properties in Windows 2000 or XP from vb.net code?

View 1 Replies

Disable The Close Button In Windows Form?

Dec 12, 2008

I am facing one issue in my VB.net application. In my application I want to disable the close button in all my windows. I am doing this by following code. But the real issue is while I am minimized and maximized the window the close button is getting enabled to the end user. How to permanently disable the Close window.

Public Class CloseButton
Private Declare Function
GetSystemMenu Lib "user32" (ByVal hwnd As Integer, ByVal revert As
Integer) As Integer

[Code].....

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved