Re: Is frx VB5 format ?



"Kid" <Kid@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:E408D7B9-81AD-4758-AC18-ECE155E8BBEA@xxxxxxxxxxxxxxxx
Hi

I am trying to open some project by VB6 but failed to load form .

This project has frx files and on the top of frm source write VERSION 5#.

If I clicked frm file, VB will not show form but show modules at project
explorer.

Might it be a VB5 project , can I open or convert it to a VB6 one ?

Thank you .

frx is part of vb5 and 6. It stored binary data for the form such as icons
and bitmaps. VB6 should open vb5 files without even asking to upgrade I
think. Post the first 10 lines of an frm file.




.



Relevant Pages

  • RE: Specifying Parent to a Windows Form Where Parent Form is in VB
    ... What you outline with the SetMDIParent() method is precisely the problem I ... Then I call the SetMDIParentmethod in vb6. ... Dim com As New TestComClass.ComClass1 ... Dim frm As TestComClass.Form1 ...
    (microsoft.public.dotnet.framework.windowsforms)
  • RE: Specifying Parent to a Windows Form Where Parent Form is in VB 6
    ... Then I call the SetMDIParentmethod in vb6. ... Dim com As New TestComClass.ComClass1 ... Dim frm As TestComClass.Form1 ... an error rose saying "Type mismatch" with the sentence ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: Duplicate forms
    ... (frm and frx files) ... replace all occurrences of the original form name with your new form name ... FormXYZ then replace all occurrences of FormABC with FormXYZ). ...
    (microsoft.public.vb.general.discussion)
  • Re: UserForm created in Outlook 2000 wont import to 2002
    ... The .frm and .frx files created when you exported the userform, ... >> Sue Mosher, Outlook MVP ...
    (microsoft.public.outlook.program_vba)
  • Create a Form at Run Time
    ... properties taken from .frm and .frx files. ... Regards ... Prev by Date: ...
    (microsoft.public.vb.controls)