windows forms finder (help me)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jose

    #1

    windows forms finder (help me)

    Well friends. I have a windows 2 forms in vb.net 2003. The form A has 2
    textboxt: ID and Description and many buttons
    (add,undo,save, find,modify,del ete,print). The form B has a textbox and a
    datagrid and 2 buttons (Accept and Cancel). The idea is that the user
    introduced a text and find this text in the data for the field ID. If find
    the user push the accept button and close the form B y return the value
    located.
    Please i hear your comments.

    best regards my friends


  • Cor Ligthert [MVP]

    #2
    Re: windows forms finder (help me)

    Jose,

    We know what you want to do, but what is your problem with this, it seems
    very much a way beginners start with it. I would not do it this way.

    Changing of forms is very tiring for user (physical and because the focus of
    his eyes mentally).

    Cor

    "Jose" <josenospam@uni ca.com> schreef in bericht
    news:e05oo%238c GHA.3840@TK2MSF TNGP04.phx.gbl. ..[color=blue]
    > Well friends. I have a windows 2 forms in vb.net 2003. The form A has 2
    > textboxt: ID and Description and many buttons
    > (add,undo,save, find,modify,del ete,print). The form B has a textbox and a
    > datagrid and 2 buttons (Accept and Cancel). The idea is that the user
    > introduced a text and find this text in the data for the field ID. If find
    > the user push the accept button and close the form B y return the value
    > located.
    > Please i hear your comments.
    >
    > best regards my friends
    >[/color]


    Comment

    • Jose

      #3
      Re: windows forms finder (help me)

      Well Cor. Please i need an example...!

      "Cor Ligthert [MVP]" <notmyfirstname @planet.nl> escribió en el mensaje
      news:eu8QLr%23c GHA.1264@TK2MSF TNGP05.phx.gbl. ..[color=blue]
      > Jose,
      >
      > We know what you want to do, but what is your problem with this, it seems
      > very much a way beginners start with it. I would not do it this way.
      >
      > Changing of forms is very tiring for user (physical and because the focus
      > of his eyes mentally).
      >
      > Cor
      >
      > "Jose" <josenospam@uni ca.com> schreef in bericht
      > news:e05oo%238c GHA.3840@TK2MSF TNGP04.phx.gbl. ..[color=green]
      >> Well friends. I have a windows 2 forms in vb.net 2003. The form A has 2
      >> textboxt: ID and Description and many buttons
      >> (add,undo,save, find,modify,del ete,print). The form B has a textbox and a
      >> datagrid and 2 buttons (Accept and Cancel). The idea is that the user
      >> introduced a text and find this text in the data for the field ID. If
      >> find the user push the accept button and close the form B y return the
      >> value located.
      >> Please i hear your comments.
      >>
      >> best regards my friends
      >>[/color]
      >
      >[/color]


      Comment

      • Cor Ligthert [MVP]

        #4
        Re: windows forms finder (help me)

        Jose,

        Why don't you first try this one, this one is extendable in opostie of the
        ones in the previous versions.



        I hope this helps,

        Cor


        "Jose" <josenospam@uni ca.com> schreef in bericht
        news:%23aNtQsDd GHA.3792@TK2MSF TNGP03.phx.gbl. ..[color=blue]
        > Well Cor. Please i need an example...!
        >
        > "Cor Ligthert [MVP]" <notmyfirstname @planet.nl> escribió en el mensaje
        > news:eu8QLr%23c GHA.1264@TK2MSF TNGP05.phx.gbl. ..[color=green]
        >> Jose,
        >>
        >> We know what you want to do, but what is your problem with this, it seems
        >> very much a way beginners start with it. I would not do it this way.
        >>
        >> Changing of forms is very tiring for user (physical and because the focus
        >> of his eyes mentally).
        >>
        >> Cor
        >>
        >> "Jose" <josenospam@uni ca.com> schreef in bericht
        >> news:e05oo%238c GHA.3840@TK2MSF TNGP04.phx.gbl. ..[color=darkred]
        >>> Well friends. I have a windows 2 forms in vb.net 2003. The form A has 2
        >>> textboxt: ID and Description and many buttons
        >>> (add,undo,save, find,modify,del ete,print). The form B has a textbox and a
        >>> datagrid and 2 buttons (Accept and Cancel). The idea is that the user
        >>> introduced a text and find this text in the data for the field ID. If
        >>> find the user push the accept button and close the form B y return the
        >>> value located.
        >>> Please i hear your comments.
        >>>
        >>> best regards my friends
        >>>[/color]
        >>
        >>[/color]
        >
        >[/color]


        Comment

        Working...