PDA

Click to See Complete Forum and Search --> : [REQUEST] a program i call "Noticer"


VisualNewbie
Apr 19th, 2008, 01:12 PM
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
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
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!

manavo11
Apr 19th, 2008, 01:19 PM
Moved from VB.Net forum to Project Requests.

VisualNewbie
Apr 19th, 2008, 02:02 PM
Oh, didn't see that it was a projet request forum :o



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..

.paul.
Apr 19th, 2008, 02:35 PM
don't use shell. use process.start

VisualNewbie
Apr 20th, 2008, 08:53 AM
don't use shell. use process.start

ok, will try it :)
But how to do that its only come up 1 msgbox?