Advertisement

250 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Time Tested MS Visual C# Solutions: 201 - 225 of 1402
 
dear experts, i have a requirement:  i have a very big text file and i have to insert a content of a smaller(another) file into the specific location of the big text file. i don't want to l...
Hi Im using VC#.NET 2.0 and AJAX Im trying  to display an animated gif while Im uploading a file to my server. However the string "File1" in the (button3_click event below) is always nu...
I have a C#, VSTO 2005 SE addin for Excel that works fine in 32-bit Windows but in 64-bit Windows, I get the error below, in the COM-Addin Manager for Excel: Load Behavior: Not loaded. A ru...
How do I iterate through a DataSet?  What would be the standard return type? DataSet ds = new DataSet(); foreach (  ??? in ds ) { } thankss, newbieweb
One of the main windows in my application contains multiple groups of information regarding customers, orders, etc.  I am looking for a type of panel container that will expand and collapse to...
I am developing an windows application in which i have to calculate check digit... For Example: Data to be encoded is "21435". encode:    2 1 4 3 5 Weighting: 5 4 3 2 1 ------------------...
I am trying to test a textbox variable for data.  To the best of my knowledge, the text box has never been defined as a bool object.  Can someone tell me what I am missing.  Here is my code: ...
Hi, I have desktop c# application, and when this application main frm loads i want to update some registry value to null ... the regsitry value resided on: HKEY_CURRENT_USER\AppEvents...
FYI...I am still in the learning process in C# so bear with me :-) I am having a problem with negative numbers showing up strange in ASP textboxes.  I have tried various things to get it to...
ASP.Net C# I am using a Gridview to display hierarchical data (Nested Gridview). It shows a plus sign image that when the user clicks on it will display the child gridview. The problem is whe...
Hi all I have the code below which works fins when i run it the email appears when a person hoovers over the name what i would like is the tooltip to be like it is but also be able to click it...
Hi. Eeach month I need to import some Access tables into SQL Server. I am re-writing a C# application that does this. The last version would read in each row from each Access table using one...
databinding to a collection C#.NET VS2005 - in order to have the collection updated when a change happens to a bounded txtbox - what interface needs to be implemented?
Hi experts, I was asked to create a report in Excel. I should take data from a table and populate it on Excel. I used the below query select * from database_table;   Now in database...
Hi experts, I would like to have a simple dialog which will resemble the Windows File Copy Dialog. In simple words, I would like to have the animation on this dialog, like the folders flying...
Hello, I am developing with C# .Net 2005 Does anyone know how to remove unwanted characters (quotes and Headers) from this file: File1: "Header1,Header2,Header3" "55.2,65.5,23.5" "22.2...
Hello experts, Created windows form to display text from textbox in label. Additional requirenent. After entering the text and clicking the Parse button, the program should output the numb...
Hello experts, Built windows program that takes input from textbox and clicking the Parse button, the program outputs the number of times each letter in the alphabet occurs in the textbox. Ca...
I have an autocomplete textbox. When i press a certain key , it lists out several items. But i have to scroll down the list to see all the items.What i want to know is that how can we increas...
Hi, I tried to make an image cropper using http://www.defusion.org.uk/code/javascript-image-cropper-ui-using-prototype-scriptaculous I have attached my code below.   I want to pass cro...
I am looking for source code in C# of a good example of a messenger project. The example should show how to do something like this: Have one server and send messages to MULTIPLE clients.
I use an aspx form to collect the date (3rd party date control) and hours and minutes via 2 seperate dropdown menus. These are updating a database via a stored procedure process as follows:...
I need to know how to do a sorting in GridView in C# www.codepal.co.nr
Hi experts, From where i can get the "sqlHelper.vb" for .net framework 2.0  for download ?also give me the link to download...when i search this got 1 downlaodble links http://www.microsoft...
i need to compare string value in  stored value in arrayList.if it find that value then method should return true.how to do it ?my following code is not working : bool screen = Utilities...