Using VB2008 Express To Create An Application?
Jan 7, 2010
I am using vb2008 express to create an applicationI have an ACCESS 2007 table that I use to fill a form using Fillbywhich works fine however 2 of the fields in the table are YesNoand they do not show up on my form
View 6 Replies
ADVERTISEMENT
Apr 30, 2010
I am working on a VB2008 Express application that makes used of the office interop access. The exact code is:
[Code]...
View 2 Replies
Jan 5, 2010
I'm trying to build a chart in a windows form using Visual Studio 2008 Express, I've found a couple of tutorials but they say to add a component I don't seem to have... is this a limitation with the express edition?
View 6 Replies
Mar 11, 2011
I have been given a project to do were i have to create a credit union application in VB2008, what i need to create this application etc like how many labels textboxs etc obviously i need to create it but all am asking is if you could tell me were to start as i am lost and never really created anything in vb 2008.
Here is the spec:
The client is prompted for their name and a personal reference number. If the application is successful then this number becomes the loan agreement reference number. If the applicant has a credit rating of 14 or more points the application is rejected. If the credit rating is less than 14 points then the client is prompted for the loan period (must be equal to 12, 24 or 36 months) and the amount required.
The cost of the loan is 6% if required over 12 months and 8% if over 24 months and 12% over 36 months. This is added to the loan. The applicant's net monthly income and total monthly outgoings are taken into account. If the monthly repayment is more than 25% of disposable income (net income outgoings), then the application is rejected. If the repayment is less than or equal to 25% then the loan is granted and a form is produced and printed with the relevant information, including the loan and repayment amounts.
View 2 Replies
Nov 2, 2011
We would like to create a client-server architecture application that the server can control all client computers connected to it (e.g shutdown) and we would like to put a security login and a desktop lockeron the clients. The process of the system is that when the clients starts, the desktop is locked and ofcourse the user can't access the desktop unless he/she logged-in. And when the scheduled time (e.g 1 hour) is done, the client computers where automatically shutdown like the Time Logger Softwares
View 2 Replies
Feb 25, 2011
Is there any advantage to using the VB2010 express version versus the VB2008 express version? Can they be installed side by side or will VB2010 express replace VB2008? I have no issues with the 2008 version, so I don't know if installing the 2010 version would be of any advantage.
View 9 Replies
Jun 22, 2009
Create a paint application in VB Express 2008?
View 16 Replies
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
Aug 6, 2009
I am trying to make my program print out a requistion slip but I don't want to make a report using VB b/c sometimes the printer is not connected and it is better to have a Microsoft Word document and save it as such. So how do I create a Word application from VB? I basically am going to set out a format, make a small table etc. and then whatever the user types in the textbox, it will appear in the slip. (I am using Word 2003)
View 1 Replies
Jan 16, 2010
I'm completely a newbie in VB and expecting your valuable support.I'm trying to retrieve data from an Access database - a simple one. (Just a single table with one column)My task is to view these records through a 'ListView'.No need to manipulate or anything.Just to retrieve data with a simple SQL statement and display via a ListView.
View 3 Replies
Nov 12, 2010
I am working on a project that will interface with a standalone device to monitor some switches etc. When certaing conditions are met, I need to send a text message to a mobile phone using a mobile phone as the modem. The standalone system is all working but I have been unable to fine solutions for sending a simple text message as an alarm etc. Most of the solutions I have found are extensive and complicated. I simply want to call a cell phone and deliver a short text message. The system does not have to receive messages at this time.
View 5 Replies
Feb 23, 2009
how to connect sql database in visual basic and how to update and add new records in the database
View 1 Replies
Feb 24, 2010
Am I right in thinking that vb 2008 express does not have any charts?
View 3 Replies
Jun 8, 2011
I`m trying to write a programme ,in VB2008 Express, to receive Serial Port Ascii data ( from a Multimeter) and display it as Hex Data in a textbox. I can get the Ascii data to show, but just cannot convert it into Hex. Once I can do this I want to write a new front end for the Mulimeter software.
This is what i`ve written so far :
Imports System
Imports System.IO.Ports
Imports System.Text
[Code].....
View 1 Replies
Aug 24, 2008
In VB2008 Express is there any way I can modify the installer once the App has been publsihed or before in the projects window? it seems to just create all this automatically but I would like to include some options etc.
View 2 Replies
Jun 11, 2009
I have been using the VB2008 express edition following Bob Tabors's 18 course lesson in VB 'snapshot 5'. I was starting lesson 14 on the RSS reader. This lesson adds the .mdf for the first tome. The .mdf file was unable to be opened due to some message about code 603?. The final requst is that the database be recreated. What would you suggest. I was not expected to run into this problem so quickly in the learning process. so be it
View 3 Replies
Feb 8, 2009
how to open an excel file and number the rows. The xls file is just a simple 2 column file with 5000 or so part numbers in column B. I need to open it, add numbering to the rows in column A ranging 0 thru 9, then start over at zero again.
i.e.
0
1
2
[Code]....
View 2 Replies
Mar 24, 2012
Published VB program will not run on another computer yet works fine on the computer the program was written on. Message window during set-up on the other computer reads "Cannot download the application. The application is missing required files." The set-up file is being run from a flash drive.The entire error summary is included below. A recurring line in the error message summary is "+Downloading file:///C:/Documents and Settings/username/Desktop/Application Files/filename_1_0_0_6/filename.exe.manifest did not succeed."The word "filename" is the name of my program. "username" is the computer's owner.Interestingly, the "manifest" file on my computer is kept in C:UsersusernameDesktopApplication Filesfilename_1_0_0_6filename.exe.manifest" I'm running Windows7; the other computer is running Windows XP.How do I get my program to run on another computer?
PLATFORM VERSION INFO
Windows
: 5.1.2600.196608 (Win32NT)
Common Language Runtime
: 2.0.50727.3625
[code]....
View 6 Replies
Dec 13, 2009
I want to save a VB2008 Express form as "JPG" so that I can view the form in Windows Picture And Fax Viewer., the form contains other PictureBoxes which contains pictures from Database.ViditKothari
View 15 Replies
Nov 23, 2010
I am converting a VB6 program to VB express and am having a couple of problems. One of them is a difference in String use. "Result=string$(32,0)" doesn't compile and I tried the trim function, but when I cannot use the "0" with the trim function the program shuts down with the error "Argument 'Start' is not a valid value." I need to replace the "Result=string$(32,0)" with a valid vb express line.
[Code]...
View 1 Replies
Nov 25, 2009
How do I deploy application using vb2008 express? I tried to find on in its package but couldn't.now i use cyber installer suite and works fine, except for one thing:
when I use visual basic powerpacks conponent, such as rectangleshape or ovalshape, I still cannot make my program works in other computer without vb2008 installed.. (deploy using cyber installer suite 2009)
View 4 Replies
Oct 4, 2010
I created a windows form in VB 2010 and I am trying to view it in 2008, but I get the error message "The selected file is a solution file, but was created by a newer version of this application and cannot be opened".
Is there anyway I can re-save the 2010 project(similar to Microsoft word) in order to be able to open in older version?
View 4 Replies
May 6, 2010
I have a perhaps simple problem but cannot deal with it.What would be the code for loading another form.let me explain in more details.im writing a very simple game for my project and want to load another form when "level" on my first form finishes
[Code]...
View 1 Replies
Oct 20, 2011
How to convert VB2010 Express proj to VB2008
View 6 Replies
Jul 21, 2009
im having problem on adding new entry in my table in SQL CE native on vb2008 here my code:
Imports System.IO
Imports System.Data.SqlServerCe
Public Class Form_AddressBook
[code]....
View 5 Replies
Mar 11, 2010
1) I want to know how to use the serial component in the toolbox of VB2008 express edition.
2) I want to how to plot a graph in VB2008 express edition.
View 2 Replies
Feb 15, 2010
in VB6 I used the following code to access my Access database tables:
Global gdb As Database ' Global instance of the database.
Set rs = gdb.OpenRecordset(".....various SQL statements")
I am confused about how to do the same under VB2008 Express. "Public dbs As DAO.Database" does not work.
View 7 Replies
Apr 5, 2011
I have 16 student machines who can not access the windows live login during the school hours due to filtering restrictions. They need to register Visual Basic 2008 Express Edition within 30 days or the product becomes useless. The registration process wants them to login to access the keys. Is there an alternative way to obtain the keys as a group, rather than one-by-one?Everything I've found redirects to the 2010 version, but the 2008 version works with our textbooks.
View 3 Replies
Apr 27, 2010
If my understanding is correct, Win 2000 only supports .NET 2.0 Framework. I am using VB2008 Express to write an app that I would like to install but I believe VB2008 Express utilizes the .NET 3.5 Framework.
Is there a way to compile my app so that it only requires the .NET 2.0 Framework? Or, more directly, is there a way to install apps written with VB2008 Express onto PC's running Windows 2000?
View 1 Replies
Sep 23, 2009
i get a HRESULT 0x80131047 exception in Microsoft Visual Basic 2008 express when debug my application. this happens whenever i click "start debugging" and it doesn't matter what application i load. this is a brand new vista x64 bit machine with a fresh install of VB2008 express.
View 1 Replies