CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890

    Button Question ?

    hi,
    in VC++ we can re-shape the button. i know how to do that. but without using C++ control or ActiveX is it possible to do it in .NET ? how ?

    Thanks
    Paresh

  2. #2
    Join Date
    Dec 2002
    Location
    Sioux Falls, SD, USA
    Posts
    40
    You should probably try posting your question in the C++ section. This is the C# section.

    Good luck.
    Do what thou wilt, shall be the whole of the law.

  3. #3
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    I said it was possible thru active x
    and now i want to do in .NET means C# without using ActiveX ? is it possible ?

    anyone !

    Paresh

  4. #4
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125
    .NET means C#
    This is a totally untrue statement taken on its own, of course....
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  5. #5
    Join Date
    Dec 2000
    Location
    Slovakia
    Posts
    1,043
    Every class derived from Control (even Control itself) has property named Region. that property is of type System.Drawing.Region. It is the standart windows RGN...

    And the button is derived from Control...

    martin

  6. #6
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    sure dude. i will look in it.
    thanks
    Paresh

  7. #7
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    To Cpuwizard,

    I wanted to mean
    using C#.NET ..
    did you understand know :-)
    or find some faults rather than answering...

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