Click here to Skip to main content
15,886,840 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: mp3 recording / LAME encoder Pin
Christian Graus13-Apr-08 21:37
protectorChristian Graus13-Apr-08 21:37 
GeneralRe: mp3 recording / LAME encoder Pin
Fred Worms15-Apr-08 7:59
Fred Worms15-Apr-08 7:59 
QuestionHow fill records to listview with datareader Pin
Coban_13-Apr-08 21:17
Coban_13-Apr-08 21:17 
AnswerRe: How fill records to listview with datareader Pin
Christian Graus13-Apr-08 21:48
protectorChristian Graus13-Apr-08 21:48 
GeneralRe: How fill records to listview with datareader Pin
Coban_13-Apr-08 22:12
Coban_13-Apr-08 22:12 
GeneralRe: How fill records to listview with datareader Pin
Christian Graus13-Apr-08 22:20
protectorChristian Graus13-Apr-08 22:20 
GeneralRe: How fill records to listview with datareader Pin
Coban_14-Apr-08 0:10
Coban_14-Apr-08 0:10 
GeneralBactracking Pin
BoyPols13-Apr-08 20:55
BoyPols13-Apr-08 20:55 
I have created a form and i have added a label,the label is supposed to be template in which 99 new labels would be generated,at the moment i can only generate one label clone of the label template.here is the code

Private Sub frmBackTrack_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
obj = New Labels2
'instantiate new checkbox class
Dim MyLabel As New Labels
'assigning the properties of the new object
With MyLabel
.Text = ("Label2")
.Left = Label1.Left
.Top = Label1.Top + Label1.Height
.Size = Label1.Size
'.BackColor = Color.Azure
End With
'adding checkbox control to the form
Me.FlowLayoutPanel1.Controls.Add(MyLabel)

End Sub
please assist me to generate the other labels
GeneralRe: Bactracking Pin
Christian Graus13-Apr-08 20:59
protectorChristian Graus13-Apr-08 20:59 
Questionregarding storing the key windows registry in vb.net Pin
vijaylumar13-Apr-08 19:52
vijaylumar13-Apr-08 19:52 
GeneralRe: regarding storing the key windows registry in vb.net Pin
Christian Graus13-Apr-08 20:56
protectorChristian Graus13-Apr-08 20:56 
GeneralRe: regarding storing the key windows registry in vb.net Pin
Dave Kreskowiak14-Apr-08 3:11
mveDave Kreskowiak14-Apr-08 3:11 
GeneralJanusGridEx problem Pin
en.Mahdi13-Apr-08 19:11
en.Mahdi13-Apr-08 19:11 
GeneralRe: JanusGridEx problem Pin
Christian Graus13-Apr-08 19:27
protectorChristian Graus13-Apr-08 19:27 
GeneralRe: JanusGridEx problem Pin
Christian Graus14-Apr-08 10:49
protectorChristian Graus14-Apr-08 10:49 
Generalarray style codeprovider in .net Pin
cstrader23213-Apr-08 16:14
cstrader23213-Apr-08 16:14 
GeneralRe: array style codeprovider in .net Pin
Christian Graus13-Apr-08 16:45
protectorChristian Graus13-Apr-08 16:45 
GeneralRe: array style codeprovider in .net Pin
cstrader23214-Apr-08 1:42
cstrader23214-Apr-08 1:42 
GeneralRe: array style codeprovider in .net Pin
cstrader23214-Apr-08 2:03
cstrader23214-Apr-08 2:03 
GeneralRe: array style codeprovider in .net Pin
Luc Pattyn14-Apr-08 2:13
sitebuilderLuc Pattyn14-Apr-08 2:13 
GeneralRe: array style codeprovider in .net Pin
cstrader23214-Apr-08 2:53
cstrader23214-Apr-08 2:53 
GeneralRe: array style codeprovider in .net Pin
Luc Pattyn14-Apr-08 3:31
sitebuilderLuc Pattyn14-Apr-08 3:31 
GeneralRe: array style codeprovider in .net Pin
cstrader23214-Apr-08 4:06
cstrader23214-Apr-08 4:06 
Generalerror running application on other computer Pin
shee_dee8613-Apr-08 15:41
shee_dee8613-Apr-08 15:41 
GeneralRe: error running application on other computer Pin
Christian Graus13-Apr-08 15:55
protectorChristian Graus13-Apr-08 15:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.