Embed An EXE Into A VB Form?
Aug 11, 2009Is it possible to have a button open a form with an "embed" exe?
View 5 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 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 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]...
I need to embed a contact.swf (flash) form for request licenses in my app?
View 1 RepliesI'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 Replieshow to embed and control an instance of POwerpoint Viewer 2007 on my VB.net form ?I am trying to display powerpoint slides on a form when ms-powerpoint is not available on end users system.
View 11 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 1 RepliesIn Access, when you build a new query, you can add tables to the view, which is then represented by individual windows that are somehow embedded/constrained to the upper portion of the query designer. I know then typically, windows are free floating anywhere on the screen, but somehow they manage to keep it confined to a certain container area. It also appears that the windows never get a real "focus" as the title bar is always a faded shade of blue, yet, you can still click on them and move them around.
View 3 RepliesI am looking for away to include a power point slide show inside a form in vb.net 2005. Office 2007 will be installe on all of the client machines which run the program. I have found ways to launch and control a power point slide show in an exteral window, but no way to attcah it and place it on the form window.
View 1 RepliesHow to embed VB to asp.net so we could place our program on the net.
View 2 Repliesi'm created a windows application but now i have an issue. My program works by running a .exe file from c:drive. Can i embed the .exe file in the cdrive to my vb program so when i compile it, its being compile into a single .exe file?
View 1 RepliesI am looking for information on the best practices or project layout for software that uses SQL embedded inside VB.NET . The software will connect to a Access DB. The software was written in VB.Net .Update: To clarify. We are currently using OleDbConnection,OleDbDataAdapter, OleDbDataReader 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.
View 3 Replies