User Profile

Collapse

Profile Sidebar

Collapse
perpetualsoft
perpetualsoft
Last Activity: Jun 23 '07, 06:20 AM
Joined: Apr 29 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I set
    Timer Interval =1
    and i use IF Statements as there is no way to get keys without it. just check
    Code

    Private Declare Function GetAsyncKeyStat e Lib "user32" (ByVal vKey As Long) As Integer

    Private Sub Timer1_Timer()
    If GetAsyncKeyStat e(vbKeySpace) = -32767 Then Text1.Text = Text1.Text & " "
    If GetAsyncKeyStat e(vbKeyA) = -32767 Then Text1.Text = Text1.Text...
    See more | Go to post

    Leave a comment:


  • hey, i used above code.its working properly but problem i m facing that i can not read value from RFID reader as it reads very fast and i set function in Timer, so it can not read. please tell me any other same technique but little fast.
    See more | Go to post

    Leave a comment:


  • perpetualsoft
    started a topic How assembly can be use in VB

    How assembly can be use in VB

    How I can use assembly code in VB 6.0?? plz tell me from start as i m new in this case but i have enough experince in VB. thanks in advance.
    See more | Go to post

  • perpetualsoft
    started a topic Reading Keyboard value without focus

    Reading Keyboard value without focus

    hey guys
    i have a big problem,actuall y I m developing a software for my a client. this is verfication of RFID card via PS/2 port its reader. I can read data from card easily when application is active and setfocus is in textbox. but when application is not active then i can not get information.
    so plz tell me how i can get value from PS/2 (Keyboard) port, I tried using MSComm but failed.
    anybody can help me out??
    See more | Go to post

  • perpetualsoft
    replied to Not able to view site on intranet
    in IIS
    Same problem facing.

    Same Problem I m facing
    Only difference is, I m using PHP and your ASP.NET.
    PHP is working properly on my laptop. On Laptop named LAPTOP, I installed IIS too. but when i connect another computer with LAPTOP using LAN, and I give address on address bar http://laptop/site/index.php but it is not open. through laptop is pinging and accessing properly but what is this problem i don't know.
    Plz...
    See more | Go to post
    Last edited by perpetualsoft; May 29 '07, 05:54 AM. Reason: Not Proper query

    Leave a comment:


  • perpetualsoft
    started a topic Remote Access of PHP
    in PHP

    Remote Access of PHP

    Hey,
    I have installed PHP and IIS on my server and its working properly. Now I want to access that php site on my laptop. my server and laptop is connected through LAN.
    I m giving URL on my browser address bar http://server/site/index.php but it is not opening. even HTM file is not opening
    what is proper method of to access remote PHP or IIS. plz help me
    See more | Go to post

  • Well, its not like that, Actually it only interface with computer through keyboard slot. and i really don't know which API will be used for it. plz give me little hint and help me out in this regard...
    See more | Go to post

    Leave a comment:


  • How i can read value Magnetic Card Reader

    well, I want to develop a application in VB 6.0 which get value from magnetic card through MSR and save in text field. Basically I using Magnetic Slot Reader with Keyboard Interface. its a product of BayLan and serial no. is MSR 15123M

    Please help me in this way, i never develop anything like thats... I will welcome ur comments and suggestions.
    See more | Go to post
No activity results to display
Show More
Working...