Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    VistaLite's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    0
    My Mood
    Asleep

    Arrow [Release] Your Own Custom Message maker!

    Hey, I ve released my own cutom message maker! its my fith program ive made =) Enjoy!



    Features:
    Advanced Styles of your choice
    15 different types!
    Choose your message title!
    choose your message!
    Fast And Easy!

    S/S:

    Virus Scan:VirusTotal - Free Online Virus, Malware and URL Scanner
    Last edited by VistaLite; 12-08-2010 at 09:16 PM.

  2. #2
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Code:
     If Me.RadioButton1.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.Critical, Me.TextBox2.Text)
        End If
        If Me.RadioButton2.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.Information, Me.TextBox2.Text)
        End If
        If Me.RadioButton3.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.Exclamation, Me.TextBox2.Text)
        End If
        If Me.RadioButton4.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.MsgBoxHelp, Me.TextBox2.Text)
        End If
        If Me.RadioButton5.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.MsgBoxRight, Me.TextBox2.Text)
        End If
        If Me.RadioButton6.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.AbortRetryIgnore, Me.TextBox2.Text)
        End If
        If Me.RadioButton7.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.OkOnly, Me.TextBox2.Text)
        End If
        If Me.RadioButton8.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.OkCancel, Me.TextBox2.Text)
        End If
        If Me.RadioButton9.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.YesNo, Me.TextBox2.Text)
        End If
        If Me.RadioButton10.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.YesNoCancel, Me.TextBox2.Text)
        End If
        If Me.RadioButton11.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.Question, Me.TextBox2.Text)
        End If
        If Me.RadioButton12.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.OkOnly, Me.TextBox2.Text)
        End If
        If Me.RadioButton13.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.RetryCancel, Me.TextBox2.Text)
        End If
        If Me.RadioButton15.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.OkOnly, Me.TextBox2.Text)
        End If
        If Me.RadioButton16.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.MsgBoxRtlReading, Me.TextBox2.Text)
        End If
    What does this do exactly?

    I didn't actually run the application, but all your other buttons have no functions, and you radio controls have no function (according to the source).

    So ....do tell.

    Last edited by NextGen1; 12-08-2010 at 10:16 PM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  3. The Following 2 Users Say Thank You to NextGen1 For This Useful Post:

    .Celtics (12-09-2010),tempta43 (12-09-2010)

  4. #3
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    I don't get the point



  5. #4
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    I got the point, but its kinda useless. Good try though =)

  6. #5
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Approved...I missed the point of the application, found it in simplicity
    Last edited by NextGen1; 12-09-2010 at 04:39 PM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  7. #6
    cgallagher21's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    1,627
    Reputation
    11
    Thanks
    325
    My Mood
    Angelic
    The Exact point of this Application is useless
    And there was no point in making this

  8. #7
    VistaLite's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    0
    My Mood
    Asleep
    Quote Originally Posted by NextGen1 View Post
    Code:
     If Me.RadioButton1.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.Critical, Me.TextBox2.Text)
        End If
        If Me.RadioButton2.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.Information, Me.TextBox2.Text)
        End If
        If Me.RadioButton3.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.Exclamation, Me.TextBox2.Text)
        End If
        If Me.RadioButton4.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.MsgBoxHelp, Me.TextBox2.Text)
        End If
        If Me.RadioButton5.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.MsgBoxRight, Me.TextBox2.Text)
        End If
        If Me.RadioButton6.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.AbortRetryIgnore, Me.TextBox2.Text)
        End If
        If Me.RadioButton7.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.OkOnly, Me.TextBox2.Text)
        End If
        If Me.RadioButton8.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.OkCancel, Me.TextBox2.Text)
        End If
        If Me.RadioButton9.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.YesNo, Me.TextBox2.Text)
        End If
        If Me.RadioButton10.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.YesNoCancel, Me.TextBox2.Text)
        End If
        If Me.RadioButton11.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.Question, Me.TextBox2.Text)
        End If
        If Me.RadioButton12.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.OkOnly, Me.TextBox2.Text)
        End If
        If Me.RadioButton13.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.RetryCancel, Me.TextBox2.Text)
        End If
        If Me.RadioButton15.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.OkOnly, Me.TextBox2.Text)
        End If
        If Me.RadioButton16.Checked Then
            Interaction.MsgBox(Me.TextBox1.Text, MsgBoxStyle.MsgBoxRtlReading, Me.TextBox2.Text)
        End If
    What does this do exactly?

    I didn't actually run the application, but all your other buttons have no functions, and you radio controls have no function (according to the source).

    So ....do tell.



    Ill Explain XD

    Textbox 1 is Where it says message...In other words where you type your message

    So its like Msgbox(Textbox1.text) Textbox1.text stands for the message of the users input

    The radio buttons have no source because if you click on them when message isn't complete the msgbox comes up and all of this coding is in button1

    And Btw This is my 1 week with vb and I am Having a blast! XD

    Why is it useless? It makes a messagebox of your choice... Don't comment if you don't even understand the post you fucking idiot
    btw ncie spam for post count

    Thanks! XD

  9. #8
    tempta43's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    980
    Reputation
    23
    Thanks
    295
    My Mood
    Bored
    Quote Originally Posted by VistaLite View Post
    Ill Explain XD

    Textbox 1 is Where it says message...In other words where you type your message

    So its like Msgbox(Textbox1.text) Textbox1.text stands for the message of the users input

    The radio buttons have no source because if you click on them when message isn't complete the msgbox comes up and all of this coding is in button1

    And Btw This is my 1 week with vb and I am Having a blast! XD

    Why is it useless? It makes a messagebox of your choice... Don't comment if you don't even understand the post you fucking idiot
    btw ncie spam for post count

    Thanks! XD
    Lmfao.
    Ofc he knows what it does, hes the VB god.
    No need to explain.
    And its useless, because thats all it does. Its like 7-15 lines of code? No effort, no use.
    Don't flame..

  10. #9
    VistaLite's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    0
    My Mood
    Asleep
    Oh Yes btw incase I didn t make it very clear

    The Button has All The Functions coded into It XD

    Button is known as:
    Button1
    Generate

  11. #10
    ғᴜᴋᴏᴊʀ's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    1,557
    Reputation
    87
    Thanks
    141
    My Mood
    Inspired
    Quote Originally Posted by tempta43 View Post

    Don't flame..
    No no no. It's properly said:

    Flameshield Activate

  12. The Following User Says Thank You to ғᴜᴋᴏᴊʀ For This Useful Post:

    Physcadelic (12-17-2010)

  13. #11
    Web-Designer's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Arizona, USA
    Posts
    270
    Reputation
    11
    Thanks
    53
    My Mood
    Fine
    ...its useless.

    For your 6th program try making something worth using, put more time into it...

    I'd say don't release anything unless its worth downloading.

    When you first start learning I found it helpful to search You Tube like "Visual basic Tutorial" or "Visual Basic " and see what shows.

    (Not trying to be mean just saying what I think.)
    Last edited by Web-Designer; 12-10-2010 at 02:13 PM.
    Code:
    Looking for some project(s) to dedicate my time to! I know HTML, PHP, MySQL and JavaScript.
    
    
    - Message me if I can help you with something, all I want is some credit!

  14. #12
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Must agree.

    Clean up your code a bit, If statements are only for smaller things, use Cases and such.

    Also, ^.
    Although it's nice to take pride in your accomplishments, with an unoriginal (no offense) project such as this, it's not worth it to release it unless you're looking for areas of improvement and criticism.

  15. #13
    Invidus's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    2,167
    Reputation
    23
    Thanks
    650
    My Mood
    Bored
    I'd have to bet jason's fingers that the OP rated the thread 5 stars.

  16. #14
    /b/oss's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    13,651
    Reputation
    795
    Thanks
    3,547
    thats bad.

    sorry

  17. #15
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy
    Lol Its not like you can drag the message box to my project even tough I could use 1 line of code. Anyways nice release as a beginner
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


Page 1 of 2 12 LastLast

Tags for this Thread