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

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 many of them, they get pushed beyond the border of the form and they're nowhere to be found. I was wondering if there is a way to put those checkboxes into another control that will scroll whenever I have too many entries, just like a regular listbox. Or is there some form property I can use ?

thanks for your help.

 

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


[2.0] Scrollable control -
I was wondering if there was an easy way to add stuff to a scrollable control. The way I am currently doing it is extending the form and scrollable control and adding controls to it and resizing it back to what I had.


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


Label control with HyperLink and scrollable -
Is there anyway to get the Scrollableand Hyperlink in the same control say in the VB Label control. I want some of the text to be shown as Hyperlink which when clicked should link to a page in the Explorer. Also the entire content along with the hyperlink should be scrollable within


[2005] Scrollable panel -
How would I go about making a Panel control scrollable, because I need a list of links to be scrollable in vs2005. Thanks, Justin Fox


Scrollable control for web!!!help -
I would like to know whether there exists any scrollable control for a web page design....and display the information in the form of columns (just similar to datagrid or table). If it works only for IE also, its ok..... Even I would like to know, how could I get the excel sheet to


I want to have a nested scrollable area (with buttons and controls) inside a dialog. -
I want to have a nested scrollable area (with buttons and controls) inside a dialog. Is this easy to do in Visual Basic?


[Resolved...sorta] Detecting if rectangle is visible inside scrollable panel -
I've created a scrollable panel and inside of it is another panel that I draw on for a graphics I'm building. The individual components, tiles, of the engine are drawn using a cTile structure. They are drawn by the cWorld class (inherits panel). My code is suppose to be a bit optimi


Checkboxes inside Listview but also text -
I have an Listview where I need to put some articles in and also checkboxes. How do I place them via code inside the listview and do I read out wich fields are checked? Thnx Sand Hawk


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)...


Scrollable Frame Control -
Hi All: Does anyone have a scrollable frame control for Visual Basic 6?


Nice scrollable container doowhatsit -
Just wondering if anyone knows off-hand of a nice scrollable container object ? I have a rather small frame and am trying to display a lot of information in it. I've split it up into SSTabs, but on one tab I'm going to have to display loads of data in one particular tab. I'll ha


Scrollable representation on Web -
I would like to know whether there exists any scrollable control for a web page design....and display the information in the form of columns (just similar to datagrid or table). If it works only for IE also, its ok..... Even I would like to know, how could I get the excel sheet 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


Scrollable Controls on Web Page!! -
I would like to know whether there exists any scrollable control for a web page design....and display the information in the form of columns (just similar to datagrid or table). If it works only for IE also, its ok..... Even I would like to know, how could I get the excel sheet to


Check boxes inside a list box -
Hi, I have the checkboxes inside a listbox style. I can't find out how to check one of these checkboxes in code. I though it would be something like this, but it doesn't work: listbox.list(0).checked = true Thanks!


CheckBox Control Array problems -
I have a form that has several control arrays of checkboxes contained inside frames. My problem comes in when I run the form and check the boxes. It seems that when I check a box, I get a check in the box as expected. When I check another box, the previous box goes to a grayed state


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


how to export from scrollable datagerid to excel -
hi, i am using c# asp.net (2005). i made scrollable datagrid using div.i need to export my datas in my scrollable datagrid to excel.so please can u show some exam[ple how to do please


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


Makeing a <DIV> scrollable -
How can I make a div scrollable??? I want it to have scrollbars if the content doesnt fit in the specified size of the div... /Smirre


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


newb needs help (dynamic cntrl arrays)[resolved] -
hi everyone, thanks for taking the time to read this im using VB6.0 and i have a problem (wow, i feel like im in an AA meeting right now) im creating a program that needs to use dynamic control arrays, @ design time ive created a picbox with index 0 and a ControlINSIDE of the pic


[2005] Clear multiple Checkboxes with With End-With Statement -
Hey guys i have a small college project on the go, the lecturer insists that we must use a with end-with statement to clear 3 checkboxes inside a groupbox i know how to change multiple properties of 1 object using with end-with, but im lost as to how i can change 1 property of mu


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


quite difficult, creating a "marker" at runtime, in a picture box -
i need to be able to create small images representing markers at runtime, and they need to be in a picture box. is that possible? if not possible, it doesnt really matter, because i could just check wether they lie inside or outside of the picture box and (not)draw them as appropria


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


Scrollable picture box -
I am trying to make a scrollable picture box. I have data that I am inputting from a txt file and want to display it in a picture box. But the data is large and I don't want to have a huge form. So how can I make the picture box scrollable for the text that is being input from a fil


[2005] What's the best way to scroll a set of controls -
Hi, I will have a group of controls like below. I currently have them in a GroupBox, but they will have to be in a scrollable container since an indefinite number of rows can be added by the user. What do you think is the best control to use as a scrollable container? Thx


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


Scrollable VB6 IDE -
Is is possible to make the VB6 IDE scrollable...meaning when you in code view...can you you use the mouse wheel to scroll thru the code?


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


scrolling in autostretch layout frame -
I have created a template for my website, and I have it laid out using "layout frames" in dreamweaver, not framesets. I have set the lower right panel as the main information frame, this frame is set to autostretch, so that it will grow/shrink with the window size. My quest


New Date Question -
Hi Everyone, I have a series of check boxes (in a control array named: chkDay, with the names of each day of the week on them) located inside of a frame control. I also have a Date Picker control on the form. My question is this. How can I select a day from the checkboxes and hav