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 > november 2003 > threads for friday november 7

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

ASP Web Calendar Problem
Posted by Dave at 11/7/2003 8:55:17 PM
Hi, this is a repost of a problem I am new to .Net and for my first application I have a form with a couple of databound dropdown lists, these work fine, i also have a button which pops up a calendar and allows the user to select a date, which fills in a textbox, all this works fine as individ...more >>

NT Service and redirection of stdOut/stdError
Posted by José Joye at 11/7/2003 6:00:53 PM
I have made a NT Service in c# and I need to use some features provided in a legacy C library (it can be interfaced with callbacks and normal calls). So far, no problem, I used p/Invoke and all is fine. However, this library writes to stdOut/stdError. :-(( Is there a way at service startup (or l...more >>

=?ISO-8859-1?Q?Test_applications_written_on_.NET_Fr?= =?ISO-8859-1?Q?amework._Download_.Test_=96_Free_trial?=
Posted by rmoore NO[at]SPAM parasoft.com at 11/7/2003 4:49:35 PM
Parasoft Corporation, the leading provider of Automated Error Prevention software solutions, is offering a free trial version of ..Test a unit-testing tool that automatically tests classes written on Microsoft's® .NET Framework without requiring developers to write a single test scenario or stub...more >>

error: "illegal key size..." thrown when encrypt with RSA
Posted by qe_Cui at 11/7/2003 3:27:56 PM
Hello everyone: I am using vb.net 2003, sqlserver2000 database, and windows 2000 professional OS. In the program, I encrypt the login user's userid and passed with RSACryptoServiceProvider. It is work fine in my compute, but when i set up it on the client computer(which have assembled ...more >>

Anyone ever try this in vb.net?
Posted by tracey_sr2000 NO[at]SPAM yahoo.com at 11/7/2003 2:26:23 PM
OK, spent 5 days searching for info on this one. Seems like it would be pretty common. Here's the deal: I have a vb.net windows app that connects to an access database. I'm using an oleDbDataAdapter, Query Builder, oleDbDataSet, oleDbDataConnection, and a datagrid. The database has 1 table. On...more >>

Compression or containing Multiple files
Posted by discussion NO[at]SPAM discussion.microsoft.com at 11/7/2003 2:16:26 PM
Hi, Does .NET have classes or in the near future have classes to allow me to compress N files into one or somehow contain N files in one (even without compression)? If .NET hasnt or wont, does the platform at all have any I can PInvoke? Fanks ...more >>

Namespaces across multiple Projects
Posted by dkode NO[at]SPAM cfl.rr.com at 11/7/2003 1:58:42 PM
I have 2 projects in a solution: Web EmployeeManagement The namespace for Web is : CompanyName.Hybrid.Web The namespace for EmployeeManagement is just : CompanyName.Hybrid EmployeeManagement is a class library. When I am setting up the namespaces, is there any benefit in making the na...more >>

DataReader - Newbie
Posted by Brian at 11/7/2003 1:57:16 PM
I have a public function that I want to pass in a StoredProc name and any parmaters that the proc might need... Here is my function... Public Function FillDataReader(ByVal currentStoredProc As String) As SqlDataReader ' Create Instance of Connection and Command Object ...more >>



Migration from VS 6 to .Net
Posted by lz at 11/7/2003 12:32:38 PM
I have a dll developed under VC/VS6. Will VS .NET be able to open the same project and compile it? Any information is greatly appreciated. ...more >>

Calling .net object from 16-bit application
Posted by rcb at 11/7/2003 12:21:13 PM
Hello, I have a 16-bit application which has to make COM calls to a .NET object. Previoulsy, when i was using VB6.0, the 16-bit application would successfully make COM calls to an ActiveX EXE. The only equivalent of an out-of-process ActiveX EXE in .NET is class library dll. I have created a .NET...more >>

Download .cub file w/client side script on Web Server 2003
Posted by Craig Conly at 11/7/2003 12:02:16 PM
I was able on an XP machine to use an HTML button with the following client-side javascript: onclick="window.navigate('/xxxxxx.cub')" that would allow the client to either save the file or open it (with Excel). When I deployed the application to a Windows Server 2003 Web Edition web server a...more >>

3 tier tutorial
Posted by rua17 at 11/7/2003 11:54:36 AM
Anyone can recommend me a good book on how to build 3 tier applications in ..Net? thanks ...more >>

Removing item from NameValueCollection
Posted by Walter Zydhek at 11/7/2003 11:41:15 AM
I am having a problem using the NameValueCollection type. If I remove one of the items while iterating through an collection of this type, I end up with an exception. This exception is: Collection was modified after the enumerator was instantiated. This happens when it attempts to cont...more >>

How to save as MHTML?
Posted by ZhangZQ at 11/7/2003 11:01:27 AM
There is a very great function in IE Browser that save the entire webpage includeing all elements to a single mht file, and this file can be browsed again even it is offline. I want to know how to do this in the code? Thank you very much! ...more >>

Recommend Material for Message Queueing
Posted by Stephen Barrett at 11/7/2003 10:13:51 AM
Does anyone know of any good sites or books to read up on using Windows Message Queue with .Net? I am starting to convert a long standing PowerBuilder server application to .Net. The current application receives messages from client machines via TCP/IP to submit calculations to a c++ calculati...more >>

Memory 'leak'?! how to track down?
Posted by Adam Hearn at 11/7/2003 9:52:05 AM
Application setup is a 'standard' fat client communicating using .NET Remoting (custom channel) to a Windows service. Most of the application is C# but on the server there is a little bit of managed C++ to wrap up a C DLL from a 3rd party. Basic steps (very summarised!) to highlight my problem...more >>

Newbie - Pushing Info to Web Clients
Posted by Mike Hildner at 11/7/2003 9:39:30 AM
I have an app that uses TCP to send and receive messages between clients and a server. This is convenient because it is not always a request/response scenerio. For example, a message might need to be broadcasted to all clients. For scalability and mobile reasons, I'm thinking of changing from ...more >>

Microsoft License
Posted by Jim at 11/7/2003 7:31:50 AM
I have just purchased Visual Basic .Net which includes the Visual Studio and MSDN CDs. I need to install everything on my company's notebook computer in order to develop VB.Net Apps. Since this is my personal license can I install VB Standard on Company's computer and later uninstall then rei...more >>

Inheritance/BaseClass
Posted by dkode NO[at]SPAM cfl.rr.com at 11/7/2003 7:00:29 AM
Ok, here is another question I have that is sort of unrelated to my last posting about composition. I have three Collection classes: EmployeeCollection HourCollection InfractionCollection all three of these classes inherit from ArrayList and will have Add/Item/Remove methods. I noti...more >>

POOM with .NET CF
Posted by (ashwanis NO[at]SPAM pune.tcs.co.in) at 11/7/2003 5:36:36 AM
Hi All, I wanted to access contacts and calendar details saved on my Pocket PC thru my program. I am using VB.NET for development of smart device applications (Compact Framework). I knew that we can do it in eVB using POOM, but i am not able to check it in .NET CF. Any help will be gr8. Pl...more >>

Syatem availability
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 11/7/2003 3:49:32 AM
Can anyone suggest the most efficient way of checking whether another machine is currnetly contactable on the network using VB.Net Thanks...more >>

ASP.Net - Help
Posted by Abhishek at 11/7/2003 3:34:46 AM
I am having problem in using ASP.Net server side controls. The user has to fill a form with has few server side controls. The page is bit long and the user has to scroll down and access few controls. If the user scrolls down and access a server side control, the page gets refreshed and doe...more >>

Assembly attribute ???
Posted by serge calderara at 11/7/2003 2:45:59 AM
Dear all, In my assembly info file I have such kind of default information : <Assembly: AssemblyTitle("")> <Assembly: AssemblyDescription("")> <Assembly: AssemblyCompany("")> Can I add any other type of information I want like as follow : <Assembly: AssemblyKeyCode("3215462452158"...more >>


DevelopmentNow Blog