- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
32 Posted Topics
| |
Hi all, I searching for how to make autocomplete in textbox. however there are list contain fruits name. "Apple" "Banana" "Pear" "Orange" When i type "Ap" in textbox, program will completed the text and highlight the fruit name in listbox. How i can do this. Thank you | |
Re: [QUOTE=ZZucker;520733]Depends, experience may be a very rotten teacher.[/QUOTE] the rotten is the lesson... get the wisdom from the experience so you not fall on the same hole again.. | |
Re: worked nice | |
hi all, i m a newbie in this forum and vb.net application, but i want to learn this language. please help with your post. Thx all. :) this my question : How i can make my font to looks [B]Bold[/B], [I]Italic[/I] or [U]Underline[/U] in rich text box with vb.net ?? … | |
Hi all, I already save my login config at registry. Thanks to Jx_Man and Debasisdas for helping me on previous thread. My following code running nicely. [CODE]SaveSetting "AddressBook", "Login", "Username", Trim(txtUserName.Text)[/CODE] My settings currently saved on "HKEY_CURRENT_USER\Software\VB and VBA Program Settings\AddressBook\Login" How i can save it one level more deeper. … | |
Hi all, I want to save some form setting at registry, my friend told me that vb has a function to save it.. what it is? and how to use it? Please Help Thanks | |
Hi all, How i can split a string that include spaces by "&" ? I already used split function but there are problem with spaces. thanks. | |
So what is your favorite soccer team? and who the player you really likes in your favorite team? I really loved [COLOR="Red"]AC [/COLOR][B]MILAN[/B] from Italy league My favorite player is KAKA | |
does anyone know how to run any app that it write some vbscript or javascript or html from in vb??? | |
Please see my code : [CODE] using System; using System.Collection.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; namespace WindowsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void cmdtam_Klik(object sender, EventArgs e) { string cstr; cstr = "data source=knight;initial … | |
i want my program able to change cursor at runtime. give a hand pleasee.... thanks all... | |
i want to get all running process... how a can do this? anybody know how to do this? please help. thanks in advance... | |
Re: really old game, this game may even exist before i was born. | |
Re: what a wonderful code... | |
![]() | Re: Welcome to daniweb |
sorry if this a very newbie question but what wrong with my code : [CODE=MSSQL]select TBIn.NoTbin,TBIn.IdBrg, Barang.NameBrg,TBIn.SupCode,Supplier.SupName from TBIn,Barang,Supplier where TBIn.SupCode=Supplier.SupCode and TBIn.IdBrg=Barang.IdBrg and TBIn.IdBrg = B002[/CODE] Please Help, Best regards... | |
The End.