PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Windows Mobile Software (http://forum.ppcgeeks.com/forumdisplay.php?f=23)
-   -   [APP] Fart Machine V2 [3/22/09] (http://forum.ppcgeeks.com/showthread.php?t=61479)

guitardoc64 03-18-2009 09:00 AM

Re: [APP] Fart Machine V1.0
 
Quote:

Originally Posted by guitardoc64 (Post 778806)
Okay Hibby, I can confirm that it doesn't work for my Touch, so I guess QVGA is out. Funny, it displays fine but the sounds don't work.

Quote:

Originally Posted by hibby50 (Post 778887)
sorry to the guys who dobt have it working: install on the device. adding it to the op

Well now, that made a difference! I got it to work!!!
Quote:

Originally Posted by hibby50 (Post 778897)
Can I get a mod move to software? it has been tested on qvga now

And confirmed working. I second the idea for a better icon.

nuguy 03-18-2009 09:46 AM

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!

chronster 03-18-2009 10:06 AM

Re: [APP] Fart Machine V1.0
 
the greatest app ever made ever

idea: burp machine v1.0!

mkeith813 03-18-2009 10:11 AM

Re: [APP] Fart Machine V1.0
 
Quote:

Originally Posted by hibby50 (Post 778887)
sorry to the guys who dobt have it working: install on the device. adding it to the op

Installed on the device and got it to work. HAHA great app :thumbright:

tshirtman 03-18-2009 10:19 AM

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

WarChild 03-18-2009 10:22 AM

Re: [APP] Fart Machine V1.0
 
Quote:

Originally Posted by tshirtman (Post 780079)
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

yes install it 3.5 will still be good to go

tshirtman 03-18-2009 10:30 AM

Re: [APP] Fart Machine V1.0
 
Quote:

Originally Posted by ClevelandWheeler (Post 780086)
yes install it 3.5 will still be good to go

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

chronster 03-18-2009 11:04 AM

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

gadgetfreak 03-18-2009 11:18 AM

Re: [APP] Fart Machine V1.0
 
Lol! Dude, we have got to find you more things to do...

CozBoogie 03-18-2009 11:49 AM

Re: [APP] Fart Machine V1.0
 
Moved to the Software Forum for increased viewing pleasure.

late,
Coz


All times are GMT -4. The time now is 10:20 PM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0