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

Search:

Type: Posts; User: skyrebel

Search: Search took 0.07 seconds.

  1. Replies
    7
    Views
    11,772

    Re: Running Ruby scripts from C# application

    Thanks very much. This seems to work nicely. I wasn't aware you were allowed to change the working directory dynamically. Does this cause any side effects?
  2. Replies
    2
    Views
    6,357

    Using Listbox items outside the form

    On a form there is a listbox containing serveral items (single column). These items are added to dynamically. No datasource is used.
    I want to create a class that needs access to these items. I was...
  3. Replies
    7
    Views
    11,772

    Re: Running Ruby scripts from C# application

    This code returns the path where the ruby scripts and classes are located.
  4. Replies
    7
    Views
    11,772

    Re: Running Ruby scripts from C# application

    Yes, this path is set for Ruby via the environment variable RUBYPATH (or something). Running the ruby scripts from command line using Ruby is not a problem. Running them from the C# application gives...
  5. Replies
    7
    Views
    11,772

    Running Ruby scripts from C# application

    What I am trying to achieve is creating a C# application that wil run several Ruby scripts from a several locations.

    In my C# project I have added references to several .dll files (e.g....
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured