Click here to Skip to main content
15,898,035 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: List All Registry Values Pin
Dave Kreskowiak6-Mar-07 17:08
mveDave Kreskowiak6-Mar-07 17:08 
GeneralRe: List All Registry Values Pin
MatrixCoder7-Mar-07 3:56
MatrixCoder7-Mar-07 3:56 
Questionneed help wit listing file name in bin folder Pin
neodeaths6-Mar-07 15:39
neodeaths6-Mar-07 15:39 
AnswerRe: need help wit listing file name in bin folder Pin
MatrixCoder6-Mar-07 16:15
MatrixCoder6-Mar-07 16:15 
AnswerRe: need help wit listing file name in bin folder Pin
The ANZAC6-Mar-07 17:53
The ANZAC6-Mar-07 17:53 
QuestionDateTime in MS Acces with ADO.NET Pin
Scott Page6-Mar-07 13:43
professionalScott Page6-Mar-07 13:43 
QuestionLocalization with VB .net and Access Database Pin
rhaseena6-Mar-07 11:10
rhaseena6-Mar-07 11:10 
QuestionIt looks right? Pin
Anybloodyid6-Mar-07 10:37
Anybloodyid6-Mar-07 10:37 
Below is the code I have but nothing appears on the form?
Public Class Form1
    Dim WithEvents MyLabel As New Label

    Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        With MyLabel
            .Left = 10
            .Top = 10
            .Width = 50
            .Height = 25
            .BorderStyle = BorderStyle.Fixed3D
            .BackColor = Color.White
            .ForeColor = Color.Blue
        End With
    End Sub
End Class

AnswerRe: It looks right? Pin
Christian Graus6-Mar-07 10:46
protectorChristian Graus6-Mar-07 10:46 
AnswerRe: It looks right? Pin
JUNEYT6-Mar-07 10:50
JUNEYT6-Mar-07 10:50 
GeneralRe: It looks right? Pin
Anybloodyid6-Mar-07 11:06
Anybloodyid6-Mar-07 11:06 
AnswerRe: It looks right? Pin
Taylor Kobani6-Mar-07 22:46
Taylor Kobani6-Mar-07 22:46 
QuestionLet user add new items to a databound combobox Pin
NDD576-Mar-07 9:55
NDD576-Mar-07 9:55 
AnswerRe: Let user add new items to a databound combobox Pin
Scott Page7-Mar-07 12:23
professionalScott Page7-Mar-07 12:23 
GeneralRe: Let user add new items to a databound combobox Pin
NDD579-Mar-07 7:36
NDD579-Mar-07 7:36 
Questiona Simple Clock Alarm Pin
HoseinQuest6-Mar-07 9:43
HoseinQuest6-Mar-07 9:43 
AnswerRe: a Simple Clock Alarm Pin
JUNEYT6-Mar-07 10:41
JUNEYT6-Mar-07 10:41 
QuestionCan't see ODBC datasource Pin
cstrader2326-Mar-07 8:07
cstrader2326-Mar-07 8:07 
QuestionChanging the time or date field of the timedate control panel using shell command Pin
JewelOfTheNile6-Mar-07 7:30
JewelOfTheNile6-Mar-07 7:30 
AnswerRe: Changing the time or date field of the timedate control panel using shell command Pin
GoodID6-Mar-07 21:19
GoodID6-Mar-07 21:19 
QuestionBar code scanner Pin
Brad Fackrell6-Mar-07 5:46
Brad Fackrell6-Mar-07 5:46 
AnswerRe: Bar code scanner Pin
kubben6-Mar-07 7:18
kubben6-Mar-07 7:18 
GeneralRe: Bar code scanner Pin
Brad Fackrell6-Mar-07 9:54
Brad Fackrell6-Mar-07 9:54 
QuestionProblem with thread Pin
Nilesh Hapse6-Mar-07 5:11
Nilesh Hapse6-Mar-07 5:11 
AnswerRe: Problem with thread Pin
Scott Page6-Mar-07 13:35
professionalScott Page6-Mar-07 13:35 

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.