CheckBoxes and OptionButtons -
I can save text to files but how do I save ticks in checkboxes and optionbuttons to a file? (Sorry I don't know much about VB!!!)
CheckBoxes and OptionButtons -
I can save text to files but how do I save ticks in checkboxes and optionbuttons to a file? (Sorry I don't know much about VB!!!)
Excel OptionButtons -
I have a workbook with multiple worksheets in it. It's basically a lengthy survey and on each worksheet, there are OptionButtons and CheckBoxes. As you go through the survey, you select the appropriate CheckBox or OptionButton that corresponds with your answer.
Here is my problem;
Just a simple problem with tabstop -
Hey!
I'm using VB6. I have a form which contains five buttons and a frame. There are couple of buttons, checkboxes and six optionbuttons on this frame. I want to set the tabstop only for those five buttons outside the frame. How to do this? Setting the tabstop property to false h
houw to hide and unhide optionbuttons -
hey,
I try to make a form in Access2000 with 20 optionbuttons.
When the form load, i try to hide a copple of optionbuttons.
Houw can i make all of the buttons a index
the caption of the buttons is "optanswer" and a number after the caption.
when there is in a tabel
Stop arrow keys changing OptionButton selection -
In my application, I have a toolbar at the top, and a PictureBox taking up the rest of the screen.
The toolbar contains an array of OptionButtons, Style=Graphical.
The PictureBox displays a map.
I want the user to be able to navigate the map using the arrow keys, so I set up a
Question about Frame Control -
I have to answer this question for a school project. Could someone help me:
what items are treated as mutually exclusive in a frame?
A. Checkboxes
B. OptionButtons
C. CommandButtons
D. Listboxes
E. None of the above
Preventing Arrow Keys changing Option Button Selection -
In my application, I have a toolbar at the top, and a PictureBox taking up the rest of the screen.
The toolbar contains an array of OptionButtons, Style=Graphical.
The PictureBox displays a map.
I want the user to be able to navigate the map using the arrow keys, so I set up a
OptionButton Question -
Hello,
Has anyone had this problem?
The 1st of 5 OptionButtons in an array of OptionButtons, is blacked out until you select it. Then it works fine. I've tried .Refresh, .AutoRedraw on the form, but none of these seem to solve the problem.
It sort of looks like a low video mem
Need Help: "out of memory" when loading a form -
I created an application which I have tested on 5 desktop pcs and it works fine. I have tested the same application on two laptops and I get a run-time 7 "out of memory" when a form is loaded.
The form consists of an SSTab with 5 tabs
Tab1: 28 labels, 28 textboxes, 8 opti
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
OptionButtons & CheckBoxs -
On a form in VBA in a frame I have 2 OptionButtons and 6 CheckBoxs
When OptionButton1 is selcted I want the 6 Checkboxs to be all ticked and greyed out so they can't be amended.
When OptionButton2 is selected I want the 6 checkboxs to unticked but to be able to select which boxs
Checkbox and optionbuttons -
Just wondering if you can mess with the vb Checkbox and optionbuttons with api? like remove the border? change the back color?
Thanks in advance
How to create Controls with source-code at runtime -
Hi everybody,
I want to create OptionButtons in a Form. The problem is that I don't know how many i need. The User will give me this information at runtime. How can I create OptionButtons at Runtime?
The same question for listboxes etc.
nice greetings from Franky
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 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
Loading optionbuttons at runtime -
I don't know if you encountered this problem, but this is what i'm getting:
I want to create optionbuttons at runtime, so i create one with index = 0.And at runtime i load new optionbuttons 'load option1(option1.ubound+1)' and i set the visible property to true 'Option1.Item(Option1.u
Generic Control -
Guys how do i dim a control and then set it as one of my checkboxes or optionbuttons. I used both on my form depending on whether more than one option needs selecting or not.
I've tried Dim ThisControl as Object
Dim ThisControl as Control
Set ThisControl as chkChoice
Set This
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
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
Stupid Checkbox Q -
I know its a bit stupid and probably very easy, but how do you make checkboxes do the same thing that optionbuttons do.
I tried something like:
If check2(0).Value = "1" Then check2(1).Value = "0" Else check2(0).Value = "1"
Doesn't work though
checkboxes.... -
Hi there.
I was wondering, is there an easier way of enabling/disabling checkboxes if you have several checkboxes on a form?
if so - how?
thanks
activeX controls loose position -
Hello,
I´m developing an Excel application using ActiveX controls (Checkboxes, Optionbuttons, Textfields) on a sheet.
After call of the 'printout' procedure during the WorkBook.BeforePrint event procedure for this sheet the controls loose their x-position and move all to the rig
Ques: How many controls can exist on a form -
Does anyone know the maximum number of Controls that can exist on one Form?
I have a Form with 6 tabs(SSTab) and each tab has a bunch of Checkboxes and OptionButtons on them. The user has the ability to create more controls during runtime. Don't want to hit that limit during runtime
2 Sets Of OptionButtons! -
I have 2 distinct INDEPENDENT sets of OptionButtons with both the sets having 3 OptionButtons something like
Set1 | Set2
------------
optA | opt1
optB | opt2
optC | opt3
------------
I want users to select one option from Set1 & one opti
layout suggestions. -
i am going to have a TextBox that holds the Question.
the question is for example.
Name the following from the smallest number to the biggest.
choices :
a)4
b)1
c)3
d)20
Any suggestions for me to set the layout for the answer input part? like use textfields to hold e
Clear checkboxes on a particular frame ***Resolved*** -
I have several frames on a form, each containing numerous checkboxes. Is there an easy way to check or uncheck all the checkboxes on a particular frame short of coding each checkbox value?
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 ?
Word 2007 - Loop at controls in document -
Hi,
I have to mention that this is my very first experience coding VBA in Word.
I have a word 2007 document which has many Checkboxes, Optionbuttons and Labels.
When I Check/Uncheck a checkbox, it has to set specific labels caption depending on their names.
In VB I loop
CheckBoxes in Listview Subitems -
Is it possible to put checkboxes in a listview subitem?
I've seen code that allows you to put pictures in the sub items, but I would like checkboxes.
Any help is appreciated.
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
Connecting different database tables to textboxes, checkboxes and datacombos -
I like to connect some tables stored in an MS Access database to textboxes, checkboxes and comboboxes. Connecting the main information (first table) in the database, which is related to entries in a combobox (second table) works well, but how can I bind a third table to a textbox, upda
Checkboxes Caption Display in string -
hi all,
supposely, i have 10 checkboxes in VB. user can check any number of checkboxes. i like to display the caption of the checked checkboxes with semi-colon ( in between each caption in a single string or messagebox. how to i do it? can someone help me with the codes?
longwa
Checkboxes in Listview Subitems -
Is it possible to put checkboxes in a listview subitem?
I've seen code that allows you to put pictures in the sub items, but I would like checkboxes.
Thanks.
OptionButtons on UserForm2 -
I have a Commandbutton on UserForm1 that uses
Code:
If OptionButton.Value = True Then
But the OptionButton is on UserForm2 so basicly it doesn't work.
Is it possible to add to this code so it reads the OptionButtons from a different form?
Need help with check box problems -
Hi,
Basically i have a form with a load of labels on that have separate checkboxes to the right. what i want to do is be able to go through the checkboxes see which are checked then take the corresponding label to the next "summary style" form.
I'm think that i will ha
TreeView & CheckBoces -
Hi everyone,
I have a TreeView with CheckBoxes (VB.NET). But I want to add CheckBoxes to only Parent Nodes, not to Childs. Is it realy possible?
and my another question is;
Can we add RadioButtons to TreeView? Like CheckBoxes but choosing one by one, not multiple choise.
Or
Checkboxes with Different Names -
I need to cycle through all the check boxes on a form and reset their values..
I found a thread which uses Javascript to do this but appears to rely on the checkboxes have the same name..
Each of my checkboxes are named check1,check2,check3 etc..
How would I get a handle on th
[2005] The pattern of the checkboxes in a TreeView -
How can I fix or chage the pattern of a checkbox in a Treeview?
I have three treeviews.
In Treeview1 the checkboxes appear in black bold color.
In Treeview2 the checkboxes appear in green normal color.
In Treeview3 the checkboxes appear in green bold color.
How can I fix co
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,
ckeckboxes in column of a datagrid -
Hi!
I have a Datagrid and want checkboxes in one column. The condition to have checkboxes as type is to have the
checkboxes connected with a boolean column. I have this boolean column but no checkboxes. My result for the column
is "0" and "1" instead of checkb