Advertisement

1 - 10 of 95 containing alltags:("let") (2.294 seconds)
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...
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....
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 ...
Zones: Visual Basic, Delphi Components, VB O...Date Answered: 01/31/2001 Grade: A Views: 16
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...
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...
Zones: Windows NT NetworkDate Answered: 05/21/2003 Grade: A Views: 0
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...
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...
Zones: Visual BasicDate Answered: 01/18/2005 Grade: A Views: 0
Hi, I have a question regarding the array. This is my test code: ----------------------------------------------------------------------------------------------------------------------------...
Zones: Visual Basic, Microsoft ProgrammingDate Answered: 04/22/2005 Grade: A Views: 0
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...
Zones: MS Visual BasicDate Answered: 06/10/2005 Grade: A Views: 17
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 ...
Zones: CDate Answered: 03/03/1998 Grade: A Views: 0