Do Addon's Functionality With A Visual Basic Program?

Feb 17, 2009

Anyone know of a way to do addon's with a visual basic program? I want to create a program that has some basic functions, but to stay away from bloatware and unused functions. How would you create a main program when it is installed and then be able to add and remove features to it?

View 4 Replies


ADVERTISEMENT

Make A Console Program In Visual Basic On Visual Studio 2008?

Jan 22, 2010

I am trying to make a console program in Visual Basic on Visual Studio 2008. I want to ask the user of the program if he wants the premium version or the standard version. If he chooses the premium version, then I want it to say premium in his "receipt" later on and if he chooses standard, then standard in the receipt.

[code]...

View 1 Replies

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

Either End The Program Or Start The Program Over In A Visual Basic Console Application - Based Upon User Input?

Apr 8, 2012

I have a procedure at the end of my console application that ask the user to either hit enter to end the program, or type s to perform another search. The issue I'm having is no matter what the user types in the program end. What I would like to happen is if the user types s, then the program starts over and lets the user perform another search. The program is procedural and I need to find a way to start back off at the top of the program which ask the user to type a name to search.

[Code]....

View 1 Replies

Make Visual Basic Program?

Aug 26, 2009

i'd like to make a tiny program that shows an image 2 images selected by a scrollbox that can be zoomed and pannedthere also would need to be a coordinate system added to the image so that the user can ad points of intrest (small cross apears on map)to the picture by entering the coordinates. these points of intrest should then be saved in a db file so they can be reloaded when the program is stopped and rerun.

View 6 Replies

Adding A Meter To A Visual Basic Program?

Sep 30, 2010

[code].....

View 3 Replies

Auto-upate Visual Basic Program

Oct 19, 2010

i am trying to make a auto updater built into my program.[code]not it kinda works only its telling me i have updates when its the same version!

View 6 Replies

Cannot Run A Program In Visual Basic 2008 Because Of Error

Jun 20, 2010

When I have tried to run a program in vb 2008 I get the following error message BC32400: Class 'CLSID_CorSymWriter' could not be created: System Error &H8004015 I have tried to uninstall and re install visual studio 2008 (academic) (several times) to no avail.

View 3 Replies

How To Make Visual Basic Program Install

Feb 12, 2010

i need to know how to make my Visual Basic program install onto the computer. right now my program is a simple .exe file and does not require instalation.

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

Remove A Reference From A Visual Basic Program?

May 6, 2011

How do you remove a Reference from a Visual Basic progam?

View 3 Replies

Shut Down Computer With A Program From Visual Basic?

Apr 17, 2009

What is the code to shut down my computer with visual basic?

View 9 Replies

Visual Basic Program Not Releasing Resource?

Dec 22, 2009

I have a program written in VB.NET which stops a service that uses file x, modifies x, and restarts the service.

I have modified my code for testing so that it just reads in the file as a string and immediately writes it back out.

Shell("net stop " & SERVICE_NAME, , True)
Dim myReader As System.IO.StreamReader
myReader = My.Computer.FileSystem.OpenTextFileReader(x)
fileString = myReader.ReadToEnd()

[Code]....

The stopping of the service is no problem, and modifying the file is no problem, but when the service starts it stops immediately because, as best I can guess, the file is in use. Even when I try to start the service manually, it stops immediately. However, I found that I can open file x, click save without modifying anything, close the file, and start the service and everything works correctly.

If I comment out the writing part, everything works fine.

Also, the file I'm modifying has a .conf file extension. I don't know if this is relevant.

View 4 Replies

Why Won't This Function Work For My Program. (Visual Basic)

Feb 24, 2011

I'm doing a baseball program for a class project. And I almost have it complete, but it's giving me a syntax error. I can't figure out what i'm doing wrong. I'm using two functions to return a value for different type of baseball tickets to the button that calculates them. Here are the instructions 1.)User selects whether to purchase season tickets or single-game tickets 2.) User enters the number of tickets needed and the type of seats based on whether they selected season single-game tickets.3.) User clicks the Compute Ticket Cost Button to display final cost4.) User clicks the Clear Form button to clear the responseI just can't figure out what I did wrong. I know it's something stupid that i'm doing.the errors are happening inside the btnCompute sub routine. with syntax erros on SingleGameCost() and SeasonalCost() line 114 and 118

Public Class Form1
'Global Variables
Dim intTicketChoice As Integer

[code]...

View 2 Replies

Cannot Transfer A VBApplication Progam In A Visual Basic Program?

Oct 19, 2010

I have made a Medical software writen in VBA and now I want"transfer" (?!) the same softwareto a Visual Basic program that can be run in a computer without Microsoft Office(Excel) installed. How can I do this? I dont want to write all theVBA program again because it is very large and full of spreadsheets and mathematical formulas.

View 1 Replies

Launch A Program And Send A Parameter From Within Visual Basic?

Feb 18, 2011

I want to use firefox as a default browser for a webbrowser control in a form in Visual Basic Express. How do I do this? How do I launch firefox or an external .exe program from within my application and send a page for it to open or load automatically?

View 4 Replies

Make Program In Visual Basic 2008 To Covert .flv To .mp3?

Oct 10, 2009

make program in visual basic 2008 to covert .flv to .mp3?

View 6 Replies

Make Program Update Using Visual Basic 2008?

Dec 26, 2009

Im trying to make a "database" in VB 08 and i donīt have a clue how to do it. I Want that my program will be able to update itself when i want it to update Ex: My friend downloads my program and lets say 2 days later i want to update it becuse i have discovered a flaw how would i do it? Do i have to use a installer so my friend gotta install it or what?. I donīt think that its a code im looking for or im i wrong. IS it a code im looking for or what ?

View 1 Replies

Referencing A Cell In Excel To Visual Basic Program?

Jan 9, 2012

[code]....

View 12 Replies

Extracting Visual Basic Source Code From Visual Basic EXE?

Jan 24, 2011

How do you extract source code from a VB.NET .EXE file?

View 3 Replies

Adjust The Volume In The Code Of A Visual Basic 2005 Program?

Sep 13, 2011

I have Visual Basic 2005. I want to be able to adjust the Master Volume programmatically. In the recent versions of Visual Basic it is much easier but in VB2005 it is a little more involved from what I have read on previous posts. Is there a way to adjust the volume in the code of a Visual Basic 2005 program?

View 8 Replies

Creating A Program For League Of Legends Visual Basic 2010

Dec 4, 2011

I am creating a program for League of Legends to create your own build and save it and load it. the masteries i want to make it like this [URL] i have made it so if label1 text is "0" "/" "1" then i click on picbox1 the label1text changes to "1" and right click mousebutton on the picbox reverse it to "0" but how can i make the Offence = 0, Defence = 0, Utility = 0 count the masteries selected how can i make so if label text is "0" then on first click it changes to "1" then second click "2"

View 1 Replies

Getting Error When Execute Visual Basic 6 Program To Run Crystal Report?

Feb 21, 2012

When I try to print my record using ReportViewer.exe error that given is - "The Array s Fixed or Temporarily Locked (Run Time error When I debug through the code error is - "Method 'AddRows of object 'ICrystalDataObject' failed"

Dim cdoRecordSet As CrystalComObject
Set cdoRecordSet = CreateObject("CrystalDataObject.CrystalComObject")

[code].....

View 2 Replies

IDE :: VISUAL BASIC 2008 - Hide Program Form (alt+tab) Screen?

Sep 12, 2009

i'm designing a program ........ i just wanted to know how to hide my program form (alt+tab) screen .........and how to hide my program from (task manager)..... and also how can i delete my program after its "FIRST OPEN" and after that it copies itself to the desktop folder.

View 8 Replies

Run A Visual Basic 2008 Express Program At Windows 7 Startup

Mar 15, 2012

I am trying to get my program to run at windows startup. Not just load the VB project but to run it.

So that the user just turns on the computer and the project is up and running.

I have seen and tried lots of code suggestions (all different) none seem to work!

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

Visual Basic Program To Search And Upload To A Form A Picture?

Oct 28, 2010

I need a Visual Basic Program to search and upload to a form a picture(of any format) saved in access database using a unique field(Verification Number). The access database(2003 version) has the following fields; 1. Picture 2. Verification Number 3. ID

View 4 Replies

Error# 18456, Severity: 14, State: 8. Coming From Visual Basic Program

May 17, 2010

I've been hired at a company to fix some bugs and make some improvements to their in house programs. The program I am currently working has been written in Visual Studio 2005, in Visual Basic specifically. The program is used to connect to a database on a server and provide various information. However, I have run into a snag where the program will refuse to connect to the database when it using a user account and password that has been set up on the database. When I look at the logs i see it is giving the error as stated above, however, I have double and triple checked the password both on the database and the one hardcoded into the program and they are identical yet it still logs that there is a password mismatch. Has anyone run into this problem or figured out a solution towards fixing it, I will be much obliged.

View 6 Replies

Running A Setup.exe Program Inside Visual Basic 2008 Express?

Jan 21, 2010

I am in process of writing a setup program that will reside in a USB stick.After inserting the Stick the VB2008E program starts (dont know how) and guides the technician to do certain tasks. As a part of this She/He needs to run a Setup.exe that resides in the same USB stick.

1- How do I define the drive letter of this USB stick.

2- How do I run the x:Setup.exe program without exiting the VB2008? The install process should begin after click of a button.

3- Would Autorun work on USB drives to run the program automaticaly?

4- How do I compile to make a single EXE file at the end?

View 1 Replies

IDE :: Snippets Still Lack So Much Functionality After 3 Versions Of Visual Studio?

Jun 16, 2010

Why is there such tremendous effort made on microsofts part to hide the fact that you cannot write SurroundsWith code snippets for Visual Basic, and the $end$ and $selected$ reserved words dont work in Visual Basic.

Micro$osft... YOUVE HAD 3 VERSIONS OF VISUAL STUDIO TO GET THIS WORKING... WHY THE H3LL IS IT STILL A STEAMING PILE FOR VISUAL BASIC. I HAVE TO BUY A THIRD PARTY PRODUCT TO ENABLE FUNCTIONALITY THAT YOU REFUSE TO WRITE FOR VISUAL BASIC.

Can you tell this is infuriating? I spent a TON of hours finding out about this sorely lacking functionality that you should have plastered ALL OVER your snippets documentation on MSDN. I hear you're a HORRIBLE company to work for, but should I ever need a job and have to dig at the bottom of the barrel, I think you OWE me a g.d. job now.

View 2 Replies







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