Thursday, 15 September 2011

vb.net - Trouble saving ALL listbox data -



vb.net - Trouble saving ALL listbox data -

ok, i'm trying create injector. load dlls, used file dialog select dll write info list box. want save info in list box , reload past info on form load, every method have tried saves name of dll not other info such location.

i have no external files if possible. solutions?

cheers.

edit: source code open file dialog

private sub openfiledialog1_fileok(sender object, e

system.componentmodel.canceleventargs) handles openfiledialog1.fileok dim filename string = openfiledialog1.filename.substring(openfiledialog1.filename.lastindexof("\")) dim dllfilename string = filename.replace("\", "") listbox1.items.add(dllfilename) dlls.add(dllfilename, openfiledialog1.filename) end sub

vb.net visual-studio listbox

No comments:

Post a Comment