Make An Program In VB Express 2008?

Dec 22, 2009

I have make an program in VB express 2008 ( Three years work )This program is stand alone , you can start it everywhere My program works on XP , VISTA and Window 7 I have make an setup program to install it in MyDocuments But the path in XP is not the same as VISTA or Windows 7 ( I know how to do this )

What I want to do is to make an short desktop of my program with the same icon as my program on the desktop

View 1 Replies


ADVERTISEMENT

Converting A VB 2005 Express Program To VB 2008 Express

Feb 24, 2010

The program I am trying to modify was initially written using VB 2005 Express. I have subsequently downloaded the 2008 version. The program creates a monthly spreadsheet from a template. The old code that will no longer (highlighted and underlined) compile is as follows:

[Code]...

View 4 Replies

Make An App In VB 2008 Express Edition?

Jun 22, 2010

ive been trying to make an app in VB 2008 Express Edition so that every time my timer ticks it randomly adds a number like it either adds 1 or nothing but having trouble with it since it just does it one time this is my coding for the timer

Private Sub Timer1_Tick(ByVal sender As Object, ByVal e As System.EventArgs) Handles Timer1.Tick
TextBox1.Text = Int(Rnd() * 1)
Select Case TextBox1.Text
Case 0

[code]....

View 2 Replies

VB 2008 Make Express Syntax?

Jan 9, 2011

My question is about syntax.bviously every language has set of rules for how to write or speak specific language.My problem is that I don't know the rules for VB. Let say that I want to write this sentence in VB compiler: aligator with big mouth is coming to your house. I know the order: first noun, then verb, and argument in brackets. But when I want to write this aligator

View 12 Replies

VS 2008 VB 2008 Express Edition Softare - Specific Installation Directory For A Program?

Aug 9, 2009

Where in Visual Basic 2008 Express Edition Software program do you specify a specific installation directory for a program?

c:Program Filesfinished program

I want to publish my program to try it out on another system and I want to ensure its installed in the directory structure I want.

View 3 Replies

Make A Connection To SQL Server 2008 Express?

Sep 20, 2009

I'm trying to make a connection to SQL Server 2008 express Using this code

Dim Ordr As String = "Select * from Orders"
Dim con As SqlConnection = New SqlConnection("Data Source=localhost;Integrated Security=SSPI;" & _
"Initial Catalog=Orders")
Dim com As New SqlCommand(Orders, con)

[code]....

I get this error:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server

View 13 Replies

Make A Little Game Using .NET 2008 Express Edition?

Aug 25, 2009

I'm trying to make a little game using VB .NET 2008 Express Edition.The game is comparable to the Everybody Votes channel on the Nintendo Wii (if anyone has ever seen it). You can submit questions to a online database. Then, if the question is accepted, users can vote on it and other accepted questions. The questions are on a timer and when it hits a certain point (after a couple of days or so), the questions can no longer be voted on and the results are displayed. Since the details of the users account, the questions and the results would be in a database online, the program would also track some fun little aspects of their voting habits and stuff.

Onto my question though, how difficult would it be to pull something like this off? Especially for someone with no experience using an online database with VB .NET? I'm not foreign to the basics of VB .NET by any means, I've taken several courses with it in college and worked with offline Access databases, but taking it online is something completely new to me.

View 1 Replies

Make A Screen Recorder Using VB 2008 Express?

Apr 2, 2009

I'm trying to make a screen recorder using Visual Basic 2008 Express, and everything seems to be smoothlike... until I actually try to record with it. The actual error I am receiving is as follows.A first chance exception of type 'System.Runtime.InteropServices.ExternalException' occurred in System.Drawing.dll The particular line of code that it seems to be having problems with is the following.

BMP.Save(FileDIR0 + Frame + IMG)And now I will post the rest of the code in case it helps.

Public Class Form1 Private Sub RECScreen_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RECScreen.Tick

[Code]...

View 3 Replies

Make A Transparent Label In 2008 Express?

Feb 26, 2010

How yo make a transparent label in vb 2008 express? I want to put the label over a imagebox.

View 15 Replies

How Do Publish A Vb Express 2008 Program With "terms Of Use" Clause The User Must Agree To In Order To Install The Program?

May 26, 2009

I have a program in vb express 2008 which I would like to publish in a little more professional manner than provided in the standard vb express package. I would at least like to include a "Terms of Use" document the user must agree to before installing the program. I have dovnloaded and installed web developer, c# and vs 2008. Do any of these include a professional installer? If not are there any free installer packages available? I am 72 and live on a limited budget so I cannot aford an expensive package for one program.

View 3 Replies

IDE :: Make An Executable File In Express Edition 2008?

Sep 19, 2010

How to Make an executable file in visual basic express edition 2008?

View 2 Replies

Make A Hangman Game For School Using VB 2008 Express?

Dec 1, 2011

I have to make an hangman game for school using visual basic 2008 express and make it a console application...because i need better mark i want to show an image when a player loses or wins(i think it can be done with windows application)...

View 9 Replies

Make A OpenGL Overlay With VB 2008 Express Edition?

Sep 28, 2011

make a openGL overlay so for an examplei play a game and when i click shift + tab then the game will fade and my application will be seen but without minimizing the game

View 3 Replies

Make A Password Strength Meter In 2008 Express?

Feb 28, 2009

How to make a password strength meter in vb 2008 express

View 2 Replies

Make A Portable Client For A Mmorpg With Vb 2008 Express?

May 30, 2010

is it possible to make a portable client for a mmorpg with vb 2008 express? somehow put the files inside of it or somthing?

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

Make Mail Client On 2008 Express Edition?

Aug 20, 2009

I publish some of my projects on my website, but i want to make something different, i want to make a simple mail client on visual basic 2008 express edition.

View 2 Replies

Make The Drop Down Button Wider In VB 2008 Express?

Mar 1, 2009

I am using the DateTimePicker in VB 2008 express. I am making a program for a person who is visually impaired and needs to see BIG WIDE buttons. The drop down button is very slim and I need to know what to do to modify the size of the drop down button itself in the properties. I tried googling this and have run into dead ends.

View 4 Replies

Data Encryption Program In VB 2008 Express?

Mar 6, 2009

I am currently working on a simple data encryption program in VB 2008 express. Basically, I want the user to be able to select any file type and the program will read the data and store it in a text box. The user would then input a key, push the encrypt button and the program would XOR each byte of data with each character from the key and store the data in the third text box. I have written a program that has similar functionality only, it will not read from files, it simply reads data from a text box, so I have a encryption algorithm that works.Here is my

[Code]...

View 3 Replies

Deployment :: Publishing The Program .net 2008 Express?

Mar 5, 2009

when publishing a program is it possible to get it to include or copy over a mdb file and can the setup be made into 1 setup file instead of the "Application Files Folder" and "Program name.application"

View 2 Replies

Run VB 2008 Express Edition Program On PDA / Pocket PC?

May 28, 2012

Run VB 2008 Express Edition program on PDA / Pocket PC

View 1 Replies

Forms :: VB 2008 Express - Get The Program To Recognize The Key Is Even Being Pressed

May 3, 2010

I've been trying to figure out a simple keypress handling event.I have the code working fine after hunting for a couple of days on the net but have a problem getting rid of the obnoxious bong that comes along with hitting the ENTER key.I've attempted some solutions on the web about changing the KeyAscii to 0 but under that method I cannot even get the program to recognize the key is even being pressed.The code I have so far is as follows and I'm just trying to get rid of the audible bong.

[code]...

View 5 Replies

Made A Web Browser In VB Express Edition 2008 - Make It Safe And Secure?

Jul 30, 2009

i recently made a web browser in visual basic express edition 2008 for my family computer use purposes only. Id like to make sure that using my web browser and entering personal information on it will be safe. How can i make it safe and secure? Additionally i was wondering if id have to develop my own addons or if its compatible with Firefox addons.

View 1 Replies

Make Installation File From Project Developed In Express Edition 2008?

Apr 30, 2010

How i can make an installation file from a VB project developed in VB express edition 2008?So i can give it to someone and they can install it on their system.

View 1 Replies

Detect Data Changes In A Dataset On Runtime Program And SQL Express 2008?

Dec 14, 2009

I have designed an application for a company which has 5 client computers that read and write data to an sql2008 instance on a server.I would like to know the way to detect a change in a table whithout having to refill the table adapter.Let's say that all the client applications have a datagridview on the main form which binds to a table on the database lets say Members table (members binding source)Whenever a client makes a change to that table (lets say that it updates the Last name of a member) i would like the rest of the clients to detect that update and as a result ,update the specific row or cell in the datagridview.Is there some kind of event that is raised?

View 1 Replies

Generate New Panel At Runtime Program 2008 Express Edition?

Jan 22, 2010

My project is a server/client application, how do I copy existing panel with labels and pictureboxes to show stats of clients connected? I mean once the server accepts a client, stats of that client is shown on a new panel but has the same contents as the existing panel. Any Idea how to do this? I was thinking to make a set of panels and hide them if there's no client connecting but what if there are too many clients connecting more than the set of panels already made?

View 1 Replies

IDE :: VB 2008 Express: Program Runs On PC But Stops Working When Trying To Run .exe On Another Computer?

Jun 3, 2011

And here I am with a new problem in my program When I debug it everything works fine (the buttons, progressbars, pinger, spambot, When I compile it and run the Executable file, it works too.When I run the Executable file on another computer (tried on 4 different ones) the program stops working and
I get this error:

{$ exception. "Failed to create the form For more information, see Exception.InnerException error: File or assembly ." Microsoft.VisualBasic.PowerPacks, Version = 9.0.0.0, Culture = neutral, PublicKeyToken = b03f5f7f11d50a3a "or one of its dependencies not found. The system can not find the file specified .."} System.Exception {System.InvalidOperationException}

[Code]...

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

VS 2008 - SQL Server Express - Program To Run No Matter If The User Is Logged In To The PC Or Not

Jan 22, 2010

I am starting design of a program that needs to run no matter if the user is logged in to the PC or not. So I will be writing it as a VB.Net Service.

As I am not overly familiar with SQL Server Express, is it possible to connect to a local SQL Server Express Instance and access the database from a VB.Net Service while the user is not logged in to the PC?

View 2 Replies







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