Search:

Type: Posts; User: LawnNinja

Page 1 of 12 1 2 3 4

Search: Search took 0.19 seconds.

  1. Replies
    42
    Views
    1,921

    Re: A timers Program over a lan

    Here's a idea. To unlock the computer i just us what i have so far where the main computer connects the the computer underneath it and the computer underneath the main senses the connection and...
  2. Replies
    42
    Views
    1,921

    Re: A timers Program over a lan

    I been trying to get this to work forever now. I cant get the quit button to make the control panel change from showing a timer to back to a mode where the computer can be locked again. Any ideas
  3. Replies
    1
    Views
    499

    Code for Shift Alt M

    is there a code for shift+Alt+M? What i mean by this is a code that something hapeens when Shift+Alt+M is pressed.
  4. Left click over and over again on a location?

    How do you have it so when you press a command button the next place you click will be clicked over and over again until you click again? Thanks in advance
  5. Replies
    3
    Views
    506

    Re: Closing all programs

    @Pino:Its for a locker/timer program I've been working on
    @jcis:I'll try it thanks.
  6. Replies
    3
    Views
    506

    Closing all programs

    Is there a way to close all programs not processes is vb6?
  7. Replies
    42
    Views
    1,921

    Re: A timers Program over a lan

    Ok I tried to basically copy the code that changes the computer from loacked to unlocked and edited it so when you quiet your season early a winsock connect to the control panel. The control panels...
  8. Replies
    42
    Views
    1,921

    Re: A timers Program over a lan

    Here my updated version with all things complete on the program but one. I have it so when the time runs out the screen goes back to lock but if the user want to quiet before the time and clicks quit...
  9. Re: Is theres a way to restart my app

    Thnaks Gavio Works great :)
  10. Replies
    42
    Views
    1,921

    Re: A timers Program over a lan

    Will this help me?
    http://www.vbforums.com/showthread.php?t=486222&highlight=winsock+close
  11. Replies
    42
    Views
    1,921

    Re: A timers Program over a lan

    The folder with hourglass platform is the one going on the 5 computers and houglass control panel is the program on the main computer.
  12. Replies
    42
    Views
    1,921

    Re: A timers Program over a lan

    Ok Here it is.
  13. Re: Is theres a way to restart my app

    Well I'm getting code programs. When I hide a form and show an old one. the old one doesn't do what it used to..... :)
  14. [RESOLVED] Is theres a way to restart my app

    Is there a way to make it so when I press a command button my app closes and then opens again?
  15. Replies
    42
    Views
    1,921

    Re: A timers Program over a lan

    Ok I have a timer on both programs(The one running on the primary and the computers under it) I've decided it would be easier to just make it so when the timer is 0:00 then it hides and unloads form2...
  16. Replies
    42
    Views
    1,921

    Re: A timers Program over a lan

    Ok I added sock1.close before sock1.accept requestID :)
    Yes the code above is for the program on the computer that shows a different form when the primary computer disconnects. Yes I am calling...
  17. Replies
    42
    Views
    1,921

    Re: A timers Program over a lan

    The code above works great digirev but for some reason when the primary computer does a winsock close the computer with the other program does nothing.This is the code I'm using.


    Private Sub...
  18. Re: Problem with form border style

    Thanks Dinoroger.
  19. Re: Problem with form border style

    This code works when I put it into the form load section but it just gets the text from Label3 once at loadtime and doesn't show a live duplicate of label3. Is there a way to do an exact copy all the...
  20. Re: Problem with form border style

    To MartinLiss: Thanks worked great!!
    To Hack: Yes it is minimizing.

    Know for one final question. How do you make it so instead of a blank taskbar space(I call it that because I don't know what...
  21. Re: When label = 0 make button visable?

    Thanks works perfect ;)
  22. Re: [RESOLVED] A label that counts down in minutes

    Thanks Ellis Dee and Rhinobull works great. One label is a lot better than two, also misfiring would we a very bad thing.
  23. Re: A label that counts down in minutes

    Ok this is the final code that work 10%. Thnaks for everyone help so much never could have done it without you.
    (Edited due to code error)


    Private blnTime2 As Boolean
    Private blnTime As...
  24. Re: A label that counts down in minutes

    wait just changed it so it works


    Private blnTime2 As Boolean
    Private blnTime As Boolean
    Private Sub Command1_Click()
    blnTime2 = True
    blnTime = True
    End Sub
  25. Re: A label that counts down in minutes

    I was looking at the code for just minutes and thought if I changed some stuff I could make 2 labels one with minutes one with seconds. here the code I used.


    Private blnTime2 As Boolean
    Private...
  26. Re: A label that counts down in minutes

    Wow this is harder than I thought it would be :(
  27. [RESOLVED] Problem with form border style

    I need to used a borderstyle of "none" on one of my forms but I still want it to show up in the task bar like a "fixed single" or "sizable". Is this possible? :confused:
  28. Re: Disabling Alt+Ctrl+Delete until password

    Ohhh.....well ok. It would have been nice for my program but not essential i guess and I don't want to mess with system restore, you right.
  29. Replies
    42
    Views
    1,921

    Re: A timers Program over a lan

    Ok new question. :) It is possible to load a form so its running but you can't see it but is you press a command button it becomes visable?
  30. Re: Disabling Alt+Ctrl+Delete until password

    Thanks anyway rhinobull ;). I have a new idea though I've got no idea if it's possible. Is there a way to change the name of taskmrg.exe then set a restore point so it would not restore taskmrg.exe...
  31. Re: Disabling Alt+Ctrl+Delete until password

    That code work great rhinobull but whenever I change the name of taskmrg.exe to something Alt+Ctrl+Delete doesn't work until anything is done then taskmrg.exe restores itself...What do I do? :)
  32. Re: Disabling Alt+Ctrl+Delete until password

    Ok I have an idea. I could permanently rename mashmrg.exe to something really odd and then tell windows to ignore that it doesn't work(I can do that) .Then make it so you press Ctrl+Shift+T a form...
  33. Replies
    9
    Views
    763

    Re: Available Languages

    Hmmm Do you mean the program is written in english but the txt is arabic?
  34. Replies
    42
    Views
    1,921

    Re: A timers Program over a lan

    Whhats the opposite of


    Private Sub sock1_ConnectionRequest(ByVal requestID As Long)
    sock1.Close
    sock1.Accept requestID
    End Sub


    Meaning how do you make my program sense a disconnect and...
  35. Re: A label that counts down in minutes

    8bangerstang this code seems to only really do second :)
  36. Re: A label that counts down in minutes

    Thanks Gavio
  37. Disabling Alt+Ctrl+Delete until password

    Does anyone know how to make it so when press Alt+Ctrl+Delete a form comes up asking for a password once entered you can access task manager? :ehh:
  38. Replies
    42
    Views
    1,921

    Re: A timers Program over a lan

    Thanks DigiRev and Randem that worked great :) Now I just got to try to figure out some other stuff.
  39. Replies
    42
    Views
    1,921

    Re: A timers Program over a lan

    I'm using this code to connect to my other computer's ip adress


    Winsock1.Close
    Winsock1.RemoteHost = "& RichTextBox1.TextRTF &"
    Winsock1.RemotePort = 1007
    Winsock1.Connect
    Command1.Visible =...
  40. Re: A label that counts down in minutes

    8bangerstang, that clock just count forword to a number ;). I just found out though that I need minutes and seconds to countdown....any ideas
Results 1 to 40 of 448
Page 1 of 12 1 2 3 4



Click Here to Expand Forum to Full Width