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# > april 2004 > threads for sunday april 4

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

What I can do to do my application (asp.net) faster ?
Posted by Boniek at 4/4/2004 10:42:41 PM
Hi I'm writing different applications in ASP.NET and I'm not happy with my application because ASP.NET work a little slowly. I mean that after any actions on the page my page is refreshing and all data from SQL is loading. Generally I have one question. What language I can use to programming ...more >>

C# generate rtf code of pictures/images
Posted by Jay at 4/4/2004 10:11:02 PM
Hi I would like to generate rtf code of the picture/image programatically without using richtext box or clip board To be more specific I want to create .rtf file of image/pictures Need help in above regard..... Thanx in advance. Regards Jay...more >>

Application.Productname
Posted by CJ at 4/4/2004 10:01:07 PM
Hi Could anyone advise how to set the ProductName attribute of the application object Thanks CJ...more >>

Disable page scrolling back to the top when refreshed
Posted by Patrick Delifer at 4/4/2004 8:58:04 PM
Is there a way to not let a page scroll back to the top if the user has scrolled down and the page is refreshed? Users are selecting Datagrid items and they are always brought back to the top when I refresh the page... ...more >>

pls help: very odd behaviour when concatenating strings
Posted by Juan at 4/4/2004 8:13:51 PM
Does any one know if there are reported bugs when concatenating strings? When debugging each variable has the correct value but when I try to concatenate them some values are missing (I can´t see them in the debugger). After encoding the string (the sameone which complete value is not visible ...more >>

listView question
Posted by Vanessa at 4/4/2004 7:27:36 PM
With this program I can do one selection, but upon the second I get an error where ///////////////// is indicated. Please help. using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; namespace WindowsAppl...more >>

build number
Posted by Aaron at 4/4/2004 6:49:55 PM
How does the build number works? right now my assembly is version 1.0.1235.33799 it doesn't change when i re-compiled it. Thanks. ...more >>

get rid of html tag
Posted by Aaron at 4/4/2004 5:51:46 PM
i have a string string s = "hello <b>world</b>"; i would the ouput to be "hello world" without the tags. ...more >>



How to find out the Build date & time at runtime?
Posted by Alice at 4/4/2004 4:01:18 PM
Hi, Does anyone know how to find out the build date & time at runtime? Greatly appreciated. Alice...more >>

Ienumerator
Posted by juan at 4/4/2004 1:59:49 PM
hi i have a teachers class where i want the user to enter a few teachers and iterate thru them. In the main i get an error System.Collections.IEnumerator' does not contain a definition for 'Length' why is that? is this approach right? I want to develop an OO App. so is this approach right? ...more >>

command window / immed window
Posted by juzan at 4/4/2004 1:17:58 PM
hi i have this piece of code but it never shows the ex.tostring in the command or immed window. how do i see it? this is in a class public void getTeachers() { try { PermTeacher p =new PermTeacher (); p.name = "teacher1"; arrTeachers.Add (p); if (arrTeachers !=null) Console.WriteLin...more >>

Property of object to binding
Posted by Boniek at 4/4/2004 12:45:36 PM
Hi, How I can create property to binding with other objects. I want to create a data object which work as a DataTable. DataTable contains columns and dataTable is used to binding with a textBox etc. How I can create that object but I don't want any static properties in source code. I implemen...more >>

launch a form from within another
Posted by Tammy at 4/4/2004 11:14:10 AM
How do I launch a form from within another? The book I have only talks about MDI forms and I know that there should be a way to do that without the MDI form. ...more >>

Order that events are fired on System.Windows.Forms.Control class
Posted by Jay Douglas at 4/4/2004 9:49:37 AM
Hello, This may be an elementary question, but I'm having a hard time finding a document that answers this question: What order are the events fired on classes / controls inherited from the System.Windows.Forms.Control class as the control is being created? i.e. does ControlAdded() get f...more >>

Msgs From SQL to CSharp.. Please Very Important to me
Posted by C# at 4/4/2004 8:12:57 AM
Hey all, in my MSN-Like project .. i needed a trigger that should send Notifications to all online users when a contact in their lists is online for example.. Server is in C# .. The problem is how to send this notification to the Server to send it to connected clients.. I HAVE to send th...more >>

(DateTime) or DateTime.Parse ?
Posted by Krzysztof Kazmierczak at 4/4/2004 6:46:02 AM
Hi All I wonder what is better to use: (DateTime) or DateTime.Parse Thanks Kind regards Krzysztof Kazmierczak...more >>

visually see position of form on screen?
Posted by Tony at 4/4/2004 5:47:33 AM
In the vb6 IDE, there was a "form layout" panel that showed where the current form was going to be located on the screen. Moving it's location was as easy as dragging it around to where you want it. Is this feature not in VS2003? or am I just not seeing it... -Tony!- ...more >>

[Feature Request] "first:" "last:" sections in a "foreach" block
Posted by James Curran at 4/4/2004 4:19:04 AM
I'd like to make the following proposal for a new feature for the C# language. I have no connection with the C# team at Microsoft. I'm posting it here to gather input to refine it, in an "open Source" manner, and in an attempt to build a ground-swell of support to convince the folks at Microso...more >>

How can I solve this error? I need help!
Posted by Jet Leung at 4/4/2004 2:37:21 AM
When I debug my program and it return me an error call " have not handle ¡°System.StackOverflowException¡± appear in system.windows.forms.dll " How can I solve this problem?? ...more >>

printing two pages
Posted by Joakim Olsson at 4/4/2004 1:26:02 AM
hi i'm not to good at this stuff yet... but I hope some can help me My problem is that I want to print two pages from my program I tried to set the HasMorePages = true but it keeps posting the same stuff on the two pages, or sometimes the second page over the first page my code looks like this...more >>

How can I view a C++ newgroup
Posted by source at 4/4/2004 12:37:15 AM
Wheneve I type news:comp.lang.c++ my outlook express pops up saying no server can be found. How do I get connected to a C++ newsgroup? ...more >>

Single vs. Doucble Click
Posted by Thom Little at 4/4/2004 12:14:41 AM
I would like three states on an icon ... Left Click Right Click Double Click Left Click is fired at least once on a Double Click Is there a good example that shows how to determine if the user entered a Left Click or a Double Click? -- -- Thom Little -- www.tlaNET.net -- Thom Little...more >>

Linked list
Posted by source at 4/4/2004 12:07:49 AM
a function that would: return the 5th element from the end in a singly linked list of integers, in one pass, and then provide a set of test cases against that function. Can we do this in CSharp? If no, then can anybody tell me how to go about coming with the solution. How do u develop test ...more >>

Visual Studio IDE question
Posted by Glenn Lerner at 4/4/2004 12:00:18 AM
When I used Visual Studio 6 I was able to cascade source code windows. This allowed me to view 2 separate source code files side by side and copy and paste between windows. How do I do this in Visual Studio.NET? It seems like I can only view one source code at a time. There must be a way to...more >>


DevelopmentNow Blog