hi! first add word referens to ur form then create a new object from it. then oenn it(give adress) annd with read method ur work has finished! good luck!:-D
B
barnamehnevis_vbnet
@barnamehnevis_vbnet
Posts
-
How to read word (.Doc) file from VB6 -
Updating datasetfirst locate datarow position ((me.bindingcontext(dataset,"ur tablename").position) then update it with a command builder: cb = new oledbcommandbuilder(da) da = cb.dataadapter da.update(ds,"yourtablename") good lock!:-D