Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average
Thread Closed 


My first [working] Program !!! filter_list
Author
Message
My first [working] Program !!! #1
i made my 1st working program last week

a file pumper which works excellently ive been told lol

will post it in a bit lol


RE: My first [working] Program !!! #2
oh nice to hear that =]
Pierce the life fibers with your drill.


RE: My first [working] Program !!! #3
=] thanks mate

every comment is another reason to make something else [if i can] lol


RE: My first [working] Program !!! #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:
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
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

hope i helped :wink:

(This post was last modified: 12-04-2010, 11:28 PM by Skullmeat.)
Pierce the life fibers with your drill.


RE: My first [working] Program !!! #5
ill try lol

am crap at dis XD Biggrin


RE: My first [working] Program !!! #6
ima expand on my file pumper

then i might try startin with a crypter =]


RE: My first [working] Program !!! #7
nice Smile may you show a screen shot? and if you need help with a GUI Wink








Users browsing this thread: 3 Guest(s)