Advertisement

Experts Exchange is proud to recognize the top Experts of 2008. Alter egos aside, these Experts are technological superheroes!

 

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

 
Top .Net Editors & IDEs Solutions: 26 - 50 of 218
 
I have successfully written a VBA script in Outlook that monitors for incoming mail. The program takes the incoming message, saves any attachements to a specified folder, then moves the mail m...
Hi, I have a contract based architecture in my software. So most types are implemented via a microkernel and most of the properties and generic list are types of these interfaces. How c...
Hi, I have not used the class diagram feature in VS 2005 before, and I have some problems with it not showing the relations. It shows all the classes but it looks like they are not connected ...
Method to get the specific date based on the week number and weekday. Example: 3rd Monday in June 2008 = 6/16/2008
I am a beginner in C# with some knowledge in VB and limited knowledge in C++.  I need to do this in VS 2005 C#. I really appreciate any and all help I can get on this important project. I'm...
I am developing an asp.net app that will be distributed to unknown users once completed. I have created a web setup project with sql server as a prerequisite and everything installs fine on ta...
I am getting these errors when deploying my web applciation (VS.NET 2.0) to Win2003 SP2, iis6.0. - The directory "WebAppName/App_WebReferences" is not allowed because the application is preco...
I am creating a "Sheet" which overlays a WinForm and provides a MessageBox like functionality...actually, it's much more interactive...but rather than come up in another window...it comes up i...
I have added the <expansion><sub></sub></expansion> tags in the tsenu.xml file under the folder drive:\program files\Microsoft sharepoint servers\12.0\data\office servers\applications\<guid>\...
Good morning, I need some assistance getting my data to show up correctly on my site. Here is some background: - I have a listbox control that is being populated when the page loads with dat...
I need to install .NET 3.5 runtime using the Windows Installer.   This runtime is a dependency. What is the best way to install this runtime with the least problems, within a .msi that is i...
In my windows vb.net app (vs 2008) I had a dataset using a test database on sql server. I could not see how to edit the dataset to change the datasource in the Datasources window, so I tried t...
Hi I am developing an Client server application,Due to firewall security my request (client request) does not reach at the server ,so need to breakthrough the firewall of the server that i can...
Need to create an executible file that can be installed in a server in the logon start-up - that will open Internet Explorer to a specific URL in full screen mode. Want to be able to use the a...
An application is being spawned by a short VBScript routine. This routine stops with a status dialog window. It has a Close button. I want to be able to close this window either by closing th...
In VB6 using MDAC 2.8 I could do a single select statement that would act as either an Insert or an update. Is there a way to do this in ADO.net? My old VB6 code Dim dbData As New ADODB.Conn...
I need to show a perpetual progress bar in .NET (C#) using standard .NET components. I do not know what the maximum number is going to be, but I want to show activity. Usually this is done wit...
I have an issue where I have a split Access database that is accessed through both an Access front-end and a ASP.NET 2.0 web application.   The database back-end resides on the web server and ...
Hi:    I was trying to read data from an Excel file into a dataset. The file is retreived from a FileUpload. The below is my code and the error received. Please advice why it is occuring and ...
How can I change the Row Label in column 0 (the left most column)  in a DataGridView.  I am able to change all columns in a new row but the left most because it doesn't seem to have a label.  ...
Hi Experts,                     I have a page on which there is a flash player. On same page, i have a modal popup also. When modal popup opens it hides behind the player. Any suggession? ...
I have a windows service in C# ( not ASP .NET) which should read files from local and remote drives. Local drives works fine but when i do a directory.Exists() on remote drive, it says filep...
Hi, I have a page that displays one record from a database table using a datalist. One of the fields contains an image url. My problem is that I cannot get it to display the actual image. I ha...
I am trying to store some data accessed by .NET application, common to all users. When using the Create Special Folder/Common Application Data from setup and deployment project, i do not see ...
Hi I have a lot of records listed in a table. The user clicks on a record he wants to view, that record is now listed in 60 different textboxes. What I do now is loop thru the dataset an...