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.
thanks agust,
what you mean with the search function textbox?
the gray text or ... something else
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
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
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 

Dude I love it, it's perfect for my contact list!
It looks professional and work great
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]()
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!

thanks zachman maybe you right ;) but its stays on 1 
thanks mr aksel I'm glad you liked it

thanks mr aksel I'm glad you liked it

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
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
Dummy1912 wrote:thanks agust,Yeah the grey text that says Search :P
what you mean with the search function textbox?
the gray text or ... something else
Agust1337 wrote:Its not a component. Its just with On Focus or Focus Off. I dont remember exactly...Dummy1912 wrote:thanks agust,Yeah the grey text that says Search :P
what you mean with the search function textbox?
the gray text or ... something else
When Focused OFF then make the color gray and font italic
@ macHard , Agust1337
this is the code for the textbox:
this is the code for the textbox:
Code: Select all
Dummy1912Private 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
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
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
Dummy1912 wrote:@ macHard , Agust1337Okay, thanks ;) cooll;
this is the code for the textbox:
Code: Select allDummy1912Private 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
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
@upperdrag,
no problem if you have still question's please ask ;)
Dummy1912
your welcome Agust1337 ;)
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
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
Copyright Information
Copyright © Codenstuff.com 2020 - 2023