Comprehensive, categorized, searchable collection of links to ASP & ASP.NET resources...
ASP.NET Directory

Applications
Assembly & Controls
Books & Media
Community
Other ASP.NET Sites
Reference Material
Software & Server
Tutorials & Code
Web Site Hosts

Powerful high Performance ASP.NET & SQL Server Forum Software
ASP Directory

Applications
ASP.NET Directory
Books & Media
Community
Components
Other ASP Sites
Reference Material
Software & Server
Tutorials & Code
Web Site Hosts

Newsgroups

Participate in over
100 ASP & ASP.NET related newsgroups right here @ Fuzzy Software...

.NET Framework
- .net.faqs
- .net.framework
- .net.general
- .net.setup
- .net.scripting
- .net.xml

Web Services
- aspnet.webservices
- msdn.soaptoolkit
- msdn.webservices

SQL Server
- sqlserver.setup
- sqlserver.prog...
- sqlserver.tools

Classic ASP
- asp.db
- asp.general
- asp.components

Scripting
- scripting.jscript
- scripting.remote
- scripting.vbscript
- scripting.wsh

All newsgroups...

ASP Built-in
Objects Reference


Application Object
ObjectContext Object
Request Object
Response Object
Server Object
Session Object

Personalise Fuzzy
Make Homepage
Link To Fuzzy
Bookmark This Page

Add our directory to your site in less than
2 minutes...



Dundas Charts - Click for download








Whats New!


Post New Message

Problem solved [0 replies]
microsoft.public.dotnet.framework.windowsforms, Sunday, January 29, 2006
I finally found the cause of the problem for anyone who might be interested. I removed an out of date dll stored in bin\temp directory. THis dll was not referenced by the project, so I hav...

Mdi Form [0 replies]
microsoft.public.dotnet.framework.windowsforms, Sunday, January 29, 2006
How can we Run one Mdi Form Witihn Another ... ?

Generic windows error message [1 reply]
microsoft.public.dotnet.framework.windowsforms, Sunday, January 29, 2006
I've built a windows app on .NET 2.0. I have a few users that run it without issue. One user reports that it immediately pops up the standard windows window that reports: <program> has e...

Security Model [1 reply]
microsoft.public.dotnet.framework.windowsforms, Saturday, January 28, 2006
I am designing a new Windows Forms client application (with SQL Server db on the back end) for which users will authenticate via NT authentication (network), or SQL Server authentication. U...

Prevent scroll into view on getting focus [0 replies]
microsoft.public.dotnet.framework.windowsforms, Saturday, January 28, 2006
Hi all. I have a scrollable panel and a bunch of controls on it. When one of the controls gets input focus the panel automatically scrolls so that the control becomes visible in all it entire...

Can a windows service msg via smtp? [0 replies]
microsoft.public.dotnet.framework.windowsforms, Saturday, January 28, 2006
Is it fairly straightforward to write a window service in either .net 2003 or 2005 that periodically interrogates a local data store (Access mdb) and based on records from that, sends email...

code clean up [2 replies]
microsoft.public.dotnet.framework.windowsforms, Saturday, January 28, 2006
Hi, I have added some buttons and boxes on the VB.net form. After deleting these buttons and boxes from the form, I find that the code is still there. Does VB.net have a feature to clean u...

'DisplayMember' is not a member of 'System.Windows.Forms.Lis... [1 reply]
microsoft.public.dotnet.framework.windowsforms, Saturday, January 28, 2006
Hi, I am trying to display the processes running on my system to a listbox. but i got 'DisplayMember' is not a member of 'System.Windows.Forms.ListView'. during debug. any clues? below is t...

ToolStripStatusLabel blinking tooltips [1 reply]
microsoft.public.dotnet.framework.windowsforms, Friday, January 27, 2006
Does anybody know how to get the blinking to stop. When I hover over the ToolStripStatusLabel sometimes it blinks and sometimes it doesn't. So the tooltips seem to behave inconsistently. Th...

Alternative .NET smart client bootstrapper - LagLoader.NET [0 replies]
microsoft.public.dotnet.framework.windowsforms, Friday, January 27, 2006
Hi there. In last January, My previous employer got a proof-of-concept project requiring hand drawing on the web; the customer is a fashion design house. I created a .NET Windows Forms con...

ng, Closing, Launching Forms [0 replies]
microsoft.public.dotnet.framework.windowsforms, Friday, January 27, 2006
I'm an experienced ASP.NET C# developer who's just beginning to develop applications in Windows Forms and I would appreciate some references to online material on the above topics. The info...

Project Data Source Using Derived Interface [0 replies]
microsoft.public.dotnet.framework.windowsforms, Friday, January 27, 2006
I've created a project data source based on an interface that in turn derives from another interface. When in Visual Studio Data Sources view I examine the properties exposed by the data so...

multiple forms/common menu structure [2 replies]
microsoft.public.dotnet.framework.windowsforms, Friday, January 27, 2006
I have project where I need multiple forms using a common menu structure (like a web solution but with WinForms). Is there a best way to do it? I'm currently trying inherited forms, but I...

DoubleClick Event Won't Fire [3 replies]
microsoft.public.dotnet.framework.windowsforms, Friday, January 27, 2006
I have a form with labels that can be dragged and dropped onto different regions of the form either individually or in groups. I signify labels which have been selected by toggling the Borde...

Odd behavior with .NET 2.0 winforms [1 reply]
microsoft.public.dotnet.framework.windowsforms, Friday, January 27, 2006
Maybe this is normal, but as I type in the code file, the designer tab shows the little asterisk indicating the file has changed in the designer as well. Normally this wouldn't bother me, ...

Recommendations for graphical application [4 replies]
microsoft.public.dotnet.framework.windowsforms, Friday, January 27, 2006
Hi, I am at the early stages of defining the technology requirements for a graphical, 2D Windows Forms application with display features along the lines of MS Visio. It has a requirement...

Blink datagrid cell when updated [0 replies]
microsoft.public.dotnet.framework.windowsforms, Friday, January 27, 2006
I want to create a datagrid where the cell that is updated blink for 1 second. The datagrid is bound to a datatable. I have tried deriving from the DataGridTextBoxColumn class and overload ...

Databinding between two forms in .NET 2.0 [0 replies]
microsoft.public.dotnet.framework.windowsforms, Friday, January 27, 2006
Hi, I would like to data bind two different forms with each other. I would like to have employees on the first form and orders on the second. When the selected employee changes, the orde...

Recommendations for graphical application [4 replies]
microsoft.public.dotnet.framework.windowsforms, Friday, January 27, 2006
Hi, I am at the early stages of defining the technology requirements for a graphical, 2D Windows Forms application with display features along the lines of MS Visio. It has a requirement...

Outlook Frame [1 reply]
microsoft.public.dotnet.framework.windowsforms, Friday, January 27, 2006
Hi There, Hope everyone is well? Im after a sample Application where the front screen looks like the Outlook 2002 or 2003 screen, ie with the Frames etc.I would like this to be free if P...

WebBrowser control and postdata [0 replies]
microsoft.public.dotnet.framework.windowsforms, Friday, January 27, 2006
Hi, I'm having some trouble using the new WebBrowser control in .NET 2.0. (System.Windows.Forms.WebBrowser) I'm trying to use the Navigate method to post form data (in my case, a login ...

How to get the List Component Servcies installed in a machin... [0 replies]
microsoft.public.dotnet.framework.windowsforms, Friday, January 27, 2006
Hi I want to list the available "Component Services " (COM+) in a machine . i am trying to get the list of Componenet services in a machine using windows forms in dotnet , how can i retr...

Excel => .NET...Grid, Chart [2 replies]
microsoft.public.dotnet.framework.windowsforms, Thursday, January 26, 2006
Hi We have a lot of applications created in Excel, but now we want to move from Excel to the .NET platform. The application will use grids and charts. What I know the .NET controls are g...

Combo box selected index [1 reply]
microsoft.public.dotnet.framework.windowsforms, Thursday, January 26, 2006
I have set a datasource to a combo box. COmbo box style is drop down list. I am trying to set it's selcted index to 0 at run time bit it is throwing following error : An unhandled except...

building a web site [0 replies]
microsoft.public.dotnet.framework.windowsforms, fri,
I just got back working on my website. Its taken a long time to finish but I am getting there. I got great web hosting at http://www.domainnamefree.net where I got a free .com name and a ...

datetimepicker question [1 reply]
microsoft.public.dotnet.framework.windowsforms, Thursday, January 26, 2006
How to get the month or day of datetimepicker e.g if day 1 it show 1, i want it to be 01 Moveover, can i change the datetimepicker into three combo box, one is day, month, and year?






$10/mo & 3 Months FREE!


Receive all the latest quality ASP
& ASP.NET content direct to your inbox. Sign-up to our newsletter.






DevDirect.com - Tools and Components for Software Developers

Dotnetjohn.com

ComponentGroup.NET

ASPWarp



More partners...

The ASP.NET Validator
  10140 ASP & ASP.NET resources in over 483 categories and growing daily...
Fuzzy Software - asp / asp.net resources, tutorials, code, scripts, applications, components, newsgroups, hosts and much more... Sitemap 0 1 4