Enable (permanent) DEP In Program?
Sep 27, 2011I would like to enable (permanent) DEP in my program, does anyone know which line(s) of code I need to insert ?
View 8 RepliesI would like to enable (permanent) DEP in my program, does anyone know which line(s) of code I need to insert ?
View 8 Replieshow 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 RepliesI'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.
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 RepliesExplaining what is Redirect Permanent in ASP.Net 4.0?
View 1 RepliesHow 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 RepliesHow do you write a program to disable and enable a text box?
View 1 RepliesWhat 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 RepliesPut permanent Cap Locks on a Form?
View 18 RepliesI 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 RepliesI 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 RepliesI 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 RepliesI 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.
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 RepliesWindow 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 RepliesI 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 RepliesI 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 Repliesi need the codes which written in the key press events to enable me to connect barecode to my program
View 6 RepliesI'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 RepliesWhen 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 Repliessir, 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].....
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?
The script is used to enable or disable LAN. I would like to run it from a VB application by integrating it.
View 2 RepliesI 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?
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 RepliesI 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 RepliesI 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 RepliesIs it possible to enable the design grid in vb.net?
View 3 RepliesI'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 RepliesI'm attempting to enable DEP on Windows Server 2003 systems remotely using WMI.
View 1 Replies