VS 2010 : Can Connect Directly To A Website
Apr 11, 2010I was wondering if there is a way that I can connect directly to for example FaceBook, without using the WebBrowser control?
View 16 RepliesI was wondering if there is a way that I can connect directly to for example FaceBook, without using the WebBrowser control?
View 16 Repliesit's just for a program registration. i would store all of the registration codes in the access database, then export it to XML, then upload it to my web host. I would then somehow connect it to my Visual Basics login form (Which I have already made). If this can't be done, having them register through the form and having all the allowed codes on the internet (So i can easily edit them)!
View 5 RepliesI have the following pages structure in my asp.net 3.5 website ...i want if anybody directly access any page of my site as [URL] then it will automatically redirected to [URL] How to do this using vb.net, asp.net
View 2 Replieswe need to add the texture image resources to the project. If you have not done so already, download the textures from [URL]I have not been able to link to any rkimble sites: Just wondering if it still exists / is in service?
View 1 Repliesi have an application, that just connect a website through a proxy server.So i need to find out the proxy server type.Like SOCKS5, HTTP and Is there any way to find it out?
View 1 RepliesI am trying to write an SSIS package that connect to an XML feed to download FX rates and import them into an SQL table.
i have the code below, but cannot figure out how to implement logging in through a proxy.[code]....
I need to download records from my Access database into a ClickOnce vb.net windows app at the same web site as the ClickOnce host. Is that possible? What would the path be if the site was [URL]
View 2 Replieshow can I connect to a access (*.mdb) file from a website and edit it?
View 1 Repliesi want to connect to mysql located on my website's server in visual basic.
View 1 RepliesI've got a vb (desktop) app (not a web app) that needs to connect to my website, I've been told that embedding my MySQL database credentials is a big mistake for several reasons.So, I've built a web script in PHP that runs on my server called web-service.php, it's located at www.example.com/web-service.php.Now, I'm trying to connect with this code:
Code:
Dim hwrRequest As HttpWebRequest = HttpWebRequest.Create("http://www.example.com/web-service.php")
hwrRequest.Method = "POST"
Using swWriter As New StreamWriter(hwrRequest.GetRequestStream) 'POST the info
[code]....
And when I do, I get the error "The remote server returned an error: {401} Unauthorised.", but I shouldn't need any credentials to access this. I'm just trying to POST a username and password to that page and have it query the database and then get the returned content, I'd prefer to use POST than GET so you can't see the user/pass in the URL (if possible).
EDIT: I used CPanel to password protect my website so it can't be accessed, after supplying my user & pass to access it, everything works.
I want to connect to an MySQL database on the website, I want to write and retrieve information from that database into a table on my program.
Can anybody link me to a tutorial on how to do this? Or give me some insight, I'm relatively new to Visual Basic (7 months) and I'm not exactly sure on how to do this.
Is there a way to make your webbrowser connect (or your computer ping) to a website via proxy server? (ex: 123.123.123.123 :: 12345)
Not a proxy like corpask, but an IP and port.
i must get a PDF it must be split into 3 parts
[Code]...
i can may do this in HTMl but i think its better to do it in PDF right away otherwise give me a link or help to make it into HTML and then to PDF if someone can help that will be awesome
I have a dll. Instead of referencing it, I would like to be able to import its functions directly into my application. Anyone have a code to get started?
View 7 Replieshow to Draw text directly to the screen - effectively overlapping anything underneath it - but have it out side a form area! I would really like to have no user interface at all if possible I know what I wanted after recently using FRAPs.
View 8 Replies[code]...
when the Internet it's ok,this code it's okay,too.but when the Internet it's not connect or the webside server it's so busy,it's going to error,it said "Webexpection it's not handle".what should I do?
what is the error in the bleow: 'Public Event OnFilterAdded()' is an event, and cannot be called directly. Use a 'RaiseEvent' statement to raise an event. Note: the error line is italic underline
Imports System
Imports System.Collections
Imports System.Configuration
[Code].....
I'm looking to have a program connect to a specific website, enter data, and then return something but without using the WebBrowser.For instance, I want it to:
Connect to a website
Login to the website
Return if it logged me in or some error
etc
I'm kindof new to VB so I'm not sure how to go about this Edit: I read up a little bit about using WebClient and I understand a small bit of it but not much
Imagine i hade a .txt here: site.com/file.txt And my program should download that text file when i click a button. How would i save it to the path of the program/ to c:/? Like: c:/File/file.txt
View 1 Repliesthere is a private server that i like, and if you vote for it, you get points. however the problem is, it wont let you vote again until another 12 hours. do you think its possible to make a program to trick the website into thinking its been 12 hours? possibly messing with the html or something?? changing your computer time or using proxies dont work.
View 2 Repliesi am trying to click the following link but its not working
<a class="defaultTableButton" id="ADRS_MENU" href="javascript:wsMenu_jumpUrl('../../address/adrsList.cgi',000)" style="text-decoration: none;">Address Book</a>
also
<img id="loginBtn" align="absmiddle" width="27" height="20" border="0" title="" alt="" src="/images/headerBtnLogOn.gif" name="loginBtn">
<span class
im trying to connect my vb login/register to my Database/Table on my website.
View 2 Replieson my form i have a button and five textboxes... when i click the button it takes me to a website. on this website is a list of five items. i want to take these five items and place them in the 5 textboxes. up to now what i have been doing is highlighting the first item in the list on the website, right clicking and using the copy feature, then going back to the vb form and pasting the first item in textbox1... then go back to the website and highlight item two... return to the form and paste in textbox2.. then the same procedure for the next three items
is there a way to highlight all five items from the website, right click, select copy and then paste the information into the 5 textboxes on the form... one in each of the textboxes provided without doing it one at a time
I am writing an app which gets information from a website. Basically I load the webpage into a webbrowser control and parse the document text for what I need.
My problem is: I have a German version of windows. The webpage returned has the German version of the webpage. I require the English version but there is no way of specifying the language in the URL, so it must be picking up the default language of my operating system. How can I override this, is there a property of the Webbrowser control which I can set?
I want to extract some information from a web site (Bloomberg). This side has a search textbox with a onKeyUp event that, as far as I can understand, uses AJAX to create a table. Is it possible to insert some text in the textbox and then get the table created with AJAX? Given the source code of the page with the tabled already AJAXed (If you understand what I want to say here), I can easily retrieve the table. I just need to get the source code with the table already on it.
View 7 RepliesI need to create a VB.net app that automatically reads a html table. It should connect to a web address (eg "[URL]") and read it. I'll be happy if I could just get the full HTML. I was able to use this code to get the HTML of a regular website:
Dim strReply As String = "NULL"
Dim objHttpRequest As HttpWebRequest
Dim objHttpResponse As HttpWebResponse
objHttpRequest = HttpWebRequest.Create("[URL]")
objHttpResponse = objHttpRequest.GetResponse
Dim objStrmReader As New StreamReader(objHttpResponse.GetResponseStream)
strReply = objStrmReader.ReadToEnd()
This code sample will give me the HTML for the website [URL]. However it will not work with the website I want (eg "[URL]"), because when you access it via regular browser it will popup a browser dialog asking for credentials (user / pass). So when I run the code above for it, I'll get the exception:
The remote server returned an error: (407) Proxy Authentication Required.
How do I set this up to use the credentials, before retrieving the HTML? This is actually my first web-related app.
In the combo box:Public Class Form1
Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged
End Sub
End Class
How can I have a box of text and each text word is linked to a website? Public Class Form1 Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBox1.SelectedIndexChanged
1a. Website Name
1b. Website Link
2a. Website Name
2b. Website Link
End Sub
End Class
Is there a way of doing this? I can do it in vb6, but after moving to 2010 everything is different and I am having to learn all over again,
I'm using Webclient for downloading file's information from website host.
[Code]...
if I had the full path of a .swf file on a website: eg [URL]
I'd have the webbrowser1 navigate to the address as shown before.
Then i'd like to webbrowser to download the file, in compatibility with a savefiledialog.
I have a website with different urls of differents domains but I need to harvest only the links of this domain [URL]
For example there is a list of urls like this:
[URL]
I want to harvest only all urls from the domain [URL]
This is the html code of every link :
<tr>
<td class="label">Paginas cristianas:</td>
<td>
[Code].....
I want to put all url into a listbox,