Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008


all groups > c# > april 2006 > threads for saturday april 1

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

RESOURCE FILE PROBLEM
Posted by Savas Ates at 4/1/2006 4:37:10 PM
I created App_GlobalResources directory and I put my Resource file which is named WebResources.resx It includes one record name value Button1 isbuluyorum and other fields are empty. In my Resource.aspx file i add a control like this <asp:Button id="Button1" style="Z-I...more >>

Volume textures in DirectX C#
Posted by Feniks at 4/1/2006 2:18:43 PM
Hi, perhaps You know how to use volume textures in DirectX with c# ? I need an example in c#. As I was looking through directx's classes there is such class as VolumeTexture, in connection with TextureLoader.FromVolumeFile loading seems to be quite simple. But how to enforce CustomVertex to ...more >>

Does ReadOnlyCollection<T> implement IList<T> ?
Posted by Lucian Wischik at 4/1/2006 12:57:36 PM
Does ReadOnlyCollection<T> really implement IList<T>, like it claims to do? ... When I right-click on ReadOnlyCollection and look at its definition, it says this: public class ReadOnlyCollection<T> : IList<T>,ICollection<T>,IEnumerable<T> ... However, the following code fail...more >>

COM object with CLSID {..} is either not valid or not registered?
Posted by brianbasquille NO[at]SPAM gmail.com at 4/1/2006 12:44:14 PM
Hello all, Am trying to modify / update the existing open-source OpenHTPC. I've renamed most of the namespaces and some forms (as well as added my own with modifications) and everything works except for playing of a video file. I get the message: "COM object with CLSID {DEFC92B5-D996-4...more >>

Do I have to put assembly using COM+ transaction in GAC?
Posted by Arif Khan at 4/1/2006 10:59:58 AM
I am currently working on .net 1.1 and want to use COM+ Transaction. Do I have to put assembly using COM+ transaction (specific class inheriting from ServicedComponent) in GAC? as per my understanding NO. I can but I don't have to put assemblies using COM+ transaction in GAC. Is my understandi...more >>

Convert Dataset with Tables with Relations to Flat view
Posted by Joe at 4/1/2006 10:50:08 AM
Hi I have a dataset with 2 tables and Relations What is the best way to flatten the 2 files to a new table or xml or file I can loop thru table1 and get the childrows or I can do an Xpath on the xml but not sure how to get relation from xsd or Is there another alternative??? Currently ...more >>

MENU ON FLY.
Posted by GEETHA at 4/1/2006 10:02:30 AM
hello, how to create menu on fly( something like the mail button) for my custom toolbar button? is this possible in C#? i came across the Magic lantern article in VC++ to do thid. Is there any similar article avaiable? thanks,...more >>

adding two or more exes in one??
Posted by shan at 4/1/2006 6:08:16 AM
hi i have a problem i have one windows service which i am installing from one other exe(in process.start simply using cmd.exe and installutil) now i want to combine these both exes into one for deployment. see tell me how i will use path for the windows service when i will embedd it into the on...more >>



HybridDictionary v.s. XPath Queries for performance?
Posted by Mark S. at 4/1/2006 1:18:43 AM
The app gets about 300 requests per second during peak hours. The part of the app in question acts like a "lookup table", but isn't tied to a database. My reading on the subject, and my test code, leads me to believe using a HybridDictionary object is super fast. Yet I'm told XML parsing is a...more >>

Merging ActiveX Control
Posted by Khaled Hussein at 4/1/2006 12:00:00 AM
Hi Every body, I am currently working in aproject where I am stuck in merging an ActiveX control (*.ocx) file into a managed Class Library (*.dll). I want to hide the ActiveX Control in this managed Dll, so that even when things are deployed I don't wanna see two files, but only 1 file which...more >>

win32security
Posted by cax at 4/1/2006 12:00:00 AM
has anyone tried to use win32security with dotnet 2.0 (vs 2005)? I've tried but I got errors like Microsoft.Win32.Security package not found, etc..etc.. thx, cax...more >>

How to speed up the ReadXML?
Posted by Jason Huang at 4/1/2006 12:00:00 AM
Hi, In my C# Windows Form project, I'm testing comparing using the SqlClient with the ReadXML method. The ReadXML method will read 2 .xml files, one is 4K, the other one is 3Mb, both are on my PC's local drive. However, I found that it takes approximately 9 seconds for the ReadXML method,...more >>


DevelopmentNow Blog