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 > march 2004 > threads for monday march 29

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

Application process running but not showing, VB Studio.NET not answering
Posted by Lars at 3/29/2004 11:21:07 PM
H I'm new to .NET. When I try ti compile a simple program/form in VB Studio.NET I get no error messages My program/form will however not rum properly. The program runs (it's process is shown in taskmanager) but doesn't come up on screen. And the VB Studio.NET will stop working/answer and I will ...more >>


Background Compile Issues
Posted by William Ryan eMVP at 3/29/2004 10:47:04 PM
We currently have a fairly large project (roughly 80,000 lines of code) and on some of our slower development machines, the developers are noticing that hitting the enter key two or three times causes the IDE to hang for about 3 seconds. All in all it's slowing down. I have a really fast mach...more >>

Reading data from text files using oledb provider
Posted by Jomon Mathew at 3/29/2004 9:23:23 PM
hi, i 've been trying to read data from a text file using oledb provider.i was sucessful in reading from one file.But i want to read the data from two files ie. some data from one file and some from other file. The file is .txt files and is fixed length files. i 've written the schema to read f...more >>

View contents of GAC
Posted by Lloyd Sheen at 3/29/2004 6:10:03 PM
Is there a tool to do this? Lloyd Sheen ...more >>

Generate Static HTML pages from .NET
Posted by dukebaby NO[at]SPAM hotmail-dot-com.no-spam.invalid at 3/29/2004 5:40:43 PM
Does anyone know of a product that can generate static HTML pages developed in .NET? I am looking for a simlar product to: http://www.webgecko.com/products/apgen/default.htm Thanks. ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==---- http://www.newsfeed.co...more >>

Automatically copy files to build location
Posted by Greg Bacchus at 3/29/2004 5:10:50 PM
I'm just wondering if there is any way of automatically copying misc project files (such as, say, XML files) to the build output directory when the project is built? Cheers Greg ...more >>

date-time control......time validations
Posted by Anil at 3/29/2004 4:02:29 PM
i am using 2 datetime picker controls for showing fromtime and totime.Now i want to check the fromtime should not be greater than totime validations with AM and PM checking also.how can i perform this in C# windows forms ? Please help. ...more >>

Installer project question
Posted by Bryan Dickerson at 3/29/2004 3:31:46 PM
Why does the .Net installer want to put some of the Framework DLLs in my application directory? How can I stop it from doing so when the Framework is already installed on the machine? TIA! ...more >>



Events in Console aplication.
Posted by PaulT at 3/29/2004 2:57:34 PM
Hi, how can I create and use keypressed (keydown, keyup) events in VB.NET console aplication? I tried to write DLL in C++ using hooks but it does not work (hook procedures do not start) - it may be crazy at all - C++ is very strange for me. :-) Thanks PaulT ...more >>

WaitAll limited to 64?
Posted by sean at 3/29/2004 2:01:10 PM
Is there any way to increase the number of events the function System.Threading.ManualResetEvent.WaitAll can accept? It is currently 64. Thank you....more >>

ADO recordset inside of .Net
Posted by MFRASER at 3/29/2004 1:05:25 PM
Does anyone have an example of how to use an ADOdb recordset inside of .Net? I am trying to interface with a VB application that uses the ADOdb recordset. Here is my code: string DBConnection = ""; DBConnection = "Provider='HOleDB.1';DataSource='DEV5\\ENERPRISE';Henwood App ID =10;Init...more >>

Can't locate source of error: Object reference not set to an instance of an object
Posted by Jim P. at 3/29/2004 12:07:50 PM
I have a TCPClient & TCPListener class that I need to stress test. Using a GUI, I built a class that would connect and send consecutive messages for 10 seconds, and log the the results in a richTextBox. Problem is that it runs for a couple seconds, then I get the following error, ending the pro...more >>

IL editor
Posted by Chris at 3/29/2004 11:02:20 AM
Hi, does anybody know where I can find an IL-editor ? thnx Chris ...more >>

Moving to .NET
Posted by Robert F at 3/29/2004 10:51:05 AM
Hello I develop a desktop windows application using Visual C++. The program is only available by download and the download size is 6MB, so its quick and easy to download and install. In order to take advantage of some of the new .NET features, I'm thinking of now porting the program to .NET. One q...more >>

EPS looks "blobby"
Posted by m_doolio NO[at]SPAM hotmail.com at 3/29/2004 10:43:30 AM
I'm writing and reading EPS pictures in a dataset with the following 2 functions: Public Function SavePhoto(ByVal MyfileName As String) As Boolean Try FotoResult = Nothing If Len(MyfileName) > 0 Then Dim fs As FileStream = New FileStream(Myfile...more >>

Add Hours and Minutes the easy way !
Posted by the.fantom NO[at]SPAM wheelweb.com at 3/29/2004 7:01:11 AM
How do I add to Hours and Minutes in VB.NET i.e "12:35" + "12:30" = 25:05...more >>

Number of Developers
Posted by Mike at 3/29/2004 5:26:06 AM
Does anyone know the current number of C# and VB.Net developers, and anymore statistics for .Net TIA, Mike...more >>

.Net compiler for some language
Posted by Anatoly at 3/29/2004 5:11:10 AM
Hello All, We are going to implement a .Net compiler for some language. Where can we find the necessary information? Sincerely, Anatoly Medyntsev...more >>

How to use a shared assembly stored in GAC?
Posted by Holysmoke at 3/29/2004 3:56:07 AM
I'm having a problem in using the assembly (class lib application) stored in GAC. I can see the assembly added in GAC from winnt\assembly folder but I cannot able to use it. If I type imports in VS.NET, I cannot see my namespace in PopUp. Everytime I have to use that assembly as a private assembly ...more >>

COM+ event firing to Windows service HRESULTs 80131500
Posted by jmaanine NO[at]SPAM paju.oulu.fi at 3/29/2004 1:11:02 AM
Hello, we have a Windows service developed with .NET (using C#). When started, the service creates a COM+ event sink to receive notifications from other applications. This is done by adding a row in the TransientSubscriptions collection of the COMAdmin component. The operating system is Windo...more >>


DevelopmentNow Blog