| Thread | Last Post | Replies |
|
| High Level View of a .Net Application | 25 Jan 2005 16:25 GMT | 4 |
This is a wildly broad question, so apologies in advance. I developed a very traditional app architecture in Visual Studio 5-6. The basic structure looked like this: GUI >> MTS >> Database
|
| Windows Service idiot | 25 Jan 2005 15:22 GMT | 2 |
I have two classes (thus, two services) in one Windows Service executable. Each properly inherits from System.Process.ServiceBase, and I have a ServiceInstaller for each service, and one ServiceProcessInstaller for the entire executable, per the
|
| Components and clases | 25 Jan 2005 15:10 GMT | 3 |
I'm an experienced VB guy, and have been using VB.Net for a while. I've just done a few of the walkthroughs and created a Component. Seems to me a component is very similar to a class. Can someone tell me what the differences are, and when would I choose one
|
| Shadow of a closed form | 25 Jan 2005 15:05 GMT | 2 |
My application is using VS2003 , VB.Net with Sql server 2000. The application has an MDI environment with several MDI child forms in the main MDI form. At times , just at times due to dont know why, when i close one of the child forms it close down but leaves a shadow of itself ...
|
| .NET commicate to FireWire (IEEE1394)? | 25 Jan 2005 15:05 GMT | 5 |
Is it possible for .NET to communicate with devices on FireWire (IEEE1394)? If so, how? Thanks. Tom
|
| Active Directory Authetication | 25 Jan 2005 14:56 GMT | 1 |
Anyone can share with me how to conduct an Active Directory Authetication in Dot Net Application? Thanks. *-----------------------*
|
| .NET Framework 2.0 on VS.NET 2003 | 25 Jan 2005 13:25 GMT | 2 |
Hi all, how can i use my prefered .NET Framework version with the VS.NET? I want to use the .NET Framework 2.0 Beta with VS.NET 2003. Is it possible?? Thank you in andvance. Hovo.
|
| Get currently used Network Bandwidth with VisualBasic.NET or VJ# | 25 Jan 2005 12:53 GMT | 2 |
I would like to read the currently used bandwidth using VB.NET or VJ#. I tried using the PerformanceCounter but this one only displays the available bandwidth and not the used bandwidth. Can anybody point me to the solution for this problem?
|
| .Net DDK | 25 Jan 2005 10:30 GMT | 3 |
I am trying to figure out whats going on with the DDK ... Are all the DDKs for diffrent platforms consolidated in one DDK ? Serch for "DDK .net" on the site didnt retun anything., pointing to the URL when I can download the DDK for .Net.
|
| PagedDataSource with Typed Dataset | 25 Jan 2005 08:41 GMT | 1 |
There are plenty of examples on the internet of using the PagedDataSource in conjunction with a dataset to implement paging within the Repeater control. Does anyone know if this is possible with a Typed Dataset ?
|
| Populate 2nd Dropdown without page repost ? | 25 Jan 2005 08:39 GMT | 1 |
Scenario A Webage has two dropdown lists, one for Suppliers and one for Products. When a user selects a supplier, it then populates the Products
|
| jScript call from the code-behind (aspx.cs) | 25 Jan 2005 08:36 GMT | 2 |
Does someone know if it is possible do call a jScript-function from the code-behind (aspx.cs)? For exemple // in the aspx.cs
|
| How do I get estimate build time? | 25 Jan 2005 08:32 GMT | 9 |
Hi, all I wonder is that any way to estimate the build time from VS.net(C++ project). We have a lot of projects(40) under one single solution. We use the command line (devenv.exe Solution\mysol.sln /build /Release) to build
|
| Collecting database data ? | 25 Jan 2005 08:01 GMT | 2 |
I am building an application which is collecting data from a database and display them in a windows form. My idea is to collect those data in a form that, they can be read by my windows application as well as a web browser.
|
| how do you specify the .NET runtime version for controls embedded in web browsers? | 25 Jan 2005 07:47 GMT | 3 |
How do you specfiy the version of the .net runtime libraries loaded for a .net controls hosted in Internet Explorer 6? I have a control that's designed to work with .NET 1.1, but after installing the VS.NET 2005 beta the web browser embedded control is now running in the .NET 2.0 ...
|