Data Access Samples
Aug 12, 2009
I went to [url] and downloaded the Data Access samples but when I try to open any of the projects I get an error:
"The project you are trying to open was not created using Visual Studio Tools for Application. Visual Studio Tools for Applications cannot open projects that were not created using other applications"
View 7 Replies
ADVERTISEMENT
Oct 28, 2009
I'm new to VB Express 2008 (but not new to VB).I'd like to look at some of the samples, which I've tried to access from the Help menu. I've downloaded a 9 MB file called VS 2008 RTM VBSamples.zip, which contains nearly 2000 files many of which have the same name (e.g., Application.Designer.vb or Form1.Designer.vb).I can extract any of these files from the zip file, but how can I know which .vb, .proj, .sln, etc files I want in order to see a full sample for, say, learning how to use Try Catch or for learning how to read a text file ?
View 2 Replies
Jun 16, 2011
Today Microsoft announced the Kinnect SDK for PCnd VB Samples are there at launch.
View 1 Replies
Aug 15, 2011
I would like to develop a VB.Net based smart device app. A simple one. Do any of u know where i can refer to samples of such apps?
View 2 Replies
Feb 21, 2010
Are there scripts available for these databases? The sample databases are created with an unsupported version of SQL
View 3 Replies
Sep 16, 2010
What I'm looking for are videos in vb.net for console application that will show me how to use DataSets and TableAdapters step by step. Please provide links
View 4 Replies
Dec 2, 2009
I tried to download in VB2008 express the Visual basic 2008 samples. It dowloads a zip files under Windows/temporary internet files/ When I try to launch the sample I get the message"The project location is not trusted"and it does not load the vb files What should I do ?
View 3 Replies
Feb 16, 2012
I have been en-charged of creating some apps using the cloud. I only have experience programming windows apps (vb.net) Do you guys have any code samples of cloud apps in VB.NET? If not, do you know where I can find this?What about documentation for creating vb.net cloud apps?
View 3 Replies
Feb 15, 2012
just a newbie programmer here. With 1 week experience in VB2008. I'd like to ask for assistance on making one of these inventory systems concepts. I hear its one of the basic programs a newbie can make. This will be made for students financial monitoring. Like how much they should pay in an event. Of course will be needing to input student names and event names.
So I'd like to ask could you give me tips on what to do first?*Set aside the database stuff first.
Like the main window, or a sample of a form to which I could encode and update entry payments for students.Am not asking for codes here just samples of forms or softwares I could get some ideas.
View 4 Replies
Aug 1, 2011
Where I can find examples of vb.net asp.net codes?Like event calendar or any?
View 2 Replies
Oct 3, 2011
When I want to open samples from local Samples folder or online, this message show for me " One or more projects in the solution were not loaded correctly Please see the Output window for details."
View 4 Replies
Aug 31, 2011
I thought only Microsoft employees would be able to upload here? >>[URL] Why then, is the UPLOAD link enabled for me? This dialog pops up when I click on it, but I am not a Microsoft employee.
[Code]...
View 2 Replies
Sep 6, 2011
For those that are having problems using VB with other technologies or finding samples/content or requesting new VB Language features then there is another way to provide this feedback to Microsoft so that we can work to provide useful content.[URL]..These posts will be actively monitored by Microsoft product team members who are interested to hear from developers.
View 1 Replies
Oct 28, 2010
Fortran Samples for Visual Studio 2008 will not debug or run. I can't get the sample programs to run. I am a engineer not a programmer
View 2 Replies
Mar 10, 2009
Website dat have samples codes on HTTP GET/POST from a device server?
View 3 Replies
Jun 9, 2009
I'm trying to insert data from an Access unbounds form to an Access Table using the follwoing code:
View 2 Replies
Sep 3, 2009
I found on msdn samples and modified (add Thread.GetDomaind.UnhandledException)
<SecurityPermission(SecurityAction.Demand, Flags:=SecurityPermissionFlag.ControlAppDomain)> _
Public Sub Main()
' Add the event handler for handling UI thread exceptions to the event.[code].....
View 1 Replies
Sep 18, 2009
I need a good book for beginning to use VB 2008. I have some (limited) experience in using VBA. I want to access a database (SQL) and have access to the data set as variables?
View 6 Replies
Apr 19, 2011
I have a basic application that allows pre-defined users to use the application.The Username & passwords along with some other basic user info is stored in a simple access dbIn my application I want a user to login, Username & PasswordI create a connection string, a data adapter and a dataset, I then need to validate the password the user has entered.Would it be best to query the access db directly, or the dataset?
View 5 Replies
May 7, 2009
how to connect to a database and retrive data in a table using oledb data provider in Microsoft access?
View 2 Replies
Jul 7, 2011
I'm trying to connect a VB application (2010) to an MS Access DB by adding a data source from the data menu but I receive this error message "The connection you selected uses a local data file that is not in the current project.Would you like to copy the file to your project and modify the connection ?
If you copy the data file to your project, it will be copied to the project's output directory each time you run the application" and the options are (yes , No , Help)
If I choose Yes I will not be able to make the application 'device independent ' since it will not be copied under the bin , and if I choose No , changes won't be applied to the DB
View 5 Replies
Nov 11, 2010
The control comes up blank??Imports System.Data Imports System.Data.OleDb Public Class Form1
[Code]...
View 6 Replies
May 18, 2010
I'm trying to create a simple Data Grid that will automatically save changes. So far I have a data grid connected to a MS Access 2007 Database that reads the data. I can create new fields in the Data Grid, but I need to program to save the data automatically to the database on update (or on close).
View 6 Replies
Sep 30, 2010
I've tried exporting data from an Access 2003 database to Excel in VB.NET using the following [code]...
View 4 Replies
Feb 9, 2011
I am trying to read and save data into a access Database but using the rows and colunms valeu can
View 1 Replies
Nov 4, 2009
I have a combo box with a data source. This box shows one column of a table and allows me to select one item.Next, I have an ordinary text LABEL that I need to put text from another column of the item selected above.I tried to set the data binding field of the label, but this grabs only the first row or data and shows the selected column. That is nice, but I can not figure out how to update the selected selected ROW when the combo box item is changed.In this case the combo box lists a bunch of inventory parts. When I select a specific part, I need the change the text in a label to show the manufacturer. (like a sub-form). This same behavior will be used in several other places, but the relationships can cascade.
View 4 Replies
Apr 8, 2009
How would you add data source to your combobox from a combobox that is connected to the access atabase?they are both ın the same form of course and the software language ıs Visual Basic. I ve got two comboboxes that I need to connect with eachother combobox1 is showing the "itemsonsell" from the "table_items" table from my access database, the second one should show the "prices" value from "table_items" depending on which "itemsonsell" item is chosen on combobox1,I ve done the solution below,but it didnt seem to be working,it is showing all the "prices" that are under the "table_items" table's "prices" class.
[Code]....
View 1 Replies
Oct 20, 2010
I'm getting some troubles to add data in a access data base with vb.net applicaion. it shows me the exception System.data.OleDb.OleDbException. my code:
[Code]...
View 2 Replies
Jul 6, 2011
I am playing ".wav" file using AXMediaPlayer in VB.Net. The defaulttime format taken by it is in "seconds". However for some specificpurpose I have use "samples" as time format. Earlier in VB6, MMControlwas having its property and you can change it by setting its propertylike: MMControl.TimeFormat=9 (for samples)".how to change default time format from "seconds" to "samples" in AXMediaPayer in .net.
View 1 Replies
Jun 4, 2011
I can save my data to access database and in the access database field I set it to date/time.But problem is when I get the value out from the database.. the format is always month/day/year hour:minutes:seconds example today: 5/2/2011 12:00:00..How to get the value into listview becoming May/2/2011 without the hour..Here's my code to get it from database ListView1.Items(i).SubItems.Add(dt.Rows(i)(14).ToString).The second problem is.When I would like to edit, how can the datetimepicker get the listview value ? [code] info: using access 2003 (.mdb) the Date of Birth field has been set into Date/Time.
View 2 Replies