Find The File That Keeps Computer Passwords Such Browsers IE?

Sep 28, 2010

How can I find the file that keeps my computer passwords such browsers IE? I want to reformat and have a lot of saved passwords sites

View 3 Replies


ADVERTISEMENT

Get All The Computer User Names And Passwords To Show In A Text Box?

Jan 12, 2009

get all the computer user names and passwords to show in a text box? (in VB 2008)

View 6 Replies

.net - Find Which Section Of A Website Is Not Compatible With New Browsers?

Jul 2, 2009

I have been tasked to fix a really old website (.net aspx vb). The website currently is not running well in IE8, Firefox, Chrome. The menus are displaying funny and some images are not correct, and in Chrome the complete header with menus and all is missing.

I am not a vb guy, and I have no idea where to start looking.

What will be the most common section that a website will start failing in new browsers?

View 5 Replies

VS 2010 - System.UnauthorizedAccessException - Find A File On Computer And Return Path

Jun 12, 2010

I'm running windows 7 64 bit and using VS 2010. I'm trying to use the filesystem.getfiles to find a file on the computer and return the path for it. However, when I search C:/ and its subdirectories, it always throws an error: "A first chance exception of type 'System.UnauthorizedAccessException' occurred in mscorlib.dll"

I've looked everyone online and can't find a solution. I have administrator privileges and really I dont want people who use my app to have to adjust security settings for this to work. Is there not a way to search the C drive for a specific file and return its path? [Code]

View 1 Replies

Make File Browsers Using Treeview Control?

Aug 1, 2011

how to make file browsers using treeview control in vb.net

View 1 Replies

Where To Save Data Such As Passwords And File Paths

Jan 13, 2010

First of all, using VB 2008.I'm writing my first VB program that will actually do anything, so I am about as noob as noob can get. I'll try to keep my question as simple as possible.

My program will have a password protected screen, but rather than "hard-coding" a password into the program, I'd like to give the user the option of changing the password to whatever he'd like. Obviously, without hardcoding the password into the program, this value would need to be stored somewhere outside the program in order for it to be available the next time the program is executed.

I know that the Windows registry is a place to save data like that, but are there other places (certain types of files, etc.) where this data is typically stored? I'm writing this program for work, and I'm not sure that my IT department will look favorably upon me messing around with the registry.

View 6 Replies

Copy A File From A Local Computer To A Remote Computer On The Network?

Dec 19, 2006

I need to copy a file from a local computer to a remote computer on the network, if i try to use File.Copy without logon i get the following error:"Logon failure: unknown user name or bad password."How do I provide user name and password for file copy?

View 2 Replies

.net - How To Find Out How Much Ram A Computer Has In .net

Jul 24, 2011

How would you work out the amount of ram that is in the computer

View 1 Replies

Any Another Way To Find Computer Name

Mar 29, 2012

To get the computer name I wrote something like below:[code]This code works on the server machine but on the client machine its not working.Is there any another way to find the computer name.

View 3 Replies

Find Out Computer / Server Name?

Jun 22, 2010

How to findout computer / server name with vb.net codes. I want to use it in connection string

[Code]...

View 1 Replies

Execute Exe File Locates In Computer B From Computer A?

Nov 4, 2010

I have exe file that lunch a program takes 5 inputs. this exe locates in computer B and I need to execute it from computer A using VB.net customized application that pass the inputs through it.

View 3 Replies

Find Out Port From Switch Of Computer

May 26, 2010

ok i got a hard question I have diferent computers, lets say 200 cps with all known mac address. i got 3 switches with 24 ports each. i want to know if i can be able to know the port No. and switch of a given computer given the mac address... some computer arent in the domain. how could i start puttin this into code

View 1 Replies

Find SQL Server Instance On Other Computer On LAN?

Aug 8, 2011

I have the following function to find a SQL Server instance. It works fine on local computer. Would you please tell me how to use this function to check an instance on other computer on a Local Area Network? I am using VS 2008 (.NET Framework 3.5) and SQL Server Express 2005.

Private Function MyInstanceFound(ByVal MyInstanceName As String) As Boolean
Dim InstanceFound As Boolean = False
Dim MC As ManagedComputer = New ManagedComputer()

[code].....

View 1 Replies

Find-out Computer / Server Name With .net Codes?

Dec 29, 2009

How to findout computer / server name with vb.net codes.I want to use it in connection string

con = New Data.SqlClient.SqlConnection("Data Source=noor;" & _
"Initial Catalog=accounts;Integrated Security=True")

View 3 Replies

Find Next Computer In Active Directory By Pre/subfix?

Aug 1, 2008

I am trying to get the next available computer name based on a pre/sub fix e.g. "PC0001", atm I have a working solution from sql asset database.Anyone got an idea on how to convert the following from sql query to directorysearcher.filter?"Select TOP 1 Computername from computers where Computername LIKE '" & computerNamePrefix & "%' AND ISNUMERIC(right(ComputerName,4)) = 1 ORDER BY Computername DESC"At the moment I got the following

mySearcher.Filter = "(cn=*pc*)" mySearcher.Sort = New SortOption("Name", SortDirection.Descending)

View 2 Replies

Find Out What Port Of What Switch Its The Remote Computer

Jun 22, 2010

I have different computers, lets say 200 cps with all known mac address. i got 3 switches with 24 ports each. i want to know if i can be able to know the port No. and switch of a given computer given the mac address. some computer aren't in the domain. how could i start putting this into code.

View 1 Replies

Find The Operating System Of The Device (if It's A Computer)?

Jan 26, 2012

I am building a simple network browser that pings a specified range of IP addresses, and if a response is discovered, it gets the host name and MAC address of the device it pinged.My first question is how can I find the operating system of the device (if it's a computer)?My second question is, for devices that aren't computers e.g. a wireless printer or router, is there a way I can find out what type of device it is?

View 1 Replies

VB2010 Can't Find Images After Publish And Put On Another Computer

Apr 30, 2010

I created a hangman game and It works well when I debug, but when I publish and place it on my son computer, when you guess a letter wrong it shows an error and says it can't find the images. I just it is something that I'm doing wrong but I don't know what. Some of the thing that I have tried is including the images in resources. I believe that it has something to do with the startup path, the path that the images are looking for does not exist. The installer installs the program in the programs file

Private Sub ShowPicture()
Dim strImagePath As String
strImagePath = Application.StartupPath & "imagesfig" & intNumWrongTries + 1 & ".gif"

[Code]....

View 1 Replies

VS 2005 Find Default Gateway Of Computer?

Aug 28, 2009

I am writing a quick program to display the network information of a computer without having to run ipconfig or enter the TCP/IP settings on the network adapaters.I have managed to pull the computer name, local IP address and the external IP address, but I now need to get the default gateway, the subnet mask and the DNS resolvers.I have tried using the registry, but the key differs from computer to computer, so that method has been ruled out.

View 8 Replies

Find The Fingerprint Or Digital ID Of Individual Parts Of A Computer?

Jun 2, 2012

using vb 2010 to find the fingerprint or digital ID of individual parts of a computer, specifically the motherboard? I have no idea where to begin and everything I can find on the net is written for C#.

View 2 Replies

VS 2008 Find Out What Port Of What Switch Its The Remote Computer?

May 25, 2010

ok i got a hard question I have diferent computers, lets say 200 cps with all known mac address.

i got 3 switches with 24 ports each. i want to know if i can be able to know the port No. and switch of a given computer given the mac address.some computer arent in the domain.

how could i start puttin this into code

View 9 Replies

C# - When Deploying .NET Applications - Find Out What Zone A Share Is In Relative To The Computer Running The Application?

Jun 8, 2011

Using any version of .NET how do you find out which zone a particular share is classified under. I am having a problem identifying if a share where my referenced dlls reside is in the "intranet zone" or "internet" zone relative to some user machine that is running my .NET application. I suspect this is a problem because I am having a problem accessing referenced dlls from a share on some machines but not others. How can I tell which zone .NET is classifying that share in so I can adjust permissions accordingly?

View 1 Replies

VS 2008 Find Xml File And Display The Find Result?

Oct 24, 2010

how to search xml file and display the result in list box.then export a xml file to excel in the search result

View 4 Replies

Play A WAV File While The Computer Is Reading Aloud A Text File?

Nov 20, 2010

How do I play a WAV file while the computer is reading aloud a text file? It uses Text to Speech synthesis and I need a laughter wav to play when the computer comes across something funny in the line.

View 2 Replies

Possible To Add Reference To Other Browsers?

Feb 24, 2010

The web browser in vb.net is using IE or maybe its not even a web browser. Maybe its the primitive browser in windows that came before IE. Is it possible to change the browser that is used by the vb.net web browser (dragged from the toolbox)? Maybe through the add reference?

View 2 Replies

Track All Url's That Browsers Are Going To?

Oct 1, 2010

Is there a way to track all url's that browsers are going to?

View 3 Replies

How To Store Passwords

Oct 20, 2009

I know its a very basic problem but what is the best way to store passwords and usernames in visual basic 2008? I need to be able to add them whist in runtime and I also need to be able to obviosly get the program to check wether inputted username and passwords are correct.I am VERY new to programming so please explain your answeres in dummy language

View 8 Replies

Looping And Passwords In VB?

Jun 12, 2012

I'm trying to write a program right now for my computer science class for a program where you insert text into a text box, (the text being a password), and then click a submit button. The goal of the assignment is to have a program that looks at the user given password and see if it matches the const password (or one of the three const passwords in my case). If it doesn't, it is supposed to loop back so you can re-input the password. Also, If you enter the correct password, the loop ends and you are to get a msgbox (or, in my case three different ones), and then the application closes. We are to write the code so that if the password is wrong "x" (insert 3 as the number I have chosen), a MsgBox will pop up with a message saying
something along the lines of "you have gotten the password wrong to many times.", and then the application is supposed to close. I don't think I could rant on much more, I've done a good (or in my eyes terrible) job of summarizing the assignment.

[Code]...

My problem (aside from, I don't know, a problem with my code itself) is that when It reaches the loop, it goes through all the code again, but I'm unable to change the user given password, and so it just pops up the three failed password entry MsgBoxes (the code for which is temporarily removed), then the failed to many times MsgBox, OR one of the successful message boxes. What I'm wondering is if anyone can help me fix my code so that it functions as desired.

View 7 Replies

Access Mozilla And Other Browsers Using .net?

Oct 19, 2011

i use SHDocVw to access current internet explorer and list the open websites and it works !but how can i access other browsers like mozilla or safari or ... to get open websites ?

View 1 Replies

Asp.net - JavaScript / Dealing With Different Browsers?

Aug 23, 2011

my code works fine in JavaScript but doesn't work correctly in Firefox or safari and wondering why. What I'm doing is I have a loop going through each element and depending on the variable inside a text box just want to alert something. Like i said earlier this code works fine in IE. Here is the code below:

Here is an example of text box:

<asp:TextBox ID="txtMac" runat="server" req="yes" errMessage="Mac"/>
for (a = 0; a < theForm.elements.length; a++) {
if (theForm.elements[a].type == "text" && theForm.elements[a].req == "yes") {
alert("Made it here")
}
}

View 5 Replies







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