Click here to Skip to main content
15,798,199 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Need help with this question Pin
Richard MacCutchan6-Sep-21 1:25
mveRichard MacCutchan6-Sep-21 1:25 
GeneralRe: Need help with this question Pin
Member 153482516-Sep-21 1:59
Member 153482516-Sep-21 1:59 
GeneralRe: Need help with this question Pin
Richard MacCutchan6-Sep-21 6:44
mveRichard MacCutchan6-Sep-21 6:44 
GeneralRe: Need help with this question Pin
Richard MacCutchan6-Sep-21 23:28
mveRichard MacCutchan6-Sep-21 23:28 
AnswerRe: Need help with this question Pin
OriginalGriff6-Sep-21 20:44
mvaOriginalGriff6-Sep-21 20:44 
QuestionText box auto takes serial no when items select form combo box Pin
GOBIND KUMAR SHARMA1-Sep-21 0:48
GOBIND KUMAR SHARMA1-Sep-21 0:48 
Rant[REPOST] Text box auto takes serial no when items select form combo box Pin
Richard Deeming1-Sep-21 1:06
mveRichard Deeming1-Sep-21 1:06 
QuestionWhat is the problem here? Pin
Member 1495490331-Aug-21 10:59
Member 1495490331-Aug-21 10:59 
So if i copy something, it goes directly into "Textbox2" but sometimes the same text as "Textbox1" goes into "Textbox2" regardless of it not being "allowed". (see code below)

Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
    Dim clip As String = Clipboard.GetText
    If clip.StartsWith(TextBox1.Text) Then

    Else
        TextBox2.Text = Clipboard.GetText
    End If
End Sub


The timer has an interval of 100ms (i think my pc isnt to slow to handle it) but this also happens if the timer has a interval of 3000ms or anything higher (it just happens later). What is the issue here?
AnswerRe: What is the problem here? Pin
Richard MacCutchan31-Aug-21 22:57
mveRichard MacCutchan31-Aug-21 22:57 
GeneralRe: What is the problem here? Pin
Richard Deeming31-Aug-21 23:50
mveRichard Deeming31-Aug-21 23:50 
QuestionHow to faster process export to excel row by row with excel formating Pin
Anton Setiawan 202124-Aug-21 19:33
Anton Setiawan 202124-Aug-21 19:33 
AnswerRe: How to faster process export to excel row by row with excel formating Pin
Richard Deeming24-Aug-21 22:37
mveRichard Deeming24-Aug-21 22:37 
QuestionBlank/Black webcam on newer model laptop running webcam program in VB.net Pin
nethelp1116-Aug-21 17:47
professionalnethelp1116-Aug-21 17:47 
AnswerRe: Blank/Black webcam on newer model laptop running webcam program in VB.net Pin
Richard MacCutchan16-Aug-21 22:46
mveRichard MacCutchan16-Aug-21 22:46 
AnswerRe: Blank/Black webcam on newer model laptop running webcam program in VB.net Pin
Eddy Vluggen17-Aug-21 2:38
professionalEddy Vluggen17-Aug-21 2:38 
QuestionOdd Transparency behavior in VB.Net Panel Pin
Peter R. Fletcher6-Aug-21 5:02
Peter R. Fletcher6-Aug-21 5:02 
AnswerRe: Odd Transparency behavior in VB.Net Panel Pin
Dave Kreskowiak6-Aug-21 6:02
mveDave Kreskowiak6-Aug-21 6:02 
GeneralRe: Odd Transparency behavior in VB.Net Panel Pin
Peter R. Fletcher6-Aug-21 6:49
Peter R. Fletcher6-Aug-21 6:49 
GeneralRe: Odd Transparency behavior in VB.Net Panel Pin
Dave Kreskowiak6-Aug-21 7:16
mveDave Kreskowiak6-Aug-21 7:16 
GeneralRe: Odd Transparency behavior in VB.Net Panel Pin
Peter R. Fletcher6-Aug-21 7:31
Peter R. Fletcher6-Aug-21 7:31 
GeneralRe: Odd Transparency behavior in VB.Net Panel Pin
Peter R. Fletcher6-Aug-21 9:27
Peter R. Fletcher6-Aug-21 9:27 
GeneralRe: Odd Transparency behavior in VB.Net Panel Pin
Dave Kreskowiak6-Aug-21 14:25
mveDave Kreskowiak6-Aug-21 14:25 
GeneralRe: Odd Transparency behavior in VB.Net Panel Pin
Peter R. Fletcher7-Aug-21 4:45
Peter R. Fletcher7-Aug-21 4:45 
GeneralRe: Odd Transparency behavior in VB.Net Panel Pin
Dave Kreskowiak7-Aug-21 6:14
mveDave Kreskowiak7-Aug-21 6:14 
GeneralRe: Odd Transparency behavior in VB.Net Panel Pin
Peter R. Fletcher7-Aug-21 10:10
Peter R. Fletcher7-Aug-21 10:10 

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.