First create a function like fun1() use this funtion [private\public\sub] fun1 ............ ....... ..... end sub
A
akash_omsairam
@akash_omsairam
Posts
-
How to Call Function of vb.net whose name stored in Database? -
Visual Studio 2005for that check your connection string :) :)
-
ComboBox Search AutoSuggestHere we set the ComboBox Property DropDownStyle=DropDownList after setting the combobox property user only select a value from this list ,user can't write any in this combobox. If user want to add more values in this list, user set the combobox property "Items", Here user can write our values :)
-
DateTimePicker - VBFor displaying current month in vb.net we use Month(ToDay) It display current month only :-D