108 Topics

Member Avatar for
Member Avatar for renzlo

Hi All, I hope someone can help me. I have loaded a page in my webBrowser control, the page has a table, please see attached for screenshot and partial page source code. I want to load specific column of that table to datagridview, how can I do that? Thanks in …

Member Avatar for renzlo
0
133
Member Avatar for james1on1

OK so i will try again to explain the full url or request is [CODE]http://www.yonewmail.com?hellocarl[/CODE] but the ?hellocarl part is diffrent each time i need to be able to set this field with a text box entry [CODE]webBrowser1.Navigate(http://www.yonewmail.com,+ textbox1.text"_self", null, "Mozilla/5.0 (");[/CODE] can someone help me please

Member Avatar for thines01
0
137
Member Avatar for talhatanveer

Hello, I am trying to navigate through all the pages(links) in the following HTML code : <div class="ajax_paginator"> <ul> <li class="prev"><a href="#">«</a></li> <li class="p1 current"><a href="#">1</a></li> <li class="p2"><a href="#">2</a></li> <li class="p3"><a href="#">3</a></li> <li class="p4"><a href="#">4</a></li> <li><span>…</span></li> <li class="p944"><a href="#">944</a></li> <li class="next"><a href="#">»</a></li> </ul> </div> I am using Webbrowser control(C#) to …

Member Avatar for thines01
0
132
Member Avatar for SeniorAlexandro

Alright, I have a Webbrowser which has a page opened. I want it to select a specific Option from the Combobox. How can I do that in VB ? HTML Code: [CODE]<select name="Protected"> <option value="NC"></option> <option value="ON">ON (protected)</option> <option value="OFF">OFF (unprotected)</option> </select>[/CODE] VB Code: [CODE]For Each element As HtmlElement In …

Member Avatar for AndreRet
0
273
Member Avatar for lordkei

Could anyone help me, we're currently working on a webbrowser for thesis. We want to have the google chrome seetings in vb2010.

0
71
Member Avatar for daydie

Hello guys i'm getting a massive memory leak which over period of 1min its increase alot and always increases. How to i prevent the memory stacking? I looked all around the internet as im not just posting coz im lazy, i cant find a solution for my code. [CODE] Private …

Member Avatar for daydie
0
1K
Member Avatar for codedude

I have a Windows aplication where i want to click a link in a website automatically after an automatic login.Now i am done with automatic log in.but unable to click the link which is enclosed inside <a> tag eg: <a>to be clicked link</a> any help will be appriciated

Member Avatar for markjames2012
0
2K
Member Avatar for NCl

The title says it all; I want to make a simple, not all-over-the-place HTML code. I'm asking for help since I'm still in middle school. I understand a lot of code, but if you give me a from college class explanation, it's not going to help until I get to …

Member Avatar for thines01
0
295
Member Avatar for clipper_soul

i have the same problem of this post [url]http://www.daniweb.com/software-development/vbnet/threads/409118/1746088#post1746088[/url] i cant find the elements of this site that i need to my system. this is the only missing part to my system/project this is the site : someurl.com this is the portion that i want to grab [IMG]http://i1059.photobucket.com/albums/t432/doomhades666/sss12.png[/IMG] Thanks in …

Member Avatar for clipper_soul
0
416
Member Avatar for glut

Hi, how would I make the webbrowser control, so it doesn't even accept cookies? Thanks in advance, glut.

Member Avatar for glut
0
78
Member Avatar for vb2learn

Hello Once again i need help. I have a webbrowser So once webbrowser is completed then it should add the specified value in [TEX]<input type="file"> [/TEX] value in php. Eg: Webbrowser link is [url]http://tinypic.com/[/url] When webbrowser is completed then this [url]http://screensnapr.com/e/LCgzhP.png[/url] value will be our specified value. I tried using …

Member Avatar for sean7725
0
505
Member Avatar for AleWin

I can't do the autologin in a site. Normally in the html code there is an ID and then use "getElementById" but in this case there is no ID. Can anyone help me? Name [CODE] <input type="text" name="user" size="20" maxlength="50">[/CODE] Password [CODE] <input type="password" name="pass" size="20" maxlength="50">[/CODE]

Member Avatar for AleWin
0
130
Member Avatar for EatingGennaro

I am trying to make a software that signs up for hotmail etc. I am running into a couple of problems with the choosing of the birth date and clicking the submit button. I am newer to coding. So here is my code I have tried so it will enter …

Member Avatar for codeorder
0
136
Member Avatar for doomhades666

How can i get selected text in web page and put it on textbox? This is the text that i want to copy. [URL="http://i1059.photobucket.com/albums/t432/doomhades666/1-1.png"]http://i1059.photobucket.com/albums/t432/doomhades666/1-1.png[/URL] This the page source of the web page [CODE]<div class="output"> <h1 class="titlebar">Calculator Output</h1> <div style="padding: 1.2ex;"> <pre>Simplifying -2x + 3y = 8 Solving -2x + 3y …

Member Avatar for codeorder
0
1K
Member Avatar for shashikant28

hi , I am using webbrowser control in my C# windows application .I am filling data in our website through this application. I am stuck at following point. at one stage my application given client message box error so until i click on "OK" button application is not working ahead.I …

0
89
Member Avatar for SeniorAlexandro

Hello, I have a login form which accesses to my website by WebBrowser. You have to put Username and Password in the two Textboxes to login... It works fine and it loggs me in to my site...but how can I tell if the password is wrong or not? How can …

Member Avatar for SeniorAlexandro
0
124
Member Avatar for thing2

Hello, I am building a web browser with tab control using VB 2010. I have everything working good so now I want to have it save the browser tabs when I shut down the browser and have them re-opened when I run the browser again like Chrome or Firefox would …

Member Avatar for codeorder
0
545
Member Avatar for Jack Eagles1

Hey Guys, I've been working on some autocomplete abilities for a webbrowser I'm building, rather like in IE or Firefox. This is what I mean: [url]http://content.screencast.com/users/JackEagles1/folders/Snagit/media/509d42db-a0bd-4077-81c2-2783d0466e04/12.25.2011-21.18.04.png[/url] I have absolutely everything working - adding search providers from webpages, getting the search suggestions as an XML file from whatever provider may be …

Member Avatar for NewUserVB.Net
0
176
Member Avatar for djjavo

Hi I am doing some coding with the WebBrowser element and was wondering if there was a way to create custom error pages i.e. if something goes wrong it navigates to this page instead of the default IE8 one. I did a quick google but got nowhere. If anyone has …

Member Avatar for djjavo
0
169
Member Avatar for MoDy kareem

Hello. Am creating a new program, it is like a webbrowser. But I need to make my own downloader from the webbrowser(I need my downloader start instead of internet explorer downloader, Internet download manager etc.) Sorry for my bad English :S

0
74
Member Avatar for JasperX

I dont know if someone Use this Browser FrameWork , i hope so :) I would use this Browser Framework in my Winform Application c#. I have some questions to do. I'm getting Crazy :( My target is Build a Tabbed WebBrowser with this FrameWork in a WinApps Form. [B]Question …

0
150
Member Avatar for Royson

I have an webbrowser control on my form. I am able display html files in that control. But my page contains some images if i give [B]absolute path[/B] to it then images are displayed. But if i give relative path then images are not shown in the pages. I have …

Member Avatar for hankas
0
2K
Member Avatar for cigoL..:)

Greetings, i'm currently developing a web browser for my school project (i'm kinda new to advance visual basic)... it's 75% complete and the only problem i encountered is that when i enter items for the combo box it accepts duplicate .. for example i entered [url]www.daniweb.com[/url] and re-entered it again, …

Member Avatar for cigoL..:)
0
452
Member Avatar for jp_jones

Hello, Last year my team wrote a VB .Net project that used the webbrowser control to automatically fill out user forms, click images, action buttons etc. for a web application used in our company. This year, the web application was upgraded to version 3.0. We got the application in our …

Member Avatar for Oxiegen
0
293
Member Avatar for OblibSystems

I am trying to insert a piece of html code into a web browser control in vb 2010. i have tried the [COLOR="Green"]webbrowser1.documenttext[/COLOR] function but cant seem to get the browser to run the html code. can anyone help? thanks

Member Avatar for OblibSystems
0
584
Member Avatar for JoshuaBurleson

After marking gofish up to a temporary loss I've moved back to my address book. The issue I'm currently having is that webbrowser is opening the wrong broswer. I've set my default browser to firefox (currently using windows vista), and yet the program is still opening IE, however when I …

Member Avatar for snippsat
0
3K
Member Avatar for thing2

Hello, I am building a webbrowser using VB.Net 2010, and I am having trouble updating the url when I switch between open tabs using tabcontrol. I am also using a textbox for the address bar. Any help would be appreciated Thanks!

Member Avatar for NetJunkie
0
685
Member Avatar for JDoggieIII

I am attempting to use a WebBrowser control in C# to display a webpage. I would like my C# application to know when a Javascript function is called within the loaded webpage. Is there anyway to do this? I can't seem to find an event handler for it.

Member Avatar for JDoggieIII
0
381
Member Avatar for warlord902

I have a requirement that my java application should open a web browser when user click on a button and thereafter the web browser open up a page in which user have two options "Agree" and "Not Agree", depending on the button he clicks on, some code comes in the …

Member Avatar for warlord902
0
412
Member Avatar for Mindazz

Hello people :) I need some help. How can I get Webbrowser1 to navigate to each page and wait for the one page to completely load, then move to the next page...? Thank you for answers in advance! ;) Example. [CODE]Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) …

Member Avatar for polas5
0
2K

The End.