|
||||
Re: [APP] Fart Machine V1.0
Hey Hibby, if you had the ap install into it's own directory instead of flopped into the win dir perhaps it would be able to install to the card as well... Otherwise a fun ap, my kids were cracking up so bad it was hard to get them calmed back down for bed. Thanks for the laughs!
|
|
||||
Re: [APP] Fart Machine V1.0
the greatest app ever made ever
idea: burp machine v1.0!
__________________
Last edited by chronster; 03-18-2009 at 10:08 AM. |
|
||||
Re: [APP] Fart Machine V1.0
Installed on the device and got it to work. HAHA great app
__________________
"The day you stop trying to be someone you're not is the day you become who you always wanted to be." - ME
Currently Running: SSK |
|
||||
Re: [APP] Fart Machine V1.0
i'm another one who cant getting it working on my TP (just get beep noise), do i need to install net framework 2, i already have net framework 3.5 installed
|
|
||||
Re: [APP] Fart Machine V1.0
yes install it 3.5 will still be good to go
__________________
FORUM FAQ | FORUM RULES | NEW USER GUIDE |TIPS FOR SEARCHING | RULES FOR SALES ON SITE “Semper Fidelis” (Always Faithful) is the motto of the Corps. That Marines have lived up to this motto is proved by the fact that there has never been a mutiny, or even the thought of one, among U.S. Marines. |
This post has been thanked 1 times. |
|
||||
Re: [APP] Fart Machine V1.0
sorry, it's me being a numpty, just saw the above post, i installed direct to phone (NOT STORAGE CARD) now works fine, thanx for help
|
|
||||
Re: [APP] Fart Machine V1.0
Ok a few things: First, to set an icon for your project (assuming you're using visual studio) double click on "My Project" in your solution explorer. It should bring up a window with tabs on the left. Click "Application" (should be clicked by default on your first view) then click the drop down combo box to the right under "Icon" then click "<Browse...>" and from here you can find an icon on your computer that will attach it's self to your app.
Second: To create a timer on this app, I suggest a small button that opens a new form. On this new form, instead of buttons to make fart noises, it's radio buttons with the fart noises's name as text. You select the radio button, enter the number of seconds to wait in a text box, then click a button that says go or something. The button that says Go will change it's text to "Stop" and activate a timer. The code would look like: If btnTimerInit.text = "Go" then btnTimerInit.text = "Stop" Timer1.Interval = val(txtInterval.text) * 1000 'Here instead of entering the time in miliseconds, you're letting them enter the value in seconds, then multiplying it by 1000 so the timer works in seconds. ElseIf btnTimerInit.text = "Stop" then btnTimerInit.text = "Go" Timer1.Enabled = false End If In the timer code, just simply say something like If radioFart1.checked = true then 'play fart1 sound ElseIf radioFart2.checked = true then 'play fart 2 sound ElseIf radioFart3.checked = true then and so on. You'd also need a final button that would go back to the main form. just throwin out ideas as to how i'd do it :P |
This post has been thanked 2 times. |
|
||||
Re: [APP] Fart Machine V1.0
Lol! Dude, we have got to find you more things to do...
__________________
WM 6.5 Taskbars | GadgetROM for Touch Diamond Donations are always strictly voluntary and completely appreciated. Thank you! |
|
||||
Re: [APP] Fart Machine V1.0
Moved to the Software Forum for increased viewing pleasure.
late, Coz
__________________
"I don't want to spend my life explaining myself. Either you get it or you don't." Frank Zappa
|
This post has been thanked 1 times. |
|
|
|