Create A Mobile Application With .net 2008 Express Edition?

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


ADVERTISEMENT

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

DB/Reporting :: Create Access Database (VB 2008 Express Edition) OledBcommand

Jun 20, 2009

I want to create a table (called "Customers") in a Microsoft Access database and then insert/delete records into the table and update the table. The table shall have 3 columns:

ID
Customer Name
Customer Address

I know i need to make the "ID" column as an autonumber and a primary key, as i need to insert and delete records and update the table. I am using the Visual basic 2008 Express edition and quite familar with the OledBcommand.

View 1 Replies

Application Version Code Not Work In VB 2008 Express Edition?

Oct 19, 2009

I create a new Windows Forms application and add an AboutBox form which is built-in into Visual Studio. I add a button to Form1 to show the AboutBox when clicked.The AboutBox form has a label with the text "Version" on it. The following code is supposed to add the application's version to that label at run-time:

Me.LabelVersion.Text = String.Format("Version {0}", My.Application.Info.Version.ToString)When the application version is changed in the Publish tab of the My Project form to 2-0-3-6, the version on the AboutBox at run-time stays at 1.0.0.0 (of course after rebuilding).

Even when the application is published to the desktop, it still does not work. It does, however, reflect the correct version number in the title of a subfolder in the Applications folder that is created when the application is published.

View 1 Replies

[2008] Express Edition - Create A Variable /add Up The Score Of Correct And Incorrect Answers?

Feb 27, 2009

i am creating a quiz which would be 20 questions for software design students and may use alot of code.my first problem is the score for the test, i know a friend of mine can add up the score but he cant move onto the next thread until you have got the question correct which is sort of cheating, i want to know how you create a variable and make that variable stay in all the forms and add up the score of correct and incorrect answers and come up with a final score for the user in the end.

View 8 Replies

Errors - Modify A Dental Payment Application Using VB Express Edition 2008

Oct 18, 2009

I'm supposed to modify a Dental Payment Application using Visual Basic express edition 2008. I've copied the code from the book and added some checkboxes,labels and commands. but it keeps giving those three errors:

Error1Value of type 'String' cannot be converted to 'System.Windows.Forms.TextBox'.C:\Users\User\Documents\UNI stuff\Visual Basic\dental payment\dental payment\Form1.Designer.vb25119dental payment
Error3')' expected.C:\Users\User\Documents\UNI stuff\Visual Basic\dental payment\dental payment\Form1.vb836dental payment
Error4End of statement expected.C:\Users\User\Documents\UNI stuff\Visual Basic\dental payment\dental payment\Form1.vb1335dental payment

And this is my code :

Public Class Form1

Private Sub calculate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles calculate.Click

[CODE]...

View 7 Replies

Visual Basic 2008 Express Edition Application Does Not Work On Windows XP Machines

Jun 23, 2010

I have a Visual Basic 2008 Express Edition application that operates as a front end for iSeries V6r1. The application was developed on a windows 7 machine. Users load the application from a shared folder on a server. Currently, there are 2 Vista, 3 windows 7 and 4 XP users. All had no problem in loading application, all users except 3 of 4 XP users can run the application with no problems. However, 3 of the XP users receive the following error message when they perform any action that tries to connect to the iSeries:

System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.

All 4 XP users are on same service pack

View 8 Replies

Create A Mobile Application For Windows Mobile?

Nov 12, 2009

I would like to create a mobile application for Windows Mobile, how can this be done? I have Visual Basic Express edition.

View 4 Replies

Proper Update And Delete Code For SQL Express In 2008 Express Edition?

Oct 3, 2011

I'm just using the default SQL Server Express in my vb 2008 express edition as my database server for my database operation. When I tried to update the records on my table I got a runtime error which indicates the error on this line 'myCommand.ExecuteNonQuery()'and it highlights a yellow background on it. The runtime error says "SqlException was unhandled: An expression of non-boolean type specified in a context where a condition is expected, near 'Number'. ".

Imports System.Data.SqlClient
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
Dim myConnection As New SqlConnection
Dim myCommand As New SqlCommand

[code]....

View 3 Replies

Create Reports In .NET Express Edition?

May 18, 2009

I have almost finished working on a small application using VB.NET 2008 Express Edition as front end and SQL Server Express as back end. Now my next step is to generate reports for the application. Is there ANY way I could create reports in VB.NET Express Edition?

View 3 Replies

Fetching Data From A Microsoft SQL Server Compact 3.5 Table Into A Microsoft Visual Basic 2008 Express Edition Application?

Aug 7, 2009

I am building a VB 2008 Express Edition application.I have built a database (with a single table) using SQL Server Compact 3.5 and have connected it to the project. I am able to view and edit the data using a DataGridView on a second form (tutorial made this very easy). I need to work with the data in the table within the application. how to easily load the entire table into an array or even read the table a row or cell at a time so that I can make all of the data available for manipulation within the application (the tutorials only seem to show how to display the data).

View 7 Replies

VS 2008 : Create Application For Mobile Phone Sony Ericsson To Remote Control Program Using Bluetooth Connection?

Mar 20, 2009

is it possible to create application for my mobile phone Sony Ericsson to remote control my program using Bluetooth connection which have simple functions?I have came across one program that is able to do that which is floAt's Mobile Agent. It can control from media player, powerpoint slides and even mouse cursor movement.

View 10 Replies

Create A Simple Countdown Timer Using Vb 2005 Express Edition?

Oct 26, 2010

I am trying to create a simple countdown timer using vb 2005 express edition. I think the code is fairly simple but I have fallen at the first hurdle. How do you display the result, i.e. which control do you use? Tried label and textbox but both return the error: "Value of type [integer or long] cannot be converted to [textbox or label].

View 3 Replies

Windows Mobile - Connect Sql Database Compact Edition On Visual Studio 2008 With .net (smart Device)?

Apr 24, 2012

I'm doing a project with vb.net (smart device) on visual studio 2008 and I need to connect to a database on the device itself (I do not have a physical device to test, only emulation). How should I go about doing it? I would like the database to be in the device on start up.

View 1 Replies

Using VS 2010 Express Edition Settings For Creating Console Application?

Jul 26, 2011

I'm using VS 2010 express edition, Are there any settings for creating console application?I've done a simple program but it get stops while running.

[Code]...

View 3 Replies

Create A Paint Application In VB Express 2008?

Jun 22, 2009

Create a paint application in VB Express 2008?

View 16 Replies

.net 2008 Express Edition?

Aug 10, 2009

My company currently has vb.net 2003. I am tasked with evaluating vb.net 2008. And suggest if upgrading to 2008 edition is necessary or if it will be beneficial. For this purpose I decided to experiment with vb.net 2008 express. I have some questions regarding this.

1) Will vb.net 2008 express edition will give me idea about new features etc. ?

2) If I install vb.net 2008 express edition on machine which has vb.net 2003, will it cause any problems to vb.net 2003 ?

3) If I code in vb.net 2008 express edition, on upgrading will this same code work ?

View 4 Replies

2008 Express Edition Combobox

May 14, 2009

I would like to have one combo box associated with another combo box. When the first one is selected the price is displayed in the next one. The information is got from a txt file and the item name loads in the first combo box and the price loads in the other combo box. What I want it to do is to show the correct price when the first box is selected for the item Here is a copy of my code at the moment. [code]

View 14 Replies

Can Run This Code With Vb 2008 Express Edition

Mar 11, 2010

i'm not able to open the project and run the source code of the bellow link to treelisi'm trying to open with vb 2008 express edition and visual studio 2008, and several error are displayed.

View 1 Replies

Cannot Register VB 2008 Express Edition?

Apr 28, 2009

I just installed Visual Basic 2008 Express Edition with SP1 on my computer.When I first launched it, it directed me to the registering site.

View 1 Replies

Error In VB 2008 Express Edition

Jun 4, 2010

I use vb 2008 express edetion but i find error in it and no answer yet .when i choose the choice : Dont save any changes from the tools menu and then project and solution then run and debug then choose that choice then when create a new project by a new form1.vb with a new buttum then presss F5 or run the msg error appeare is : Form1.vb cannt be modified at this time ?

View 1 Replies

Importing Of C++ Dll In VB Express Edition 2008?

Oct 28, 2010

i am newto visual basic. i am want to import vc++ dll in visual basic. need to pass a function pointer as parameter to the one of the methods in vc+ can we import vc++ dll in vb2008?if no, could you suggest me the alternative for it?

View 4 Replies

Install VB 2008 Express Edition?

Mar 22, 2010

Trying to install VB 2008 Express Edition, on a laptop, that I just installed Windows 7 Ultimate x86 on, I got the attached screen shot.

View 6 Replies

Made Using VB 2008 Express Edition?

Mar 16, 2010

I was wondering if I'm allowed to let other people download the web browser i made using Visual Basic 2008 Express Edition.

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

Starting With VB 2008 Express Edition?

Sep 11, 2010

I like to have assistance with the VB 6 codes below; a few cheeky lines dock into positions I do not mean them to be in; sorry; I am on VB 2008 Express; a few lines have errors; adjacent to them I have described what VB 2008 reports.

[Code]...

View 8 Replies

Supress Pop-up With VB 2008 Express Edition?

Oct 22, 2009

The radio recently broke in our bedroom and as a result my missus now listen to various radio stations through her laptop. She moans that visiting various pages and clicking the 'listen' link is a bit of a pain.(Note to self: Must buy new radio!)In the meantime, I have made a 'radio player' in VB 2008 Express, which is nothing more than 6 buttons down the left hand side of the 'player' I have created and a Web Browser Control on the right hand side.Clicking each button links to the relevant player of the station she wants to listen to. (Being a newbie to VB and programming, I'm quite proud with what I've achieved so far!!)Anyway, one station I do link to gives an "Are you sure you want to navigate away from this page" prompt: [URL]Is there a way to suppress this message in VB, or even auto-answer OK somehow?

The other sites I have linked to do not display this message, they just navigate away quite happily. Clicking OK on the prompt is no real hardship either, I hear you say, but in the interests of usability, I would just like it to navigate away from the site/player without prompting.Remember, I'm using Microsoft Visual Basic 2008 Express Edition.

View 2 Replies

Use ActiveX With 2008 Express Edition?

Jan 18, 2010

I am a competent (but not much more) VB6.0 programmer. I'm still developing software in VB6 and want to upgrade to VB.NET. I primarily write simple software to control proprietary hardware which is called by Active X. I need to figure out how to do this in VB.NET before I can switch over to the new version.In VB6, I connect to the VB6 by adding references to the DLLs (under project / references). When I load the main form, I declare:

Private Sub Form_Load()
Set o = New CBEDCSApp
End Sub

[code]....

View 1 Replies

Use Language In VB 2008 Express Edition?

Sep 1, 2009

How can i change te language of a form using the Language form the Form's Properties?

View 1 Replies

Using VB 2008 Express Edition For Project?

Aug 24, 2011

Im using VB 2008 Express Edition for my project. This is my problem. I have multiple forms in my application and when i run it, the debugger doesnt show any error.But when i change the start up form I dont see the form which i expected to run first.

View 2 Replies







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