CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    Join Date
    Jun 2008
    Posts
    2,477

    Re: How to detect where a DragDrop operation was intitiaited?

    That example did show me some new techniques when handling DragDrop operations, so thanks! I ended up going with the object wrapper. It works nicely and actually helped me to find a bit of code that needed refactoring.

  2. #17
    Join Date
    Mar 2005
    Location
    Vienna, Austria
    Posts
    4,538

    Re: How to detect where a DragDrop operation was intitiaited?

    Quote Originally Posted by BigEd781 View Post
    That example did show me some new techniques when handling DragDrop operations, so thanks! I ended up going with the object wrapper. It works nicely and actually helped me to find a bit of code that needed refactoring.
    Congrats
    Jonny Poet

    To be Alive is depending on the willingsness to help others and also to permit others to help you. So lets be alive. !
    Using Code Tags makes the difference: Code is easier to read, so its easier to help. Do it like this: [CODE] Put Your Code here [/code]
    If anyone felt he has got help, show it in rating the post.
    Also dont forget to set a post which is fully answered to 'resolved'. For more details look to FAQ's about Forum Usage. BTW I'm using Framework 3.5 and you ?
    My latest articles :
    Creating a Dockable Panel-Controlmanager Using C#, Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6 | Part 7

  3. #18
    Join Date
    Mar 2008
    Location
    IRAN
    Posts
    811

    Re: How to detect where a DragDrop operation was intitiaited?

    @TheCPUWizard: it is obvious that sample code and code snippets are not the best solution that can be apply to any problem as a final solution.

    in addition that they are disigned for illustrative purpose and demostrating power of the language they also will give information to the programmer in parts that he/ she has not mentioned to it or missed it.

    final solution will be a combination of experience, looking to more than one code sample, good data stucture desing (base on application needs), good analyze, asking people and investigating best practices.

    without all of them the final solution may works but it is not optimized and the best way of doing things.
    Last edited by toraj58; December 23rd, 2008 at 08:32 AM.
    Please rate my post if it was helpful for you.
    Java, C#, C++, PHP, ASP.NET
    SQL Server, MySQL
    DirectX
    MATH
    Touraj Ebrahimi
    [toraj_e] [at] [yahoo] [dot] [com]

Page 2 of 2 FirstFirst 12

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