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


ADVERTISEMENT

IDE :: Visual Basic - Download It Or Find It Somewhere In My Visual Studio Program?

Jan 31, 2010

I have visual studio 2008 installed and was using C#. I am now trying to find Visual Basic. I can't find it. Is there a way to download it or should it be somewhere in my visual studio program? I don't want to use vbexpress, just regular VB 2008.

View 1 Replies

Visual Basic: Making Multiple Forms For An Orde?

Mar 31, 2012

I've been working on this project for two weeks now and I'm drained from all the hiccups I've come across. Now I've hit a brick wall.I'm making a "simple" order form in Visual Basic 2010 that calculates the amount due for an order and then from the total determines what the shipping will be. I've been able to accomplish the following tasks:accept customer data (name, address, city, state abbreviation, zipcode)calculate total with shipping costs (accurately, for the most part)clear the order form and exitBut the way I have it right now, a customer can only put in 1 order form.

Problem: I have to figure out a way to allow a customer to place an order form for multiple items. (I'll assume that a customer will not place an order for more than 20 items). So what would be the best way to go about saving the information for multiple items then calculating the cost at the end?If it's multiple form creation, how is that done? Is the keyword "Container" the way to go, and how

Snippet Code:
Private Sub total_mouseleave(ByVal sender As Object, ByVal e As EventArgs) Handles total.MouseLeave

[code].....

View 2 Replies

Making A Game In Visual Basic Express 2008 With Several Forms?

Nov 18, 2010

Here is a wierd case - I am making a game in Visual Basic Express 2008 with several forms. Each windows form I've given a quit command that works well to end the game. (Me.Close) However if instead I click on the big X button that windows provides in the upper right hand corner - it does not look to truely stop the program.

I'm running this program in debug mode from the MS VBE editor, but when I click that X it tells me that program is still running even though all

View 5 Replies

Find If A Set Of 5 Numbers Add Up To 15 In Visual Basic?

Dec 16, 2010

An assignment in my computing class is to find if any numbers from a set of 5 add up to 15, if they do award a point. I cannot figure out how to find if multiple specific numbers can be made from adding up a random set of 5 numbers. Are they any algorithms specific to this? Also it has to be written in visual basic.

View 2 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

Cannot Find A Valid Download Link For Visual Basic 5.0 Or 6.0?

Nov 4, 2011

im using 5.0 in school and i want to be able to work at home too, where can i get this software?

View 1 Replies

Find Location Of AppDataRoamingMicrosoftWordSTARTUP Directory With Visual Basic

Jul 4, 2009

I am trying to write a simple Visual Basic 2008 installer that copies word macro templates to Word's startup directory. On Vista and 7, that directory is the user's AppDataRoamingMicrosoftWordSTARTUP directory. Is there a way that I can programmatically find this directory? I.e. is it safe to say that this directory will almost always be in this location such that I can simply get the user's home directory and then add AppDataetc.... or is there a registry or something else that I can access to get Word's current standard startup directory?

View 1 Replies

IDE :: Visual Basic 2005 Express - Find Instructions On The Use Of The IDE?

Jul 31, 2011

Were can i find instructions on the use of the IDE? My problem is that after writing code, in a botton for examle, I can't return to my Form.

View 2 Replies

Where To Find Microsoft Windows CE Toolkit For Visual Basic 6.0

May 30, 2012

I'm a having hard time finding Microsoft Windows CE Toolkit for Visual Basic 6.0 for download. I have a msdn subscription but it's not available. The Toolkit for Vb6 is too old to be still part of the MSDN subscriptions I guess.

View 10 Replies

Find All The Icons Visual Basic 2008 Express Edition Uses?

Jul 24, 2008

Where can i find all the icons Visual Basic 2008 Express Edition uses?

View 22 Replies

Find The First Record On Form From A Combobox In Visual Basic 2010

Jul 14, 2010

This is well documented and easy to accomplish in Access, but how does one accomplish this in Visual Basic 2010 on a form designed in Visual Studio that is bound to a SQL Server database?

The idea is to create a combobox that holds 2 columns - a primary key value and a unique value such as a [Company Name] or a [Student Name]. The user would then find the appropriate record within the combobox and the code behind the combobox control would then perform a .findfirst method that would NOT filter out all other records, but would rather use selectedvalue primary key column value to move to the selected record.

I am currently getting into VS 2010 & revisiting VB having been programing in ACCESS & VBA for years. In the Access/VBA environment it is very common to have to find a given record on a given form using this method, but it would appear to be poorly documented if in fact not commonly used in the VB.NET/VS community.

View 2 Replies

Find The First Record On Form From A Combobox In Visual Basic 2010?

Jul 14, 2010

This is well documented and easy to accomplish in Access, but how does one accomplish this in Visual Basic 2010 on a form designed in Visual Studio that is bound to a SQL Server database?

The idea is to create a combobox that holds 2 columns - a primary key value and a unique value such as a [Company Name] or a [Student Name]. The user would then find the appropriate record within the combobox and the code behind the combobox control would then perform a .findfirst method that would NOT filter out all other records, but would rather use selectedvalue primary key column value to move to the selected record.

View 6 Replies

Forms :: Visual Basic Code To Find SMTP Address?

Jan 12, 2011

Is there a way i can write this into a command button?

In a CMD Prompt if you type:
nslookup
set type=mx
set timeout=30
emailaddressdomain.com

it will give you the outgoing mail server address is there a way i can write that into a command button and display the results into a textbox?

View 5 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

Making A Next Statement Into A Loop Statement In Visual Basic?

Jun 8, 2009

y friend and I are re-learning Visual Basic, and we are stumped on this bit of code.

For intAsterisks As Integer = 0 To intLine - 1
lblAsterisks.Text = lblAsterisks.Text + "*"
Next

View 6 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

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

VS 2010 Visual Basic Debugger Error: Debugging Information For 'EXCEL.EXE" Cannot Be Found Or Does Not Match - Cannot Find Or Open The PDB File

Jun 19, 2009

Whether I am using VB 2008 Express or VS 2010 Beta 1 Visual Basic, I get the same error: "Debugging information for 'EXCEL.EXE" cannot be found or does not match. Cannot find or open the PDB file" I have filled in the Debug Tab information: Start external program: C:Program FilesMicrosoft OfficeOffice12Excel.exe

[Code]....

View 2 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

Import An Excel Spreadsheet Into A Visual Basic Application?

Oct 28, 2009

I have to write an application in Visual Basic.Net that will open an excel file, run through the contents an export a test file for processing.

The application works great for me (Windows 7) but when transferred to a WinXP PC gives the following error: HResult 0X800A03EC

I can replicate this error by making the Excel Application visible so it seems like it is an issue where it can't access the file because it is open. Error occurrs when trying open the workbook.

Original Code
Dim excel As Excel.Application
Dim wb As Excel.Workbook

[Code].....

View 1 Replies

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







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