Click here to Skip to main content
15,901,853 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Lamda expression in AutoCompleteFilterPredicate Pin
gGregor8324-Sep-09 4:18
gGregor8324-Sep-09 4:18 
GeneralRe: Lamda expression in AutoCompleteFilterPredicate Pin
Gideon Engelberth24-Sep-09 11:47
Gideon Engelberth24-Sep-09 11:47 
GeneralRe: Lamda expression in AutoCompleteFilterPredicate Pin
gGregor8324-Sep-09 20:27
gGregor8324-Sep-09 20:27 
QuestionCant get Underscore to work in my screen Keyboard Pin
Bob Beaubien23-Sep-09 16:22
Bob Beaubien23-Sep-09 16:22 
AnswerRe: Cant get Underscore to work in my screen Keyboard Pin
_Damian S_23-Sep-09 17:49
professional_Damian S_23-Sep-09 17:49 
GeneralRe: Cant get Underscore to work in my screen Keyboard Pin
Bob Beaubien23-Sep-09 17:51
Bob Beaubien23-Sep-09 17:51 
GeneralRe: Cant get Underscore to work in my screen Keyboard Pin
Christian Graus23-Sep-09 18:20
protectorChristian Graus23-Sep-09 18:20 
GeneralRe: Cant get Underscore to work in my screen Keyboard Pin
Bob Beaubien23-Sep-09 18:58
Bob Beaubien23-Sep-09 18:58 
That work perfect for the at simble

Private Sub Key_AT_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Key_AT.Click
        SetActiveWindow(8975651603260375040)
        keybd_event(VK_SHIFT, 0, 0, 0)
        keybd_event(&H32, 0, 0, 0)
        keybd_event(&H32, 0, KEYEVENTF_KEYUP, 0)
        keybd_event(VK_SHIFT, 0, KEYEVENTF_KEYUP, 0)
    End Sub


every key worked perfect
AnswerRe: Cant get Underscore to work in my screen Keyboard Pin
Christian Graus23-Sep-09 18:19
protectorChristian Graus23-Sep-09 18:19 
AnswerRe: Cant get Underscore to work in my screen Keyboard Pin
Luc Pattyn24-Sep-09 1:58
sitebuilderLuc Pattyn24-Sep-09 1:58 
AnswerRe: Cant get Underscore to work in my screen Keyboard Pin
Dave Kreskowiak24-Sep-09 4:21
mveDave Kreskowiak24-Sep-09 4:21 
GeneralRe: Cant get Underscore to work in my screen Keyboard Pin
Bob Beaubien24-Sep-09 5:51
Bob Beaubien24-Sep-09 5:51 
GeneralRe: Cant get Underscore to work in my screen Keyboard Pin
Luc Pattyn24-Sep-09 6:18
sitebuilderLuc Pattyn24-Sep-09 6:18 
QuestionVB.NET 2008: Hide and/or disable Start Menu onLoad Pin
Dimitri Backaert23-Sep-09 10:31
Dimitri Backaert23-Sep-09 10:31 
AnswerRe: VB.NET 2008: Hide and/or disable Start Menu onLoad Pin
Tom Deketelaere23-Sep-09 21:33
professionalTom Deketelaere23-Sep-09 21:33 
GeneralRe: VB.NET 2008: Hide and/or disable Start Menu onLoad Pin
Dimitri Backaert23-Sep-09 22:57
Dimitri Backaert23-Sep-09 22:57 
QuestionVS 2010 Pin
εїзεїзεїз23-Sep-09 8:42
εїзεїзεїз23-Sep-09 8:42 
AnswerRe: VS 2010 Pin
Ashfield23-Sep-09 9:00
Ashfield23-Sep-09 9:00 
GeneralRe: VS 2010 Pin
εїзεїзεїз23-Sep-09 9:30
εїзεїзεїз23-Sep-09 9:30 
GeneralRe: VS 2010 Pin
Christian Graus23-Sep-09 18:20
protectorChristian Graus23-Sep-09 18:20 
GeneralRe: VS 2010 Pin
εїзεїзεїз23-Sep-09 19:24
εїзεїзεїз23-Sep-09 19:24 
AnswerRe: VS 2010 Pin
Dave Kreskowiak23-Sep-09 9:28
mveDave Kreskowiak23-Sep-09 9:28 
GeneralRe: VS 2010 Pin
εїзεїзεїз23-Sep-09 9:36
εїзεїзεїз23-Sep-09 9:36 
QuestionData from Scanner to Database Pin
Dambod23-Sep-09 5:42
Dambod23-Sep-09 5:42 
AnswerRe: Data from Scanner to Database [Cross Post, please ignore] Pin
Henry Minute23-Sep-09 7:18
Henry Minute23-Sep-09 7:18 

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.