Advertisement

Over 40 Experts attended the first Annual Core Conference! Take a look at what happened throughout the week...

2008 Core Conference

 

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

 
Time Tested Visual Studio .NET 2005 Solutions: 1276 - 1300 of 1394
 
I am looking for a simple example of how I can do login verification in VS2005 from an Access database. I have already created login forms in both VB and ASP but not sure which one would be ea...
Hello Experts, I am looking for a method (API) in VB, VB.NET, or VBScript to monitor files that are copied FROM (or OFF) of a specific set folders.  While monitoring changes, additions and ...
I want to create report without ODBC connection, i am using vb.net 2005. I make ODBC connection for report only. with vb.net i m making conncetion with code, but i for crystal report only, i...
I'm using vs2005 & crystal XI, I have a report that I create, I then use ExportToDisk to export it to a PDF and then I use System.Web.Mail.MailMessage and attach the pdf to the email. However,...
I need to set max/min year on a ASP.Net calendar control so that users cannot go beyond the set years.  How do you accomplish that?  thanks.
Greetings: I have a .Net 2005 Windows Form Application I'd like to deploy but I'm not sure what the best approach is.  This application is self contained.  That is, it doesn't make any call...
Hi, I cannot get my VStudio 2005 to create, build and run local IIS projects. When I add a new website from:      Add-->New Website --> HTTP (C#) ASP.NET WebSite --> Choose the virtual ...
The C# project has a reference to an activex library which is referenced in the code using a "using" statement. Now with the active X installed the project will compile and link. However i...
Windows function definitions     Declare Function GetTopWindow Lib "user32" (ByVal hwnd As Integer) As Long     Declare Function GetProfileString Lib "kernel32" Alias "GetProfileStringA" (By...
can someone tell me what the difference is for adding reference to an assembly (dll) and to a project in visual studio 2005.  thanks.
I've previously developed a fairly sophisticated client/server app. and have a very nice set of classes and routines to handle data on forms with very little coding. I managed to use the DataS...
I have a little picture of a question mark and I stored it in a folder in my vb.net windows form project.  How do I get that picture on my form?  I can't just drag and drop it on the form like...
Hi all, I am doing a project working with importing an excel file into a sql database using VS2005 and I am not familiar with doing this.  I am currently trying to figure out how to get the ta...
Experts, Each time I save a modification to a project file VS whines that it has been "modified outside the source editor."   I have no other files open, and no one else is using it. ...
I want to create a DataGridView with a Stored Proc with parameters and the data Source.  When I set the data source of the DataGridView the view returns no rows (or columns) because the parame...
Hi, I have some listboxes on a form. When the form load w/ the values in the listboxes the first value is always highlighted/selected. How can I keep all the values In the listbox unselected ...
I have the following at the end of my save function on a page in my admin section.  FormsAuthentication.SignOut()             FormsAuthentication.RedirectToLoginPage() once i get to thi...
I am able to successfully push a collection of object to an existing report. However, I need to push more than one table (collection) of information to the report. I have search and found that...
My company uses Visual SourceSafe as our source control system.  What I need to do is find some way to break source control over the project files (.SLN and .VCPROJ) so that I can modify them ...
I have built this cab file using Cab Project template from VS 2005.  I used the sign code program to digitally sign the cab file. The web page will ask the user to download and install the ...
I have created a data reader.Iam retrieving records from a specific column from table and showing it on the form.I want to iterate through the datareader and want all the values from that spec...
I am attempting to add membership and user logins. I can connect to the server and database in Visual Studio. When I click on the ASP.NET configuration icon in VS, the the Web Site Administrat...
I am attempting to create a report in VS 2005 for CRM 3.0 that will show opportunities closing in the next 90 days.  I have everything working, but I'm trying to make it so that the company na...
Hi,       I have  a windows application (vs 2005, c#) and i created a report. I have access database and created views for my invoice report. Now using this view based on the CompanyID and Or...
Is there any way to limit user entry to the current row until the user clicks on a [Save] Button a DataGridView?