Click here to Skip to main content
16,016,227 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionIs it possible to password protect FOLDER Pin
focusit12-Jan-07 10:03
focusit12-Jan-07 10:03 
AnswerRe: Is it possible to password protect FOLDER Pin
Dave Kreskowiak12-Jan-07 10:07
mveDave Kreskowiak12-Jan-07 10:07 
GeneralRe: Is it possible to password protect FOLDER Pin
focusit14-Jan-07 3:56
focusit14-Jan-07 3:56 
GeneralRe: Is it possible to password protect FOLDER Pin
Colin Angus Mackay14-Jan-07 4:04
Colin Angus Mackay14-Jan-07 4:04 
GeneralRe: Is it possible to password protect FOLDER Pin
Dave Kreskowiak14-Jan-07 4:38
mveDave Kreskowiak14-Jan-07 4:38 
GeneralRe: Is it possible to password protect FOLDER Pin
focusit15-Jan-07 12:21
focusit15-Jan-07 12:21 
GeneralRe: Is it possible to password protect FOLDER Pin
Dave Kreskowiak15-Jan-07 19:14
mveDave Kreskowiak15-Jan-07 19:14 
QuestionDynamically creating panels and text boxes Pin
portreathbeach12-Jan-07 9:17
portreathbeach12-Jan-07 9:17 
I am writing an application that needs lots of things dynamically created, Labels etc.

Here is the code I use to add a label to the form:



Dim lblTitle as label

With lblTitle
.Left = 24
.Top = 24
.Width = 632
.Height = 48
.BackColor = Color.Black
.ForeColor = Color.White
.Font = New Font("Arial", fontsize, FontStyle.Regular)
.Enabled = True
.Text = "Title of the song"
.AutoSize = False
End With
controls.add(lblTitle)


I want to make a scrolling label, so I need to create a panel on the form, then create a label in the panel with a width wider than the panel width, and move the .left of the label to make it look as if it is scrolling.

I can do this when dropping the items onto a form normally, but not by dynamically creating them, please can someone help, I have been trying for days.

Thanks
AnswerRe: Dynamically creating panels and text boxes Pin
Dave Kreskowiak12-Jan-07 9:43
mveDave Kreskowiak12-Jan-07 9:43 
GeneralRe: Dynamically creating panels and text boxes Pin
portreathbeach12-Jan-07 10:08
portreathbeach12-Jan-07 10:08 
GeneralRe: Dynamically creating panels and text boxes Pin
Dave Kreskowiak12-Jan-07 10:11
mveDave Kreskowiak12-Jan-07 10:11 
GeneralRe: Dynamically creating panels and text boxes Pin
portreathbeach12-Jan-07 11:22
portreathbeach12-Jan-07 11:22 
GeneralRe: Dynamically creating panels and text boxes Pin
arcticbrew13-Jan-07 14:31
arcticbrew13-Jan-07 14:31 
QuestionDVD playback in VB.net Pin
portreathbeach12-Jan-07 9:10
portreathbeach12-Jan-07 9:10 
AnswerRe: DVD playback in VB.net Pin
Dave Kreskowiak12-Jan-07 9:42
mveDave Kreskowiak12-Jan-07 9:42 
GeneralRe: DVD playback in VB.net Pin
portreathbeach12-Jan-07 10:07
portreathbeach12-Jan-07 10:07 
QuestionCompile Errors in generated code from dataset Pin
TMcGee12-Jan-07 8:18
TMcGee12-Jan-07 8:18 
AnswerRe: Compile Errors in generated code from dataset Pin
sdkgolf13-Jan-07 10:40
sdkgolf13-Jan-07 10:40 
QuestionChat Program Pin
mokhabarat12-Jan-07 7:33
mokhabarat12-Jan-07 7:33 
AnswerRe: Chat Program Pin
nlarson1112-Jan-07 8:07
nlarson1112-Jan-07 8:07 
QuestionHelp???????????????????????? Pin
alek hunter12-Jan-07 5:52
alek hunter12-Jan-07 5:52 
AnswerHelp???????????????????????? Pin
alek hunter13-Jan-07 0:19
alek hunter13-Jan-07 0:19 
GeneralRe: Help???????????????????????? Pin
Colin Angus Mackay13-Jan-07 9:36
Colin Angus Mackay13-Jan-07 9:36 
QuestionHelp???????????????????????? Pin
alek hunter12-Jan-07 5:52
alek hunter12-Jan-07 5:52 
AnswerRe: Help???????????????????????? Pin
Dave Kreskowiak12-Jan-07 6:09
mveDave Kreskowiak12-Jan-07 6:09 

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.