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 2004 > threads for monday january 5

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

OSS Benchmark -- Windos Users Fail to Step Up to the Plate
Posted by SARS at 1/5/2004 10:57:22 PM
Here's all the OSS Benchmarks run so far -- so far no Windos challengers... http://home.earthlink.net/~jabailo/OSS%20Benchmark.pdf The source is here: http://home.earthlink.net/~jabailo/limit-cpu.c ...more >>


off topic: graduate degree or certification?
Posted by VM at 1/5/2004 10:48:28 PM
I was looking for an MS NG where I could post this question but couldn't find any, so here goes. What's more valuable to companies, a Master of Comp. Engineering degree or a company certification (Oracle, MS, etc..) ? I'm a Computer Engineering graduate student (w/ a BS in Computer Science) an...more >>

Temporary file Management
Posted by Codemonkey at 1/5/2004 7:40:43 PM
Hi, I have a few questions about best practices when it comes to the management of temporary files. Any thoughts anyone can give would be much appreciated. Basically, I'm writing a document storage app - a Windows service acts as the file sotrage server and remote windows forms clients send ...more >>

Is this multi-thread? Yes, then why lock doesn't work? No? then how C# handle threads?
Posted by Jinlin at 1/5/2004 5:46:35 PM
I found a interesting problem in C# and couldn't explain it. The code to reproduce it is very simple: 1. Create a windows application in C#. 2. Listen to the activated event on the default form --- Form1.cs 3. Create a method DoUpdate() which will popup two dialog boxes "Dialog box one" and "...more >>

database options
Posted by Nobody Is Home at 1/5/2004 5:27:44 PM
I come here because of the number of .net developers. I am seeking a cost effective database, not to say that Microsoft SQL isn't cost effective. It is just too expensive for the application I am going to be developing. In the C/C++ days, there where embedded databases folks could use. Are t...more >>

simple ado question
Posted by kirk g at 1/5/2004 5:15:57 PM
When I run the following code: OleDbConnection conn = new OleDbConnection( @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\moneymakin.mdb"); String stmt = "INSERT INTO Person (FirstName, LastName, Email, LoginID, Password) VALUES (" + "'" + ...more >>

Response Redirect Thread Abort Msg
Posted by larry at 1/5/2004 4:26:09 PM
I'm getting a thread abort error on a response.redirect. Is this normal? If i use the bool response method and use true would this take care of it? using framework 1.1 thanks...more >>

Problem with registering Vb Dll
Posted by Catherine Jones at 1/5/2004 4:15:58 PM
I need to register a Vb DLL under restricted acess privilages please provide me a solution Regards and thanks ...more >>



Class Definition Question
Posted by Z GIRL at 1/5/2004 2:49:58 PM
Hi I was to create a generic shared class to check for existance of a user login id. I'm just not sure how to do this correctly. This is what I have Public Class User_Utility Shared Function CheckSession() As boolean if Session.Item("nCustID") is nothing then ...more >>

system tray
Posted by Sherry at 1/5/2004 2:32:06 PM
Is there a way to monitor system tray to wait for a specific icon (notifyIcon) or a specific balloon tip. I need write a program to wait for the balloon tip or the notifyIcon to show up, then double click the icon or the balloon tip. Thanks, Sherry...more >>

Request for the permission of type xxxx failed.
Posted by Marius Horak at 1/5/2004 1:55:13 PM
I have a window application written in c#. It connects to a remote SQL Server but it fails to execute any store procedure. The error is: "Request for the permission of type System.Data.SqlClient.SqlClientPermission, System.Data, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c56193...more >>

getting around popup blocker
Posted by TomASPNET at 1/5/2004 12:39:06 PM
Hi, I am using Button web server control which responds to a onclick event .In the onclick event handler i am using the serverside javascript for opening anew window.Heres the Snippet of the code. If someone has Popupblocker on their machine the new window doesnt showup -------------...more >>

Sending e-mail using Exchange profile - reading from inbox
Posted by Kory Pukash at 1/5/2004 12:26:20 PM
Our application is built in asp.net and we are looking for a way to send an e-mail notification (via exchange). We have gotten the System.Web.Mail to send an e-mail, but we need the e-mail written to the "Sent messsages" folder. This allows us to monitor the inbox of our "Application Accou...more >>

Looking for reference books for writing MFC codes on .Net
Posted by Brilliance Qian at 1/5/2004 10:47:54 AM
I was used to write codes based on MFC on VC++ 6.0. Now the development platform in our company is immigranted to Microsoft Visual C++ .Net. Can anyone recommend some reference books on Visual C++ .Net? Thanks in advance. ...more >>

@@IDENTIFIER and Insert
Posted by Gansoinat at 1/5/2004 10:17:53 AM
Hi, During an insert command, i'm using @@IDENTIFIER to obtain the key (auto increment colonne). 4 users insert record in the same time. result : user1 : Key=1 user2 : Key=2 user3 : Key=2 user4 : Key=3 I've problem because the insert command is good but i've only 3 new records .... ...more >>

Reflection, InvokeMember, and out parameters
Posted by Robert May at 1/5/2004 10:15:14 AM
We have a VB6 COM component that I don't have control over. All of the values are returned from method calls using byref parameters. They frequently break binary compatibility, in fact, there are three different versions of the component, one for dev, one for test, and one for production, all ...more >>

Taskbar Icon for Windows Service?
Posted by Rob Y at 1/5/2004 9:40:57 AM
I have a Windows Service created in VB.NET and I'm trying to implement a taskbar icon. I tried using NotifyIcon, but I can only get this to work on a Windows Form. In the Windows Service it doesn't appear. Is there a way to do this? Thanks, Rob ...more >>

20 minutes of Rod Serling
Posted by rawrite at 1/5/2004 9:03:27 AM
I am just finishing watching a documentary about Rod Serling. It was cool, but after 20 minutes it got boring and all I wanted to do is subscribe to Net Flix and rent the Twilight Zone episodes. Some times the work is more interesting than the life....more >>

Getting a HKEY/HANDLE from RegistryKey?
Posted by johnnytrigger NO[at]SPAM optonline.net at 1/5/2004 7:03:08 AM
I would like to get the HKEY(a handle to the registry key) from the RegistryKey class in C#, but it does not seem to be exposed. is it possible?...more >>

Populating Dataset from xml file
Posted by Neel at 1/5/2004 2:36:42 AM
I have an XML file which has elements with nodes. I can load this XML file into a .NET xml document and then populate a dataset with it. Since this xml file has nesting (only 1 level, like master- detail relationship) so can I populate 1 datatable with the parent elements and another datat...more >>

Creating embedded classes .NET components
Posted by Edward Diener at 1/5/2004 1:55:30 AM
I am creating a component and I want one of my properties to be an embedded class with its own properties. When the component designer shows this property I want it to be able to expand this property in-line to enable the end-user to set its values. While my component is derived from System::Com...more >>

Using .NET developed window controls in Builder 6
Posted by ronnow NO[at]SPAM stofanet.dk at 1/5/2004 1:52:38 AM
Is it possible to create a window control using .NET (vb/c#) and use it in a borland c++builder 6 application? I've tried with some experiments and searched for information without any luck. Either it's impossible to create an "old-style" activeX user control with .NET for use in (e.g.) Bor...more >>

Calculated column field
Posted by Hari at 1/5/2004 12:14:57 AM
I have got a calculated column but i want to insert this column in the third column of the datagrid. How can i do that in C# C#? Thank you...more >>


DevelopmentNow Blog