Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
navigate
- Page 1
Re: Is there anything special I should pay attention to when doing SEO?
Digital Media
Digital Marketing
Search Engine Strategies
1 Week Ago
by scope_2
… website loads quickly, is mobile-friendly and is easy to
navigate
. Consider technical aspects of SEO, such as fixing broken links…
Re: How do I establish an open connection to an open web browser in C#?
Programming
Software Development
2 Months Ago
by pathofbuilding
To attach Selenium to an already open Chrome browser in C#, launch Chrome manually with debugging enabled using chrome.exe --remote-debugging-port=9222 --user-data-dir="C:\SeleniumChromeProfile", then use ChromeOptions options = new ChromeOptions(); options.DebuggerAddress = "localhost:9222"; IWebDriver driver = new ChromeDriver…
Re: How do I establish an open connection to an open web browser in C#?
Programming
Software Development
2 Months Ago
by xivlauncher
You can also use SHDocVw or System.Diagnostics name spaces from C# to interact with an open web browser, or connect programmatically to an existing browser window using the UI Automation API. Of course, for deeper control over Chrome, you may need the Chrome DevTools Protocol.
navigate to another view controller without button on xamarin
Programming
Software Development
10 Years Ago
by silent lover
…"); tried this one too but also not auto
navigate
: PasscodeVCViewController *viewController = segue.SongListVCViewController; viewController.delegate =…, SongListVC); tried this one too but also not auto
navigate
: public override void ViewDidLoad() { base.ViewDidLoad(); Theme…
navigate to another view controller without button on xamarin
Hardware and Software
macOS
10 Years Ago
by silent lover
… view controller. i use this code and did not auto
navigate
: var storyBoard = UIStoryboard.FromName ("MainStoryboard", null); …;SongListVC"); try this one too but also not auto
navigate
: PasscodeVCViewController *viewController = segue.SongListVCViewController; viewController.delegate = self; both code…
navigate page wpf
Programming
Software Development
12 Years Ago
by system_Broken
…. I have one fram in mainform . i want
navigate
other page in the fram of mainform by other page…new MainWindow(); Forms.cadastrauser cadastrauser = new Forms.cadastrauser(); mainform.hostfram.
Navigate
(cadastrauser); mainform.home_lbl.Content = "Cadastra Usuario"; mainform.…
navigate to a asp.net web page automatically
Programming
Web Development
15 Years Ago
by khan17
… project to automate a process. for which i ve to
navigate
to a asp.net web page automatically and then to…;head> <script language=vbscript> function nav() { window.
navigate
('http://www.w3schools.com/'); } function lnkchk() { For i As Integer…
Navigate 2D Doubly Linked Lists
Programming
Software Development
14 Years Ago
by doolsta111
Hi i would like to know how i can
navigate
through a 2D doubly linked list. i have created a … k y z i would like to know how to
navigate
somewhere like 2, P, and do some tests from that…
navigate and login using a single button click
Programming
Software Development
14 Years Ago
by khan17
… two buttons in a form and a webbrowser control. button1-
Navigate
to the page button2-Fills user,pass and then submit… this [CODE] private void button1_Click(object sender, EventArgs e) { webBrowser1.
Navigate
("http://www.xxxx.login.aspx"); } private void button2_Click…
Re: navigate and login using a single button click
Programming
Software Development
14 Years Ago
by khan17
… page in the WebBrowser control, you could put "webbrowser1.
navigate
" statement into the "Form_Load" method of the… id, password with button2 click.. so when i put that
navigate
method in form load event it works fine for button1…
Re: navigate and login using a single button click
Programming
Software Development
14 Years Ago
by mcriscolo
… page in the WebBrowser control, you could put "webbrowser1.
navigate
" statement into the "Form_Load" method of the…
Navigate around directories
Programming
Software Development
16 Years Ago
by Derice
… looking links and sources for studying and understand way to
navigate
around windows directories. This can be easily seen especially during…
Navigate records thru dataset.
Programming
Web Development
16 Years Ago
by preethi_ga
… end and SQL Server as back-end. and i couldnt
navigate
the records. im not getting correct way. more over im…
Navigate between records in C#
Programming
Software Development
16 Years Ago
by anju458
I have to
navigate
between the records from the dept table. But when I …
Navigate between forms
Programming
Software Development
14 Years Ago
by sdhawan
Hi Guys, I want your help with , how to
navigate
between forms.I have one form that has a drop down list.first list item is to add new list item.So when user select add new item it pops up a new form to eneter item and save it.When i save it i want that text to be added to list item of the first form.Can anyone help me with this.Thanks
navigate through records
Programming
Software Development
14 Years Ago
by chris evans
Hi im working on views that can help me
navigate
through records in a table. i have managed to execute …
Navigate Throug DataTable
Programming
Software Development
14 Years Ago
by bklynman01
… enters information. I'm having trouble figuring out how to
navigate
through this table. There is a NEXT button and a…
navigate records
Programming
Software Development
13 Years Ago
by docgrid
… one record exist in the grid. hence i want to
navigate
through records using ""next, previous"" buttons…
Re: navigate records
Programming
Software Development
13 Years Ago
by M.Waqas Aslam
yes you can use binding navigator for this purpose.add same datasource you assign to grid to binding navigator.it will
navigate
your records. Regards
Navigate through href having same id/name/links
Programming
Software Development
13 Years Ago
by talhatanveer
Hello, I am trying to
navigate
through all the pages(links) in the following HTML code : &…
Navigate datagridview with buttons and
Programming
Software Development
12 Years Ago
by bprosic
… DatagridView Here is the story: When I use buttons to
navigate
the database, I have to click ten times on button…
Webbrowser navigate to page, wait for the page to load then move to the next page
Programming
Software Development
14 Years Ago
by Mindazz
…As System.EventArgs) Handles Button1.Click WebBrowser1.
Navigate
("http://www.google.com") 'Wait… page to completely load and continue... WebBrowser1.
Navigate
("http://www.daniweb.com/forums/") …a page to completely load and continue... WebBrowser1.
Navigate
("http://www.learnvisualstudio.net/") 'Wait…
Re: Webbrowser navigate to page, wait for the page to load then move to the next page
Programming
Software Development
14 Years Ago
by Unhnd_Exception
… System.EventArgs) Handles Me.Shown navtimer.Interval = 10000 WebBrowser1.
Navigate
(urls(index)) index += 1 End Sub Private Sub WebBrowser1_DocumentCompleted(…If index > UBound(urls) Then index = 0 WebBrowser1.
Navigate
(urls(index)) index += 1 navtimer.Stop() End Sub End …
Better way to navigate & validate in wxpython?
Programming
Software Development
13 Years Ago
by RMWChaos
…] [*]Input control can be: [INDENT][LIST] [*]required: cannot
navigate
away from input control until a valid value is entered…away from control with invalid value [*]not required: can
navigate
away from input control if value is empty, but… cannot
navigate
away if invalid value is entered, and background color…
How to navigate forms in Visual C#
Programming
Software Development
16 Years Ago
by ash-always-win
hi all, for a button click event, 1. how to
navigate
for another form, while existing form is invisible? 2. how to
navigate
for another form, with the values of previous form? Please help me. I'm a new programmer
Re: How to navigate forms in Visual C#
Programming
Software Development
16 Years Ago
by selvaganapathy
Hi, [QUOTE]for a button click event, 1. how to
navigate
for another form, while existing form is invisible?[/QUOTE] > … the form using Form.Show() method [QUOTE]2. how to
navigate
for another form, with the values of previous form? [/QUOTE…
Possible to navigate from html to aspx?
Digital Media
UI / UX Design
15 Years Ago
by rikkie
… controls. All other pages are saved as .html. I can
navigate
fine from the home page to any of the other… pages; however when I try to
navigate
from the .html page to the home page, the home…
Re: How can I use '#' in url to navigate?
Digital Media
UI / UX Design
14 Years Ago
by pwinfrey
… place anchors where you want the page to
navigate
to. If you wanted to
navigate
to the top of your page, you…;top"></a>[/CODE] The link to
navigate
to the top of the page where your anchor is…
Re: Web Browser Navigate After Login
Programming
Software Development
13 Years Ago
by NetJunkie
…(); } private void Form1_Load(object sender, EventArgs e) { webBrowser1.
Navigate
("http://www.google.com/"); } } } [/code] If… textBox1.Text = "http://www.google.com/"; webBrowser1.
Navigate
(textBox1.Text); } } } [/code] If this is not…
Re: How to navigate forms in Visual C#
Programming
Software Development
16 Years Ago
by LizR
I dont understand the way you've said "
navigate
for another form" do you mean show a new form? or do you mean make changes to a form?
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC