Results 1 to 5 of 5

Thread: [REQUEST] a program i call "Noticer"

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2008
    Posts
    65

    [REQUEST] a program i call "Noticer"

    Hello! I really need and want this program! I can't code it by myselve! i've tried now a long time, all day today i've try program it, and i went crazy after 4 hours.. (i swear on my god i was like this guy http://youtube.com/watch?v=iiqqDVl0p7A ) anyway my keyboard still working!


    Now to the program!

    I want/need a program there i can write a time (example 14:02 or 06:06)
    Then i got checkboxes, there i can choose if im gonna use messagebox or run commands!

    The first textbox will bee the time im gonna write! (when this time is the time i have on my computer or in my program, then the functions will be activatet, also like the messageboxes will bee showed if i have choose it)


    And if i check the checkbox witch is to the messagebox function, then im gonna be able to write in 2 textbox that would bee the text in the textbox!
    example of it
    Code:
    Dim title as string = textbox2.text
    Dim subject as string = textbox3.text
    Messagebox.show(subject, title)
    And with the run command function! if the checkbox is checked to the run command, then i can write in another textbox!
    Also the run command will be like this
    Code:
    Shell(textbox4.text) ' i think it would work


    And in the program im gonna be able to watch the currently time too! =))

    I would be really happy if someone could do this for me!

  2. #2
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: [REQUEST] a program i call "Noticer"

    Moved from VB.Net forum to Project Requests.


    Has someone helped you? Then you can Rate their helpful post.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Apr 2008
    Posts
    65

    Re: [REQUEST] a program i call "Noticer"

    Oh, didn't see that it was a projet request forum



    I've now try make a more beginner noticer that shows secounds too that i dont want..
    But anyway i get it to work abit! But it makes like 10 messageboxes when the time is that i wrote in the textbox1! (current)

    Thats because i got interval of 100 in that timer! if i take 1 or smaller it would spam me more! and if i take 1000 it might miss!
    so i dunno how only to make 1 messagebox would show!


    Anyway, the other problem is the command too! i see that i couldn't write iexplore to make internet explorer to open! :S But shell will work with closing the computer that i need too!
    (reason is if iim playing my games at morning and i must go to school, then my friend might have time to train my character, but then in a time he g2g too! so then i can put my program on and write a time when the computer gonna shutdown! so its not on whole day until im home!)


    I will attach my best result i've made by my skills..
    Attached Files Attached Files

  4. #4
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,419

    Re: [REQUEST] a program i call "Noticer"

    don't use shell. use
    vb Code:
    1. process.start

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Apr 2008
    Posts
    65

    Re: [REQUEST] a program i call "Noticer"

    Quote Originally Posted by .paul.
    don't use shell. use
    vb Code:
    1. process.start
    ok, will try it
    But how to do that its only come up 1 msgbox?

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