Embed A Program Into .net Form?
Mar 17, 2011I just want to ask a question on how i could embed a program into my vb.net form. To be specific I just want to embed the barcode39.exe into my vb.net form. how can i do that?
View 2 RepliesI just want to ask a question on how i could embed a program into my vb.net form. To be specific I just want to embed the barcode39.exe into my vb.net form. how can i do that?
View 2 RepliesIs there a control I can use to embed another program into my app? I want the other program to have full functionality, but this be inside of my app.
View 2 RepliesI am looking for information on the best practices or project layout for software that uses SQL embedded inside VB.NET or C#. The software will connect to a full SQL DB. The software was written in VB6 and ported to VB.NET, we want to update it to use .NET functionality but I am not sure where to start with my research. We are using Visual Studio 2005. All database manipulations are done from VB.
Update: To clarify. We are currently using SqlConnection, SqlDataAdapter, SqlDataReader to connect to the database. What I mean by embed is that the SQL stored procedures are scripted inside our VB code and then run on the db. All of our tables, stored procs, views, etc are all manipulated in the VB code. The layout of our code is quite messy. I am looking for a better architecture or pattern that we can use to organize our code.
I have a program that calls an executable, lzma.exe, to compress a file. lzma.exe also requires about 5 dll's. Is there any way I can embed lzma.exe and the 5 dll's into my program, so that they are not retrievable by someone?The reason is, if someone finds the lzma.exe, they could easily reverse-engineer my program and offer it free, putting me out of business.
View 5 RepliesI would like to embed an RTF file that can be chosen with the OpenFileDialog control into my form.
View 11 RepliesI was wondering if it is possible to embed videos into a Visual Basic program and how I should do it. I'm pretty certain it is possible since you can import files and read them, and even play audio media
View 1 RepliesHow to Embedding visio to VB.net ?
or any component can easy embeded to vb.net ?
I am trying to embed a TrueType font into my program as a resource.I've tried many different methods, and then tried some I found online... nothing works. I want to have a .ttf file in my program, and I want to have a textbox be able to use that font.
View 6 RepliesI remember long time ago (though I have not done it for eons by now), that I can embed MS Notepad into a program of mine in VB6. I am now programming using VB2005, and I have a need of a simple drawing tool inside my program. I am wondering if I can embed MS Paint into a VB2005 program?
View 3 Repliesput embedded word 2007 documents onto my VB.net 2005 program that i am designing but i keep hitting a brickwall.
View 1 RepliesIs it possible to have a button open a form with an "embed" exe?
View 5 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 using visual studio express. I have a form and I want to embed a table in the form. I will populate the table with data I get, probably from a csv.
The table will have 6 column headers and 10 rows. Is there a control/function that can do this?
i Have vb 2010 and i am trying to embed a web browser onto a form which i have done. now i need a button to take me to a webpage within this embedded web browser.
What code do i need for this?
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].....
I did it once , i was able very simply to embed excel into a vb form , but i don't remeber how ? i looked over the web , and all i have found is ole excel but i don't know how to do it in visual studio 2010.I need to have a spreadsheet into a form where i can put data , and this data can be retrieved and processed later in an other vb form , any one know how to do this.
View 3 RepliesI just want to embed it into something.
View 3 RepliesWhat is the code to embed a UserControl in a Form?
View 4 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.
embed an excel spreadsheet in my form and maintain its functionality - so i can edit it, formula still works etc etc...
and also if changes are made, save the spreadsheet and so on.
im having a problem with creating a excel file with vb... the thing is I need to open the excel file inside the form in vb.net...
View 1 RepliesI need to embed about 5 different amounts of html into a windows form in Visual Basic 2010 and I don't know how to go about it.
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="[URL]">
</iframe><br/><small>
<a href="[URL]"style="color:#0000FF;text-align:left">
View Larger Map</a></small>
That is just one of the bits of code.
Is 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 added the flash object from the tool- chose toolbox item' then I put the url of the file bit it doesn't play even I change the the play property true
View 1 Repliesi want to question how to embed cmd in my form using vb.net
View 6 RepliesI want to question how to embed command prompt window to form in vb.net,i mean command prompt inside form.
View 1 RepliesI have created a form containing a text box and a button. i would like to know if it is possible to embed this form in the title bar of the current active window that is opened eg: ie,notepad,word this is so that i can enter a word in the text box and use text to speech to say it or highlight a word in the active window and it will be placed in the text box of my form. i can position the form in the top right location but then the form position is stagnant.
View 3 RepliesIm looking to embed an .exe into my form. An example of what I want to do is the preview area when selecting a screensaver in Windows. It shows a small running preview of the app in the current window. How do I do that in my VB form?
View 1 RepliesI would just like to know if there is a way to embed a VLC media player inside windows form in visual basic 2010?
View 2 RepliesI need to write application in which I can embed (Dock) third party exe into panel witch I done partially with following
[Code]...