Cool Form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ali Rizwan
    Banned
    Contributor
    • Aug 2007
    • 931

    Cool Form

    Hi here is my modified form shape i know this is not so good but i have tried it to looks like good.

    So check it out its cool

    Regards
    >> Ali <<
    Attached Files
  • Mohan Krishna
    New Member
    • Oct 2007
    • 115

    #2
    Originally posted by Ali Rizwan
    Hi here is my modified form shape i know this is not so good but i have tried it to looks like good.

    So check it out its cool

    Regards
    >> Ali <<
    Hi Ali Rizwan,

    Very Nice Idea! And may be useful for many!
    ThanQ!

    Comment

    • Killer42
      Recognized Expert Expert
      • Oct 2006
      • 8429

      #3
      I've had a very brief look. It does look pretty cool.

      Comment

      • Ali Rizwan
        Banned
        Contributor
        • Aug 2007
        • 931

        #4
        Have you Doubleclick on titlebar?
        See the action happen.

        Now i have a problem that how can i maximize or minimize this window?
        I don't know how to programe it.

        I want to add a button for maxize and minimize now how can i add this?

        Thanx for appreciating.
        Any modifications will appreciated.

        Thanx
        >> ALI <<

        Comment

        • jamesd0142
          Contributor
          • Sep 2007
          • 471

          #5
          i migrated the form to vb express 2005,

          and get error on 'If Button = vb6.MouseButton Constants.LeftB utton Then'

          what can i replace this with?

          Thanks

          Comment

          • Ali Rizwan
            Banned
            Contributor
            • Aug 2007
            • 931

            #6
            Originally posted by jamesd0142
            i migrated the form to vb express 2005,

            and get error on 'If Button = vb6.MouseButton Constants.LeftB utton Then'

            what can i replace this with?

            Thanks
            Actually i don't know the right answer but you can try this
            replace this line with this line.
            if button = vbleftbutton then

            ok

            if error remains then

            delete this line and end if statement now form will draged on right button and left button both.

            Thanx
            >> Ali <<

            Comment

            • Killer42
              Recognized Expert Expert
              • Oct 2006
              • 8429

              #7
              Originally posted by jamesd0142
              ... and get error on 'If Button = vb6.MouseButton Constants.LeftB utton Then' ...
              You didn't give us any details on the error.

              Comment

              Working...