Start A DOS Application Using VB 2008 Express?

Jul 1, 2009

I am complete newbie to VB express. I have created a simple windows form that opens programs using menus and so on.Works great using the Process.Start on windows apps (word, excel, etc.) but I have some very old programs that run in DOS I am also trying to open that do not work when using the Process.Start method.

I am able to get the command prompt box to open up and in the title bar it shows the path of the .exe program I want to open but the actual program is not opening.

[Code]...

View 1 Replies


ADVERTISEMENT

Start In 2008 Express Existing Excel Application?

May 14, 2010

How do I start in visual basic 2008 express, a existing Excel application? e.x test.

View 2 Replies

Start A Vb Express Application Without Opening Its Form?

Jul 28, 2010

I've been in VB express for about tree weeks, formerly of VB 5 for about 10 years.

I need to open a form on top of the form of another application, that is, making the other applications form its parent. The title on the applications form can change, so searching for the form by name won't work.

I'm also curious, can you start a vb express application without opening its form? Like in Vb5/6 you could start in Sub_Main?

View 14 Replies

How To Start MS Sql Server 2008 Installed With Vb Express 2008

Nov 28, 2009

I recently installed vb express 2008 and with that download i also installed Sql server 2008. Earlier i have been working in MS Access so i have no experience in SQL server. My first problem is how to start sql server. I can see only following:

Start>All Programmes>MS SQL server 2008>Configuration Tools, Import and Export Data(32 bit)>SQL server configuration Manager,SQL server Error and Usage Reporting,SQL server Installation Centre. Moreover in Programme Files i have two folders:

1. MS SQL SERVER and
2. MS SQL SERVER COMPACT EDITION

how to start to create a database in SQL server with Vb express 2008.

View 2 Replies

Start A Program With Visual Basic Express Edition 2008?

Sep 18, 2009

how I can start a program with Visual Basic Express Edition 2008? I mean do you have any code I can use as a base to start another program? If that made sense.

View 3 Replies

C# - Detect If Application Start Using A Manual Handling (Pressing An Icon) Or Start When Windows Start?

Feb 28, 2011

I have made my application to start automaticly when windows start (registry ../currentversion/run/appname + path). In this mode the application start minimized and an little icon appear in the notification icon area. With this icon you can maximize the app or exit it.If you exit the app and start it again using the Menu (Start/programs etc) than the application start in minimized mode (and in this case I would like to have it in normal mode) because the setting autostart is still true.Is there a way you can detect when the application start when windows startup using the above registry or when people click on an icon in the programs menu (or desktop)?

View 2 Replies

Microsoft VB 2008 Express Edition Error When Attempting To Start A New Project

Aug 27, 2010

I'm, following the tutorial on creating your first program in Visual basic. I'm instructed to start a new project, and select windows form application. When I hit okay I get the following error:"Could not load file or assembly 'Microsoft.Build.Engine, Version 3.5.0.0, culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified."

View 1 Replies

Windows 7 Run Time Error On Vb Express 2008 - Unable To Start Debugging

Feb 19, 2010

I have a windows 7 computer with vb 2008 express on it. it works really well, except only one thing. when I try to debug an application ( usually windows forms), it produces a run-time error saying: Error while trying to run project; unable to start debugging.

View 2 Replies

Add Command Line Switching - Start The Application In XX Mode - Start Application With 30 Second Delay?

Mar 27, 2009

My intentions are to add command line switching. I am trying to see if i could run my application in varoius ways i.e.

App.exe -S - Start the application in XX Mode

app.exe -T30 - Start application with 30 second delay

and that kinda switching.

View 7 Replies

Start In Web Application Projects 2008?

Oct 18, 2010

I am in learning stage of .NET. i am assigned a task of doing a web application project in VB.Net 2008.

But iam purely new to it.i did followed few tutorials to create web application from start, but i dint feel easy to learn it.Could u kindly let me know some usefull links to start learning web application? in VB.NET language.

View 2 Replies

[2008] Application Wont Start?

Mar 13, 2009

How do I diagnose this?I have an app that I am creating... it has worked fine up till now.Heres what changed from the last build:Took most of images and removed them from resx file and instead added them in folders set to content and copy if newer.Added a RichTextBox Added an XML reader (Imports Imports System.Xml & Imports System.Xml. Serialization)

then just code to load/parse an xml file - and load it into the RTB an color some tags I published it, uploaded it (ClickOnce)tried it on my pc.. worked fine.. updated/ran users are saying the app says "The Application wont start - contact vendor"How on earth do I diagnose what the issue is? any ideas? (I cant get to these peoples computers... i dont know them)EDIT: Seems that it works fine for Vista Users, but not for XP users...? (odd, im on XP and it works fine)Digging around i found an app called dependency walker. Its saying that the DWMAPI.DLL is missing.. seems to point to IE7 needing this on XP?So, if I am thinking right... if the XP users dont have IE7, then the XMLReader breaks it? maybe??

View 4 Replies

Use In .net 2008 Express Application?

Aug 25, 2009

I downloaded an itextsharp DLL that I would like to use in my vb.net 2008 express application.In which folder should it be placed?I went into choose items in the toolbox and tried to add it but I got an error

This is what I downloaded:[URL]..

View 5 Replies

VS 2008 Process Start - Know The Application Is Done Processing Or Not

May 8, 2009

I am creating an application for learning purposes. I am using this: process.start("iexplore.exe"); That is working fine. However I would like to be able to tell when the page has been loaded all the way. I would like to know how to tell if the application is done processing or not, that is my main goal. If using the webbrowser control you can use the webbrowser documentcompleted event.

View 10 Replies

VS 2008 Start Application At The Top And Center Of Any Screen?

Mar 4, 2010

How can i have my app start in a certain position on "any" screen. I want to start my application at the top and center of any screen that its open on.

View 8 Replies

Process.Start To Start An External Command Line Application

Aug 4, 2009

I'm using Process.Start to start an external command line application and using the StartInfo.Arguments method to send parameters to the application. I imagine I'll need to use a loop... but I can't figure out exactly how yet.I need to send anywhere from 1 - an infinite number of files names to this application. Each file has to be sent one after the other. So once the first one is done, I need to loop back around and past the second one.I can probably use the Directory.GetFiles method to get all of the files, but I don't know how to assign them.

View 7 Replies

Use Process.Start To Start An Application Without Administrator Privileges On Windows 7

Feb 24, 2012

Visual Basic 2010 - Net Framework 4.0 Client

I have an application (application #1) running with Administrator privileges on Windows 7.

I want application # 1 to start another application (application #2) without Administrator privileges so application #2 is running as a standard user.

Is there a way to do this? I have been using Process.Start.

View 5 Replies

2008 Express Application Deployment

Nov 15, 2010

I have an application in Visual Basic 2008 express that I want to deploy. It has MS Access DB tables and some queries. How can I put this together in the deployment?

View 1 Replies

Application Deployment Via VB 2008 Express?

Mar 12, 2009

I've developed a small application using VB 2008 express and I am trying to deploy it for the first time.I have done this using the options with VB 2008 express and installed onto another PC. I find it has installed using what is termed a user instance which I understand comes with some limitations.I want the option for the application and data base to be multi user in the future. I want to be able to connect to it from Business intelligence for reporting purposes (there is no report viewer control in VB2008 express) and ideally I would like to be able to back it up using SSMS.Does anyone know what the options for deployement are and how to deploy using a "traditional" instance rather than a "user" instance?

View 1 Replies

VS 2008 Make Application Check For Updates On Start?

Feb 23, 2010

Okay so i made a small code that my application can check for updates onstart time. The problem is that it freeze up the application. How can i make it work faster.

Try
My.Computer.FileSystem.DeleteFile(My.Application.Info.DirectoryPath.ToString & "" &
"v.txt")

[code].....

View 3 Replies

VS 2008 Start Application Minimize In System Tray

Mar 29, 2012

I've created one project where I want to start application directly minimize in system tray,it is there but I can see it also in taskbar. [code]

View 5 Replies

2008 Express Option Is Available Under Application Properties

Aug 25, 2009

in vb 2008 express this option is available under application properties. does anyone know what it does? there is also a windows authentication option. what is the difference between these two?

View 1 Replies

Create A Paint Application In VB Express 2008?

Jun 22, 2009

Create a paint application in VB Express 2008?

View 16 Replies

Specify Installation Directory For Vb 2008 Express Application?

Apr 27, 2009

I am using VB 2008 express. I created a setup file for installation using the publish command. When I install on another computer, it installs under the documents and settings directory. I want it to install under program files like most other programs.

I've search everywhere on the web for this. The closest thing i could find was talking about the DefaultFolder under the projects applications folder. I don't see that option. I can specify all the publication directories - but these are strictly for where VB creates the setup file at - not where the setup file installs it. Frankly it would be really nice to be able to allow the user to specify the directory as an option, with program files as the default. But for now I'd be happy to just be able to change the default install directory for my app.

View 5 Replies

VS 2008 - Registry - App To Create A Reg Key - Make My Application Start Up On Any Machine ?

Feb 3, 2010

Ive got my application running at startup on my computer. But how can i make my application start up on any machine ? Do i need my app to create a reg key ? Also what path do i use for it to start up on other machines ?

Heres the code im using to start it up on my machine.

Private Sub Form1_FormClosing(ByVal sender As System.Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles MyBase.FormClosing
If CheckBox1.Checked = True Then

[CODE]...

View 10 Replies

VS 2008 Start A Particular .net Application, The Caps Lock Should Be Automatically Turned On?

Jul 17, 2009

i want that when i start a particular vb.net application, the caps lock should be automatically turned on.... how can this b done ?

View 1 Replies

Create A Mobile Application With .net 2008 Express Edition?

Feb 12, 2010

Is it possible to create a mobile application with VB.net 2008 express edition. I've done some research and some places have said that you need the professional edition.

View 1 Replies

Make A Win Form Application Using VB 2008 Express Edition?

May 7, 2010

im trying to make a win form application using visual studio 2008 express edition (which is free to download and install).i have installed a ms sql server 2005 on the local server at LAN. i want to display a combo box values from a table inside a database but i dont know how i can do this with ms sql connection string and where i have to store dat connection string. i have googled around but nothing useful found. where the connection string will be stored and if this form is not on the same computer (where the sql server installed) then wat will happen? the connection string will be changed?sql server is installed at windows server. im trying to make an application which runs on the same network (local i.e. LAN not on web server).

View 2 Replies

Express.exe Failed To Start?

Mar 17, 2011

I am a student a high school and after downloading VBExpress2008 it work fine. When i logged in the next day i tried to start VBExpress but an error occurs saying that vbexpress.exe failed to start. I tried moving the whole visual basic express to a folder but the same error occurs. I do not have enough time to reinstall VBExpress everyday. Is there a way that i can reinstall the .exe file so i can use it?

View 5 Replies

Application Version Code Not Work In VB 2008 Express Edition?

Oct 19, 2009

I create a new Windows Forms application and add an AboutBox form which is built-in into Visual Studio. I add a button to Form1 to show the AboutBox when clicked.The AboutBox form has a label with the text "Version" on it. The following code is supposed to add the application's version to that label at run-time:

Me.LabelVersion.Text = String.Format("Version {0}", My.Application.Info.Version.ToString)When the application version is changed in the Publish tab of the My Project form to 2-0-3-6, the version on the AboutBox at run-time stays at 1.0.0.0 (of course after rebuilding).

Even when the application is published to the desktop, it still does not work. It does, however, reflect the correct version number in the title of a subfolder in the Applications folder that is created when the application is published.

View 1 Replies

DB/Reporting :: Using SQL 2008 Express With A Multi User .NET Windows Application?

Mar 26, 2009

I'm using SQL 2008 Express with a multi user VB.NET Windows application. Do I have to add each user to the SQL user account? Does NT AuthoritySYSTEM work? I do not know how this works. So far I have NT AuthoritySYSTEM in the Security-Logins of the Server. But do I have to add it also in the database? In the databse Security-User, I have the following:

[Code]...

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved