ChubbyArse
Member
- Joined
- Jun 10, 2003
- Messages
- 19
Hi All,
I want to do something like the flags property in the old commondialog.
Where you used the OR to specifiy the options, Id like to build the same into my function call.
How do I do this.
For example:
Dim lng As Long
lng = 1 Or 2
How do I establish that lng contains 1 and 2?
What is this technique described as in vb.net, and where would I be able to read up on it?
Thanks
Alex
I want to do something like the flags property in the old commondialog.
Where you used the OR to specifiy the options, Id like to build the same into my function call.
How do I do this.
For example:
Dim lng As Long
lng = 1 Or 2
How do I establish that lng contains 1 and 2?
What is this technique described as in vb.net, and where would I be able to read up on it?
Thanks
Alex