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 > october 2003 > threads for sunday october 12

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

Best practice for enumerating string constants
Posted by Shayne H at 10/12/2003 11:40:01 PM
What is the best way to enumerate a grouping of strings? The way I have been doing it is: Public Enum PlatformID Unknown Win16 Win32 Win32NT WinCE End Enum Private Shared sPlatform() As String = { _ "Unknown", _ "Microsoft Windows 16-bit", _ "Microsoft...more >>


C++ vs. C# vs. Assembly Language
Posted by nospam at 10/12/2003 11:08:10 PM
Just wondering, What do you think the difference in performance would be between (1.) Compiled C# (2.) Compiled C++ (3.) and Assembly Language And how would the mix be if some if any of these languages had to hit against a SQL Server database And would the differences be more or less ...more >>

Microsoft.Data.Odbc.dll
Posted by J. Marshall Latham at 10/12/2003 11:07:46 PM
I have a simple page trying to enter three pieces of information into a database using ODBC on a web site that has .NET Framework 1.0, so I have to use this Microsoft.Data.Odbc.dll which has been working just fine on another web server. Well the web server/web site that I am having trouble with ...more >>

HLP: On reading a MS Access MDB file
Posted by Mr. B at 10/12/2003 6:09:41 PM
Is there a 'trick' that one can use to open an MS Access data base file, without knowing in advance the files fields? Or is it strickly a hit-and-miss kinda deal? I want to write a better user interface for some MDB files we have. But no one knows anything about the files structures. So unt...more >>

Lockdown of public pc keyboard
Posted by Joakim Rylander at 10/12/2003 5:47:32 PM
Hi all, Another question regarding public access to a PC. How do I most efficiently and securely expose a keyboard to the public without compromising the PC? I don't mean physically, but how do I lock down the keyboard keys programmatically is an easy way? I only need the keys "1,2,3 and A...more >>

Capture Webcam picture in .NET?
Posted by Joakim Rylander at 10/12/2003 5:46:35 PM
Hi all, I need to create a public booth where people can look at themselves in a webcam and snap a picture which will be seen on a webpage. The backend is easy, it's the webcam part that I have problems with... Could you recommend the best way to capture a Webcam picture from .NET? Do I nee...more >>

ASP.NET Internal Web Application Hosting
Posted by justin_dabs NO[at]SPAM hotmail.com at 10/12/2003 4:46:50 PM
Hi Group, I was wondering if someone could help. I've made a really simple asp.net application site ('hello world') which works fine when I type into my browser http://localhost/HelloWorld/ What I'd like to do, is to resolve a name e.g. http://www.HelloWorld.com to the ASP.NET web applicat...more >>

developing an information server
Posted by Tom Leylan at 10/12/2003 4:41:21 PM
I'd like to find/have a discussion about the various ways an application server could be implemented. So the upsides and downsides can be discussed. In case I'm using the term wrong by "app server" I mean a centralized "business information service" that could be readily accessed by client soft...more >>



Taste that corrective pack
Posted by Zulnara at 10/12/2003 11:59:55 AM
Microsoft Partner this is the latest version of security update, the "October 2003, Cumulative Patch" update which resolves all known security vulnerabilities affecting MS Internet Explorer, MS Outlook and MS Outlook Express as well as three newly discovered vulnerabilities. Install now to m...more >>

Reference for .NET
Posted by Pastia Radu at 10/12/2003 11:54:13 AM
I used to do some work in PHP and it was very easy because I found everything I needed on their web site. If you searched for "file system" in the function list it showed you all yhe available functions for work with the file system. I am having a hard time with VB .NET beacuse I can't seem to f...more >>

I created it setup, and it won't work under nt4
Posted by Tom L at 10/12/2003 11:53:48 AM
I have a vb.net app that I created a setup for. I can install it and run it just fine on my XP box, but I'm having problems ont he NT4 workstation box. the nt4 box has sp6a, the .net 1.1 clr, and also mdac 2.8. the installation goes through fine, not one warning or error. When I run the progr...more >>

Report Engine (Design Question)
Posted by Abhi at 10/12/2003 5:03:38 AM
I am in process of designing a report generation application. Now here is breif background about my workplace ...... my system admin is a big microsoft hater .... so does not allow any microsoft technologies. God knows how i am able to survive ... but anyway I have to come up with a report ge...more >>


DevelopmentNow Blog