Added: 2 years ago
From: MisterTutorialKid
Views: 278
Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (12)

Sign In or Sign Up now to post a comment!
  • And it's not advanced... xD

  • Also this did not take a lot of code. xD

  • Here is a very very advanced message box generator with THEMES!!! /watch?v=H4za6OsBoxc

  • i am idiot :(

  • please can u giv this 2 me, it looks awesome, i subed =D

  • @sgtbushbaby sorry, I don't make applications anymore. I've made a new channel. I'm called ollief9.

    Sorry!

  • Good job! I made an advanced error generator which I will post soon.

  • What is the timer doing though? I think the interval has to be a user defined var, and then the timer tick function should be added. :)

    For example: (forgive my sloppy knowledge here, haven't done VB in ages! :D)

    dim userint as usertextbox.text

    timer1.interval = userint

    Easy! I think! :) I'm going to think up a way for the user to stop the timer too if you want. :)

  • ok.

    i tried that code but it doesnt work.

    sorry to be so blunt XD.

    it could be this though:

    timer1.interval = textbox1.text

  • lol! Ok then! Haven't done VB in AGES! I'm more of a C guy now. :)

    Oh ok! Yeah! Give that a go! :)

  • i might start c is it hard?

  • Well, when you start off, it's VERY overwhelming. But once you understand functions, vars and finally, drawing functions, it starts to get easy! :) I recommend trying C++ to start doing some console apps, then move on to c# to do forms apps and then finally back to c++ again for a more powerful environment. :)

    Good luck!

  • thanks

  • Haha! VERY nice app! Great work! :D

    I can see you put a LOT of work into this!!!!

    I really think this would be AMAZING if you just added a timer type of thing. Get it to run in the tray for a set time, and fire off a loop or errors after the set time! :)

    Good luck with the app and great work so far!

  • i have been trying to get it so that when you do something (for example click stop) the loop stops.

    ill see what i can do with a timer.

  • I think it would be cooler to not let the user stop the messages. It would be a good prank! :)

    The user sets the time they want to set it off, it runs in the tray with an AVG icon (just so they don't notice it :) ), at the users set time, the PC will just keep chucking these error messages at them! :P

    Good luck!

  • add a timer to the form.

    change the interval to 1000

    make sure its enabled.

    in the form1_load sub type:

    timer1.start()

    in the timer1_tick() sub type:

    msgbox "Error!", vbCritical, "Error!"

    try it!

Loading...
Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more