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 > dotnet general > november 2005 > threads for friday november 25

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

Any tabbed interface examples?
Posted by Jim Hubbard at 11/25/2005 8:39:08 PM
I'd love to see a VB.Net 2.0 example of a tabbed interface. It could be a notepad-type or browser-type application....doesn't matter. What would be great is an example that incorporated a custom control or interface on each tab and not just a simple single control per tab. Thanks for your...more >>

Where to have info on how to get shoutcast streams?
Posted by ThunderMusic at 11/25/2005 8:02:57 PM
Hi, I would like to know if some of you have some site where I could find information about how to get a shoutcast stream? I have to connect to this stream and analyse the incoming audio, so I would need info on how to connect to this stream and how to analyze it (it can be on separate si...more >>

dotnet and XP user account association
Posted by lolaolegerl at 11/25/2005 7:07:02 PM
I am in search of some help in order to remove my hotmail email notifications at the Welcome screen. Somehow my .net account has become associated with my XP account. If i try to remove it from 'Managr My Network Password" the screen is blank so im not sure how to kill the association or the ...more >>

Is anybody located in GMT (-06:00) Central Time?
Posted by clintonG at 11/25/2005 6:23:39 PM
I need somebody who is using 2.0 RTM Membership with a dev machine located in GMT (-06:00) Central Time. I just want to confirm if your users are being added to aspnet_Users 6 hours into the future which is my experience. I also want to learn if your database has two instances of a user added ...more >>

Scope of IEnumerable object within foreach
Posted by bughunter NO[at]SPAM hotmail.com at 11/25/2005 9:47:36 AM
This is partly 'for the record' and partly a query about whether the following is a bug somewhere in .Net (whether it be the CLR, JITter, C# compiler). This is all in the context of .Net 1.1 SP1. Recently we (my fellow team members & I) observed an InvalidOperationException - 'collection has...more >>

terrible annoying BUG in VS.NET 2005 with UserControl at DesignTime?!
Posted by Pieter at 11/25/2005 9:23:08 AM
Hi, I'm getting a really terrible and anoying bug/problem in VS.NET 2005: 1. Create a new Windows Application. 2. Add a new class Class1. 3. Add a usercontrol UserControl1. 4. Add a public instance of Class1 to UserControl1 (with WithEvents): "Public WithEvents ThisClass As New Class1". 5...more >>

CS0246
Posted by Leo at 11/25/2005 7:11:01 AM
The code bellow is working when i put it all in 1 document: Main.cs ------------- using System; namespace test3 { class zzz { public static void main() { vijay.yyy.abc(); } { } namespace vijay { class yyy { public static void abc() { System.Console.Writeline("abc"); } }...more >>

Shared files question
Posted by Stein Karlsen at 11/25/2005 6:57:01 AM
Hi We are porting a vb6 applicaton to .Net 2005. The old vb6 application files was placed on a network share and the clients only had a shortcut to a exe file on that share. The new version that is gonna use both remoting and webservices. Today I got a question about using file share to ...more >>



Task component for Winforms
Posted by Mark at 11/25/2005 4:09:44 AM
Hello, I am looking to buy a Winforms component to assist in task scheduling for an application I am developing. The tasks are time (00:00->23:59), day (Monday->Sunday) and week (1->52+) specific. A task occurs at one time, on 1 or more days for any number of weeks. What I need to do is ...more >>

Initialize local vars to a known value...
Posted by Ray Cassick (Home) at 11/25/2005 1:58:31 AM
FxCop seems to hate this: Public Class Foo Dim mPrivate count As Integer = 0 .. .. .. End Class Why? It says that the code is inefficient and not needed because the runtime will do it for me. Well heck, I want to be SURE it will be done, not rely on some runtime to do it....more >>

urgent: unknown problem
Posted by zhuang at 11/25/2005 12:26:18 AM
Hi, I am creating a ASP.NET web application. On one page, if user click a link button, then another aspx page will be shown as modelwindow, on that modal window, it shows some key information about the sale, user could change the value, and then click confirm link button on that page, the ...more >>

ASP.NET: question about username/password for browsers different from IE
Posted by Ma³y Piotruœ at 11/25/2005 12:00:00 AM
Hello, (sorry for my English, it's not my native language...) I am learning .NET and I need your help. Could you help me please? I have created an ASP.NET application (say localhost/app), and tested it on Internet Explorer. Then I tried to test in on Navigator, Mozilla and Opera, but I got a me...more >>


DevelopmentNow Blog