Click here to Skip to main content
16,005,682 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: hidden schema Pin
dan!sh 19-Sep-09 7:48
professional dan!sh 19-Sep-09 7:48 
QuestionBackground worker cnacelation problem Pin
Gagan.2018-Sep-09 19:19
Gagan.2018-Sep-09 19:19 
AnswerRe: Background worker cnacelation problem Pin
Christian Graus18-Sep-09 19:21
protectorChristian Graus18-Sep-09 19:21 
GeneralRe: Background worker cnacelation problem Pin
Gagan.2018-Sep-09 19:31
Gagan.2018-Sep-09 19:31 
GeneralRe: Background worker cnacelation problem Pin
Christian Graus18-Sep-09 20:17
protectorChristian Graus18-Sep-09 20:17 
AnswerRe: Background worker cnacelation problem Pin
Luc Pattyn19-Sep-09 3:07
sitebuilderLuc Pattyn19-Sep-09 3:07 
AnswerRe: Background worker cnacelation problem Pin
Gagan.2019-Sep-09 4:28
Gagan.2019-Sep-09 4:28 
QuestionTought Screen keyboard kinda working help ? Pin
Bob Beaubien18-Sep-09 18:49
Bob Beaubien18-Sep-09 18:49 
Hello every one
i kinda got my keyboard working here just have one question
how can i set the focus to whatever textbox selected or the text box that have the curser in it

Thanks everyone for you help and patients
Bob

Public Class Form1

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        For Each ctl As Control In Me.Controls
            If TypeOf ctl Is Button Then
                If ctl.Text.Length = 1 Then
                    AddHandler ctl.Click, AddressOf btnKey_Click
                End If
            End If
        Next
    End Sub

    Private Sub btnKey_Click(ByVal sender As Object, ByVal e As System.EventArgs)
        TextBox1.Focus()
        SendKeys.Send(sender.text)
        
    End Sub

End Class

AnswerRe: Tought Screen keyboard kinda working help ? Pin
Christian Graus18-Sep-09 19:17
protectorChristian Graus18-Sep-09 19:17 
QuestionDisplay employee record with image like treeview Pin
Pandey Vijay Kumar S.18-Sep-09 17:48
Pandey Vijay Kumar S.18-Sep-09 17:48 
AnswerRe: Display employee record with image like treeview Pin
Christian Graus18-Sep-09 19:18
protectorChristian Graus18-Sep-09 19:18 
QuestionAnyone get this to work ?? Pin
Bob Beaubien18-Sep-09 16:03
Bob Beaubien18-Sep-09 16:03 
AnswerRe: Anyone get this to work ?? Pin
Luc Pattyn18-Sep-09 16:19
sitebuilderLuc Pattyn18-Sep-09 16:19 
GeneralRe: Anyone get this to work ?? Pin
Bob Beaubien18-Sep-09 16:21
Bob Beaubien18-Sep-09 16:21 
GeneralRe: Anyone get this to work ?? Pin
Luc Pattyn18-Sep-09 16:47
sitebuilderLuc Pattyn18-Sep-09 16:47 
GeneralRe: Anyone get this to work ?? Pin
Bob Beaubien18-Sep-09 16:52
Bob Beaubien18-Sep-09 16:52 
QuestionURGENT HELP Pin
McsmartCJ18-Sep-09 14:25
McsmartCJ18-Sep-09 14:25 
AnswerRe: URGENT HELP Pin
Dave Kreskowiak18-Sep-09 15:05
mveDave Kreskowiak18-Sep-09 15:05 
GeneralRe: URGENT HELP Pin
Christian Graus18-Sep-09 15:22
protectorChristian Graus18-Sep-09 15:22 
GeneralRe: URGENT HELP Pin
Dave Kreskowiak18-Sep-09 18:27
mveDave Kreskowiak18-Sep-09 18:27 
GeneralRe: URGENT HELP Pin
Christian Graus18-Sep-09 19:19
protectorChristian Graus18-Sep-09 19:19 
AnswerRe: URGENT HELP Pin
Christian Graus18-Sep-09 15:21
protectorChristian Graus18-Sep-09 15:21 
AnswerRe: URGENT HELP Pin
Luc Pattyn18-Sep-09 15:43
sitebuilderLuc Pattyn18-Sep-09 15:43 
QuestionForm that is showing dialog box is disabled - looses behavior of when showing dialogbox Pin
nlarson1118-Sep-09 10:02
nlarson1118-Sep-09 10:02 
AnswerRe: Form that is showing dialog box is disabled - looses behavior of when showing dialogbox Pin
Eddy Vluggen18-Sep-09 10:29
professionalEddy Vluggen18-Sep-09 10:29 

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.