Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21233

Components (OCX files) in VBP versus FRM file.

$
0
0
Does anyone understand how/when references get placed into the .FRM files as opposed to just being placed in the .VBP file?

It's interesting, but I can delete the references from the .FRM files (using Notepad), and it doesn't seem to hurt a thing.

Also, sometimes the references get placed in the .FRM files, and at other-times they don't.

I'd just really like to understand when (and why) these references get placed in the .FRM files.

Just as an example, here's a reference that might appear in a .FRM file:
Code:

Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomct2.ocx"
And here's basically the same reference as it might appear in the .VBP file for the same project:
Code:

Object={86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0; mscomct2.ocx
Regards,
Elroy

Viewing all articles
Browse latest Browse all 21233

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>