Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Top .Net Editors & IDEs Solutions: 26 - 50 of 215
 
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 experts i have this word [template1] inside in my php file i want when a user select a folder to change this [template1] with the name of directory is this possible and how? if not can ...
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 ...
How can I make a C#.NET application block shutdown attempts while it is running?
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...
yes i have a crystal report it loads up with no problem using integrated security. The problem is ((( MyCommand.CommandText = "Select * From SalesTPR where UserID = rice'"))) my select sta...
I need to run shell commands from a windows form app in C#.  I have written the attached code but it does not work how I like.  With the "/C" in the command the shell opens the command is issu...
I am writing a Windows application using C#.Net.  What is the preferred method for storing user settings/preferences without writing to the registry?
Method to get the specific date based on the week number and weekday. Example: 3rd Monday in June 2008 = 6/16/2008
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...
Hello I have a VB .Net Project built in Visual Studio 2005 which creates a DLL file (that is afterwards called from Excel). I gave a strong name to the assembly and now I'm looking for a solu...
I need to read an image file from a blob column in MySql database into a byte array that can be used as an image source in a WinForm. I do not know the size of the blob. The code: { ... in...
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...
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...
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...
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 a gridview with a selection of databound items as well as a textbox and a button, the purpose of the textbox is to allow the user to enter the quantity required and then click on the bu...
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>\...
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...
Hi! Need some help to explain the difference between a HashTable and a Dictionary.
Not exactly sure which section to post this, so please forgive.  However, I have a store procedure that generates a crosstab query result. So using the normal Gridview Data source editor to as...
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 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...
I need to do update two tables from one save button on a Win form. I understand I cannot update two tables in one query. I understand I must use two updates. I do not know HOW to do two u...
I do not know how to create a WCF client in code with CustomBinding that has readerQuotas changed to larger value... I have attached a code snippet to show what I am trying to do. When I try t...