| View previous topic :: View next topic |
| Author |
Message |
92Garfield I'm a spammer
Reputation: 57
Joined: 20 Dec 2007 Posts: 5871 Location: Banana Republic Germany
|
Posted: Fri May 02, 2008 8:00 am Post subject: Converter |
|
|
its a bit useless but funny
it wont work if you type in letters
above you type in sth
for example 9 years 5 month 10 days
then it will convert all together in all listed below button
so if you want to know how much second/minutes/hours a year has just type in 1 year and everything else 0
here's link:
Converter by 92garfield
changelog:
version 1.1
you cant type in letters anymore
you cant mess with size anymore
_________________
Last edited by 92Garfield on Fri May 02, 2008 9:57 am; edited 1 time in total |
|
| Back to top |
|
 |
Estx Expert Cheater
Reputation: 0
Joined: 04 Mar 2008 Posts: 172
|
Posted: Fri May 02, 2008 8:48 am Post subject: |
|
|
When ya release stuff, place [Release] prior to the topic title, just so people can sort out whether or not they should review the topic to help or comment.
You can check to see if the text is numeric by using IsNumeric(). Place it in Text1_Change() or in your Button's event.
| Code: | If IsNumeric(Text1) = True Then
Call HaveSex(True) ' Typically calls your function
Else
Call HaveSex(False) ' Resets the text to 0 or whatever you choose
End If |
|
|
| Back to top |
|
 |
92Garfield I'm a spammer
Reputation: 57
Joined: 20 Dec 2007 Posts: 5871 Location: Banana Republic Germany
|
Posted: Fri May 02, 2008 9:37 am Post subject: |
|
|
| Estx wrote: | When ya release stuff, place [Release] prior to the topic title, just so people can sort out whether or not they should review the topic to help or comment.
You can check to see if the text is numeric by using IsNumeric(). Place it in Text1_Change() or in your Button's event.
| Code: | If IsNumeric(Text1) = True Then
Call HaveSex(True) ' Typically calls your function
Else
Call HaveSex(False) ' Resets the text to 0 or whatever you choose
End If |
|
thanks updating
and also updating numbers behind ,^^
i make it set to 0 if not numeric
that code was not exact^^ i used:
| Code: | If IsNumeric(Text1.Text) Then
Form1.Height = 2985
Form1.Width = 4500
Else
Text1.Text = "0"
End If |
this also disables messing with size
_________________
Last edited by 92Garfield on Fri May 02, 2008 9:43 am; edited 1 time in total |
|
| Back to top |
|
 |
92Garfield I'm a spammer
Reputation: 57
Joined: 20 Dec 2007 Posts: 5871 Location: Banana Republic Germany
|
Posted: Fri May 02, 2008 9:45 am Post subject: |
|
|
| mas8rx8 wrote: | | Will you release every crap thing you make? |
i will
cant make more numbers behind "," shit
what kind of variable should i use?
long rounds to full number, integer isnt good for high numbers
and double dont fixes my problem with E+??
_________________
Last edited by 92Garfield on Fri May 02, 2008 10:18 am; edited 2 times in total |
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8588 Location: 127.0.0.1
|
Posted: Fri May 02, 2008 10:04 am Post subject: |
|
|
If you are going to release things, either do it in 'Computer Talk' if you feel it will actually help people, or post it in 'Random Spam'. This is not a release section. It is to get help with programming questions.
_________________
- Retired. |
|
| Back to top |
|
 |
92Garfield I'm a spammer
Reputation: 57
Joined: 20 Dec 2007 Posts: 5871 Location: Banana Republic Germany
|
Posted: Fri May 02, 2008 10:14 am Post subject: |
|
|
| Wiccaan wrote: | | It is to get help with programming questions. |
and im here to get help so whats wrong?
_________________
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8588 Location: 127.0.0.1
|
Posted: Fri May 02, 2008 10:37 pm Post subject: |
|
|
| 92Garfield wrote: | | Wiccaan wrote: | | It is to get help with programming questions. |
and im here to get help so whats wrong? |
This is a release. Your first post contains nothing but an exe and release information. Not questions about how to do something. This section isn't for releases unless you are releasing code.
_________________
- Retired. |
|
| Back to top |
|
 |
92Garfield I'm a spammer
Reputation: 57
Joined: 20 Dec 2007 Posts: 5871 Location: Banana Republic Germany
|
Posted: Sat May 03, 2008 5:31 am Post subject: |
|
|
my first post doesnt include questions but i got suggestion how i can make it better
_________________
|
|
| Back to top |
|
 |
Snootae Grandmaster Cheater
Reputation: 0
Joined: 16 Dec 2006 Posts: 969 Location: --->
|
Posted: Sat May 03, 2008 7:13 am Post subject: |
|
|
that's not the point, it is standard to either ask a question , or, release something with source here, or there is no point, that does not involve others in the programming
_________________
|
|
| Back to top |
|
 |
|