How Can i read and write to excel sheet
hosam Taji
Posts
-
Excel Sheet -
Distributed ApplicationsI Mean That I have tow projects first project Will be the menu witch Call the Other projects ? How Can I Do That My Forms Is Not in one selution or 1 project its destiputed
-
Distributed ApplicationsHi How Can I Run A Form In External Seluotion
-
Create Object Formwhat if i have more that 1000 forms in my project do i have to write code for each form in its name to call it, also my project is multilengual and the user can change the form descritpion and loacation in the tree throw a spechle forms so that why i use the database !!!! i do all these in other languge like oracle developer and know i am trying to do so in C# windows application to let my team enter the information about the forms in the database and then the startup form will call these forms automatic Hosam Taji
-
Create Object FormI have project and store the name of this project forms in a database table, the start up form will show the other project form in a tree view and store the description of that forms and its names on mouse double click i want to create instance of a form in the selected node with out knowing the name of that form not hard code also i dont know how to use the system.reflication please can any one help me Hosam Taji
-
Calling a windows formThis The Code Form frm = new Form(); Assembly LocalApp; string man = treeView1.SelectedNode.Name; MessageBox.Show(man); LocalApp = Assembly.LoadFrom(man); ???
-
Calling a windows formYes Thats Exactly What I Want How To Use The Refliction in this case Hosam Taji
-
Calling a windows formFirst Thx You For Your Help But This is not exactly what i want Realy i want something like this not return new formClassName thx A gain
-
Calling a windows formHi every one i have a form name sotred in string parameter i want to create object from that form and show this form thx hosam taji