i placed an option box on a proggy, and wantyed to know whats the property or whatever:
name.property e.g. : label1.label
whats the options propery?
option1. ???
is this right after i get the property?
dim Yes as string
yes = option1. w/e prop. is
if option1.prop = true then msgbox "blah blah blah blah"
?
question about option boxes
-
- Posts: 115
- Joined: Fri Jan 14, 2005 9:26 am
- Location: Why The Fuck Would I Tell You? Indiana...
- Contact:
question about option boxes
Signature exceeded 75KB.
Re: question about option boxes
checkbox1.vbchecked and checkbox1.vbunchecked i think
Signature exceeded 75KB.
-
- Posts: 773
- Joined: Tue May 04, 2004 7:14 am
- Location: Uranus
![]() |
-
- Posts: 115
- Joined: Fri Jan 14, 2005 9:26 am
- Location: Why The Fuck Would I Tell You? Indiana...
- Contact:
actually what i wanted 2 knoe wus wut is the property of an optionbox...which i found out is
youroption.Value
youroption.Value
Code: Select all
Dim name As String
Dim last As String
Dim chinyes As String
Dim chinno As String
last = txtLast.Text
name = txtName.Text
chinyes = Option1.Value
chinno = Option2.Value
If chinyes = True Then MsgBox "hey their playa!"
Signature exceeded 75KB.
-
- Posts: 115
- Joined: Fri Jan 14, 2005 9:26 am
- Location: Why The Fuck Would I Tell You? Indiana...
- Contact: