earthandfire, your code is for vb 6, it doesn't work in vb.net.
jonbatts, here is the msg:
Specified argument was out of the range of valid values.
Parameter name: Index 21 is out of range.
I'm trying to remove textbox controls, it gave me error..the error is in the if statement, but I dont' know why. the Panel1.Controls.Count = 42, and when it count to Panel1.Controls.Count(21), it said index 21 is out of range.
any idea?
Dim ctrl As Control
Dim txtBox As TextBox...
is it only have one license? if your project is using for more than 10 machines, do you need to buy more license for it? license issue is the most important things to this project..
how can I modify the existing calander control? the first thing stoped me that when I want to increate the calander size, and it shows serval monthes in the one big size...
I tried used to create 42 textboxes controls in groupbox. and the thing is I only can create for one month calendar, when I change the month, it doesn't work because the textboxes can't create again, I tried to remove the textbox and recreate again, the remove sub doen't work..it has been taking...
is there any source for building a calendar like outlook calendar in vb.net, you can input a link or button in each date, and when you click it, it will open another window. any idea?
I used this
Private Sub clearTextboxes()
Dim ctrl As Control
Dim txtBox As TextBox
Dim i As Integer = 1
For Each ctrl In GroupBox1.Controls
If ctrl.GetType().Equals(GetType(TextBox)) Then
txtBox = CType(ctrl, Control)...
I created an array textboxes, the frist load is good, but when I reload it again, it won't work, and I know it has to be removed before load again, but I don't know how to remove it in dynamic textboxes, they don't have textbox.name. here is my create textbox code.
Private Sub textboxShow()...
I'm doing the mail label in crystal reports 8.5. there is only one page and 6 labels. I have 6 parameters for the 6 labels entityID, the query like this: Select name, address From company -- In the select expert Company.entityid is one of ?ID1, ?ID2, ?ID3, ?ID4, ?ID5, ?ID6..when I input values...
I tried your code, but it returned nothing to the it, it should returns a value, could you please help me look at the code?
In ProjectB
public server as string = "testing"
Public Class _myClass
Private t As String
Property test() As String
Get
Return t
End...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.