RE: My first [working] Program !!! 12-04-2010, 11:27 PM
#4
you can start by making a fake error generator like me =]
well... like make 4 radio buttons and a button and 2 textboxes then:
and make the 2nd textbox Mutli lined meaning the 1st will be the msgbox's title and second will be the continent.
i really can't tell the system IO import and stub making File and EOF stuff cause im sleepy but will post tomorrow if i have some time![Biggrin Biggrin](https://sinister.ly/images/smilies/set/biggrin.png)
hope i helped :wink:
well... like make 4 radio buttons and a button and 2 textboxes then:
Code:
private sub button1_click
If radiobutton1.checked equal to true then
interaction.msgbox(Textbox1.text, msgboxstyle.Critical, Textbox2.text)
else if radionbutton2.checked = true
interaction.msgbox(Textbox1.text, msgboxstyle.exclamation, Textbox2.text)
else if radiobutton3.checked = true
interaction.msgbox(Textbox1.text, msgboxstyle.help, Textbox2.text)
else if radiobutton4.checked = true
interaction.msgbox(Textbox1.text, msgboxstyle.information, Textbox2.text)
End if
End sub
i really can't tell the system IO import and stub making File and EOF stuff cause im sleepy but will post tomorrow if i have some time
![Biggrin Biggrin](https://sinister.ly/images/smilies/set/biggrin.png)
hope i helped :wink:
(This post was last modified: 12-04-2010, 11:28 PM by Skullmeat.)
Pierce the life fibers with your drill.