Allow User To Modify ToolStripMeneItems / RadioButtons That Are Being Used As Part Of Webbrowser Navigation?
Nov 22, 2010
I have created an application that has a webbrowser, two radioButtons, button1, and a menustrip.The menustrip has two main heading and under each heading are about 15 Tool Strip MenuItem. The ToolStripMenuItem properties are set to CheckonClick and an example of forum1. vb code for this section of the application is:[code]What I need is for the user to be able to add his/her own ToolStripMenueItems to those already present, along with the base url.So that clicking Button1 sends them to the base url And also have the Radio Buttons automatically add the extensions to the base url when the RadioButton is clicked.They need to be able to do this from the application itself.But I'm not sure how to code this in.They will not have VB to make modifications.
View 1 Replies
ADVERTISEMENT
Jun 21, 2008
I'm using XP and access 2003 and visual studio 2005. I created a project and connect this project with database access file. and I created some textboxes and command button on the form. Is possible to modify and add a new record to the database without using the navigation toolbar by insert a code in the command button.
View 1 Replies
Jun 18, 2009
i have a webbrowser control using it i navigate the webpage and also using vb.net form button i gave autofill value to the webpage text box.it also works fine and it opens new webpage
but i cant give now values to the new webpage textbox which is in same webbrowser control .please help me sir
i need to give value to that new webpage textbox value by using vb.net form button event
View 5 Replies
Apr 24, 2009
1) My program has 3 groupboxes each consisting 3 radiobuttons. Based on what is checked in the first box, and then what the user chooses in the second box, I either need to hide the 3 box and choose one option, or keep it showing for the user to select an option. The hiding is because based on the previous choices, there is only one option for the user in the 3rd box, and so I don't want to confuse the user nor waste their time. So I when the user selects radiobutton1, I need to hide groupbox3 and select radiobutton2.This is what I have previously attempted and it didn't work.
[code]...
How can I select the radiobutton using code like shown above?2) My second question is regarding scanning strings. I have 2 output strings. They either print a device or a message saying why the user doesn't get an output. At the end of the code, I need to scan through the strings until I get to a space and then store that as a string. How does one go about doing this?
View 7 Replies
Oct 24, 2010
I have problem with multiple webbrowsers on form so i created simple form with 10 browsers in it and 1 button: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
[Code]...
When I click button and try to drag form1 everything is none or slow responding.I see web site loading in browsers but nothing is responding on screen until loading of pages is finished. In the meantime my processor it goes to 90-100%I tested exe on my laptop and is working same.
View 2 Replies
Oct 23, 2010
I have problem with multiple webbrowsers on form so i created simple form with 10 browsers in it and 1 button:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
WebBrowser1.Navigate("http://social.msdn.microsoft.com/Forums/en-US/vbgeneral
[Code]....
When I click button and try to drag form1 everything is none or slow responding.
I see web site loading in browsers but nothing is responding on screen until loading of pages is finished. In the meantime my processor it goes to 90-100%
I tested exe on my laptop and is working same.
View 1 Replies
Nov 16, 2010
Ok, I have some slight skills with VB but I am still a slight N00b when it comes to more advanced programing, I am currently working on a tabbed WebBrowser My tabs open just file and the new browser window also works but my navigation buttons do not I need some code that will transfer the buttons effect to the opend tab Ex. right now if I click "Back" it sends the first webbrowser back I want it to send the browser in the opened tab back insted.
[Code]...
View 2 Replies
Jun 19, 2012
How can I wait till webbrowser loaded the page? I tried:
webbrowser1.navigate(url)
msgbox("done")
View 2 Replies
Oct 1, 2009
Webbrowser Navigation successive url [vb2008]
View 6 Replies
Jul 10, 2009
how can i modify the windows messages so my tabcontrol recognizes the tabrect part of the tab as a viable drop target?i've tried debug printing the windows messages but its hard to pick out the right one.
View 3 Replies
Sep 4, 2009
I am trying to automate login and navigation to a website using the WebBrowser control. I can successfully logon to the site using the wb control but after that I can't seem to get access to the newly loaded document's elements within the same routine. I check for ReadyState Complete and IsBusy but they don't seem to be working. There don't appear to be any frames being used at all so I can't figure out why this won't work. I know that the wb control is successfully logging in because I can see the page load in the wb control. However, after the page loads I try to access the HTMLDocument for the new page (after logging in) and it is either set to Nothing or it's the previous page's HTML. I've tried putting in a Sleep to wait for the page to finish before trying to access the HTMLDocument on the new page but it still doesn't work. If I create a button on my form that accesses the HTMLDocument and click it it works fine. I can't figure out how to ensure that the entire page has finished loading within my routine. I tried putting a switch into the DocumentCompleted event but that doesn't work either.
View 2 Replies
Jul 4, 2010
I am getting a "null reference exception" error when I run my application, this error occurs even before the webbrowser has navigated anywhere. Why would I get this error without a webbrowser document complete occurring?
vb
Dim HTML As String = WebBrowser2.Document.Body.InnerHtml.ToString
If HTML.Contains("Submit Comment") Then EnterData() Else NextURL()
End If
I don't understand why I would get this error when I haven't even navigated anywhere? Forgot to say that this code is inside WebBrowser2 document_complete.
View 4 Replies
May 31, 2012
I thought I postet this yesterday but I can't find my thread so if this is a duplicate please point me at the original one. Background: I need to create a user account and Modify it's registry before the user logs on the first time. Creating the account is done by using the Winnt provider (works great). To create the profile I'm trying to use Process.start to launch a process as the newly created user. With the use of loaduserprofile property the users profile gets created and i can do my regwrites without problem.
[Code]...
View 11 Replies
Feb 3, 2010
I am currently trying to create a generic navigation control with a similar style to the outlook navigation bar. I have figured out how I would be able to dynamically create the bottom part where you select the menu option, but I'm struggling to figure out how I would be able to create the top part, which can contain any user control that the developer would want.So basically what I'm trying to figure out is, is there a way to allow for a developer to add controls to a specific area of your user control?
If there is a way of achieving that then if anyone knows how to do this;In ASP.Net you have the login controls and with one of them, you are able to have different views depending on whether the user who is viewing the web page is logged in or not. Is there a way of achieving this in VB.Net for a user control that could be set up so that I could have the developer able to switch the view in the designer to show them the view for when a specific navigation option has been selected.
View 1 Replies
Aug 31, 2009
For example how do u delete on row in a table?how do you remove a <img /> entry?
View 4 Replies
Aug 31, 2009
For example how do u delete on row <tr> in a table <table>?how do you remove a <img /> entry?
by remove means not just set the innerText to?
View 4 Replies
Feb 3, 2010
I believe that this is in the correct forum due to it being about creating an interface item, but if I am wrong then let me know and I'll try and bring this thread to the attention of the mods to be moved to a more appropriate forum. I am currently trying to create a generic navigation control with a similar style to the outlook navigation bar. I have figured out how I would be able to dynamically create the bottom part where you select the menu option, but I'm struggling to figure out how I would be able to create the top part, which can contain any user control that the developer would want.
So basically what I'm trying to figure out is, is there a way to allow for a developer to add controls to a specific area of your user control?If there is a way of achieving that then if anyone knows how to do this;In ASP.Net you have the login controls and with one of them, you are able to have different views depending on whether the user who is viewing the web page is logged in or not. Is there a way of achieving this in VB.Net for a user control that could be set up so that I could have the developer able to switch the view in the designer to show them the view for when a specific navigation option has been selected.
The one thing that I have thought of that could possibly cause a problem is having the capability of knowing when one of the user controls has been clicked, while I haven't figured this out exactly, I believe I should be able to achieve this by having an event for the navigation user control that provides the developer a reference to the control.
While I would hope that I have explained what I'm thinking well, its before my first coffee of the morning so I might have missed out some detail which would help someone to help me if I have then please let me know and I'll provide any details required.Also if what I'm envisioning is Pie in the sky, then let me know and I'll just have to make a base which I would just have to make a more bespoke system.
View 1 Replies
Jul 13, 2009
part 2 of 2: i was just wondering, is anyone else experiencing problems with their webbrowser, as in not displaying the right side links properly, and the reply, always sends you to an off screen, with no edit options, or being able to insert code in. this is currently happening in my firefox browser, although the i.e.8 has no problems... just want to know, to see if maybe it is a bug with my firefox, or they are again, updating the forum.
[Code]...
View 9 Replies
Jun 13, 2010
I'm creating a web bot to fill many forms. How can i do it faster than general form? I just wanna to load that parts of page i needed. not images and menu and ... Can I Do This?
View 1 Replies
Oct 8, 2010
on a site, there is a chat that is closed source. Is there a way that i can have a webbrowser view only a certain part of a webpage?
View 1 Replies
Oct 18, 2011
I am trying use barcode for input but prevent user to modify the barcode they scan, user are not allow to input the barcode number by keyboard. i am using vs 2010 vb.net
View 11 Replies
Aug 27, 2010
How can I make my webbrowser control to show only a specific part of the site. for example show only the google text on [url]...
View 1 Replies
Jan 7, 2012
If there are fields in a combo box as i press the drop down arrow. and if i select a field... then it should not b deleted using a backspace or anyother key..
View 3 Replies
Mar 13, 2010
I am using a Webbrowser in my program.
In the page source of a certain URL is the following: <input type="text" name="email" maxlength="50" value="email@email.com">
I'm trying to get the value part from the source and have it printed out to a TextBox on my program. I'm not sure how to do this but I tried. I made a new HtmlElement called email. Then I did email = WebBrowser1.Document.All.Item("email") However, when I try to add it to my textbox it doesn't work.
View 9 Replies
May 17, 2012
Prog appends a textfile. Don't want user able to delete or modify while form open. How do I do this?? - As long as form is open user cannot modify or delete textfile. But so the file can be edited from within form
How do I do this. Here is my code so far
Public Class Form1 Dim FILE_NAME As String = "C:UsersBirthdayDocumentsinfo.txt" Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
[Code]...
View 5 Replies
Oct 26, 2010
I'm trying to allow a user to type in all and/or part of a persons name, which is held in an array, that will yield a parallel array result in the form of a phone number. Here is what I have:
Dim strPeople() As String = {"Ashley", "Brian", "Tony", "David", "Emily", "Frank", "Gina"}
Dim strPhoneNumbers() As String = {"111-2222", "222-3333", "333-4444", "444-5555", "555-6666", "666-7777", "777-8888"}
[Code]....
View 5 Replies
Feb 22, 2011
im making an application in vb.net (duh!) anyway i have created and coded the whole project and it performs exactly as i want it to (i dont need code help). my problem lies with the fact that my project is 2-3 parts
1.a setup form that gathers inital data about the enviroment stores this data encrypted in a config file. after inital setup this form is not displayed again. but needs to be run on both computers
2. the second form is the real application form im in the process of turning this part in to a background service anyway this form is the one that establishes the connection between two nodes it works correctly
3. the config files
anyway here is my problem i want to make this application distributional with just one file the (.exe) and have this .exe make everything else happen. it runs the setup form and creates the first config file which it does then it needs to produce a copy of just the second form and the config file to transfer to workstation #2 that will run independtly without the whole application which i cant make happen then it needs to turn both workstations application on by only starting one on either computer and invoke the other computer to start its corrosponding app also no idea how to make this happen any ideas or suggestions as to where to look to try to find my answers.im thinking i might need to make two seperate applications (a setup app, and the running app) and include them both in a project and use the setup.exe to to package them together this is a little side project that im making for my self to use to make programming a little easier so i plan on giving it out to some fellow students to test and tell me what they think so im not really worried about ease of use or complicated procedures yet but if it turns out to work and actually be of use to anyone else i would be willing to rewrite it to distribute to the masses but for now i just want it to work for me.
View 4 Replies
Apr 1, 2010
Handling multiple radiobuttons, only one should be selected in group
View 2 Replies
Mar 30, 2009
Im trying to use a CheckboxList Control to Store Yes and No and i noted there its a property on the control
"Selection Mode" One/MultiSelect/MultiSelect Extended
i set One expecting it to allow only one item being select at the same time but it doesnt work as expected, my question is there its another property to achieve this without having to code the event?.
i could do it by coding the event but, im tired of coding stuff that really isnt needed, since there are routines for that on VB.NET.
View 1 Replies
Aug 26, 2010
I want to group RadioButtons, but I don't want to use the visible control GroupBox. Is there something like the Java ButtonGroup in VB.NET?
View 3 Replies