Open A Visual Basic Application Created In 2002?

Dec 31, 2011

How can I open a Visual Basic application that I created in 2002? I downloaded a current version of Visual Basic Express and was able to connect a new project to the .mdb files but I couldn't figure out how to open the other files which I need to actually use the application.

Ideally I'd like to run the .exe file, but it doesn't seem to be compatible with Windows 64-bit. Alternatively I'd be happy recreating it with the various components if I could figure out how to access them.

View 4 Replies


ADVERTISEMENT

Visual Basic Macro: Application.Workbooks.Open ("C:AdiData.xls")?

Sep 3, 2009

My code is below - doesnt work

1. Currently I am in Query.xls.

Application.Workbooks.Open ("C:AdiData.xls") 'Opening a file to query from

Worksheets("Sheet1").Range("K2:K" & rowCount).Formula = "=VLOOKUP(RC[-5],'[D:AdiData.xls]Sheet1'!C3:C5,3,0)" 'Performing vlookup in data file

I am unable to do this.

View 2 Replies

Created With Inno Setup 5 With A Visual Basic?

Jun 23, 2011

I have a disk created with Inno Setup 5 with a Visual Basic .Net project on it. It installs fine on my computer. I want to give this disk to a client for him to install on his computer. My understanding is that Visual Studio .Net Framework 3.5 or higher must be installed on his computer. Is this correct? How can I tell if Visual Studio .Net Framework 3.5 or higher is installed on his computer?

View 5 Replies

Created An Advanced Tabbed Web Browser In Visual Basic 2008?

Jun 10, 2009

I created an Advanced Tabbed web browser application using Visual Basic 2008 Express: the problem is that whenever someone clicks a link with a target, it opens an Internet Explorer window, but I want it to open a new window of my program.

View 1 Replies

Send An Application To The System Tray With Visual Basic In Visual Studio 2008 Professional?

Sep 26, 2009

I have Visual Studio 2008 Professional and I'm trying to make it so I can click a button to send the application to the System Tray and then click the icon in the System Tray to make the application come back.

Can anyone provide me a method or sample code to do this?

View 8 Replies

Open A Program Within Visual Basic 2010?

Aug 6, 2010

How would I open a program within Visual Basic 2010? (Like running "Application.txt" from "C:" within a Visual Basic project.

Public Class getfrom
Dim getfrom As String
Dim saveto As String
Dim download As Boolean

[code]....

View 2 Replies

Open Multiple URL Using Visual Basic 2008?

Sep 12, 2010

i have create software using visual basic 2008 now i am stuck with several matter

i need a code that can open multiple URL in one time... when i click the button.. the URL also i can easily add or deleted it

View 1 Replies

Run Applications And Open Files With Visual Basic

Mar 31, 2007

How do I run files/application with standard editor/viewer?

View 1 Replies

Crash When Open Visual Basic Form Editor?

Sep 10, 2009

I have a appliction developed on Visual studio 2003, .Net Frame work 1.1.After I migarted that application to Visual studio 2008, .Net Frame work 3.5, Visual Studio is crashed as opening some Visual basic designer files by Visual Basic Form Editor.The below is detail error message of Visual studio:

Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: devenv.exe[code]......

View 2 Replies

IDE :: Open An VBS Project In Visual Basic Express Edition?

Apr 13, 2009

How do i open an VBS project in Visual Basic Express Edition?

View 1 Replies

Open File Through Tree View In Visual Basic?

Nov 23, 2011

I had a tree view in visual basic with many root and child.

I want to direct open file like xlsx, aspx even a folder each time i click at the selected node.

View 2 Replies

Shortcut Keys - Visual Basic 210 - Open Another Form

Dec 1, 2011

i'm creating a program in visual basic and i want to have a shortcut key that opens up another form even though my application is not the foreground window

View 1 Replies

Send A Short String From A Visual Basic Application To A Delphi Application?

Apr 5, 2011

I need to send a short string, (less than 30 bytes, but sent every second), from one VB application, to a Delphi application.. is this possible, using CopyDataStruct, WM_COPYDATA and SendMessage functions in Windows?

View 1 Replies

Open And Save Excel File In Visual Basic Express 2008

Apr 19, 2010

I'm using VB Express 2008 and I would like to open an excel file and save it with different name file. For example, I would like to open a file in
C: est.xls
And then I want to save them with different file name such as
C: ry.xls

View 10 Replies

Open Word Document And Insert A Picture To It Using Visual Basic 2008?

May 10, 2009

I need to open an MS Word document and insert a picture to it using VisulaBasic 2008 by clicking on a button. I tried the automation code provided at this link [URL] but I can't find how to do what I want.

View 6 Replies

Visual Basic (Coding) - Child Form To Open Within A Panel On Its Parent?

Mar 2, 2012

I have created a (kind of) 'Desktop' Form for the main basis of my program. Basically it is made up of 3 panel controls.

1. Holds all buttons which load the different forms (Like the windows start menu when expanded). name: StartMenuPanel

2. Holds Information on log in deatails. name: LogCheckPanel (very thin panel at top of screen)

3. Main panel which takes up the majority of the screen (where I want the forms to load). name: MainPanel

My aim is: When a button is clicked from the 'StartMenuPanel' the form will load with-in the 'MainPanel'.

I tried changing the start position to 'centre parent', but the panels are in the way so some of the childform is overlayed by the panels.

[Code]...

When I run this I get the following error: 'Top-level control cannot be added to a control'.

I hope I've explained this well enough.

View 7 Replies

Changing Default Save And Open Location For Visual Basic 2010 Express?

Aug 16, 2011

We are testing the visual basic 2010 ee in one of the computing suites at a secondary high school. The installation was fine When we tried opening or saving a project it saves it into a default location i.e my documents. The problem withthis is pupils dont have access to c:. They their own drive on the network (h:) where they save their work. When i went and changed the settings in VB in tool > options.

View 3 Replies

Debugging Application In Visual Basic?

Apr 27, 2011

my code is giving me a serious problems i thought my code has worked prefectly but theresulting valuesare not corresponding with the typed sentences in the text box .i thought when i had trimmed my sentences the code would work but thatis not the case now .i am requesting full assitance with my code is displayed here:

Dim txtInput
As
String =

[code].....

View 8 Replies

Getting Visual Basic To Run External Application?

Dec 10, 2009

I'm a complete beginner to Visual Basic & am hoping to get a solution here.(VB version = Microsoft Visual Basic 2008 Express Edition)I'm trying to use VB to construct a GUI that runs an external application w/ arguments. The actual app is a DB builder that takes 3 arguments:

- a working directory ( flag = -d )
- an output directory ( flag = -o )
- an input text file

When I run the application from a DOS window it works fine as follows:

[Code]...

View 1 Replies

IDE :: How To Exit Application In Visual Basic

Jun 22, 2010

How to Exit Application in Visual Basic

View 2 Replies

Keystrokes In Visual Basic Application?

Dec 9, 2011

I am looking for some tip on how to send keystroke of a mouse button click. Basically my requirement is when a list box is dropped it shows a datagrid, right now user has to click 2 times to get focus on datagrid, although i send a focus on datagrid when list is dropped from dropdown event still the focus stays on list box, i have to click 1 time to release focus from listbox then click on datagrid to set focus. I like to automate this 2 clicks with a keystroke. I dont see any mouse button click keystrokes.

View 4 Replies

Web Enable A Visual Basic Application?

Feb 3, 2010

How do I go about enabling web features in my application? I'm wanting to put in a title in my application send it to imbd.com and scrape the site for the results to display in my application. Can anyone direct me to a tutorial or simply tell me how to go about implementing this type of feature?

View 2 Replies

Zip A File With Visual Basic Application?

Oct 24, 2011

What is the best way to zip a file with my visual basic application?

View 2 Replies

View The Code From A .exe Application File That Was Created Using Visual Studio?

Feb 23, 2011

How do you view the code from a .exe application file that was created using Visual Studio?There are several applications of which codes I want to see to understand how the application was created to increase my understanding of VB.

View 4 Replies

Completely Remove A Visual Basic Application?

Jun 16, 2011

How do I completely remove a visual basic application?

View 3 Replies

How To Print From A Console Application In Visual Basic.net?

Apr 25, 2011

I was wondering if someone could tell me how to print text from a console application to the default printer.

View 1 Replies

Installing A Visual Basic .Net Application On Windows 7?

Oct 4, 2011

We are installing our application on windows 7. The application utlizes a Acces database. The application locates the database by looking in the registry under at HKEY_LOCAL_MACHINE / SOFTWARE / WOW6432NODE / COMPANY NAME / SOFTWARE NAME /STARTUP. When i install the application on windows 7 it places the a database where installshield directs it to and writes the path to the registry. However, somehow local copies of the database are showing up under the user profiles. (Example: c:/users/profilename/AppData/Local/VirtualStore/Program FIles (X86)/Company/SoftwareName/Data). We recently changed it to store the information in c:/ProgramData/Company/software however the same issue occurs and its creating local copies of the database and when the application runs it points to the local copy of the database. What we need is for all users to be pointed to and use the same database in ProgramData, is there something we are missing to accomplish this?

View 10 Replies

Visual Basic Application Be Run From A CD Or ( DOS Prompt - Or - Bat File)

Jan 25, 2010

It needs to be run standalone on NT How do you launch a VB app without VB being installed on the run-time computer? The VB executable will be on a CD. It can be standalone or as part of a bat file.

View 5 Replies

C++ - Create A Login Application With Visual Basic (using WebHttpRequest)

Jun 27, 2012

how to make that application send a http request via POST to a file on my webserver with the username / pw.

After all the tutotials I've been reading, I concluded that none worth spending my time with, because they all based on own database, and I'm looking for one that connects to a maestro server and requests the data from there.

View 2 Replies

Cant Find Any Documentation On Making An API For A Visual Basic Application?

Mar 19, 2012

I cant find any documentation on making an API for a visual basic application. Does anyone have any ideas where I could start?

View 12 Replies







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