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 C# Solutions: 101 - 125 of 5709
 
I was using a circular linked list in C and want to convert the code to C#.  What is the equivalent of a circular linked list in C#?  Thanks,
Hello all and thanks ahead for any help. I am trying to get my mind around how the BackgroundWorker works. I have tried various itteration of code and the following example I have developed is...
Hi For some reason I cannot get a button onclick event to fire when using update panel and ajax tab control. What am I doing wrong?
Hi Experts, I need some help here. I hope this is a quick one but I can't seem to figure it out. I have a TreeView with CheckBoxes. I need all child nodes to be checked automatically if us...
Hi All, I have some code written in VB6 that looks like this: strFooter = "" strFooter = strFooter & "9999" strFooter = strFooter & Left(Filler & Space(5), 5) strFooter = strFooter & ...
If I have a string which contains proper xml format and I want to convert it to an XML file so I can use Xpath to parse it properly. How do I do this? this is the code I want to use to g...
OK, this should be easy but I'm stuck I have an object created in c# say Object1.  I need to temporarily back up this object to another object say ObjectOriginal. However if I do ObjectO...
Hi guys 'n gals, I have a for-loop counting from 0, upwards. Now each item in the loop needs to have it's own unique color, so is there a way to convert the incrementing integer into an RGB...
I have been asked to take an online exam by a company called http://proveit.com/ in the areas of C# and ASP.Net I am not looking for sample questions or anything unethical.   Just lookin...
I'm using the SpreadsheetDocument object to create a spreadsheet, and everything is working fine.  The only stumbling block I'm having is I can't seem to create new Worksheets.  I can retrieve...
The title says it all: I need a functionality simular to CreateObject in C#. I need to be able to create an instance of a COM object, without first referencing it at design time, and then use ...
As in this question I have describe: http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23443634.html After I fix the code as Bruce_1975 suggest I have the Exception handled: Cr...
Good Day - I have a C# application which reads from a DB wherein must of the data is stored in Blobs/Text. The data is actually entered via another product which allows users to enter special...
This is an intranet application, so all execute permissions are granted.  I need to run a 3rd party application from a page on the site that I'm developing.  I'd like to be able to run either ...
hii,  how do i draw a circle in C# ??
Microsoft has a good sample of how to pull of datagrid sorting here: http://msdn.microsoft.com/en-us/library/0868ft3z.aspx. However, their samples uses the click of a button. I want the use...
Here's the situation... I've got a VS.2005 C# WinForms application in which I needed a way to display a powerpoint PPS or a MSWord document inside a form window... after a very large amount of...
I'm trying to serialize a *List* of objects, where each object contains a DataTable.  I'm just using the XmlSerializer, out of the box.  The result I'm getting is that each object (in the resu...
Hello,    I made an application using Visual Studio Express and now I want to create an installer for it.    I tried with Publish option which creates an installer, but when I run it it do...
Hi All, I was just looking through MSDN and got a shock in that there is no such thing as a temporary file .. (only a memorystream) I need someting like the C++ tmpfile() ... I need to s...
Static member 'BuyersFund.GeneralFunctions.GeneralFunctions.LangTypeEnglish' cannot be accessed with an instance reference; qualify it with a type name instead regarding this line: publi...
Hi, I need some SIMPLE CODE which will: Get the "current date" of today, then compare it to  another date (actually it will be compared to a dataset/datatable of them, but I'll sort that...
I need code that shows how to export a DataSet out to an Excel spreadsheet. You would create the spreadsheet for the first time as part of the export...meaning...this is NOT an append to an...
Using C# visual studio 2005 I have a list box from which I can get a collection  using listbox.SelectedItems.  I want to cast this collection to a generic list that is a property of another cl...
I got the following code snippet off the web but dont seem to be able to convert the last line of it into C#. Can someone please help?         Dim roleList As New ArrayList         Do Whil...