Find Tutorials On Program 2010 Express IDE?
Jan 25, 2012
I just installed the Visual Basic 2010 Express and I have no idea how to start! The IDE is so new to me and I need the place or link where I can download or watch video tutorials about the IDE and its features. I also want to learn the VB 2010 Express language from the very basics of it.
View 2 Replies
ADVERTISEMENT
Aug 20, 2009
I need VB.NET tutorials and simple VB.NET examples. I am trying to implement click events like[code]...
View 3 Replies
Aug 31, 2010
I need comprehensive tutorials of VB 2008 for beginner's which give additional support to my studies so that I can learn VB 2008 easily in less time.
View 2 Replies
Feb 16, 2010
I'm a Coldfusion Web Developer and I'm finding that in my local area, work for CF Devs has become extremely scarce.There were a handful of companies that were Coldfusion houses a few years ago and it appears most of them have moved away from CF development.I'm looking to expand my skillset to improve my employment outlook, and it appears that many of the web development positions that are available to me now are focused around .NET web development.The last time i took a look at .NET as a web development platform was way back during 2.0; where I found it to be poorly organized and extremely unfocused. Apparently somewhere along the line I missed the boat because that's where about 90% of the web development jobs in my area are now. I've done some searching on google to see if I can find a tutorial, something that's akin to hand-holding, and have come back dissapointed.So I'm turning to the SO community to ask for links and resources that might help better explain how .NET development works in a web development capacity, and for links to these resources so I can begin boning up my knowledge and start writing practice applications.
View 6 Replies
Feb 23, 2009
I am looking for a website similar to W3Schools that teaches the basics for VB.NET 2008.If none exist I would just like some good tutorials to get me started. I did some basic VB.NET a couple of years ago but I need to refresh myself
View 6 Replies
Dec 2, 2011
Can't find Server Explorer in vb2010 express?
View 2 Replies
Apr 23, 2010
i want to create a windows form where i can add names, Employee ids and the projekt they are working on. Clicking a button should add the data to a database. Later id need to retrieve this data.First i was thinking that setting up a sql database and finding functions to access it would be fairly easy however.. Theres obviously more than one way of doing this and im having trouble finding the right angle...
View 13 Replies
Apr 9, 2010
How can I get free Materials on VB.NET that explain the basic functions used during programming?.
View 1 Replies
Jan 28, 2010
I have Visual Studio 2008 because I'm going to college for computer science and I need to learn how to program. Also the price was right seeing as Microsoft gives copies away for free to college students through their DreamSpark program. My question is do you guys have any advice for the best or most comprehensive tutorials out there for my to start learning how to program?
View 2 Replies
Jun 6, 2012
I wrote this VB program to be able to throw a device we developed into programming mode where we use an ATMEL Flip installer to upload new firmware. I can program one device after another running the application off of Visual Studio Express 2010 or Visual Studio 2010, but when I go to publish this file and run it on another machine, it becomes unstable and crashes after each upload. On those same computers if I run the raw unpackaged program under Visual Studio Express, the system does not crash, and I can program devices repeatedly.
View 5 Replies
Jun 29, 2010
Create FLASH tutorials for Vb.Net programming ( or for something else ) with this program.>>
[URL]
View 1 Replies
Sep 6, 2010
Im having a hard time finding tutorials for the HtmlAgilityPack, all of them are for c#, so im having to use c# code and convert it to vb.Here is the my code, im still getting errors with the 3rd line:[code].......
View 4 Replies
Jun 1, 2011
I have written a simple utlity in VB 2010 Express that reads data from an Access database and displays statistics graphically.It work fine on my development machine running XP. But on another XP machine I get a System.InvalidOperatinException erro on program startup. I added a MsgBox as the 1st line of the form load event on the startup form, but the exception is being thrown before the MsgBox is displayed.
View 6 Replies
Sep 11, 2011
I'm trying to make a program of mine into a multithreaded application, but I've hit a pair of snags that I documented in the following code. I can expand this stub into a more efficient version of my existing application.
[Code]...
View 3 Replies
Apr 4, 2012
Are there any ways to make my program more accurate or faster? So far, I've been using multithreading and priorities.
View 28 Replies
Feb 29, 2012
I am trying to make a user account SQL database work with Visual Basic 2008 Express for login purposes, i.e. usernames & passwords. Plan is to host this server so people can login to use the the application and verify they have a valid account. I would like to host all the account information in SQL due to the possiblity of hundreds of users at any given time. I also need the ability to add data to the database for users registering for the first time. The SQL server will need to be able to access the SQL Server databases remote via WAN.
View 3 Replies
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
Oct 16, 2010
I tried to start using VB 2010 Express with a program I originally developed with VB 2005 Express that I moved to VB 2008 Express successfully a couple years ago. It uses a database file (*.mdf) that is on the computer ( not out on a server). When attempt to run the program in debug mode, I get the following error "An attempt to attach an auto-named database for file C:Documents and SettingsTomMy DocumentsQuizzing StuffQuestion Database 2010QuizQuest ionGameQuizQuestionGameinReleaseQuizQuestionDB.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share."
I first made a copy of the entire project folder that was working in VB 2008 Express and gave it a different name. In VB2010 I opened the project in the copied folder and it said it successfully converted the project. I am able to open the Data Source inthe Designer and see the database structure as I expect. I think the project is still using SQL Server 2005 Express (because it is what is checked in the list of prerequisites on the Publish tab).
Note, I have programmed off and on for many years, but fairly new to using databases and SQL Server.
View 3 Replies
Feb 29, 2012
Here is the scoop: I am trying to make a user account SQL database work with Visual Basic 2008 Express for login purposes, i.e. usernames & passwords. Plan is to host this server so people can login to use the the application and verify they have a valid account. I would like to host all the account information in SQL due to the possiblity of hundreds of users at any given time. I also need the ability to add data to the database for users registering for the first time. The SQL server will need to be able to access the SQL Server databases remote via WAN.
View 1 Replies
Jan 21, 2011
I am trying to re write a VB6 program using MS Access, many years ago, using VB 2010 express and SQL server 2008 R2 Express. I have a database with several tables, which I created using the designer. I am able to connect to the database and select data and display it in textboxes etc in vb code. What I have not been able to in code is to INSERT rows DELETE rows or UPDATE any data in the tables. I can do any of these operations using the Query Designer, but I want to do it in code. I can post some code if necessiary, but I thought it might just be some property that I had not set in the designer.
[Code]...
View 13 Replies
May 12, 2010
Is VB Express 2010 slower to compile and run that older versions of VB Express? I've installed it this weekend and it seems a little sluggish on my quad core computer with 1 gig of RAM. I have VB Express 2005 installed for my students at school and it seems to fly just fine. Those school computers are older P4s with 512k of RAM.
View 7 Replies
Jun 3, 2011
Initially my app worked with excel fine, now it causes my computer to reboot only after Excel has been opened (two or more times). I have opened and closed Excel files 20+ times without running thru either of my apps (they all uses identical code for excel) and it has never caused a reboot or a crash.
run either of my apps and have the app control excel has become a crap shoot, it will reboot my computer. Adding to that I then have to do a manual shutdown because the reboot process after is unstable. (System doesn't respond properly). My code in this app is small, should make for a good example. I can provide the entire project to anyone who would volunteer to test it. (First I need to know how to send the project).
[Code]...
View 10 Replies
Feb 29, 2012
there Dream in Code Community! Im an okay programmer as far as skill right now I am still learning as we all are I need some help from some experienced VB.NET programmers in the community, Here is the scoop: I am trying to make a user account SQL database work with Visual Basic 2008 Express for login purposes, i.e. usernames & passwords.
[Code]...
View 2 Replies
Jun 24, 2010
This question might be over asked but I just can't seem to find a good answer.
My question: I have a simple area1.c file which has the following code:
/* area1.c */
/* Calculation of the area of a circle */
/* Author: Vishal. Date: 23/06/10 */
#include <stdio.h>
[Code]...
I have downloaded and installed the free edition for download on Microsoft's website which is Microsoft Visual Basic 2010 Express.Can I compile a C program with the program that I have installed? If so, how? Please provide a clear explanation, as I am only a beginner.
View 4 Replies
Dec 16, 2009
I downloaded vb 2008 Express edition and i was going to make a software... But when i try to link it with my Access Database (db.mdb) using ODBC i couldnt find ODBC under data sources.[code]...
View 5 Replies
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
Jul 24, 2008
Where can i find all the icons Visual Basic 2008 Express Edition uses?
View 22 Replies
Feb 26, 2010
I've just downloaded SQL server express and have created a database in there. Now back in my VB.NET application from Visual Studio how do i find/connect to it?
View 16 Replies
Oct 6, 2011
About 3 years ago i came across a vb project for a photo album, it was on online tutorial and I followed it and after some custom tweaking I found it was quite usefull. Unfortuatly the original sourcecode has long since vanished.The project was fairly easy to follow and I remember the author had a photo image of his sailing boat and a yellow labrador (just trying to jog some memories here) :).
Anyway; I have searched high and low for it but can not find it. I'm pretty sure it was on a msdn or some other microsoft forum and was to do with VB 2005 or VB 2008 edition of Visual studio.
View 3 Replies
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