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
May 2008
June 2008


all groups > dotnet framework > march 2005 > threads for wednesday march 2

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

Missing KB article on Framework hotfix
Posted by Klynt NO[at]SPAM noemail.nospam at 3/2/2005 11:57:03 PM
I am interested in the fix (not listed in the fixes in .NET 1.1 SP1) FIX: The Server property may return as an empty string when you receive the SQLException object in the .NET Framework 1.0 and in the .NET Framework 1.1 Fixes a problem where the .NET Framework 1.0 and the .NET Framework 1.1 ...more >>

for each go next?
Posted by Guoqi Zheng at 3/2/2005 11:12:29 PM
Ok, it sounds like a simple question but I just can not figure out how to do it. I use for each to loop an arraylist, what I want is that in case of some condition is ture, it skip the rest code and go to next for. for example. For each x in arylist If a =b THEN ' here I want to s...more >>

Ctrl key with Mouse Event.
Posted by Phil Jones at 3/2/2005 6:50:00 PM
I think I'm missing something REAL basic - but... How do I determine if the CTRL key is down when a mouse-event occurs. I can't see anything on the [MouseEventArgs]. Thanks everyone === Phil ...more >>

ComboBox
Posted by Charles A. Lackman at 3/2/2005 5:57:25 PM
Hello, I have a combox that is being filled from a dataset. The combobox is located on a Tabcontrol. On the e.keycode = keys.Enter event I have TabControl moving to another Tab. When this happens the combobox is in the foreground of the new tab in an open state, ie, showing all 8 drop d...more >>

Remote eventlog
Posted by Palloquin at 3/2/2005 3:56:53 PM
Hi, I need to access eventlogs on remote machines. I can do this using Dim logs() As EventLog logs = EventLog.GetEventLogs("RemotePC") The problem is that this will only work if on the remote machines (win XP pro) I add everyone to the administrators group. For obvious reasons ...more >>

Scrolling in a panel
Posted by Rob T at 3/2/2005 2:06:17 PM
To keep my example simple, let's say I have a windows application form with a panel in it. For this example, I want to draw a single line in the panel, which is larger than the size of the panel. Is there a way to get the scrollbars to show up? Also....If I were to put a control (like a bu...more >>

Programs that affect (.Net) framework when uninstalled ?
Posted by Todd Williams at 3/2/2005 11:12:58 AM
Hi, Is there any problem out there with programs that are uninstalled, causing ..Net framework problems? We have an application that's working out in the field but every now and then get complaints of a message box coming up saying that there is problem with the .Net framework and we think ...more >>

Array.CopyTo()
Posted by JS at 3/2/2005 10:51:03 AM
The current method is: void Array.CopyTo(Array dest, int index); Am I the only one or do other people wish this method had an overload: void Array.CopyTo(Array dest, int destIndex, int count); ...more >>



Setting a service to MANUAL
Posted by Paul Aspinall at 3/2/2005 8:47:15 AM
Hi I have a service installed, but I want to programatically set it to 'Manual' startup, rather than 'Automatic'. I cannot do this with 'System.serviceProcess.ServiceInstaller()' as I don't actually install the service (MSDE does), but I want it set to Manual, and my app starts and stops i...more >>

Crystal Reports Problem
Posted by Paul W at 3/2/2005 8:20:29 AM
I have a strange problem that I'm trying to track down... My web application is one page that has the crystal control (from CR v10) and a few drop down boxes that set the data the report uses and a submit button that runs the report. >From time to time I get a unhandled exception of a object...more >>

Detecting clicks within a polygon
Posted by Chris at 3/2/2005 7:37:03 AM
I am drawing a set of polygons, currently using graphics.DrawPolygon(... What i want to do, is when the user clicks in the area of a polygon, to be able to work out which polygon they have clicked in. Could anyone suggest the easiest way of doing this, even if i have to change the way i'm draw...more >>

URL for Framework1.1
Posted by Ravi Shankar at 3/2/2005 4:37:07 AM
Hi, Can anybody send me the URL for downloading .Net FrameWork1.1 Thanks, Ravi...more >>

C# optional parameters
Posted by MVP_mayank at 3/2/2005 1:25:05 AM
Hi I Would like to know how to pass optional parameter to C#. -- Regards, Mayank Pujara...more >>


DevelopmentNow Blog