Do not use on any
shared computer
July 25, 2008 12:55pm pdt

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.

 
Time Tested MS Visual C# Solutions: 26 - 50 of 1465
null
Hi, I'm creating a windows application using C#.NET, and I need the application to automatically get the username of the logged in user of that machine. So basically, someone logging int...
Hello, I am trying to add a listBox and checkBox to different columns on a DataGridView control. 1.The DataGridView control is bount to a dataset which is filled from a SQL table 2....
I am getting an error related to my encryption class. The error is "Padding is invalid and cannot be removed". See the code below using System; using System.Collections.Generic; using Sys...
i got a windows C# project to underatand. and in this i found one line of coding System.Collections.Specialized.NameValueCollection appSettings = ConfigurationManager.AppSettings; could ...
Hi,     I have Windows forms(UI Component) which has a lable and the message for the label from  my bussiness component. I'm trying to do this by raising a Event with Data which will be captu...
Hi, I need a balloon tooltip with a CLOSE (X) button. In .NET Framework 2.0, balloon tooltip is there but there is no close button. Can anybody help me... I program in C# Thanks! Dhanraj
I have developed an console application (Visual Studio 2005 c#), that gets the rssfeeds  urls from database, downloads the Rss and Extracts the information and save to database. This applicati...
I am developing a web application using C# & VS2005 (ASP.NET 2.0). I have to show reports in my application, so I used Crystal Reports Viewer to view my crystal reports (10.0). it is workig fi...
Hi all, hoping someone could provide me some usefull tips here's my problem. I'm trying to customize the .Net 2.0 DataGridView component so I can collapse/expand groups of rows like an Acc...
How do I delete a read-only directory (other than executing attrib)? Is there a way to change the attributes on directories, like there is for files? Thanks
Convert string value into decimal. string strNewRefundAmt = "$54"; decimal curNewRefundAmt = 0; if I do curNewRefundAmt = Convert.ToDecimal(strNewRefundAmt)) i get an exception s...
Using C# (VS2008),  I want to create a program that has a textbox on form1.  The user enters a number in the textbox and presses a button, and form2 is displayed with the number of textboxs th...
I want to open an Excel file and read it rowwise through C#.net 2005 code.
c# I have a string that includes \" I want to replace it so I just have a " how do I do that
Hello all experts, I am writing lines to textfile using StreamWriter.WriteLine() method. Then reading each line and then do processing for that line. After the process for that line is comp...
This is the error i am recieving Could not find default endpoint element that references contract 'ServiceReference.DataPostSoap' in the ServiceModel client configuration section. This migh...
I want to write a simple conversion program. It's used to convert a character into its decimal number in ascii table! For example When user types 'a', the program will return its decimal num...
Hi, I have windows form application c# 2.0, and i want to add new buttons that have images and i want the button to be displayed as transparent so the images will be only displayed for the...
I need to parse CSV file in C#. In the CSV file, all string values are enclosed in double-quotes, like this: 26-4-2007,"Val1","Jrnl",2000 Nos,315.75,631496.38, 19-6-2007,"Val2","Jrnl",5...
I am developing a website application using Visual Studio 2005, .NET 2.0, and c#. I have a gridview using a SQLDataSOurce. There are 2 columns always visible in the gridview. One column is ...
I want to rotate an image in a picturebox control by x degrees. I kn ow of the standard FlipRotate in die framework but they wont do as they only rotate image by 90 180 270 degrees. I need som...
Hi Experts. I have written a windows service that will automatically zip files at certain intervals. It installs and works fine on mhy local machine and our dev environment. Problem is that...
Hi, I am looking into "OOPS" - Object Oriented Programming Concepts. I have the following definition for "Abstraction". Can you please explain / justify me this concept in simple terms ? Ev...
Hi How do i get a list with all active window handles and can i get the window handles by a name i give to match the window caption of all the active windows? And then If im intressted in a...
Dear Team i am using ASP.NET2.0 C# AJAX., JavaScript inside update panel i have a grid view this grid view contains a menu control in the templete feild, when i click on any item in the ...