Groups | Blog | Home


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# > december 2005 > threads for saturday december 17

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 31

Right shift operator
Posted by ERE at 12/17/2005 11:33:57 PM
Pardon me if this has been asked a million times -- but I thought that because of generics, the right shift operator was supposed to change with C# 2.0. I thought it was supposed to change from ">>" to "> >", to distiguish it from nested generics. But I've been using VS2005, and when I put...more >>


querying for properties that has implemented an attribute ?
Posted by KK at 12/17/2005 9:14:55 PM
Hi, I apply a custom Attribute to several properties in a class. There are about 15 of those. I want to know how I can programatically get ONLY those properties that I have applied my attribute. What I want is rather than calling those 15 attributes like; Object.Prop1 Object.Prop2 Obj...more >>

Find form menu color/height
Posted by MuZZy at 12/17/2005 5:04:57 PM
Hi, I'm trying to find a way to find out a form menu height/color as i think it changes depending on various Windows settings. I need to create a form of height/color of form menu so that i can place it over without user noticing it. Thank you, Andrey...more >>

Image Click working before Page Load
Posted by Varangian at 12/17/2005 2:22:31 PM
How can I make a Image Click working before Page Load event? The Problem I'm getting is that I'm loading an ImageButton dynamically from a Web User Control. How can I make the Web User Control ImageButton return a value to the main Page ? Thanks and sorry for already posting this... ...more >>

Launch application after setup is complete
Posted by Joe at 12/17/2005 12:42:23 PM
I created a CustomAction for this but I don't think I have it in the right place. I tried both Install and Commit but neither allow it to get to the final screen. Are there any examples of this anywhere? Thanks, Joe ...more >>

C# listview and database update question
Posted by Jason Huang at 12/17/2005 11:33:08 AM
Hi, In my C# Windows Form MyForm, there's one ListView control listView1 in the MyForm. The ListViewItem in the listView1 MATCHING EXACTLY the data in a SQL Server database table Customer. e.g., Serial ID Name ---------------------------- 1 123 John 2 125 Marry...more >>

(Hard one,any expert out threre ? ) Create object from string ? add webcontrols dynamically on page.
Posted by jesper_lofgren NO[at]SPAM yahoo.se at 12/17/2005 11:06:56 AM
Hi there, I have some webcontrols that i want to add dynamically on a page. I have stored the path / namespace in database (ex MyNameSpace.WebControls.Control1) to the class/webcontrol. Lets say i have a column in database that looks like this. PageID (int) Webcontrol (varchar) ...more >>

C# Windows form, Excel template
Posted by Jason Huang at 12/17/2005 9:55:50 AM
Hi, In my C# windows form project, how do I use an existing Excel 2000 as a template? Thanks for help. Jason ...more >>



How to insert a user control into DataGrid control??
Posted by mohanaranga NO[at]SPAM gmail.com at 12/17/2005 3:12:48 AM
Hi all.. Can anyone tell me is there any way to add a User control page into a Datagrid?? If not possible please tell me the reason why it is..... Thanx in Advance. Mohan. ...more >>

DEEP copy of ArrayList containing RichTextBoxes ...
Posted by Esmail Bonakdarian at 12/17/2005 2:13:35 AM
Hello, I am relatively new to C# but like it. I have run into a problem to which I haven't been able to find a solution despite looking. I have an ArrayList that contains several RichTextBoxes (via Add()) I am trying to create a second ArrayList with this information, but I want to make ...more >>


DevelopmentNow Blog