activex-documents

Have .jpg files within excel when using ActiveX Image Control

流过昼夜 提交于 2019-12-13 06:41:05
问题 I have an excel file with several toggle buttons. When a toggle button is on and the "calculate" command button is pressed, my activeX image frame changes. However, I have all these files in the same directory so I'd have to send the file to my employees zipped. Is there anyway to like maybe load them into the excel workbook on a hidden sheet? Thank you 回答1: I think the LoadPicture() function will look for a system file so you don't want that. Add the pictures into images on a worksheet. This

Are there any good resources for dealing with “User Document” (.dob) files

て烟熏妆下的殇ゞ 提交于 2019-12-12 01:17:52
问题 I've inherited a vb6 application that makes use of "Visual Basic User Document" files (.dob). This tech seems to be abandoned and forgotten. Are there any good resources out there for working with them? 回答1: Almost no-one used ActiveX Documents when they first came out, and I imagine there's hardly anyone using them now. I've never used them. Here's some suggestions. I haven't read the ActiveX Document sections myself (never needed to) but I know they are reliable sources of information on

how can i read cookie generated by web browser from activex control

风格不统一 提交于 2019-12-11 06:48:31
问题 I want to read and fetch the contents of a cookie generated by web browser from activex control. I dont want to read the cookie from javascript and pass it to activex control. I want read the cookie directly from activex control. If it is possible then suggest me the APIs for that and also same thing I have to achieve using NPAPI also (so please suggest APIs in here also). So looking forward for some positive answers. 回答1: What you can do is 1) hook up Web Browser events, using for example