Advertisement

Experts Exchange is proud to recognize the top quarterly Experts of 2008. These Experts have risen to the top, so CONGRATULATIONS!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Visual Studio .NET 2005 Solutions: 201 - 225 of 1461
null
Hello all, I'm working with MS Visual Studio 2005, and have created a VB form with a reportviewer control (SSRS).  I'd like the report to automatically print as opposed to display, and woul...
I am using an SQLDataReader in VB.Net.  I am using the IsDBNull function to check if a date field is not null before populating a private member date variable:  If Not reader.IsDBNull(9) The...
Hi There I have got a date text box that i want to make sure that the date format is yyyy/mm/dd when the date is entered.
Hi, I have a website that has a few list boxes, what i  want to be able to do is if the first lst box is called lst1 and there are 6 options within the lst box, and someone picks option 1...
I have a Winforms application and using the code below to populate combo box         Dim dt As New DataTable         dt.Columns.Add(New DataColumn("Text", GetType(String)))         dt.Col...
I am dynamically creating a collection of controls that are placed in a panel and each control has it's Dock property set to Top.  Once the user is working with this control they can add addit...
How can I create a new excel file with visual studio 2005 using vb.net?  Currently the program needs to dynamically create a excel file based off of some queried results.  I started this by ad...
Hey all I have a comboBox, and I am using the selectedIndexChanged event to know when it has been changed.  I populate it with a list of choices when the user enters a row in a datagridview...
I am trying to deploy a small web service client to the Pocket PC 2003 emulator that comes with Visual Studio 2005/8.  When trying to do this I always get an error stating that the device does...
HI, I have a datatable and i'm trying to find out how I export the results of the datatable to an excel spread sheet i dont need to save the file i only need to display the spread sheet on ...
I have recently changed from Visual Basic 6.0 to 2005.  In visual basic 6.0 you had the option to create an ActiveX project which in turn built an ocx which your registered use etc. I would...
i have set validating column control into the datagridview by only allow numeric and a single dot, but i only want to validate specific column only instead all columns. anyway to limit to s...
I seem to be having some problems creating a Windows Service using VB.NET 2005... I need a timer that will execute a shell command every 10 seconds.  The shell command itself works fine in ...
Hi, Ive made a program needs to run constantly 24/7 however after a few days or hours, it crashes and closes. I dont have time to figure out the reason for the crashes. I want to make a ...
Hi,    I am creating a wrapper class in my application and have come across some difficulties and was wondering if somebody could help me before I go insane. I  am an advanced VB6 developed a...
I've just recently found out about AJAX and was trying to setup my own AutoComplete textbox. I've looked at examples from AJAX site as well as this site but haven't seen anything that helps y...
Hello. I'm trying desperately to get ASP.NET AJAX to work in Visual Studio. I've done every solution I can find anywhere, and nothing seems to work. Its just error after error after can't find...
I need to do client side validation on a text box entry. The user must input numeric values either 16 or 19 digits in length.  My validator is providing the error message even whent he data is...
Dear Experts, I have a datatable bound to a datagridview in a windows form. I have code in the datagridview's RowEnter event that I want executed only when the up/down arrows are pressed. T...
I have an application built in vb.net. It opens a .csv file to import data. The setup project includes microsoft.office.interrop.excel.dll. When installed on a computer that does not have exce...
I am trying to use the autofit function to fit the data into the excel columns from a vb.net application. However, i keep getting the following error when running the Autofit function:- {"...
I have not worked with exporting data to excel since visual basic 6.  I know everything has changed and I really need help learning how to export a datatable into Excel 2003.  We have MS Offic...
I have been searching for a replacement for ItemData in ListBoxes.  I have read all of the posts on the subject and have gotten this far: Public Class ListBoxItem     Private m_strName A...
I have a GridView with a a dropdown, some text fields and some checkboxes.  I want to be able to hold off on sending any changes to the DB until the user clicks a Save button outside the GridV...
Just installed Visual Studio 2008 and would like to install the SQL Reporting Services project tempate(s).  How do I do that?