Is it possible?
-
Friends, Is it possible to generate source code (say for example C#) using Visio? Thanks.
-
Friends, Is it possible to generate source code (say for example C#) using Visio? Thanks.
I really don't think so.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
Friends, Is it possible to generate source code (say for example C#) using Visio? Thanks.
-
I really don't think so.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
Well, I think we can. Visio for Enterprise Architects comes free with Visual Studio.NET Enterprise Architect edition. It has extra tools that the standard edition of Visio does not have. These tools enable forward and reverse engineering of databases and code. Visio can actually generate skeleton C# or VB.NET code based on the documentation created with it. Even applictions with unique structures can be generated because the code templates Visio uses can be customized to fit almost any need. For a large project, the boilerplate code it generates can save weeks of tedious coding, allowing you to move onto the more interesting business logic code. For more info visit : "http://steveorr.net/articles/VisioCodeGen.aspx" Regards, Bhupi Bhai.
-
Friends, Is it possible to generate source code (say for example C#) using Visio? Thanks.
I want to use and active X control. That was created with a different(C++) programming language in C#. I tested its methods methods on a windows aplication form they do work fine. But when I wan't to add it to a webForm I am not able to acces it's methods method. I am able to add it using But when I use function MyButton_onclick() { Object1.Method(); } it does not even give an error it is just quiet. my email addres is lungiez@yahoo.co.uk
1234
-
Friends, Is it possible to generate source code (say for example C#) using Visio? Thanks.
Thanks friends, I got good enough idea from link above. Its good article. Thanks again.
-
I want to use and active X control. That was created with a different(C++) programming language in C#. I tested its methods methods on a windows aplication form they do work fine. But when I wan't to add it to a webForm I am not able to acces it's methods method. I am able to add it using But when I use function MyButton_onclick() { Object1.Method(); } it does not even give an error it is just quiet. my email addres is lungiez@yahoo.co.uk
1234
Wow - did you mean to post this in response to a question about Visio ?
Christian Graus - C++ MVP