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

Search:

Type: Posts; User: sertaylan

Search: Search took 0.04 seconds.

  1. Thread: C++ to C#

    by sertaylan
    Replies
    5
    Views
    4,464

    Re: C++ to C#

    There is an addin called pinvoke, i thought you'd mentioned about it, but i was wrong. I tried dllimport, but i cannot figure out arguements in the class. there are two args, one is bool, the other...
  2. Thread: C++ to C#

    by sertaylan
    Replies
    5
    Views
    4,464

    Re: C++ to C#

    i think the add-in is just for vs 2003 and 2005. I'm using VS 2008 :(
  3. Thread: C++ to C#

    by sertaylan
    Replies
    5
    Views
    4,464

    C++ to C#

    There is a project written in C++. That is http://seb.svn.sourceforge.net/viewvc/seb/branches/1.2/win/Seb/ . I want to use the msghook.dll in my c# .net 2008 project to disable some control keys such...
  4. Thread: DataGridView

    by sertaylan
    Replies
    2
    Views
    3,707

    Re: DataGridView

    thank you very much for your detailed explanation..
  5. Thread: DataGridView

    by sertaylan
    Replies
    2
    Views
    3,707

    DataGridView

    I have a datagridview on a form. the datagridview has multiple rows and columns. When i select a row, for example 3rd row, i want to get the value of specified column, for example 4th. I mean when i...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured