Click here to Skip to main content
15,887,083 members
Home / Discussions / C#
   

C#

 
GeneralSql Paraments C# Pin
| Muhammad Waqas Butt |4-Aug-05 21:39
professional| Muhammad Waqas Butt |4-Aug-05 21:39 
GeneralRe: Sql Paraments C# Pin
J4amieC4-Aug-05 22:14
J4amieC4-Aug-05 22:14 
GeneralRe: Sql Paraments C# Pin
| Muhammad Waqas Butt |4-Aug-05 22:32
professional| Muhammad Waqas Butt |4-Aug-05 22:32 
GeneralRe: Sql Paraments C# Pin
J4amieC4-Aug-05 23:44
J4amieC4-Aug-05 23:44 
GeneralRe: Sql Paraments C# Pin
Guffa4-Aug-05 23:55
Guffa4-Aug-05 23:55 
GeneralRe: Sql Paraments C# Pin
Dead Skin Mask5-Aug-05 3:05
Dead Skin Mask5-Aug-05 3:05 
GeneralC# as scripting lang in MFC App Pin
Ning Hu4-Aug-05 21:19
Ning Hu4-Aug-05 21:19 
GeneralRe: C# as scripting lang in MFC App Pin
WillemM5-Aug-05 1:05
WillemM5-Aug-05 1:05 
There's an option to make it possible:

Make a COM-enabled .NET assembly with a ScriptingEngine class in it.
This class should have a method that reads a script from a .cs file and compile it dynamicly into an assembly (that is not written to disk, but kept in memory). After the method has loaded and compiled the script it should run the script.

I don't have much knowledge about passing COM objects into .NET methods, but just give it a shot and you will have something that is pretty amazing if it works.

WM.

What about weapons of mass-construction?
GeneralNot able to create Event Handler Pin
Aneeel4-Aug-05 19:49
Aneeel4-Aug-05 19:49 
Generalconditions problem Pin
nidhelp4-Aug-05 16:47
nidhelp4-Aug-05 16:47 
GeneralRe: conditions problem Pin
Mohamad Al Husseiny4-Aug-05 16:50
Mohamad Al Husseiny4-Aug-05 16:50 
GeneralRe: conditions problem Pin
nidhelp4-Aug-05 16:58
nidhelp4-Aug-05 16:58 
GeneralRe: conditions problem Pin
Christian Graus4-Aug-05 17:35
protectorChristian Graus4-Aug-05 17:35 
GeneralRe: conditions problem Pin
nidhelp4-Aug-05 18:07
nidhelp4-Aug-05 18:07 
GeneralRe: conditions problem Pin
Christian Graus4-Aug-05 18:14
protectorChristian Graus4-Aug-05 18:14 
GeneralRe: conditions problem Pin
nidhelp4-Aug-05 18:32
nidhelp4-Aug-05 18:32 
GeneralRe: conditions problem Pin
Christian Graus4-Aug-05 18:56
protectorChristian Graus4-Aug-05 18:56 
GeneralRe: conditions problem Pin
Luis Alonso Ramos4-Aug-05 19:12
Luis Alonso Ramos4-Aug-05 19:12 
GeneralRe: conditions problem Pin
nidhelp4-Aug-05 19:16
nidhelp4-Aug-05 19:16 
GeneralRe: conditions problem Pin
Christian Graus4-Aug-05 19:23
protectorChristian Graus4-Aug-05 19:23 
GeneralRe: conditions problem Pin
nidhelp4-Aug-05 19:37
nidhelp4-Aug-05 19:37 
GeneralRe: conditions problem Pin
Christian Graus4-Aug-05 19:45
protectorChristian Graus4-Aug-05 19:45 
GeneralRe: conditions problem Pin
Weiye Chen4-Aug-05 17:51
Weiye Chen4-Aug-05 17:51 
GeneralRe: conditions problem Pin
nidhelp4-Aug-05 18:41
nidhelp4-Aug-05 18:41 
GeneralRe: conditions problem Pin
J4amieC4-Aug-05 22:39
J4amieC4-Aug-05 22:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.