Access Websites Through Authentication From A Program?

Nov 17, 2009

I want to write a program, which if you provide username and password, will go thru the authentication of a specific website, and then jump to a specified section.

View 4 Replies


ADVERTISEMENT

Block Websites With Program?

Mar 14, 2011

I'm Trying to make a Program that Blocks / unblocks websites.[code]...

View 4 Replies

Program To Block Websites

Feb 6, 2011

i am making a program that you should be able to block websites with. and i want the program to block the websites that is inside a text file or something, so the user can change the website that should be blocked.

View 9 Replies

Forms :: Access Websites And Manipulate Data From Application

Nov 8, 2009

Basically I want to know how to access a particular website from my application. I have used System.Net Namespace to request HTML from a website, It returns a complete HTML code which is used by Browsers to render the content on the screen but what i want is to interact with the website only without the use of a browser. I currently dont know how to do that.

I have a application which displays a Image when a user enters a keyword, lets say user enters a word "Envelope", the application will go to Google Images and search for this keyword. Now google returns images as results, the application now needs to download the first result ( which is a image) and display it on a form ). Everything here is done without a browser but via my application.

View 2 Replies

Extract Data From Websites With Program?

Sep 4, 2009

I find no male in a forum the idea of extracting data from websites using java or php but the idea is to do with VB.NET

View 3 Replies

Make A Program That Will Log Into Various Websites In Firefox?

May 5, 2012

I need to make a program that will log into various websites in firefox. I have done this using the webbrowser control. But now I need to do it using Firefox. I have looked into HTTPWebRequests but with that it seems that you are just pretending to be a web browser. I actually need the page to load and log in in firefox. Considered just bundling a load of sendkeys in but that is very un-professional.

View 1 Replies

Get HTML Page Source For Websites In Program?

May 25, 2010

How can I get HTML page source for websites in VB.NET?

View 3 Replies

Make A Program That Blocks / Unblocks Websites?

Mar 14, 2011

i'm Trying to make a Program that Blocks / unblocks websites.With 2 buttons.one button with : ( block website ) and one with : ( unblock website )And one listbox, where i add the sites i want to block.if the site is blocked the color is "Red" if its not blocked the color is "green"?

View 11 Replies

Cannot Access Webpage With Authentication

Apr 9, 2010

I am trying to login to a webpage to parse data out of it etc. but the website I want to access requires authentication. I don't know how to do this with code. I have seen other threads that kind of tell you how to do this but those had the authentication boxes inside the actually the page on the web site I want to access it is in a pop up box so I can't see the source code for it.

View 8 Replies

Access Network Files Authentication?

Jul 16, 2009

I'm writing a program to examine logs of various servers on our network..they're not on our domain but i can map a drive to them by authenticating each time from my LP (which is on the domain)

my question is... how do i perform that same authentication with VB..

[Code]...

i'd like to either have a pop up box to auth as i would when i browse to the remote PC... OR be able to set it statically in the code (the servers all have the same admin login + password)

View 1 Replies

Digital Certificates For Authentication And Access?

Jun 11, 2009

I'm looking for guidence on using digital certificates to manage website user authenication and access. i am using a website that has this and what happens is this... the company issued me a personal certificate, that i installed on my local machine. When i connect to the website it checks my local cert store for a cert issued by them and if none is found, no entry, if multiple are found, then a box displays to allow you to pick which one to use.

View 1 Replies

Create A Program For Parental Control That Block Specific Websites?

Jun 12, 2011

I have used VB6 years ago. Few days ago I just got started again with VB 2010. So I'm newbie again, Almost forgot everything. I want to create a program for parental control that block specific websites.

What I exactly want to do is The code should check the titles of the open windows and see if it is blocked one. If it is, it will close the browser with a message showing it's blocked. For example If I put "yahoo" to check and someone opens yahoo.com it should be terminated.What I have done so far is, I made DOS batch file that will terminate all the browsers that are open and set that ready to run when the title matches blocked site name/address.But I am stuck at how I can check the titles of the window that are open.

[Code]...

View 3 Replies

Create A Program That Connects To Several Websites, Logins, Then Post Some Data?

Nov 29, 2009

I use Visual Basic.net to create a program that connects to several websites, logins, then post some data. I can't use the httpwebrequest, some java is required on those sites, so i use the webbrowser control.Now I created a form, some fields for input data and a submit button. The coding part is like this:

Code:
sub website1(vars)
'login here
'post some data

[code].....

The problem is that I can't control what happens after submit button is clicked. I need to pause or stop the process at any time. If I exit the program while processing, I can see that even if the window disappear, the program is still running!I tried to use a thread for this, but the subs only get called if I use begininvoke, or invoke on a starter thread.

View 1 Replies

VS 2008 Send E-mail Without Authentication For Servers Without Outgoing Authentication

Mar 28, 2011

as topic, i need to send an e-mail without outgoing authentication becouse server hasn't outgoing authentication.. how i can do this??

View 1 Replies

Conrolling Site Access Via Windows Authentication And Roles / Groups

May 30, 2012

I am trying to restrict access to an intranet site via Windows authentication. I would like to control access via active directory user groups, but my added AD groups don't appear to be recognised by .net. I started with the following test code in my app to determine if the group could be used...

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Me.Label1.Text = User.Identity.Name

[Code]...

The isuserinrole returns false and the group is not shown in getrolesforuser. However, getrolesforuser returns all of the built in windows groups as well as custom admin user groups created by our anti virus software (SOPHOS). This tells me that .net doesn't seem to have any issue with reading our active directory but I don't understand why my custom group is not being recognised.

View 1 Replies

Program To Access A Microsoft Access 2010 Database?

Sep 9, 2010

I coded a program to access a Microsoft Access 2010 database. The program is written using Microsoft Visual Studio 2010. I get the error message that the database I'm trying to access is in an invalid format. look at the code below to see what I missed. The error is in the datasource statement.

[Code]...

View 6 Replies

DB/Reporting :: Database - Access Denied To A Text File (since It's Stored In The Program Directory In The Program Files)

Sep 20, 2010

I have a program where a lot of the required information for it is stored in text files. I simply read this information into large arrays. However, I don't think it's necessary to load all the information each time. Rather, it would be more efficient if I could simply search through a list of items to find the one I need and then use the data from it, or to find a similar name and use it elsewhere.

Would I be right in using a database? And is database programming done in SQL? I have a book on it telling me to use the SQL Server (IIRC), so I shouldn't be doing it in the VB.NET Express GUI?

Here's an example of what I would do:

Hex = 03 00 => dex number 003
Search in file Pokemon Dex Numbers
003 returns Bulbasaur
Check Bulbasaur base stats in the base stats file
etc

So basically I'm reusing a lot of information. I think a database would be best and it would all be internal right? I'm getting complaints about access denied to a text file (since it's stored in the program directory in the program files).

So to cap up the few questions I have:

-Databases are done in SQL and not inside the GUI?
-Databases would load internally?
-I could search a database without having to load it into like an array or something?

View 2 Replies

ASP.NET - Interaction With Other Websites?

Jun 30, 2010

I was wondering if it is even possible to interact with other websites using my own.Here is the scenario: Lets say I have a Lockerz account, which is a place where you do daily tasks to earn points. Once a month you can redeem those points to get prizes such as an ipod, macbook, or other items. I know that sounds rediculous, but stay with me.

For someone to gain membership to this website they must be invited by a member. So I get your email address then log in to my account, then send you an invite from there.What I want to do is create a website where a user enters their email into a textbox and presses a submit button. From there the program, behind the scenes, sends my login information, and the users email address to lockerz and sends the invite. All without ever leaving my site.I have worked with ASP.NET with VB codebehind for a while now, so I understand the basics of that. I am just wondering if what i want to do is even possible.

View 2 Replies

Get A Websites Icon

Aug 4, 2010

have dragged out a "webbrowser from toolbox.

how to get a websites icon like msdn have this blue thingy.

View 1 Replies

Get A Websites IP Address?

Apr 11, 2010

I have a console application for getting a local IP address. I want to be able to get the application to get the IP addresses of websites aswell.

View 1 Replies

Get Websites Keywords?

May 19, 2009

Get web sites keywords

View 6 Replies

Reading Websites With .net?

Mar 8, 2010

I do quite a bit of copying and pasting into spreadsheets right now and then use the data with VB.net to update my databases. I have figured out how to read a website within VB.net using the following code:

[Code]...

The problem is that this reads all of the HTML tags as well. Ideally what I want to do is get rid of all of the unnecessary information such as ads and table headers, but want to preserve all of the data so that I can update my DBs with the click on a button. Is this possible? I have heard I may need to use Regular Expressions, but am confused how they'd work in my problem.

View 4 Replies

Uploading Pictures To Websites?

Jan 14, 2011

I just can't seem to figure out how to automatically upload a picture to myspace, facebook, any of the social sites in .NET. I always have to do it manually through my web browser control. There just isn't any code out there to help me with this process that I can find.Does anyone have an example of an automated picture upload to a social website?

View 1 Replies

.net Websites - Got A Masterpage File ?

Jun 8, 2011

I am posting this on behalf of a mate so repose from me might be delayed.

question:

Quote:

Never had to really touch a .NET website before and come accross a little problem and sifting through the massives of crap on google is proving tricky.

Got a masterpage file that contains this:

CODE:

View 4 Replies

Asp.net - Logging In Simultaneously In Two Websites?

Aug 17, 2011

I have two websites "WEBSITE 1" and "WEBSITE 2"...now i want that when someone logs in to "WEBSITE 1" he does not have to log in to "WEBSITE 2" and vice versa...ie when he/she logs in to any one of he websites and opens the other one simultaneously he/she does not have to login to the other one.For eg :- when you are logged in in gmail...you do not have to log in in youtube or orkut or google+

View 1 Replies

Blocking Websites With Browser

Sep 9, 2010

I wish to block websites in a browser, where the blocked websites are stored in my.settings.blockedwebs (which is a collections. specialized. stringcollection). I let the user input the blocked website into a textbox in form1, and the add website to the stringcollection button has the following code:[code]

View 15 Replies

Download The Data From Certain Websites?

Feb 20, 2012

I need to download certain sites, client informationit is a phone book that would be automatically taken to the download by clicking

View 2 Replies

Getting Viewed Websites From Registry?

Jan 8, 2009

I am looking to get a list of websiets viewed from the registry. I think the code below is fine but how do i populate a combobox with the typedurls it finds. I have tried myself but i still get blank in the combobox

Imports System
Imports Microsoft.Win32
Imports System.Windows.Forms

[Code]....

View 4 Replies

Put Together Some Code To Login To One Of Websites

Feb 23, 2009

I have put together some code to login to one of my websites [code] The problem is when i display the sites source code it still shows the source of the login page, rather than the page you goto once you login

View 2 Replies

Use VB Code To Autologin Various Websites?

Dec 23, 2008

Issue: Can't find a way to utilize process.start to enable automatic login to various websites.Program: A simple window form application with a desired module/form to store user passwords and websites and launch a login from the form (a very basic "password manager" and launch) Side-issue: Data storage (Not yet explored because of inability to solve main issue) , would like to use text file to store System.Security.SecureString data-type.

Narrative: I'm really new to all of this but not lazy or unwilling to do the work. Two and-half months of no less than 14 hours per day reading and applying myself to VB language and VS IDE. Been able to solve all my own problems thus far with help of Web or my $600 library investment, and have a working app that I've been able to deploy. However, neither of these assets seems to hold answer for this problem, and unlike others I've encountered, I can't find a work-around.

Potential Answers: It seems that answers may lie within an HTML/XML/JS/AJAX get/post route, but this is an entire new area of study/research that I hope to avoid if there is indeed an answer utilizing Process.Start. There also seems to be a potential to solve my problem using ASP.NET, or using System.Windows.Browser and HTMLElementCollection (for the last I've only found snippets of code that utilize My.Settings.UserName, & My.Settings.Password, and it is unclear to me if these settings reflect the login to user machine or to actual desired site).

My Hope: (which may be forlorn) is that there is a simple explanation on how to plug a value in to the last parameter of Process. Start ---"Domain". I'm assuming Domain is not what I would normally interpret to be the root of a website, but is instead particular to user machine. I've found no good examples, other than a hint of using System.Configuration.ConfigurationManager, and statements that old VBCode made access easy.

My Assumption: I'm thinking this is another area where my newbie status has made me a believer there's a solution within my grasp before I found the answer but after I made a commitment. VS2008 fooled me in a similar manner in three other areas thus far, the PrintDialog control duped me into thinking printing was an easy process, HelpProvider control had me totlally convinced that Help installation was a snap, and OneClick deceived me into believing deployment was oh so simple.

Process.Start may be another place I've been had, but if you speak pretty good newbie Anyway, here's the small bit of code I've been playing with but without luck (Win32 exception, parameters are incorrect:)

[Code]...

View 3 Replies







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