Thread
Print

Roboform sdk

Roboform sdk

Good day!

I'm looking for C++ sample of using Roboform sdk.
Could anyone give a simple project which does something like that
            RfPasscard passcard1 = new RfPasscard();
            passcard1.LoadFromFile(data_path + "stepH1.rfp", "");
            passcard1.Fields["login"].Value = hmuserid.Text;
            passcard1.Fields["passwd"].Value = hmpassword.Text;
            passcard1.SaveToFile(data_path + "stepH1__.rfp");
or give the link where I can find a sample of source.

Thanks!

Best regards
Alex
fsdf

TOP

Thread