Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1

    Default Need help sa mga programmers diha...


    hello..
    naa man gud ko daku nga prob karon, actually project ni namo..
    nya ang assign sa amo nga program kay kanang pareha sa mga internet cafe..
    pwede ko ngayo tabang sa inyo about kanang code nga mo lock sa desktop or kanang mo lock sa computer..

    wala pako kahibaw kung unsa jud ako gamiton..its either vb6.0, vb.net or java..
    bsag asa lang ana gud..
    thanks in advance..

  2. #2

    Default Re: Need help sa mga programmers diha...

    halo dude. hehe naa ko nabuhat sauna. pero log IN Log Out System for Internet Cafe pero for server rato... but as i have known ana.. pwede rah VB6 imo gamit kay mao to ako gibuhat... then praktis lang ka ug client server na approach.. din gamit ka ug winsock. para mag send then receive sa client.. imo ana magcreate ra ka ug lain nga program na mo display sya ug black screen na ma lock ang PC... although naa nako program ana sample pero wala lang nako buhata heheh kay wala paman gusto magpabuhat sa ako gud. heeheheh

  3. #3

    Default Re: Need help sa mga programmers diha...

    actually dili na sya mo lock kundi maura ra ug mag pa ibabaw toh imo girun na application then i disable lang ang mga controls like CTRL+ALT+DEL and any na makatang2x ana ...

  4. #4

    Default Re: Need help sa mga programmers diha...

    you can hook to the keyboard input directly and disable ctrl+del for your application.

  5. #5

    Default Re: Need help sa mga programmers diha...

    this could be done in vb.net. create a form and make it top most, and add a timer to the form and under the timer event, write a code that reads all processess and when a tskmngr.exe is running end that process. this will disable the ctrl + alt+ del functionality and with your form being the top, the computer will now be running like in a lock mode. if you want the code just pm me i will give you the project for that one. hope this would be usefull to u

  6. #6

    Default Re: Need help sa mga programmers diha...

    code for the timer would be -- this could will kill the taskmanager if it is could by ctrl +alt + del , so your app will not be closed by the task manager
    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
    For Each proc As Process In Process.GetProcesses()
    If proc.ProcessName = "taskmgr" Then
    proc.Kill()
    End If
    Next

    End Sub

  7. #7

    Default Re: Need help sa mga programmers diha...

    Private Sub Form1_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
    e.Cancel() = True
    End Sub

    --- put this code on the form closing so that your window cant be closed by alt + f4

  8. #8

    Default Re: Need help sa mga programmers diha...

    ahhhhh.. naa me internetan bai.. pro akong bayaw ang ga program log in log out bai... iya gamit vb6 nya ang database niya kay mysql gamit....

  9. #9

    Default Re: Need help sa mga programmers diha...

    vb6 will do and use winsock rather than timer. the performance is much better.

  10. #10

    Default Re: Need help sa mga programmers diha...

    Winsock and Timers are two completely different things.
    Winsock is for TCP/IP communications.
    Timer is the 1ms tick.

  11.    Advertisement

Page 1 of 2 12 LastLast

Similar Threads

 
  1. need help sa mga 2players racing games pro 1 pc lang
    By timzk701 in forum Software & Games (Old)
    Replies: 5
    Last Post: 08-15-2010, 01:46 AM
  2. Looking For: need help sa mga experts diri sa istorya
    By ryan_boy22 in forum Computers & Accessories
    Replies: 13
    Last Post: 06-21-2010, 01:10 AM
  3. Need help sa mga technician or kamao
    By melvin1289 in forum Software & Games (Old)
    Replies: 13
    Last Post: 08-08-2009, 07:54 PM
  4. Need Help sa mga DIY guys
    By kalawkaw23 in forum Automotive
    Replies: 10
    Last Post: 10-30-2008, 10:39 AM
  5. guys i need help sa mga famous in guitars & effects
    By casterTroy in forum Music & Radio
    Replies: 37
    Last Post: 08-27-2007, 06:43 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top