VB.NET 2005 Questions


How to retrieve, add and update data from SQL Server 2005 manually using VB.NET 2005?
How to retrieve, add and update data from SQL Server 2005 manually using VB.NET 2005?

Answer Question   |  January 21, 2012  6:03 PM
SQL Server 2005, VB.NET, VB.NET 2005, Visual Basic, Visual Basic 2005
asked by:
Bbm
5 pts.

Developing a project using VB.net front end, and Access in back end
i m developing a project Using vb.net front end, and using ms access in back end,i would like in this project (with customer record save his photo in data base in vb.net5.0. when i add customer photo in form it is show with customer record How i could do this could u help me pls.

Answer Question   |  October 25, 2010  4:49 PM
Access, VB.NET, VB.NET 2005, Visual Basic developers
asked by:
5 pts.

Word document using VB.net
there is a property of word document Tools->Option->TrackChanges->Changed Line. is it possible to set the ChangedLine property of word document by Vb.net programming.

Answer Question   |  August 1, 2011  9:37 AM
Office 2003, VB .NET, VB.NET 2005, Visual Basic, Visual Basic .NET
asked by:
R2
5 pts.

CREATING REPORT THROUGH CRYSTAL REPORT AND VB.NET
ACTUALLY, I AM CREATING REPORT THROUGH CRYSTAL REPORT AND VB.NET .   PLEASE GUIDE ME THAT HOW I WILL I LINK THE VB FORM WITH CRYSTAL REPORT.

Answer Question   |  June 14, 2010  10:53 AM
Crystal Report, VB, VB.NET 2005
asked by:
5 pts.

Value cannot be null.Parameter name:path1
While opening crystal report in crystal report viewer,error occured on some machine. value cannot be null.parameter name:path1

Answer Question   |  April 1, 2011  6:07 AM
Crystal Reports, VB.NET 2005
asked by:
25 pts.

LISTBOX
I load list box with file data of 5 elements(k2,k2,k3,k4,k5) with up to 10000 results I get the sum of these elements to be some integer(3,6,7,8,9,11) I write a code to eliminate some results like this If (k1+k2+k3+k4+k5) <> 3 or (k1+k2+k3+k4+k5) <> 6 or If (k1+k2+k3+k4+k5) <> 7 or (k1+k2+k3+k4+k5) <> 8 or If (k1+k2+k3+k4+k5) <> 9 or (k1+k2+k3+k4+k5) <> 11  then listbox.add(k1 ” ;” [...]

Answer Question   |  March 29, 2010  12:40 AM
VB.NET, VB.NET 2005, VB.NET 2008
asked by:
110 pts.

LISTBOX
I get some data into listbox from base through SQL The number of data ranges from 8 to 15(b1,b2,b3,b4,b5,b6,b7,b8,……b15) which gives up to 1000 results. If it 8 data(b1,b2,b3,b4,b5,b6,b7,b8) I want to have only results where  sum of any 7 data of 8 or 7 data of( 9,10,,,,,15) data are some integer (25,26,35,39,41 etc) In one word I want to add data to listbox only [...]

Answer Question   |  March 27, 2010  12:17 AM
VB, VB.NET, VB.NET 2005, VB.NET 2008
asked by:
110 pts.

Cannot INSERT data into table with identity column
In my program I have an EmployeeRegistry table which holds data of each employee’s work attendance. Every attendance record is uniquely distinguished by an IDENTITY COLUMN called “AttendanceID” which has an IDENTITY SEED of 1 and an IDENTITY increment of 1. However when I try to insert an attendance record to the table via my [...]

Answer Question   |  May 11, 2012  2:54 AM
INSERT statement, SQL Server 2005, SQL Server 2005 Express Edition, VB.NET 2005
asked by:
95 pts.

Crystal Reports problem
here’s the coding for my crystal report display The above code is written in the report viewer form’s load event method. ‘this is the query for my dataset (used in objItemSale.GetSaleData(string) function) SELECT ItemSale.BillNo, ItemSale.IncomeID, Income.IncomeDate, Income.IncomeValue, ListItem.ItemID, Item.ItemName, ListItem.SaleQuantity, ListItem.SalePrice, ItemSale.SaleItemListID FROM Income INNER JOIN ItemSale ON Income.IncomeID = ItemSale.IncomeID INNER JOIN SaleItemList ON [...]

Answer Question   |  November 26, 2009  2:35 AM
Crystal Reports 8, SQL Server 2005 Express Edition, VB.NET 2005
asked by:
95 pts.

How do I view a Crystal Report using properties of my object classes.
In my project I have a lot of object classes. For exaple Student object class: This represents a single student with properties such as Studnet Name, Age, StudentID ect. Now I want to create reports for my application. While designing the report (using crystal reports), I’ve found that my object classes’ properties can alos be [...]

Answer Question   |  January 22, 2010  3:50 AM
Crystal Reports, Crystal Reports 8, Microsoft Reports, VB.NET 2005
asked by:
95 pts.

Error when insertin.g data into SQL table
                I’m using SQL Server 2005 Express edition as the Database and Microsoft VB.NET 2005 as the programming language for my project. At the moment I’m having a problem of inserting data into one of the tables in my database through my VB.NET application. I did successfully inserted data through my [...]

Answer Question   |  September 28, 2009  10:31 AM
Microsoft Visual Studio, SQL Server 2005, SQL Server 2005 Express, SQL Server tables, SQL tables, VB.NET, VB.NET 2005, VB.NET 2005 programming, Visual Studio 2005
asked by:
95 pts.

How to load an Image from an SQL Server 2005 database using VB.NET 2005 coding?
            After a lot of trying and hard work I finally manged to store an image into an SQL Server database using a byte array. But now I’m stuck at how to retrieve it back into my application’s picture box control.              This is what I need [...]

Answer Question   |  March 21, 2011  2:18 AM
SQL Server 2005, VB.NET, VB.NET 2005, VB.NET 2005 programming
asked by:
95 pts.

Can tab pages in a tab control can be individually enabled or disabled?
In my project developed using VB.NET 2005 there is a tab control with 4 tab pages. I need to call a method which will enable/disable those tab pages according the some boolean values referring to each tab page. For example if boolean value 1 is true the tab page 1 is enabled and users can [...]

Answer Question   |  November 7, 2009  6:06 AM
VB.NET, VB.NET 2005
asked by:
95 pts.

Filling data in datagridview in vs2005 with windows develpment
HI all I have a more than 80000 data in sql server 2008 in a single table. Then i have to show that data in datagridview. But the performance has very slow some time my machine hang. It has taking several minute. So i have to improve this performance could anybody help me. For information [...]

Answer Question   |  August 10, 2009  6:56 AM
DataGridView, SQL Server 2008, VB.NET, VB.NET 2005, Visual Studio 2005
asked by:
5 pts.

How to clear the text in a dropdown list combo box?
When an item is selected from the list it displays in the text field of the combo box and I want to clear it without clearing the items in the list. I’ve tried [drop down list name].text = “” but it doesn’t work since the text entering field in a drop down list box is [...]

Answer Question   |  July 31, 2009  12:30 PM
VB.NET, VB.NET 2005, VB.NET Combo Boxes
asked by:
95 pts.

Animated gif problem in VB.net?
In the application I’m developing I need to present the user with a splash screen. In that splash screen I used an animated spinning wheel gif image to let the user know that he/she has to wait. But when I insert the gif and run the application the splash screen displays but the gif only [...]

Answer Question   |  April 9, 2012  7:55 AM
Animated Gif, VB.NET 2005, Visual Studio.NET 2005
asked by:
95 pts.

Crystal Reports in vb.net
iam getting error while making connetion to sql server by OLEDB provider. The error is Sql server does not exit or access is denied ,sqlstate 08001

Answer Question   |  July 17, 2009  12:23 PM
Crystal Reports, Crystal Reports error messages, SQL Server, SQL Server error messages, VB.NET, VB.NET 2005, VB.NET 2005 Express Edition
asked by:
255 pts.

search Button In vb.net 2005
The code is for searching entire sql database if i enter RegistrationNo which is primary key plz help.iam getting errors. If IsNull(TextBox1) Then MsgBox “Please Enter the RegistrationNo” End If If IsNull(Me.TextBox1) = False Then Me.Recordset.FindFirst “RegistrationNo= ‘” & Me.TextBox1.Text & “‘” Me!TextBox1 = Null If Me.Recordset.NoMatch Then MsgBox “RegistrationNo Not Found”, vbOKOnly + vbInformation, [...]

Answer Question   |  July 15, 2009  12:24 PM
SQL Database, VB.NET, VB.NET 2005
asked by:
255 pts.

Are there any tools where I can create custom user interfaces for my VB.NET applications?
Hey, guys and gals. I need to crate a custom user interface for my VB.NET program, a custom user interface like MS Office 2007, Windows Media Player 11, ect. So what are the software tools available to create custom user interfaces? It would be great if you can give me some names of free tools [...]

Answer Question   |  August 1, 2011  1:46 AM
Custom user interface, User interface design, VB.NET 2005
asked by:
95 pts.

My ListView does not always show the image I have set.
I have a listView control, and an ImageList on my form. I have the ImageList set as the SmallImageList for my ListView. When I load the data into my ListView, I check one field to see if a flag is set to “Y”. If it is, I execute the following lines to display my image [...]

Answer Question   |  June 30, 2009  1:06 PM
ImageList, listview, VB.NET, VB.NET 2005, VB.NET ImageList, VB.NET ListView
asked by:
95 pts.