Enable (permanent) DEP In Program?

Sep 27, 2011

I would like to enable (permanent) DEP in my program, does anyone know which line(s) of code I need to insert ?

View 8 Replies


ADVERTISEMENT

Add Refrence That Enable To Program Using MD5

Oct 23, 2009

how can i add the refrence that enable me to programe using MD5 so i can secure my data if any one has sample code or to show me how to use please let me know

View 7 Replies

Re-enable Program To Close?

Nov 15, 2009

I've stopped my program from closing using this code:

Private Const WM_QUERYENDSESSION As Integer = &H11
Private Const WM_ENDSESSION As Integer = &H16
Private _systemShutdown As Boolean = False

[Code]....

So I obviously dont want my users to close the program but I want to be able to close it myself , I know how to password protect it but all I need is a code for a button to enable the close button.

View 1 Replies

IDE :: Enable The Users Account To See And Run My Program?

May 24, 2011

I'm running Windows XP professional and have it set up for multiple users. There is 1 admin account with full privileges.There are also 3 limited user accounts.I built a small program with vb.net 2010 and installed it on xp.I installed programs using the admin account.The limited user accounts could not see the program which was installed by admin.What should I do to enable the users account to see and run my program?

View 5 Replies

Redirect Permanent In ASP.Net 4.0

Jan 27, 2012

Explaining what is Redirect Permanent in ASP.Net 4.0?

View 1 Replies

Enable / Disable Screen Saver Using Program?

Mar 6, 2009

How can i enable/disable screen saver by vb.net?i have found only samples to do this with vb6 with a api but in vb.net

View 1 Replies

Write A Program To Disable And Enable A Text Box?

Mar 15, 2012

How do you write a program to disable and enable a text box?

View 1 Replies

IDE :: Make Changes In Database Permanent?

Jul 24, 2009

What is the code in VB2008 so that when you open up a form for the first time, the system prompts you with a Dialog (windows style) that asks you where the database is located? How do you make changes in the database permanent? [code]I tried updating code but as soon as I exit, I go back to square one?

View 5 Replies

Put Permanent Cap Locks On A Form?

May 6, 2011

Put permanent Cap Locks on a Form?

View 18 Replies

Allow The User To Enable Or Disable A Textbox By Clicking Either A Button (enable) Or The Reverse?

Jun 19, 2009

I want to allow the user to enable or disable a textbox by clicking either a button (enable) or the reverse. (disable) if the user clicks the enable button the textbox should receive the focus.

View 4 Replies

Disable The Escape Key On Loading Program And Enable On Closing?

Jan 6, 2009

I need to disable the escape key on loading my program and enable on closing.Although I have searched vb 2008 books and forums I cant find any reference.

View 9 Replies

Add Permanent User Control To Toolbox?

Apr 13, 2009

I know how to get a user control into the toolbox, but is there a way to get it to be part of vb.NET's startup as a permanent control? In other words, if I start vb.NET and begin a new project, it would be nice that the custom control is already available without having to load its dll each time I start a new project.

View 3 Replies

Add Permanent Value To Label Using Textbox And Button?

Jan 30, 2012

I have a label, a button and a textbox.I want to add to the label the value of the textbox label.text = button but permanent so when I close and reopen the application the value still be in the label.For example I open the App and add a value in the textbox like 123 and hit the button, now the label = 123.

Close and reopen the App and Label still = 123 .

Note: The value is a secrete key (label visible = false) so I cannot place the value in a txt or xml.

View 2 Replies

Make A Quiz Result Permanent?

Mar 31, 2009

The Quiz is timed. Its result is in "m:s" format. How to make this result permanent, i.e. when the game is restarted the results would still be there?[cod]e...

View 5 Replies

Tab Control - Temporary And Permanent Addresses

Apr 15, 2010

Window Application in vb : I have a tab control (Tab 1 for temporary address & Tab 2 permanent address) and a checkbox. After entering the Temporary address. User will switch to Tab 2 (Permanent address Tab) there if both Temporary & Permanent Addresses are same then simply he can click Checkbox. As soon as the Checkbox is clicked I want the texboxes available in Tab 2 to be filled with data available in the corresponding textboxes in Tab 1. And should be visible to the user.

View 10 Replies

Upgrade Form To Make Changes Permanent

Mar 30, 2011

I have a product upgrade system that is somewhat primitive, but will work for my needs. Basically, it consist of a form with 2 labels, 1 textbox, and a button.The first step is to purchase an upgrade key in which the user will purchase through a source such as paypal. Basically, in my example the key for testing is "upgrade". After that, the form does some changes and forces the user to type the generated GUID and shows a msgbox saying that the update is saved. What I want to happen is allow such and such elements to be permanently visible for the user after they update successfully and that the update remembers that the user has upgraded.Summarizing, I basically want to make it where once the whole upgrade process is complete, the user can permanently show the extra upgraded features and that the upgrade is remembered.[code]

View 4 Replies

Upgrade Form To Make Changes Permanent?

Feb 17, 2009

I have a product upgrade system that is somewhat primitive, but will work for my needs.asically, it consist of a form with 2 labels, 1 textbox, and a button.The first step is to purchase an upgrade key in which the user will purchase through a source such as paypal.Basically, in my example the key for testing is "upgrade". After that, the form does some changes and forces the user to type the generated GUID and shows a msgbox saying that the update is saved. What I want to happen is allow such and such elements to be permanently visible for the user after they update successfully and that the update remembers that the user has upgraded.

View 1 Replies

Which Written In The Key Press Events To Enable To Connect Barecode To Program?

Nov 16, 2010

i need the codes which written in the key press events to enable me to connect barecode to my program

View 6 Replies

Store Permanent Variable In Windows Application?

Jan 11, 2010

I'm making a windows form application using vb.net and have an options page where I need to allow users to enter a few settings, these need to be stored somewhere on the machine so that they can be found again if the program closes

View 4 Replies

Pos Explorer - Open, Claim And Enable During Program Startup Then Use The Device On Certain Forms?

Apr 20, 2012

When using POS explorer, everytime I claim my receipt printer it takes a few seconds. My question is how can i claim the device at program startup then share the device between forms? Meaning I want to open, claim and enable during program startup then use the device on certain forms.

View 2 Replies

Assign Value To A Variable In An Application At Runtime Through A Text File And Then Set That Value To Permanent?

Mar 13, 2012

sir, i have no idea how the code will look, but i want it to assign a value after reading from a text file and then store it for further use even if the text file is not there, but without using any external storage like registry, disk, ram. It should store the value in itself and do like this:-

dim variable1, variable2 as string
if file.exists("text.txt")
read the text

[code].....

View 2 Replies

Enable IE Add-ons For Webbrowser

Mar 11, 2011

I was wondering if it is possible to allow the add-ons that were developed for IE to work with webbrowser control.

I am working on a browser that uses the webbrowser control. I need to add certain features like ad-block to it. I noticed that these features are available as add-ons already for IE. Since webbrowser control is IE-based, I was wondering if it was possible to enable the webbrowser control to access these add-ons?

View 5 Replies

Enable Or Disable LAN?

May 16, 2010

The script is used to enable or disable LAN. I would like to run it from a VB application by integrating it.

View 2 Replies

Enable Registry In An App?

Mar 30, 2009

I have been working on my application for quite a long time, and now that I get to the closing stages I have hit a wall that I cannot quite get over (or work out how to get over ). My problem is that my application needs to be able to; edit registry keys, create them, and eventually delete them. Thats fine I have the code for it. The problem occurs because my app does not have the required security settings. I have been looking at this and came up with an idea

In the my project tab there is a tab called settings and I have enabled custom security with everything ticked but the problem is, is that my application still does not have the required permissions to edit the registry . So my question is... How Can you enable a program to edit the registry?

View 7 Replies

Enable/disable Nic In XP?

Apr 29, 2010

I am writing a small network configuration utility that allows the user to setup proxies and configure their Nic for static/Dhcp etc.My problem is this: I need to force the card to refresh its TCP/IP settings from the system. In Vista and above the Win32_NetworkAdapter enable/disable methods achieve what i want nicely but XP and all win5 systems do not support this.

View 4 Replies

How To Enable Ctrl + S

Mar 12, 2010

I am creating a notepad-like application and I want to enable when the user press Ctrl + S that it will save.I already have the code to make it save through a menu option, but I don't understand how to enable it via Ctrl + S. Can someone guide me in the right direction

View 3 Replies

How To Enable Tab Key In A Richtextbox

Jul 23, 2011

I am crating a text editor, I have a richtextbox named RTB. I want to enable the tab key inside the my RTB. Like in the MS word, when I presses the tab key, the cursor move to five spaces.the problem withe that is that when i presses tab tab key in my program, the focus is going to other controls

View 2 Replies

How To Enable The Grid

Nov 11, 2010

Is it possible to enable the design grid in vb.net?

View 3 Replies

How To Enable TLS On FTP Upload

Jan 11, 2011

I've created a software where i can upload screenshots instantly from my screen and up to my FTP Server. After a server-maintenance, the FTPserver now require you to have TLS enabled. Is this possible in vb.net? If then, how?

View 1 Replies

VS 2005 Enable DEP?

Nov 6, 2009

I'm attempting to enable DEP on Windows Server 2003 systems remotely using WMI.

View 1 Replies







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