CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2011
    Posts
    4

    help reading a windows form

    Hello,
    Im trying to open a software for controlling a camera, the code can be configured to customize it. I cant get the mainform to open as form, it just gives html. Yet, I can run the code and see the form so know it is there. Its got to be some kind of encoding thing. Any help is appreciated, ive wasted a lot of time on tihs.

    Attached.

    thanks
    Attached Files Attached Files

  2. #2
    Join Date
    Dec 2011
    Posts
    4

    Re: help reading a windows form

    anyone.
    this should be really simple for those that have done c sharp before

  3. #3
    Join Date
    Dec 2011
    Posts
    4

    Re: help reading a windows form

    even if there is not a fix, does anyone have a suggestion?

    reinstall visual studio?
    try to remake the windows form by figuring out all the objects?

    can someone atleast try to open the form (called mainform.cs) for me?
    i can just attach the form rather than entire project if you are worried about security?

    what should be the form only opens at html in the desiger view.
    i just dont get it.

  4. #4
    Join Date
    Dec 2011
    Posts
    61

    Re: help reading a windows form

    you need to correctly reference these 2 dlls:

    PylonC.NET.dll
    Pylon.NETSupportLibrary.dll

    in your project

  5. #5
    Join Date
    Dec 2011
    Posts
    4

    Re: help reading a windows form

    thank you
    you are correct and this fixed the issue!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured