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

Search:

Type: Posts; User: Tiny

Search: Search took 0.02 seconds.

  1. Tree Control within Grid Control using AJAX and ASP.Net

    Hi,
    I need a tree control inside a grid control, i.e.., every node of the tree should be a row in the grid control.
    I want to implemented this using AJAX. Please let me know how this has to be...
  2. Replies
    0
    Views
    4,395

    Tree Control within Grid Control using AJAX

    Hi,
    I need a tree control inside a grid control, i.e.., every node of the tree should be a row in the grid control.
    I want to implemented this using AJAX. Please let me know how this has to be...
  3. Replies
    0
    Views
    659

    When does the error "Invalid Handle occur"?

    Hi,

    I am using serial communication in my application to interact with another application.
    I am continuously writing data on to the COM port.
    After about 8 hours of continuous write...
  4. How can we disable individual nodes in a treeview in .Net?

    Hi,

    How can we disable individual nodes in a treeview in .Net?


    Tiny
  5. In C#, how should I use a VB ocx that is dependent on a win32 dll ?

    In C#, how should I use a VB ocx that is dependent on a win32 dll ?
    When ActiveX is dependent on another dll should we do something different?
  6. Re: Error "Failed to import the ActiveX control" when using VB ocx in C#, why?

    Even after deleting the Bin and Debug folders, I am not able to drag and drop the control. The same "Failed to import the ActiveX control..." error occurs.
    Looks like there is some problem in...
  7. Re: Error "Failed to import the ActiveX control" when using VB ocx in C#, why?

    Suja, I am not able to delete the Bin and Debug folder when VS IDE is open as Application.vshost.exe exists and it throws "Access denied error".
  8. Replies
    2
    Views
    1,126

    How to convert avi to exe?

    Hi,
    How to programatically convert an avi file or any movie file into an exe?
  9. Error "Failed to import the ActiveX control" when using VB ocx in C#, why?

    Hi,
    I am trying to use a VB ocx control in C#.
    I have done the following
    1. Registered the ocx
    2. Included the component in VS .Net IDE tool bar.
    But when I try to drag and drop the control...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured