embedding python in vb .NET
June 13, 2008
3:47 p.m.
Hello all, I have two questions: 1) are there examples of embedding python in vb .NET 2) I'm trying to figure out how I can use the Python.Runtime.dll form VB.NET. I added it as a reference and imported using: Imports Python.Runtime Module Module1 Sub Main() PythonEngine.Initialize() Dim a As String PythonEngine.RunString("5+7" & vbCrLf) ' how can I get the result of that easy string? End Sub End Module Many Thx, Johan _________________________________________________________________ Nieuwe lente...Een nieuw online leven...Gratis dankzij Windows Live http://get.live.com
6662
Age (days ago)
6662
Last active (days ago)
0 comments
1 participants
participants (1)
-
Johan Beke