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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|