I created my own textbox ocx, with property multiline.
'Property multiline
Public Property Let Multiline(ByVal B As Boolean)
Text1.Multiline = B
PropertyChanged "Multiline"
End Prope...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_11267795.html
Zones:
Visual BasicDate Answered: 09/14/2000 Grade: D Views: 0
i have a combo box on my form. I have put in the list the value 1,2,3,4,5
I don't want them to be able to go on combo box and put in a value.
I just want them to choose one with the arrow button....
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10352365.html
Zones:
Visual BasicDate Answered: 05/18/2000 Grade: B Views: 0
HI all:
In a nutshell, can someone explain the get and let properties in visual basic. I've used them in the past, but not with a solid understanding on how they function, and I haven't seen a ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20066157.html
i just defining a class (CRational) to represent a rational numbers and their operation:+,-,*,/
how should i do to defining:
1.Define data fields for numerator and denominator.
2.Define get an...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20411723.html
Zones:
Visual BasicDate Answered: 01/12/2003 Grade: B Views: 0
I am trying to use telent to connect to another computer using Windows XP, only everytime I lanch telnet, no matter how I do it, I can't type in telnet. When I push keys on my keyboard not...
http://www.experts-exchange.com/Networking/Windows_Networking/NT/Q_20619974.html
hi everyone:
i am using frames on couple of pages of my website. now, if i try to link to a section (anchor) of one of the pages that is part of the frameset, it always goes to the top of the pa...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_20780772.ht...
Zones:
HTMLDate Answered: 03/31/2004 Grade: A Views: 0
Hi,
I am using this property in a class;
Property Let SelectedRow(ByVal RowIndex As Integer, Optional AllowSameRow as boolean = False)
......
End Property
I get the old red error of 'A...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21279436.html
Zones:
Visual BasicDate Answered: 01/18/2005 Grade: A Views: 0
Hi,
I have a question regarding the array. This is my test code:
----------------------------------------------------------------------------------------------------------------------------...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21394499.html
The following code from VB6 allows me to read and write data to elements of an array:
Private array1X() As Integer
...
Public Property Let array1(i As Integer, value As Integer)
array1X(i...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21453774.htm...
I have a homework that I don't know how to do it, I would be appreciated if you show me yours. The homework is as follows:
<<
A sales manager wants to sum the monthly sales for each salesperson in ...
http://www.experts-exchange.com/Programming/Languages/C/Q_10040727.html
Zones:
CDate Answered: 03/03/1998 Grade: A Views: 0