Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
One to four little updates for these topics
Contact with me if you're interested in these and send me your mail address
contact mail:15913754304@163.com
ActiveXObject method to create class in weblink
function pfcCreate (className)
{
if (pfcIsWindows())
return new ActiveXObject ("pfc."+className);
else if (pfcIsChrome())
return pfcCefCreate (className);
else if (pfcIsMozilla())
{
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
ret = Components.classes ["@ptc.com/pfc/" + className + ";1"].createInstance();
return ret;
}
}
2.Get current working directory and change it
Get model info in session
ListModelItem
It's not convinent to post all the programs in community, so i will just post the result of the programs
however, you can contact with me via Skype while you wanna to know more details, including Weblink,Jlink,ToolkitJava,VBAPI