CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: nidabp

Search: Search took 0.06 seconds.

  1. Replies
    0
    Views
    2,707

    panel scrollbars backcolor

    Hi,

    I have problem setting the backcolor of scrollbars of a panel control. I set the EnableVisualStyles property to False. But still the backcolor is shown as Windows style( Light Blue). Hope I...
  2. Replies
    0
    Views
    3,196

    migrating activex control from vb6 to vb.net

    Hi,
    An activex control in vb6.0(which contains a maskedit box) is disabled in the form. But when running the application, tabbing onto the activex control happens(from another control) and got...
  3. Replies
    2
    Views
    3,864

    Re: textbox validating firing twice

    Thanks for a quick reply. Will do it next time.

    Is it possible that the button_click event of the second form never fires(though the button is clicked) until the validation for the form1 text box...
  4. Replies
    2
    Views
    3,864

    textbox validating firing twice

    Hi,
    I have a MDIParent form and 2 child forms. One of them,form1, has a textbox for which certain validations are present in the validating event. The other one has a button on it. When I try to...
  5. Replies
    6
    Views
    17,573

    Re: Scroll Bars MDI Form

    Thank you so much. It worked like a charm....Once again thank you........
  6. Replies
    6
    Views
    17,573

    Re: Scroll Bars MDI Form

    Hi,

    I am working on a vb6 to vb.net migration. Initially, in the vb6 application, there are no scrollbars shown even though the width of the child form is greater than that of the mdi parent...
  7. Replies
    6
    Views
    17,573

    [RESOLVED] Scroll Bars MDI Form

    Hi,

    I have an mdi form and few child forms. I have set the autoscroll property to false, size to (640,480) for the mdi form, but still the scrollbars are shown. I am setting the width of the...
  8. Replies
    5
    Views
    15,583

    Re: form.activated in vb.net

    Hi,
    Sorry, I am not able to get you. what I mean is:

    You have a forms application(vb.net) with 2 forms and another application(eg: outlook client )opened. What I am trying to achieve is:...
  9. Replies
    5
    Views
    15,583

    Re: form.activated in vb.net

    Hi,
    I got to read from the below link;

    http://vbmigration.codearchitects.com/Resources/detmigratingfromvb6controls.aspx?Id=10


    that there is some difference in which the form.activate(vb6)...
  10. Replies
    5
    Views
    15,583

    form.activated in vb.net

    Hi,
    I am trying to migrate a vb6.0 application to vb.net. I have a major issue while executing the code under form.activated and form.deactivate. There is a difference in behaviour between...
  11. Replies
    4
    Views
    764

    Re: supress messages

    Thank you. The problem got resolved. I am reading the properties from the .frm file.
  12. Re: getting the .vbp filename in a vb project

    Thank you. I am reading it from the .frm file. Thanks for the suggestion. Hope I could be like you.
  13. Re: getting the .vbp filename in a vb project

    Hi,
    I am trying to get the properties of an activex control in all the forms of the project. So to access all the forms, I am getting the form names of the project through the .vbp file. Then I...
  14. Replies
    4
    Views
    764

    [RESOLVED] supress messages

    Hi,
    I am using Forms.Add to load all the forms in my project. This is required to loop and do some operations on certain controls of the forms. But whenever I load a form, it displays lot of...
  15. Re: getting the .vbp filename in a vb project

    Hi,
    I am very unlucky because all the applications that I am working have their exe names changed to something. The title is set for all the applications to something different from the .vbp...
  16. [RESOLVED] getting the .vbp filename in a vb project

    Hi,
    I need to get the .vbp file name of a project in vb6.0. This is required to read all the form names from it and get all the controls in that forms.

    Thanx
  17. Replies
    4
    Views
    4,931

    Re: Accessing properties of controls

    Thank you very much. Tlbinf32.dll is the right dll. I got what I need. Once again Thank you..
  18. Replies
    4
    Views
    4,931

    [RESOLVED] Accessing properties of controls

    Hi,
    Is there anyway that I can access all the properties of a control(activex or normal) during runtime and get their values. I dont want to speicify the property name. I should get the all the...
Results 1 to 18 of 18





Click Here to Expand Forum to Full Width

Featured