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

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?

longwar

 

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


help me please with my checkboxes -
HI... I have six checkboxes and one textbox... I wanted that if I click those checkboxes it will display a text on my textbox... Say, I have a check boxes with "Hi" and the other one is "Hello". When I checked those two checkboxes it will display "Hi He


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


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


needy da help -
how do i make a command button that saves a few lines of data (mainly label captions) into a txt file ??? will this work ? Dim l1 As String Dim l2 As String Dim l3 As String Dim l4 As String Dim l5 As String Dim l6 As String l1 = Label7.Caption & "$ " & lbl


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,


Autosize checkbox question -
In my app, I am using checkboxes and then changing the caption of those checkboxes with records in an Access database. Some of the records do not fit on the caption visible area (cannot make them any larger than they are.) I do not see a way to auto size the checkbox control to mak


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


Reading user selection from option buttons -
I am about to go mad! I am trying to write an app to adminster a test for my wife, and no matter how I have tried I cant seem to get the code to properly evaluate which option button is selected. I have re-written the code many different ways, but can't seem to get the system to pr


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


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


Creating checkboxes at run-time -
I'm trying to create checkboxes at run-time. I have one checkbox on my design form that is index to 0. I then am retrieving data from my database, the number of records that are found determines how many checkboxes there are. (I used a for loop for example data for my code example).


checkboxes in msflexgrid -
hi i want to display checkboxes in msflexgird ? how do i do dat


Display Unicode characters on Win95 -
I have to write a multilingual application on Win95. In a string variable I have the correct text and I want to display it in a textbox, label, command buton caption or menu caption. How can I do this with VB functions or with API? Please help me. Regards Fazek


Chang caption of checkbox -
Hello, I was wondering if it is possible that the caption of a checkbox can be changed in a loop. The problem is that i have 12 checkboxes on a form. These checkboxes only can be shown at the moment that other cell on a certain sheet "standaard" are filled. In our examp


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


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


[2005] Simple Question: Specific character in a string -
Hello this is my first post here since i really need some help. Im in the last year of school and I have to create a visual basic project till the end of the year. Since this is the first year im using this tool I may have some issues with even the most basic stuff... Ok so th


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


How many combonations... best way to do this -
Ok I am creating an excel add-in... it has 6 options (checkboxes) any combonation can be used (these turn on and off print options) I want to make the toolbar button display an image representing whats turned on / off... I need to know How many combonations are possible with


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


Dbase bit field as checkboxes -
Guys, I have a datagrid that reads from a SQL table. The table consists of user names then about 12 bit fields. These bit fields tell me if a certain area/feature is enabled for that user. As expected, these bit fields just show as a 0 or 1 on the datagrid, but would it be possib


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


Question about Morse Code -
Why I enter HI the output comeout .. ...., I think it must come out .... ..? Option Explicit Private Sub cmdClear_Click() Text1.Enabled = True Text1.Text = "" lblStatus.Caption = "" txtInput.Text = "" End Sub Private Sub cm


Checkboxes/labels in a control array question -
Hey, I am not sure what a control array is but need verification. Lets say you have a one form app that uses back and forward buttons, and each "page" has aa label containing questions and then those questions can have anything up to 4 or 5 possible answers. Some of the que


Viewing user selected fields in new form -
I changed my idea of using word as my report engine. Instead I figured that it would be far simpler to use a vb form and print it! Or so I thought? Here is what the user needs to do: 1) type in a value in a textbox 2) this textbox will have a corresponding checkbox and the chec


string transfers [edited] -
I just need the string to transfer over to the labels. Is there some kind of function like that or something? Option Explicit Private Sub cmdRecord_Click() Label7.Caption = strFirstname Label7.Caption = strLastname Label7.Caption = strAddress Label7.Caption = strRank End


random number in multiple labels -
hi i have a app that produces random numbers on form load and displays this random number into several labels (22 to be precise) the thing is they all display the same number which i need to not happen is there away that someone could looke at my random code and let me know how to chan


'&' in Caption -
Could someone possibly tell me how to display an ampersand in a form / label's caption? I don't want to create a hotkey.....just display the '&'


checkboxlist items -
I am working on a program that displays a checkboxlist. I dynamically build the checkboxlist and its items from within vb.net 2003. Initial display on the form is OK. The checkboxes are listed horizontal. When a user checks a box, another checkboxlist display vertically below for ad


adodc: problem with checkboxes -
I have a form with an adodc that is connected to a access database. In the form activate method it is setup for a new record each time the form is loaded(adodc.recordset.addnew). It is connected to several textboxes and checkboxes. The textboxes work as they should but the checkboxes s


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?


listbox with checkboxes -
i have a program in Access, which will display a whole load of information from different types of searches, the results are displayed into a listbox, what i want to do is some where in the list box for each entry have a checkbox present. so that if for instance the search finds


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 ?


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.


ListView with Checkboxes -
Hi all, Vb newbie here. How can I store the checked items in the ListView(with checkboxes) to an array once I've click on a button(eg cmdDone)? I need to display the names of the checked items in a treeview later on when needed. Thanks for helping!! Much appreciated.


String to Syntax -
Hi all Can anyone point me to any thread or teach me how to convet a String to syntax. ie from SQL i got the string "Label1.Caption" then in VB i directly use Label1.Caption = "hello" Is there any casting or function i could used to convert "Label1.Capt


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.