"Dick Moores" <[EMAIL PROTECTED]> wrote > But I was wondering if it was possible to write > Python code in Iron Python and use it somehow in > Visual Basic 2005 Express. VB seemed a very easy > way to create a GUI, but of course I prefer Python for the code.
It should be possible but I've no idea how. I suspect you might need to write the Python code in a class but I'm not even sure about that. My experiece of .NET is both very limited and entirely in C# But the whole idea of the intermediate code thing is that you can intermix languages. Alan G _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
