Add Refrence That Enable To Program Using MD5
Oct 23, 2009how 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 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 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?
I cant find the reference for Microsoft.SqlServer.Smo Where can I find this missing reference for VS2010 Pre release candidiate
View 10 RepliesLets Say you have a Class
Public Class ExampleClass
Private _Name As String = "Unnamed"
Private _Value As Object = Nothing
[code].....
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.
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
I would like to enable (permanent) DEP in my program, does anyone know which line(s) of code I need to insert ?
View 8 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 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]...
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 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 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 need the codes which written in the key press events to enable me to connect barecode to my program
View 6 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 RepliesI 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[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."
i have to make a program that could automatically disable and enable the usb..
View 2 RepliesI 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]....
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.
how to enable or disable USB port of a system with windows-07 or XP
View 3 Replies