PhoneBook System v1.0

Please post all your completed software applications in here. This is for full software which you have created and wish to release and share with everyone.
44 posts Page 3 of 5
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

Re: PhoneBook System v1.0
Dummy1912
thanks agust,

what you mean with the search function textbox?
the gray text or ... something else
visit us on:


http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Re: PhoneBook System v1.0
zachman61
i think it should stay 1-2 for now even if new members don't download it, they will be inspired to be active to get credits to download it cooll;
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: PhoneBook System v1.0
MrAksel
Dude I love it, it's perfect for my contact list!
It looks professional and work great
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

Re: PhoneBook System v1.0
Dummy1912
thanks zachman maybe you right ;) but its stays on 1 :D


thanks mr aksel I'm glad you liked it :D
visit us on:


http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Re: PhoneBook System v1.0
Agust1337
Dummy1912 wrote:
thanks agust,

what you mean with the search function textbox?
the gray text or ... something else
Yeah the grey text that says Search :P
Top-notch casual Dating
User avatar
bisnes_niko
Serious Programmer
Serious Programmer
Posts: 409
Joined: Tue Aug 24, 2010 1:21 pm

Re: PhoneBook System v1.0
bisnes_niko
Agust1337 wrote:
Dummy1912 wrote:
thanks agust,

what you mean with the search function textbox?
the gray text or ... something else
Yeah the grey text that says Search :P
Its not a component. Its just with On Focus or Focus Off. I dont remember exactly...

When Focused OFF then make the color gray and font italic
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

Re: PhoneBook System v1.0
Dummy1912
@ macHard , Agust1337

this is the code for the textbox:
Code: Select all
Private Sub TextBox1_GotFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles TextBox1.GotFocus
        TextBox1.ForeColor = Color.Black
        TextBox1.Text = ""
    End Sub


    Private Sub TextBox1_LostFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles TextBox1.LostFocus
        If Taal = "Dutch" Then
            TextBox1.ForeColor = Color.LightGray
            TextBox1.Text = "Zoeken"
        ElseIf Taal = "English" Then
            TextBox1.ForeColor = Color.LightGray
            TextBox1.Text = "Search"
        ElseIf Taal = "Danish" Then
            TextBox1.ForeColor = Color.LightGray
            TextBox1.Text = "Søg"
        End If
    End Sub
Dummy1912
visit us on:


http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Re: PhoneBook System v1.0
Agust1337
Dummy1912 wrote:
@ macHard , Agust1337

this is the code for the textbox:
Code: Select all
Private Sub TextBox1_GotFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles TextBox1.GotFocus
        TextBox1.ForeColor = Color.Black
        TextBox1.Text = ""
    End Sub


    Private Sub TextBox1_LostFocus(ByVal sender As Object, ByVal e As System.EventArgs) Handles TextBox1.LostFocus
        If Taal = "Dutch" Then
            TextBox1.ForeColor = Color.LightGray
            TextBox1.Text = "Zoeken"
        ElseIf Taal = "English" Then
            TextBox1.ForeColor = Color.LightGray
            TextBox1.Text = "Search"
        ElseIf Taal = "Danish" Then
            TextBox1.ForeColor = Color.LightGray
            TextBox1.Text = "Søg"
        End If
    End Sub
Dummy1912
Okay, thanks ;) cooll;
Top-notch casual Dating
User avatar
upperdrag
Excellent Poster
Excellent Poster
Posts: 321
Joined: Fri Mar 12, 2010 12:05 pm

Re: PhoneBook System v1.0
upperdrag
i always wanted to do that, but now u gave me an idea, THE DATABASE!! why didn't i think of that? thank you very much ;D
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

Re: PhoneBook System v1.0
Dummy1912
@upperdrag,

no problem if you have still question's please ask ;)

Dummy1912

your welcome Agust1337 ;)
visit us on:


http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
44 posts Page 3 of 5
Return to “Full Software”