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