VS 2008 Embed A Application In A Website
May 8, 2009Is 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 RepliesIs 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 RepliesI have a Visual Basic .exe application that I need to embed into a website
View 1 RepliesIm 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.
how can i embed calculator in my application.
View 1 Repliesi 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
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 Repliesi 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].....
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 RepliesHow can I embed font in Visual Basic .Net application? which should valid at every operating system.
View 2 RepliesI'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??
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 RepliesWell 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.
Is there any way to embed chrome inside .NET application?
At the moment I am using Internet Explorer in my VB applications[code]...
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 Replieswhere I can get an interop.wia.dll? can this dll embed in my application or are there any royalty?
View 4 RepliesI 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 Repliesmy 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[code].....
View 3 RepliesI've just moved an external dll into a folder different from the main exe directory, so I had to use the <probing> command in an app.config file. Now however, the application won't find the dll unless I have the app.config file in the same directory as the main exe! So how can I embed the app.config file in the EXE, or alternatively move it to the folder called 'Resources' where I store the external
View 4 RepliesI've a somewhat unusual feature to implement and I don't know if it can be done without much effort.A WinForms application has a help file (well, not HTML help, but simply a HTML file with a reference sheet). When user presses F1 button a form with a web-browser control in it displays showing this file. The client wants this HTML file to contain buttons/checkboxes which a program should respond to.For example, if a user clicks a HTML button in the help file some value should appear in a textbox on the main form, etc. Is it altogether possible
View 1 RepliesI 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 RepliesHow can we embed images (for picturebox controls) within an application so that a specifiic directory does not have to be accessed in order to display the image?
View 9 RepliesJust adding a file to my application so when it is published the file(s) goes with it is not enough, this application has links in it so when you click the links the file and it corosponding application open. I can link to the file on my computer easily, but this application is going to be distributed via CD or DVD so i need these file to go with them or the links are useless. I would just point the links at the cd drive, however not all PC's have the same drive letter making a default drive link a little complicated( yes im a newbie ). Here is a sample of what im working with, i want to link to 3 file types .docx, .pdf(thanks ADOBE SDK), .ppt and the like. so far the applications are working great so all i need is either how to add all of these files to myapp and link internally or some knowledge on how to write a link to the CDROM drive as oppossed to the D: or E: drive specifically. Here is a snip of a MSWORD link-
[Code]...
I am trying to write a small application that simply monitors my web site watching for specific hyperlink text to appear. I have been searching around and trying different approaches for a few days and have to accept defeat on this.Basically I need to be able to type in part of a hyperlink or the actual text of the hyperlink into a textbox to be watched for. When it is seen it opens the link in a new window.
Dim theElementCollection As HtmlElementCollection
theElementCollection = WebBrowser1.Document.GetElementsByTagName("a")
For Each curElement As HtmlElement In theElementCollection
[code]....
I'm trying to consolidate my application's dependencies. In this case, I have a console application (MAD - MPEG Audio Decoder) that I want to embed into my application. I've added it as a resource, but how can I reference it as a file? [code]...
View 2 RepliesWhat Im making is like a face book and tagged login from my app
1. I have Combobox with 3 urls in there ( Facebook.com Tagged.com and Bebo.com )
2. I have a Form2 with webbrowser
3. I have a Button when clicked it should open up my form 2 and preview of the website which I selected in my combobox in form1
All I'm trying to do is when I select lets say facebook in my form 1 and click load it should open up my form 2 with facebook website in it.[code]Now when I click my button in form 1 it will load Form2 ( named Explorer1) but my form2 is not showing me facebook or tagged page for some reason
What I want is: To scan a website every 15 mins or so, (craigslist in this case), and email myself any new posts that come up. I know I need to use WebClient, but I never used that before. Another question would be how to only email when a new post is up and not receive the same email every 15 mins.
View 2 RepliesI have read tutorials on using flash applets (*.swf) in VB 6, but I can't find the same component in 2008. I have installed Flash, but the flash component doesn't show in the toolbox. If this is impossible, an acceptable substitute would be to show HTML in the form. I have tried doing this with a WebBrowser control, but linking to the HTML file itself is unreliable.
View 2 RepliesIs it possible to embed a picture into a form? Because when I use the picturebox, I dont like to use a website, cuse if the pic is viewed a lot of times, it gets deleted from the hosting site. So is thier anyway I can Put the pic in without using a directory from my computer (other users cant see it) and without loading from site (might run out of bandwidth)?
View 3 RepliesI have make a web browser and a download manager. web browser is working fine, and on the other hand download manager downloads file from given URL. When ever I click on a download link on my browser it opens in "Internet Explorer" Download Manager I want to disable this one and want to embed my download manager with this.
View 10 Replies