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
all groups > dotnet general > january 2006 > threads for saturday january 28

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

Asynchronously reading off a TcpSocket the best way
Posted by Dave A at 1/28/2006 9:52:54 PM
I have an application that does lots of socket communications all = asynchronously via the TcpClient class. The code has been working 99.9999% of the time (yeah one of those bugs) = but occasionally the receiving thread would get 'stuck'. =20 The pattern that I have used from the reading is...more >>


Problem in accesing mdi form
Posted by Pk at 1/28/2006 9:22:43 PM
Hi, Im having a problem in forms. I have a mdi parent form named Main, and a child form named form1. >From Main form, i have a certain menu item that when clicked, it opens form1. But the problem is that when I close form1 and I open it again by accessing the menu, nothing happens. When ...more >>

pattern for displaying tabular data
Posted by t at 1/28/2006 8:19:38 PM
Hi, I have the following problem. The web-based software I am to create is going to display tabular data. Lots of data so I need some pagging mechanism. I thought about creating three classes: GridView (displayng tabular data), PaggingControl (displaying [Previous] and [Next] buttons) and Data...more >>

Database folder
Posted by John at 1/28/2006 3:31:34 PM
Hi, What is best folder to put database (location of database)? This is because when administrator restricts user rights to read (read and execute), and doesn't give permissions to write in C: disk (only to My documents is write allowed)? What to do in this case, shall I store database to ...more >>

DotNet 2.0 Possible Bug
Posted by deanKeith at 1/28/2006 3:12:34 PM
Running .NET 2.0 on a 64 bit machine. The OLEDB provider for Microsoft Jet 4.0 generates the following error when the open method is invoked. "The 'Microsoft.Jet.4.0' provider is not registered on the local machine." Manually using regsvr32 on the JET files in the sysWOW64 directory app...more >>

Printing from web form without print dialog.
Posted by John Peterson at 1/28/2006 11:25:08 AM
Hello all! I'm at my wits end trying to search for what I assumed to be a relatively straightforward task. I have a Web application written in C#, and I have a button on the form that I want to print the current contents of the browser without bringing up the print dialog. At first I th...more >>

Need to pre-fill in a form (including text fields) from database
Posted by michelle at 1/28/2006 6:33:26 AM
Hi -- I'm creating a form in ASP.NET 2.0 (and I'm brand new to .NET). And if the person is new, then I want a blank form to appear and the person will fill all that info in. This works! What I'm having trouble with is if the person is an existing member of the site and wants to change...more >>

MDI Panel
Posted by guy at 1/28/2006 6:17:27 AM
In an application i am writing i could do with having separate MDI containers, this would allow me split application forms into distinct screen areas. My initial idea is to create a new Panel control to act as an MDI container. Has anyone done anything like this before or can anyone give m...more >>



Const declaration
Posted by Lynn at 1/28/2006 12:00:00 AM
Hi, how can i delcare Const HKEY_LOCAL_MACHINE = &H80000002 in vbscript to VB.net ? thanks ...more >>


DevelopmentNow Blog