Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
I

imannasr88

@imannasr88
About
Posts
7
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • passing parameters between two application
    I imannasr88

    yes

    C# csharp help question

  • passing parameters between two application
    I imannasr88

    HI. I have two C# application ("first" and "Second") and i call "first.exe" from the "Second" program with this code :

    System.Reflection.Assembly extAssembly = System.Reflection.Assembly.LoadFrom("c:\\first.exe");
    Form extForm=(Form)extAssembly.CreateInstance("first.Form1",true);
    this.AddOwnedForm(extForm);
    extForm.Show();

    Then I want to pass some parameters from the "second" program to the "first" program . Can anyone help me please?

    C# csharp help question

  • How do two c# .Net programs communicate to each other? ...please help
    I imannasr88

    can you help me how and with which namespace i can do it.thanks

    C# csharp help question

  • How do two c# .Net programs communicate to each other? ...please help
    I imannasr88

    no it is because my programs have some relations with each other in some cases and I need it

    C# csharp help question

  • How do two c# .Net programs communicate to each other? ...please help
    I imannasr88

    in a company two programs have some relations with each other i want it for this reason thanks

    C# csharp help question

  • How do two c# .Net programs communicate to each other? ...please help
    I imannasr88

    thanks. but how to call a form (with handle) that is not main form in destination program.

    C# csharp help question

  • How do two c# .Net programs communicate to each other? ...please help
    I imannasr88

    hello every body. i want creat a program in c# that can run other C# program (exe) and show one of the form in it. please help. thanks.

    modified on Monday, May 4, 2009 2:42 AM

    C# csharp help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups