o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Web Browser control, Dynamic Checkboxes and VB -

I have a web page I create on the run thru vb depending on certain files. For each file I put a check box. I have no way of know how may files there will be so I don't know how many checkboxes to use. So how could i check each check box? Is there a way to setup the check boxes in the html as an array? I know the code to access the checkbox, but right now they are all called "Check1" and only the value of the first one is returned by that(which I knew would happen) What is a good way to get all the values of the check boxes if I don't know how many there will be? Hope this makes sense.

 

How to Create DYNAMIC CHECKBOXES/VB Components -
Frndz, I m a Amateur Programmer, & Looking for a Way to Create Dynamic Arrays, i.e on Runtime & Display on form. I got a Dynamic Array, & want to Display checkboxes according to Array's Length. i.e Nos of checkboxes on form depends upon size of my dynamic array. Plz


Dynamic checkboxes inside scrollable control -
I have an unknown amount of checkboxes I want to display to the user at runtime. There could be one,two,50, I don't know. I've found how to create an array of checkboxes with the LOAD command. That works out ok. Problem is : If I just put them on the main form, when there's too


Web Browser control, Dynamic Checkboxes and VB -
I have a web page I create on the run thru vb depending on certain files. For each file I put a check box. I have no way of know how may files there will be so I don't know how many checkboxes to use. So how could i check each check box? Is there a way to setup the check boxes in t


Dynamic generation of CheckBoxes -
Hi everyone I am trying to generate Checkboxes at runtime...its basically a order form, where number of checkboxes will depend on number of items in the form..and the items will be picked from database. i dont know if thats right...but i tried using Controls.Add( New Checkbox)...


[2008] Web Browser Control - Saving HTML + Images. -
ok you know how our web browsers like Internet Explorer or FireFox has the option to "Save Page As" Is there a way to do this using the Web Browser Control? I wish to save the HTML + Images that are displayed in my Web Browser Within my application. Or say if i go to


Dynamic Checkboxes -
Hi, I am sure i am not the first one who wanted to do this, so here goes: VB6 SQL Server7 DB On my form_Load I want to build a bunch of checkboxes that will have values from one of my fields in the database. I know I will have to build an SQL statement and then ....... I nee


Customising checkboxes in treeview control -
Is it possible to customise the appearance of the treeview control as follows... 1. Only display checkboxes on specific nodes in the treeview. Currently checkboxes appear on every node. 2. Change the appearance of the checkboxes to use my own custom images. For example using


Checking TRUE/FALSE of CheckBox -
Hi, I am dynamically creating a set of checkboxes using the placeholder control. There are many other controls on the page aswell. Once that form is posted back to the page for processing, how can I dynamically check if those checkboxes where checked? I can't just go CheckBox1


Integrated web browser in .NET -
Hi Guys, I need a browser control to display a single page of HTML. This needs to be a browser control or equivelent in .NET. I don't care for the buttons, address bar or anything like that. However, I can't seem to find one. I was able to add my old VB6 browser control to .NET


checkboxes on listview controls -
I have a listview control, with checkboxes switched on. I need to detect when users are checking the checkboxes on and off but the item click event is not triggered for this action. Does anyone know how I can trap this ?


Problem setting Dynamic CheckBoxes - WinForms -
I have a strange problem changing the checked value of dynamically created checkboxes within code. This is what is happening. Depending what is selected I create checkboxes within a panel. These work very well if I click on them manually, but sometimes I need to check or uncheck som


Checking a checkbox on a Webpage through VB -
ok I have my webpage and I need my vb program to check the 3 checkboxes and submit the form. The forms name is Singlepull The checkboxes are named Row1 , Row2, Row3 How do I accomplish this? I've attempted to bind the checkboxes as objects using a web browser component named


Disable Control-N on a Web Browser Control -
I am trying to make a mini-customized Web Browser. It is only supposed to be able to go to ONE page. I have the Web Browser control navigating only to the ONE Web Page, but recently it was discovered that if the user hits Control-N, then a new browser window comes up and then they co


VB Browser control browser type -
Is there anyway to make a browser emulate a browser other than IE? I would like to use a VB Browser control, but I would like it to pretend as through it was netscape when contacting secure servers... Assistance is as always appreciated


Disable Checkbox -
Hi all, I have a quick (I hope) question on disabling checkboxes. I have a form that has several checkboxes on it. One of the checkboxes is an "all" option which I would like to use that will perform what all the other checkboxes do individually. So if they select the &quo


checkboxes with textboxes -
I have a bunch of checkboxes that will need a textbox display to the right of them. Is there anyway to do this with a checkbox list? Is my only option to play a bunch of checkboxes and textboxes in a 2 column table? If anyone knows how to do this with a different control or something,


Listboxes and Checkboxes -
I would like to use the listbox control with checkboxes, in this program I am working on, the problem is I know of know way to prevent the user from checking more than one item (the same holds true for the listview control as well). Does anyone know a quick way of doing this, or have a


Grid Information -
I'm looking for a way to have a list with checkboxes and able to be scrolled, and still be able to refrence the seperate cells. It would be almost the exact thing as a microsoft flex grid control, but with the first few cells of the row being checkboxes. I can do everything except the


[2005] Setting focus on Dynamic Controls -
How can you set the focus to a dynamically created control. I have 2 panels, one has nothing but checkboxes, while the other one contains a variety of controls. The object is to check a checkbox in panel 1 and then have the focus go directly to a control in panel 2. Any ideas on how to


Smallest width for a control -
Is there a simple way to determine the smallest width and height a control can be without hiding or wrapping any of it's text? I want to dynamically resize some labels, checkboxes, and radio buttons, but I was hoping I wouldn't have to hard-code in the dimensions to use into the progra


checkboxes in Access 2000 -
I have a form with several checkboxes. I want to be able to check these checkboxes for the ones selected by the user and then run a certain report for the specific checkbox selected. I have about 20 checkboxes and would like an easy way of looping through these but don't know how. Plea


How to call a web browser -
Hi, I writing a program and one of the features is calling a web browser. I need to execute a web browser and load with the address that i have specified in my code. How can i do that? Is that necessary to use Web Browser Control in the VB? I didn't use it before so kinda new to this c


How to select multiple checkboxes -
Hi VB Pros I have a large grid of checkboxes, if i were to selected a group of checkboxes, how can i check all those checkboxes that are being selected? Thanks a lot


Copying from Web Browser Control -
Hello, I have added my own context menu to a web browser control and I was wondering if and how I would be able to add text to the clipboard from a link in the web browser control. Kind of like the IE Copy Shortcut.


How can I control Web Browser from an app -
Hi, I'm writing an VB App without the web browser control in the app. I'd like to control the user's default browser (IE or Netscape) to goto the specified page and automatically enter the information and submit it. How can I do that in VB? TIA Jummi


resizing a web browser control -
i have used a web browser control and it doesn't get stretched as per the size of page displayed inside it. can i expand or shrink a web browser control as per its contents.


Regarding web browser control and screen resolution -
Web Browser control with treeview control and ms access Mail Me i am doing my project in vb. I am using 1 treeview control and web browser. when i click on the nodes, the particular link is to be displayed in the web browser. It's working ok. Problem: 1. When the resolut


[2005] Web Browser control -
I've been looking for a couple of days now and I can't seem to find anything. What I'm trying to do is make my own contextmenustrip for the web browser control, this menu has two items so far: "Select All" which will select all the text displayed and "Copy" which


Need web browser control help -
Hi, I am developing a web browser which uses web browser control. I am thinking to add find ability like firefox way. If you look at the attachement, the user can type the search string in find text box and the text found in the browser will be highlighted immediately. How can


Redirecting other page in same 'Web Browser' control -
Sir, I have a problem with 'Web Browser' control. I show a Web Page in a 'Web Browser' control in the form. Code: webbroser1.navigate = "http://www.priorityexp.com/trackdetailp.asp?id=111111" The Page is shown in the WebBrowser, and also redirect to other site's page in I


Adding CheckBoxes -
Is there a way to add CheckBox and ToggleButtons with out recompiling? What i am trying to do is make a inventory program that when we get a new item TYPE that an admin can come in and have a control pannel that allows them to add as many CheckBoxes and DropDownBox as they like.


Listview + checkboxes problem -
Hello All, I am stuck. I have a listview with checkboxes. The user is filling the listview (the checkboxes are all unchecked). Working fine so far, but as I said I have checkboxes,too. I would like to start a sub when one of the checkboxes change from unchecked to checked. At th


web browser control error -
Hi, I made a project 2 years ago. It was built using the COM web browser control (not the built in browser) in vb 2005. It works ok. now, I need change something. When I load the project from vb 2005, then I found the control won't trigger documentcomplete event anymore. I tried to


Create Bar graph in Excel -
Hi guys, my requirement is pretty complex. i need to open an excel sheet. the column headers are present on row 2. so, i need to pick the text from the header and make a dynamic checkboxes based on these headers. as many number of headers, that many checkboxes. if the checkboxes are


Webbrowser Control -
Weird one for ya, I've got an Intranet URL that works perfectly well in IE5. It does'nt work in the Webbrowser control. The Browser control is embedded on an ActiveX Usercontrol which is hosted in the IE5 Browser. My colleagues on another site can run it from both without a probl


Question about checkboxes -
I have a form with multiple checkboxes on it and I need to code it so only two can be checked at any given time. I would like to do this using one method that handles the clicking of all the checkboxes. Is this possible? Or what would be the best way to go about doing this? Thanks


Checkboxes from database -
I have a look up table in ACCESS that has about 30 records I want to be able to display all of these as related checkboxes. I was hoping there is a way to set this up from a data control instead of having to hard code or type all these out manually one at a time. Anyone got any advic


Dynamic WBC -
I want to program in a way that Information should be displayed in Web Browser Control And this information should come from Database .. Can u plz guide me how to do it ....


Doubt in Web Browser control -
Iam having a web browser control, and at runtime i display the contents. I have url, email address in that page. When i click on the url in that page, I want to stop navigating the url in the same control, rather than i want to navigate it to another web browser control. How


Browser Control and xml -
Hey, all, I am really bad in these UI things, so I hope some of you can give me a hint to accomplish this: I have a browser control placed on my WinForms Application. I also have a string containing a xml document. I want to display the xml string inside my browser control.