How to register .ocx file from code
C#
4
Posts
3
Posters
0
Views
1
Watching
-
How to register .ocx file with (regsvr32) from code in C# ?
-
How to register .ocx file with (regsvr32) from code in C# ?
System.Diagnostics.Process.Start("regsvr32 " + ocxfile_path);
First and the Foremost: FIGHT TO WIN mera sirmour: sirmour.co.in
-
System.Diagnostics.Process.Start("regsvr32 " + ocxfile_path);
First and the Foremost: FIGHT TO WIN mera sirmour: sirmour.co.in
I did it but says: The system cannot find the file specified
-
I did it but says: The system cannot find the file specified