Can anybody help me to save a particular file from one system to another system through commondialog in vb6
Thanks
Abhijeet
User Profile
Collapse
-
Save process through commondialog
-
Problem in adodc1 connectivity
Dear All....
I am doing a project where adodc1 has connected through below mentioned code.
Adodc1.Recordse t.Close
Adodc1.Recordse t.Source = "select gno,gdesc,gqty, gvalue from gntemp"
Adodc1.Recordse t.Open
Set DataGrid1.DataS ource = Adodc1.Recordse t
DataGrid1.ReBin d
By this code sometimes data is showing into the datagrid and some time data is not showing. If somebody... -
Multiple selection in listbox
I am having a controll in my project that is listbox with checkbox style. I like to get all the selected item in a access database or in datagrid. kindly help me to get the vb6 source code.
No activity results to display
Show More