CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Sep 2007
    Posts
    405

    Debug user control in VB6.0 ?

    When debugging user control, having Subclass handler, put your mouse on the user control not clicking, Sub zSubclass_Proc has promptly run, how to troubleshoot? is there a way that I can right-click on an object then run to? anyone knows please help.

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Debug user control in VB6.0 ?

    No idea what you mean by
    is there a way that I can right-click on an object then run to?
    You can of course set a break point in the code if that is what you mean.
    Always use [code][/code] tags when posting code.

  3. #3
    Join Date
    Sep 2007
    Posts
    405

    Re: Debug user control in VB6.0 ?

    I have a user control Lynxgrid3, functions like Listview, Lynxgrid3 very nice interface. If Lynxgrid3 have a record, it will warning error message when you click on it, or does not allow to change the width of columns/rows, although the function allowed to change the width of columns/rows = True. I troubleshoot that does not, I have done follow your tutorial (Ctrl + F8), I do not know how to troubleshoot or fix ? because when I move the mouse on Lynxgrid3 no time to click already running away.you been used Lynxgrid3 ?

  4. #4
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Debug user control in VB6.0 ?

    It is very hard to understand what you are trying to say. I have never heard of Lynxgrid so no I have not used it. You saying that you are trying to trouble shoot a user control makes it sound like you have the source code which would allow you to use it in debug mode.

    Do you have the Source code?
    Do you know how to debug a User Control with a project using a Group in the IDE?
    Always use [code][/code] tags when posting code.

  5. #5
    Join Date
    Sep 2007
    Posts
    405

    Re: Debug user control in VB6.0 ?

    Lynxgrid3 will be errors when It have got one record, I sent attachments lynxgrid3en.rar code and faulty video LynGrid3Error.wmv
    http://www.crocko.com/9B32B0D8346048...ynxgrid3en.rar

  6. #6
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Debug user control in VB6.0 ?

    You did not answer my questions.

    I am not going to an unknown website and downloading a rar file.
    Always use [code][/code] tags when posting code.

  7. #7
    Join Date
    Sep 2007
    Posts
    405

    Re: Debug user control in VB6.0 ?

    I have already answered your question.if Lynxgrid3 have got one items, Lynxgrid3 will error when you click on and does not change the width of a column, you can see my video.

    download file
    After you click on the link, scroll down to click on the regular download button (free account). do you understand ?

  8. #8
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Debug user control in VB6.0 ?

    No you did not answer my questions. I asked
    Do you have the Source code?
    Do you know how to debug a User Control with a project using a Group in the IDE?
    You did not answer either of them.

    I also told you I am not going to download a rar file from an unknown website

    Maybe someone else will help you, I am not going to waste my time any farther.
    Always use [code][/code] tags when posting code.

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