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 > may 2006 > threads for thursday may 18

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

Web development books
Posted by mamun at 5/18/2006 11:12:52 PM
Could anyone please suggest a good book which has step by step examples of web development in asp.net 2.0 using C# and vb.net? I do appreicate your suggestions. Thanks a lot in advance. best regards, mamun ...more >>


Allowing only number in column
Posted by CMC at 5/18/2006 10:40:19 PM
Hi, How can I allow only numbes in a specific column in a DatagridView? (It's a currency column) Thanks in advance CC ...more >>

Hide a class
Posted by Johnny Emde Jensen at 5/18/2006 7:33:47 PM
Hello I have made a class/class environment It looks like this Environment User Computer Network Software The User, Computer, Network and Software are also classes. When I instansiate Environment (dim objEnv as Enviornment = New Environment) the objEnv automatica...more >>

Path Issue
Posted by michael at 5/18/2006 7:18:01 PM

Exception in a Thread other than Main thread
Posted by Mahesh Devjibhai Dhola at 5/18/2006 7:17:17 PM
Hi, I have one program, where i am using IO and Socket Asynchronous methods "BeginXXX" and "EndXXX". Many time, it happens that in Async delegate method, some exception occurs and if i dont handle it, it shows standard Unhandled exception box even I have handled the exception using try/catch ...more >>

Dynamic type conversion
Posted by mark.olszowka NO[at]SPAM gmail.com at 5/18/2006 3:48:07 PM
I am writing a generic property table as part of my application property_name property_type property_value All information is stored in the database as strings. In my application that maintains this data, I want to ensure that the user cannot type in a value that cannot be converted to t...more >>

Creating a new session using window.open and server-side code
Posted by John Scott at 5/18/2006 3:14:01 PM
Ok..this a rather odd question/problem. I haven't really found a straight forward answer to how to handle this scenario, so I hope someone here can help. Here it is: I have an application that allows users to log in. Each user can have multiple roles within the application. Each role...more >>

Scheduling within a windows service
Posted by Simon Harvey at 5/18/2006 1:43:05 PM
Hi all, Can anyone point me in the direction of how to have a .net developed service wake up every sof often to perform a task. I need to make a service that will wake up every 15 mins to check a database. Is there some sort of event/notification API in .net that I can use? I'm guess...more >>



regex high cpu utilization
Posted by rh at 5/18/2006 1:32:24 PM
hi all, take the following 2 c# lines: 1) str = Regex.Replace(str, ".*AAA", ""); 2) str = Regex.Replace(str, "^.*AAA", ""); notice that the only difference is that the pattern in line 2 has a starter marker (^). if str is large and does not contain the pattern, line 1 takes much much longer...more >>

Email classes for .Net
Posted by Romper Stomper at 5/18/2006 12:23:49 PM
Howdy: I have been workwing with CDOSYS and SMPTMail for some time. I constantly run into a wall with the way CDOSYS restricts your access to headers such as 'X-Sender'. Are there any goo open source and 3rd party mail packages that allow full access to mail headers. We currently run an SM...more >>

Are two Quad core CPUs + 8GB RAM + 15K SCSI drives enough to run VS 2005?
Posted by Rob R. Ainscough at 5/18/2006 11:10:15 AM
Seriously, could VS 2005 be any slower? I've got 4GB RAM, dual core AMD CPU FX60, two 10K rpm SATA drives, and 7800GTX video card and VS 2005 is still horribly SLOW!! It is the most frustrating interface I've ever had to wait for (even with dynamic help turned off). Premiere 2.0 Pro, Ul...more >>

Best XSL-FO / FOP implementation for C#/.NET?
Posted by DarrylR at 5/18/2006 9:26:37 AM
I have some FOP-compliant XML that I need to transform to RTF. I understand that Apache's FOP is the definitive standard for doing this from Java. I've come across several FOP ports for .NET in my research, and was wondering whether there's any product or port that others have had success with. ...more >>

Garbage Collection issue
Posted by eric at 5/18/2006 8:20:02 AM
I lose reference to an object when inside a 2 line For loop. I am transfering data from one buffer to another buffer. It works fine the first 6 times the For loop is executed and completed. I am transfering data from an unsigned char*__gc [2060]type to a global unsigned char* [2060] type. ...more >>

Programmatically determine who was installed first - IIS or .NET
Posted by PetersonMike at 5/18/2006 7:41:01 AM
One gets countless hits when searching for discussions on the need to install IIS before .NET so that ISAPI references are setup properly. It's also documented that one can run apsnet_regiis.exe to correct the situation where ..NET is installed before IIS (as in a brand new installation of Wi...more >>

VB.Net2005 Form Designing
Posted by UniSoft at 5/18/2006 6:11:03 AM
Hello, I have created one form in vb.net 2005 and i need its printout on A4 size paper, but its leave some space on top and bottom, i have also tried to increased the size of that perticular form but it allows me max 760 pixel only. So can you please give me the solution for How can i incre...more >>

Reporting Advice
Posted by Stedak at 5/18/2006 6:09:02 AM
We are in the process of revamping our reporting processes in our .Net 1.1 medical application. Our reporting needs are small - almost alway less than 10 pages usually around 2-3 pages. The data is a mix of databse and live information. The reports need to be exportable in an rtf format o...more >>

How standard control class names are generated in VS2005
Posted by MohanDasGandhi at 5/18/2006 12:21:01 AM
Hi all, How the class name for windows standard controls(Ex:Button) are generated in VS2005? InVS 2005, I have created one button conrol and compiled. I got a class name as given below: "WindowsForms10.BUTTON.app.0.14fd2b5" The last portion of the above class string "app.0.14fd2b5" is...more >>

hardware requirement for .net 2.0 client windows app
Posted by Reny at 5/18/2006 12:00:00 AM
can any one tell me what is the minimum hardware requirement for installing a .net 2.0 client and also for dot net 1.1 client windows application ...more >>


DevelopmentNow Blog