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 2004 > threads for thursday may 20

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

games references
Posted by games newbie at 5/20/2004 11:31:03 PM
Can anyone suggest resources for an experienced .NET developer who wants to do some game programming? in particular world building thanks...more >>

Relationships using multi-column key..
Posted by Graham Blandford at 5/20/2004 9:33:02 PM
Hi all, Can anyone assist me? VB6er trying to delve into the world of .NET... I have inherited a poorly designed database (access).. that uses multi-column keys to determine parent-child relationships. Could anyone suggest how I can handle this using a relation in VB.NET. E.g. Table "A...more >>

CDONTS
Posted by Tom Roach at 5/20/2004 6:49:27 PM
C# class library for use by VB6.0 application uses MailMessage object, runs OK on XP development desktop, but can't "create CDONTS.NewMail object" on the WinNT4.0 target. Can anyone explain how to teach the target to speak CDONTS? Thanks for your help! ...more >>

StreamWriter Adds FFFE at the start of the file with Unicode Encoding!!
Posted by Majed at 5/20/2004 6:00:12 PM
Hi , all I'm trying to write unicode to a file for another app (not developed with vs2003) to read it. I used StreamWriter with unicode encoding.but I was surprised that the streamwriter adds FFFE to the start of the file,which stopes the other app from reading it!! any idea how to stope it fro...more >>

Where does business logic go?
Posted by Simon Harvey at 5/20/2004 5:34:17 PM
Hello Chaps, Me and a collegue have been talking about where the best place to put business logic is. I think that the best place is where Microsoft suggest - in a seperate business logic layer. The alternative is to have all the logic in with the business entity objects, thus eliminating t...more >>

Microsoft Workers: Prepare to be AXED !
Posted by Bill Bubba Clinton at 5/20/2004 4:26:22 PM
It's only a matter of time before Gate$ and Ball-me replace you all with robots.... http://biz.yahoo.com/ap/040520/na_fin_com_us_microsoft_benefit_cuts_2.html Microsoft cuts worker benefits to save $80 million a year REDMOND, Washington (AP) -- Microsoft Corp. is reducing prescription dr...more >>

How to convert Content-Type to file extension
Posted by Anony at 5/20/2004 3:22:52 PM
Hi All, I managed to get Content-Type (i.e. image/gif) from file extension (.gif) in Windows Registry, but the reverse way (from Content-Type to extension) is more tricky. Does anyone know a way to do so? Thanks and regards, ...more >>

How to Convert Access Transform/Pivot Query for SQL Server
Posted by Charles Law at 5/20/2004 3:21:33 PM
I have posted this on a couple of Access and SQL Server newsgroups, but with no answer yet. There seems to be very little activity on the ones I have looked at, so I thought I would post here as well, since I have no doubt that many people here also use Access/SQL Server. Anyway, enough of my ra...more >>



Newbie OOP question...
Posted by artifact at 5/20/2004 2:01:04 PM
Is it correct of me to assume that the design motivation for having a nested class is that the nested class should never be able to be instantiated outside of its parent container a quick example would be if I were creating a ToolChest object, which would contain a ToolsCollection object, but the ...more >>

have a trick for speed up compiler?
Posted by Mttc at 5/20/2004 1:17:18 PM
i have p4 250 with 1g ram, with modern HD (WD 120G and enable caching for system and framework, and another two disks, one for Project, and second for DotNet install) i want to speedup compiler. have a way to work with virtual disk on memory, that all operation of R/W to disk become faster,...more >>

how to check wether a user is idle
Posted by HamuNaptra at 5/20/2004 1:01:27 PM
Hi, I'm creating an app. in C# that shows a popup, but it only should if the user is really working on the computer. It shouldn't popup if e.g. the screensaver is running. I the user is working again, it then should popup. But how do I check the amount of user idle time? ...more >>

Macro Question
Posted by Andrew Wied at 5/20/2004 12:06:02 PM
Hello I am writing a macro in Visual Studio .Net 2003, and I was wondering if it is possible for a macro to access properties of objects that are selected. For instance, assume I have the following object declared (on a different page, but it can still be instanciated) Class rectangl Private...more >>

Setup Project: Changing Permissions of the Installation Directory
Posted by ryan NO[at]SPAM ractor.org at 5/20/2004 10:13:44 AM
I have a setup project to deploy our software -- but I have a problem. I want the installation to be system wide, but I also want all users to have rwx permissions to the installation directory (c:\program files\company\program\) The reason is as follows: I have an autoupdate feature that gr...more >>

Newbie question: Fill dataset will ALL tables from database
Posted by pierrevr NO[at]SPAM webmail.co.za at 5/20/2004 8:14:01 AM
I am a C# developer in ADO.NET and need assistance with a – I assume – simple question: How do I get all the data from a database in a dataset? I want to be able to open any kind of ODBC database and thus do not have any knowledge of the names of the tables or fields contained in the databas...more >>

Get User Name
Posted by ncjks NO[at]SPAM yahoo.com at 5/20/2004 7:59:26 AM
My web.config has this line: <authentication mode="Windows" /> My page has a label named MyLabel My page load event has this code: Mylabel.Text = user.identity.name The label is blank when I view it in a browser. What am I missing? Thanks! CJ...more >>

custom control on the toolbar
Posted by ari at 5/20/2004 6:06:02 AM
hey all is there a way to change the image of the custom control as it appears on the toolbar thanks in advance ari...more >>

Ccall to the DLL
Posted by Quique at 5/20/2004 3:36:03 AM
I have migrated a software in Visual Basic 6.0 to Visual Basic .NET 200 I have solved the errors from compilation (AddressOf, ....) but when th program is executed in the call to the DLL (loadnlp) I obtain an error. I says the obj argument is not valid Debuging I have checked the data used for...more >>

Read from access database with anonymous user
Posted by darkelf at 5/20/2004 2:41:02 AM
Hello, I have a site that uses windows authentication and I demand credentials for files inside a specific folder. (through web.config). My problem is that when I try to read something from my access database with a user that is not yet authorized I always get an error. (I am using a datareader w...more >>

Upload File
Posted by Kristian Todd at 5/20/2004 1:21:01 AM
Hi I have an ASPX page that I am using to upload files to our server, I would like to change the default file size set by .NET, any ideas how I do this, I know there is an XML file that contains the settings, I just can't remember where it is? Thanx Kristian...more >>


DevelopmentNow Blog