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?
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?
Loop through checkboxes in frame -
I'm trying to simply count the number of checkboxes that are checked within a frame. This is what I have and it doesn't work.
Dim Y As Integer
Dim ctl As Control
Dim chkbox As CheckBox
For Each chkbox In Me.Frame
If ctl = vbChecked Then
Y = Y + 1
How to get handle of "frame" nested "checkbox" -
Hello,
I'm trying to use the windows API to read the "from" of an application developed in C++. Thus I'm using the API to access the windows, frames, buttons, etc ...
On a form there are "checkboxes" which are inside a "frame",my problem is I can't
Frames and Label Problem -
Ok, I am making a VB app for the A+ exam 220-301.
The app will house 450 questions and their possible answers (check boxes for the answers -- can have multiple answers too)
The problem I am having right now is that I am using a frame (array) but when I go to add elements to each
Move existing controls to new frame -
Clearly this is something that should be taken care of in the planning stage, but so far there have been at least three times that I had to remake whole racks of buttons, checkboxes and listboxes so that they would be in a frame and I could manage them as a group rather than one by one
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
[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
Make a frame refresh from another frame [resolved] -
I would like to know how to make a frame refresh using another frame to tell it what to refresh to by selecting a random URL from the list.
So my page would look like this..
_____________________________________________
|Main Frame [Frame to tell wot other frame to refresh to]|
Creating Checkboxes at runtime -
I have a usercontrol which contains two frames within each of those frames I have added one checkbox control, each one has a different name and an index of 0.
At runtime depending on data returned from the database I add extra checkboxes into both frames using the vb global load met
** RESOLVED ** Populating checkboxes with a saved 'Profile' -
I have a form with 50 checkboxes on it.
I want to enable the user to save a 'profile', so they can re-load it and populate the checkboxes with their saved settings.
Is this relatively easy to do ?
I presume I create a comma delimited file where each field represents a checkbox
Why the standard VB FRAME, doesn't show as XP-Style when using appName.exe.manifest -
Hi all,
When I using AppName.EXE.Manifest file, to use XP-Theme, all the standard VB controls style, changes to XP-Theme, except the FRAME. Why?! How can I use the XP-Style frame?!
In the picture below, I show the both XP-Style and none XP-Style FRAME (in other windows app, not i
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
Clear textbox on only one SSTab *Resolved* -
I would like to clear the textboxes on ONE SSTab,
However when I use a For Each control, it clears all of the textboxes on all of the tabs.
I have the textboxes within a frame, BUT I would rather not make them into an array.
Anyone have any ideas?
clear all control in frame -
Hi all, need help from any of you guys.
I have 3 frame in 1 form. one of the frame is a ticket reservation which consists of 4 steps. the frame will display step by step guide to book a ticket. my question is how to display the next step once the 'next' button is clicked?
Thanx i
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
Go To Frame In Flash Using VB6 (RESOLVED) -
I can talk to a SWF pretty easily in VB6, but how do I jump to a particular frame in a movie (swf file)
I know how to go forward and back, but I want to beable to go to any frame in the movie through VB code.
Thanks
Dis able controls inside a picture box <Resolved> -
Hello, you know with a frame you can use a for each loop to enable / disable all of the child contents
how do u do this when the parent is not a frame yet a picturebox
(picture box used because of manifest frame issue)
thanks good people
Question about frames (clearing the content of) -
Hello all,
Am hoping someone can help with this, it's an easy one but I'm new to this. I've got a page with 2 frames (top & bottom) (and b/f anyone yells, the customer wants frames!). The top frame is a "search" frame, that allows the user to search for an item and
Clear textboxes in a frame -
How would you clear the all textboxes only in a certain frame?
I found this to clear all the text boxes on a form.
Code:
Dim Contrl As Control
For Each Contrl In Me.Controls
If (TypeOf Contrl Is TextBox) Then Contrl.Text = ""
Next Contrl
I tried
Clearing Label Captions -
Hello
I have a Frame Control on my form, in which i have put 7 lables, I want to clear all these lables by a single click, please help me.
P.S. There are many lables on the form too, but i want to clear the lables in the FRAME.
Thanks in advance
Farooq
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 Clear form of contents -
I have 5 checkboxes, I've already set it so if one is unticked then all its data will reset, but I want to have a command button that will clear the form,
In other words the command button will make all checkboxes unticked or reset
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
locking textboxes in one foul swoop.*RESOLVED* -
I have several textboxes within a frame and would like all of them to be locked. Rather than individually locking every textbox, is there a faster way?
ideally, i would prefer to disenable the whole frame, but the frame title is then greyed out.
Any help would be appreciated..
listbox display out of a frame (resolved) -
hi i have a list box within a frame and i make the list box flexible in such a way that the sizes varies depending on the data contains inside. But if the list box is larger than the frame it is blocked. How do i make the listbox showing the full display ie out of the frame? thank you.
Msflexgrid and Coloms(resolved) -
if i had 2 checkboxes and 2 coloms on a flex grid, how would i make it to where the checkboxes would troggle the 2 coloms on and off
thx
Components you can drag around a frame{resolved} -
Is it possible to make a component able to be dragged around a frame?
If so could you give me an idea of how to do this?
Groupbox = frame (RESOLVED) -
When using the frame control in VB6 the border could be hidden using the borderstyle property. What is the equivalent in .NET?
[resolved] simple access2000 question -
Hello,
I'm using an Unbound Object Frame (in Access2000) to display various bitmaps. The dimensions of the Object Frame are in inches (or cm or whatever). How do I tell it to size the Object Frame in pixels?
Thanks.
Drop Down Menu over another frame -
Hi,
I am having some problem with drop down menu. My site consist of two frame, one on the top (20%) and the 2nd frame is 80%. I have header and links on the top frame and show the content on the 2nd frame.
Now i have a drop down menu on the top frame, but when the menu drops d
How to put a SSTab on front -
I have form with a frame, and inside the frame I have a SSTab wiht some command buttons, also I have another big frame in front of the first one, with some other controls, now in running mode this big frame is invisble , until I click on a command button that makes it visible and in fr
loop through checkboxes (Resolved) -
i need to loop through all the checkboxes in a form. i tried using the code belo but didn't work.
dim chk as checkbox
for each chk in checkbox
....do this
next
what do i have to do?thnx
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
Clear frame -
How do I clear a frame2 when a link in frame1 is clicked?
2 Views -
My application (SDI) currently has two views seperated by a splitter.
The two views (listview and treeview) take up the height of
the frame minus the height of the menu and status
bar of course. I would like to insert another view above both the
listview and treeview that extend
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
Option button/Frame help [resolved, thanx!] -
Simple question here:
I have 1 From with 3 Frames. Each frame has 3 Option buttons.
How do I make it to where No Option button is selected at Runtime?
Right now I have a Dummy button in a Dummy Frame, and the value of the button is set to True. Also I have it set to Ture during the
detecting button click -
I have a page that has 2 frames on it. I would like detect when a button was clicked on the left frame that it will clear the right frame and just display a background image. Is this possible?
Trying to learn TabStrip.. LOST! -
How do you create a new tab, create a new frame, new controls, assign them to that frame then view the proper frame based on the tab click?
I got a lot of it just by futzin' but I cant fingure how to load the new controls and have them around until the user clicks.. ?
So far I go
redirecting using the meta tag & frames -
k, so there's the top frame and the main frame. the main frame should load my index_main page after 5 seconds, and it does. problem is, the top frame remains.
any suggestions on how to make the top frame disappear?
thanks.