how can i user the vb.net to make backups and restore for the SQL server database
Mr Dabbah
Posts
-
Backup and restore -
MS chart controlhow can i connect the microsoft chart control with a table in the db so i can plot the data on the MS chart control.
-
Validation on datagridhello, how can i validate the data entered in the data grid before sending it to the database???
-
SWF fileshello, how can i add a SWF file to a form without importing it as a picture
-
Docking Formsfirst, you need to put all the forms as mdi children. then in the mdi parent u do the following: Me.LayoutMdi(MdiLayout.Cascade) Me.LayoutMdi(MdiLayout.TileHorizontal) Me.LayoutMdi(MdiLayout.TileVertical)
-
Capslock statusi checked for the pressed key in the keyboard, and i got what i want but i want to get the status of the capslock(on or off) when it is pressed in vb.net
-
Moving itmes in a windows applicationhello, in windows application using vb.net,how can i make an item movable in the run time?(change the position of the item on the screen)
-
Customizing Data gridhow could i insert images or comboboxes(dropdown list) or buttons to a datagrid in VB.NET
-
Usning Datagrid in vb.neti want to ask if anyone can help me in the datagrid, how to save a record in the datagrid to the data base,