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


ADVERTISEMENT

Add Refrence While Running?

Dec 15, 2009

I have many dll-files on my pc made by me. They have a Public ReadOnly name As String = "Name Name" returning who the owner of the dll is. I don't want to close the application just to change the dll to check.

I use Dim Library As New Library.Class1 txtName.Text = Library.name to get the name to the textbox txtName. How can I make it possible to write the path to a dll I want to check, so i don't need to change the code all the time?

View 1 Replies

Adding A Missing Refrence To SMO?

Mar 12, 2010

I cant find the reference for Microsoft.SqlServer.Smo Where can I find this missing reference for VS2010 Pre release candidiate

View 10 Replies

How To Refrence A Instance Of A Class

May 10, 2009

Lets Say you have a Class

Public Class ExampleClass
Private _Name As String = "Unnamed"
Private _Value As Object = Nothing

[code].....

View 1 Replies

.net - A Null Refrence Exception While Working With Properties

Feb 15, 2011

Code will run from frmFacility and will shift into UserControl:

Public Class frmFacility
Private primaryBaseDay As Date
Private isClassPrimaryView As Boolean = False

[Code].....

At the line If facilityForm.IsOnPrimaryView Then, I get a NullReferenceException. Do you know the reason?

Also, I cannot create a new instance of the facilityForm, since I need to work with its singleton, although when I add a new instance of frmFacility, the IsOnPrimaryMode is set to false while it should be set to true in the gotoday sub from frmFacility.

View 3 Replies

How To Add A Refrence ( Specialy ) From The Root Folder Of My Application

Apr 24, 2010

Ex. The user of my applications extracts the app on his desktop or anywhere well i do not know how to add the refrence from the code? like :

AddRefnrece(Application.StartupPath & "data.dll") or what ?

Other Useful info :

I am using Visual Studio 2008/Visual Basic 2008

View 6 Replies

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

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

Set Up A High Scores System But A Null Refrence Exception?

Apr 13, 2009

I am in a VB.NET class and I am currently modifing a game. I am trying to set up a High Scores system but a Null Refrence Exception error is making me angry.I am trying to reference a class called GameState which contains the Subroutines and variables to use the high scores. Below is the code for a form that is used to show the current high scores in two listboxes.

[Code]...

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

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

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

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

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

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

Way To Enable Cookies

Sep 26, 2011

[code]...

and When i check thorugh fiddler i got this error

"Your cookies seem to be disabled. Setting preferences will not work until you enable cookies in your browser."

View 2 Replies

Automatically Disable And Enable The Usb?

Aug 18, 2009

i have to make a program that could automatically disable and enable the usb..

View 2 Replies

Button Disable And Enable?

Jan 23, 2012

I have a vb.net based windows application, where when "GO" button is clicked a bunch of data is loaded into DB. So in my application as soon as "GO" button is clicked I want to just disable it and would like to enable it back when the uploading has completed.Now in my specific method for btnGo_Click() I have:

btnGo.Enabled = False
as first line and
btnGo.Enabled = True

[code]....

View 4 Replies

Can't Enable Net.tcp Port Sharing

Jul 13, 2011

I'm doing my dev work on a Window 7 x64 machine, deploying to a Windows 2008 x32 server. At the moment I'm adding WCF services to some internal apps so that we can build smaller clients using net.tcp bindings that report to the user what the server is doing without running multiple instances of the server. To cut back on how much administration the apps will require, I tried enabling port sharing on my first server app. I'm using the app to self-host the WCF service so they can be easily moved from one server to another if necessary. Here's the code starting the server:

Dim _service_host As ServiceHost
Dim active_server_address As Uri = New UriBuilder("net.tcp", "localhost", CInt(My.Settings.ServerPort)).Uri

[Code].....

I get the following error when I put a breakpoint at the last line: Unable to automatically step into the server. Connecting to the server machine 'nettcpportsharing' failed. The requested name is valid, but no data of the requested type was found. The Try...Catch block housing that code says the exception type is AddressAlreadyInUseException...but when I run netstat I don't see anything else listening on that address. There's no occurrence of 'nettcpportsharing' anywhere in my solution. I've checked to make sure that the Net.Tcp Port Sharing service is started.

View 1 Replies

Disable / Enable USB Port?

Mar 14, 2011

how to enable or disable USB port of a system with windows-07 or XP

View 3 Replies







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