Embed Ruby As A Scripting Language Into An Application?
Sep 10, 2009
I would like you all to give me some links about embeding scripting languages and I would like to ask if it is possible to embed Ruby into a Vb.net application. I only know Vb.net c# and ruby and would prefer not to have to learn c/c++ (even though i probably will have to in the very far future).
View 3 Replies
ADVERTISEMENT
Feb 9, 2010
Is there a way to create my own scripting language. I don't have any details on what I want to do because it's way too complex,
View 8 Replies
Aug 3, 2010
I have been asked to transfer the Function events from the WebFrmLoanCalculate.aspx to the Web Page CODEBEHIND. I have not done the before using VBScript and encounter this error message:
Option Strict On requires all Function, Property, and Operator declarations to have an 'As' clause.
[Code]...
View 2 Replies
Jul 30, 2011
We are trying to communicate between our two applications, One is in VB.Net and the other one is in ruby. We can easily communicate between two .Net applications but how to communicate between a .Net and ruby application? [code] After creating the Memory Mapped File through the above code how can we read/write it in ruby?
View 1 Replies
Aug 1, 2011
read/write from VB.Net to ruby application and vice versa using Memory Mapped Files?
View 3 Replies
Jun 21, 2010
I would like to add some scripting support to my .NET-application (I usually code in VB.NET). Since VisualStudio 2008 won't let me use VSA to get scripting support, and the Windows ScriptControl crashes in 64-bit mode, I have been looking for an alternative solution to my problem.I would really like to be able to code the scripts in VBScript or VB.NET, because of the simple syntax.Would it be possible to implement some kind of sandbox inside my application to make it run a VB.NET application inside itself? Or is there any simpler way of getting scripting support?
View 2 Replies
Dec 30, 2009
The software company I work for offers data conversion as a service for new clients who have previously used other similar software. I've written a VB.NET application to automate common conversion operations, and have separate logic between known vendors.particular file layout has become rather common, but due to the nature of how this particular competitor's application stores information, certain fields mean one thing for one client, and another for a different client.Certain elements within this vendor's format change every time, so I've written the application to account for that. Because some data fields mean different things to different vendors, I have to change my mapping code every time. This wasn't an issue when I had one of these every six months or so, but these are becoming much more common and I would much rather find a way to further automate this process.
View 2 Replies
May 19, 2009
Ok this is how it is, I have my main app form, and from there I open another seperate form for scripting, but they are both open at the same time, when I run a script from the scripting form, it interfers with the main window form code that's running, I'm guessing they are both running in the same thread or whatever, how do I fix it? I've tried using thread commands but obviously it's not working,
View 1 Replies
Feb 28, 2010
I have to implement OO scripting in VBS/JS, wondering what's the best way to do that.he scripting engine has to be able to create new methods for existing object in the application and allow calling the methods in other existing objects.
View 4 Replies
Dec 8, 2010
I want to allow the user to write a little script (JScript, VB, whatever) with a function called by my application that returns an XmlDocument object (a string would be ok).I did some research, and it looks like the scripting engines are obsolete.
The best solution I could find is here: [URL]..But I was wondering if there is a better and more "official" way.
View 7 Replies
Jul 31, 2010
We are using an application provided by a third party. We applied their hotfix and are now receiving the error below. So far they haven't been able to provide us with a solution/answer as to why this is happening and how to fix it. They say we are the first customers with this problem.
Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30560: 'FileSystemObject' is ambiguous in the namespace 'Scripting'.
Source Error:
CODE:
View 1 Replies
Jul 31, 2010
We are using an application provided by a third party. We applied their hotfix and are now receiving the error below. So far they haven't been able to provide us with a solution/answer as to why this is happening and how to fix it. They say we are the first customers with this problem.
I thought maybe the .net forum here will be able to guide me on how to solve the scripting error.
[code]...
View 2 Replies
Jun 8, 2011
I have designed and published my small created app with WINDOWS FORMS using VB 2010 EXP on Windows 7. I can only install the app on the machine that I used to develop the app.I want to install the app on another computer but I cannot. I usually have error reports.
Example:Unable to install or run this application. This application requires Microsoft Common Language Runtime 4.0.3 to be installed on your computer.
what can I do to be able to install the app on a different computer which does not have .Net and does not have visual basic 2010 installed.
View 13 Replies
Feb 7, 2010
Im making an online radio , just a simple one for myself. Ive got my .exe in the release folder, when i copy it to my desktop it wont work , but when i copy the 2 DLL`s thats in the release folder to the desktop also , it works.
Can i embed the dll`s in the application? Ive created a radio before and never had to move the dll`s to the same location.
View 3 Replies
Dec 7, 2009
how can i embed calculator in my application.
View 1 Replies
Apr 24, 2012
i want to embed a exe application into a form i have this code
[code]...
but with this, once the form loads the Acad.exe loads but not inside the form what am i doing wrong btickle1
View 2 Replies
Jul 5, 2011
I am creating an app that uses a special font (a font that does not come by default with Windows). I want to embed the font so that users will not see anysort of design flaws if the font is not installed on their computers. I want to embed the font in the application. How can I do it?
View 3 Replies
Apr 24, 2012
i want to embed a exe application into a form
i have this code
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
[Code].....
View 2 Replies
Aug 9, 2009
I want to embed a dictionary.txt which my program uses a streamreader object to parse. I tried to add it to resources but then the streamreader had an error. How can it be properly done?
View 1 Replies
Jun 12, 2010
How can I embed font in Visual Basic .Net application? which should valid at every operating system.
View 2 Replies
Nov 11, 2011
I'm making application (Windows Form) that has font installed only in my system (not windows default fonts), and i want it to be embedded into my visual basic form application.
How to make that??
View 1 Replies
Jan 31, 2009
Having a thesis my proposal is 2D and action game.i need to know how to embed my flash work to vb.net 2003 for the completion of my thesis
View 1 Replies
Mar 31, 2011
Well it's been two weeks since I've been trying to figure out how to convert a windows form application into asp.net web application but I guess it is not possible. So I want to try something else, embedding the windows form on my webpage.
Anyway, I design a windows form application in Visual Basic Express Edition and I want to embed onto my webpage whcih I designed in Dreamweaver. Does anyone know if it is possible to embed a windows form application in a web page that will run in a web browsers? Or where I can find some references, couldn't find in google searches?
Something similar to using javascript to embed objects on a web page.
View 4 Replies
Feb 11, 2012
Is there any way to embed chrome inside .NET application?
At the moment I am using Internet Explorer in my VB applications[code]...
View 4 Replies
Jun 4, 2011
I need to embed gecko 2.0 (the html parser that powers mozilla firefox) in my visual basic forms application!I spasifically need it to be gecko 2.0 because gecko 2.0 has CSS3 capibilities that I need for my application!
View 4 Replies
May 8, 2009
Is it possible to do this so I can embed a VB .NET application in a website. Or is this something which is more suitable for doing in a WPF broswer application?
View 1 Replies
Jun 9, 2011
where I can get an interop.wia.dll? can this dll embed in my application or are there any royalty?
View 4 Replies
Apr 12, 2010
I am having some problems trying to embed Gecko or Firefox into my VB.net application - specifically when running on Vista or Windows 7. Is this possible to do? Or should I look for a different alternative?
View 1 Replies
Jan 13, 2009
my name's Sardor, from Uzbekistan. I have some experience in coding in vb.net, but i am having real difficulties with realizing one project. The thing is to code a simple drawing tool and embed it to an existing vb.net application. The drawing tool should be a simple object and have the functionality very similar to mspaint (windows built-in drawing software). It should also have some custom brushes, and it should support loading and saving pictures in common formats such as bmp, jpeg, gif, and png. how to code such a drawing tool? Or can I instead download any such control or tool as an add-in to vb.net and use it?
View 5 Replies
Aug 18, 2009
[code].....
View 3 Replies