CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2002
    Location
    Mumbai
    Posts
    98

    Cyber cafe control system

    I am trying to built the package for the cyber cafe.

    User should be able to access the system, any program, start menu, utilities only after getting logged in to the server (where the time duration will be calculated).

    Login and logout of the user is been monitored at the server.

    Can anybody help me in finding the way to lock the window till the user logs in through my application?

    I am trying to display the invisible full screen form which won't allow any event on the windows and will cover the entire screen. But not getting the way to work with it.

    Kindly help, how to move further.
    Thanks in advance.

  2. #2
    Join Date
    Sep 2007
    Posts
    1

    Post Re: Cyber cafe control system

    i am also trying for the same cyber cafe control if any one have code kindly sent it

  3. #3
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: Cyber cafe control system

    Hi Arasu..

    Firstly please rather start a new thread with your problem and not reply to a 2 year old thread..

    Secondly.. This forum is not about sending code to users but more about helping eachother with coding problems...

    Have you tried to code anything.. what problems are you having..

    For a start you could look at this thread for some help
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

  4. #4
    Join Date
    Nov 2002
    Location
    Baby Land
    Posts
    646

    Re: Cyber cafe control system

    Also check out cybera at http://sourceforge.net/projects/cybera/
    It's an open source cyber cafe management system written in VB6

  5. #5
    Join Date
    Sep 2007
    Posts
    1

    Thumbs up Re: Cyber cafe control system

    I think you might need this.

    ---- winPadlock for VB6 ----

    In 1 or 3 lines of code, do any of the ff:
    -shutdown, reboot
    -disable sys keys (ctrl alt del, alt tab, ctrl esc, winbutton, etc.)
    -hide desktop
    -hide process (so that your program do not show
    in task manager, sys internals, or other process monitor)
    -minimize all window
    -autorun (runs your prog every time computer is switched on)


    download it here:
    winpadlock.co.nr
    winpadlock.uni.cc


    and yes, it's free!
    Good luck (-:

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured