Click here to Skip to main content
15,891,607 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Send Commands Directly to a Printer Pin
Dave Kreskowiak23-Oct-10 3:53
mveDave Kreskowiak23-Oct-10 3:53 
AnswerRe: Send Commands Directly to a Printer Pin
Rajesh Anuhya24-Oct-10 21:41
professionalRajesh Anuhya24-Oct-10 21:41 
AnswerCódigo para validar cpf no Access xp Pin
Raphael4920-Oct-10 20:15
Raphael4920-Oct-10 20:15 
GeneralRe: Código para validar cpf no Access xp - translated Pin
Peter_in_278020-Oct-10 20:22
professionalPeter_in_278020-Oct-10 20:22 
GeneralRe: Código para validar cpf no Access xp - translated Pin
DaveAuld20-Oct-10 21:37
professionalDaveAuld20-Oct-10 21:37 
GeneralRe: Código para validar cpf no Access xp Pin
Andy_L_J20-Oct-10 21:55
Andy_L_J20-Oct-10 21:55 
GeneralRe: Código para validar cpf no Access xp Pin
Dave Kreskowiak21-Oct-10 2:07
mveDave Kreskowiak21-Oct-10 2:07 
QuestionKey Tracking Using API not working Pin
greendragons20-Oct-10 7:49
greendragons20-Oct-10 7:49 
I made a lil' application that tracks wht key has been pressed...
I have called api function... but it's not tracking keys like A or a , R...
It's working for Enter, backspace pretty well.....
Why it is not working for alphabets.....

<br />
    Declare Function GetAsyncKeyState Lib "user32" Alias "GetAsyncKeyState" (ByVal vKey As Keys) As Integer<br />
<br />
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load<br />
<br />
<br />
    End Sub<br />
<br />
    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick<br />
        <br />
        If GetAsyncKeyState(Keys.A) > 0 Then<br />
<br />
            MsgBox("A")<br />
<br />
        Else<br />
        End If<br />
       <br />
<br />
    End Sub<br />
End Class

AnswerRe: Key Tracking Using API not working Pin
DaveAuld20-Oct-10 8:41
professionalDaveAuld20-Oct-10 8:41 
GeneralRe: Key Tracking Using API not working Pin
greendragons20-Oct-10 8:58
greendragons20-Oct-10 8:58 
GeneralRe: Key Tracking Using API not working Pin
Dave Kreskowiak20-Oct-10 9:53
mveDave Kreskowiak20-Oct-10 9:53 
GeneralRe: Key Tracking Using API not working Pin
greendragons20-Oct-10 10:10
greendragons20-Oct-10 10:10 
QuestionMetafile Dimension Problems. Pin
markW34518-Oct-10 22:52
markW34518-Oct-10 22:52 
QuestionFree Pc Status? Pin
jahan00716-Oct-10 12:33
jahan00716-Oct-10 12:33 
AnswerRe: Free Pc Status? Pin
Dave Kreskowiak16-Oct-10 16:05
mveDave Kreskowiak16-Oct-10 16:05 
AnswerRe: Free Pc Status? Pin
Ray Cassick17-Oct-10 5:09
Ray Cassick17-Oct-10 5:09 
GeneralRe: Free Pc Status? Pin
jahan00717-Oct-10 14:24
jahan00717-Oct-10 14:24 
QuestionVB.NET Pin
harshdamania16-Oct-10 4:10
harshdamania16-Oct-10 4:10 
AnswerRe: VB.NET Pin
Dave Kreskowiak16-Oct-10 7:09
mveDave Kreskowiak16-Oct-10 7:09 
AnswerRe: VB.NET Pin
Bernhard Hiller22-Oct-10 4:06
Bernhard Hiller22-Oct-10 4:06 
QuestionExtend Standard Context menu Pin
P$YCH015-Oct-10 2:58
P$YCH015-Oct-10 2:58 
AnswerRe: Extend Standard Context menu Pin
Eddy Vluggen15-Oct-10 4:55
professionalEddy Vluggen15-Oct-10 4:55 
GeneralRe: Extend Standard Context menu Pin
P$YCH015-Oct-10 5:30
P$YCH015-Oct-10 5:30 
GeneralRe: Extend Standard Context menu Pin
Richard MacCutchan15-Oct-10 6:04
mveRichard MacCutchan15-Oct-10 6:04 
QuestionRe: Extend Standard Context menu Pin
P$YCH015-Oct-10 6:44
P$YCH015-Oct-10 6:44 

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.