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
May 2008
June 2008
all groups > dotnet framework > december 2003 > threads for sunday december 28

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

Design time property support for a collection
Posted by Edward Diener at 12/28/2003 9:54:58 PM
In C++ Builder one could set up a collection of items, by deriving a collection from TCollection and a collection item from TCollectionItem and tieing the two together in the derived code, which a user could edit at design time. This collection had immediate support in C++ Builder's RAD designer...more >>


GetPrivateProfileString any managed method?
Posted by robains NO[at]SPAM msn-dot-com.no-spam.invalid at 12/28/2003 9:29:45 PM
I have a lot of files I use to store application settings that are NOT part of the registery (and should NOT be). Can't seem to find a .NET Framework equivalent of GetPrivateProfileString -- I need to be able to specify my own file location (C:\MyApp\MyApp.INI) and read values from this file. ...more >>

regarding session timeout
Posted by Yadnesh at 12/28/2003 8:24:15 PM
Dear all, I am facing a problem in asp.net .As you might be knowing that any asp.net application has web.config file where you can change the timeout period. What I want is to redirect a user to the login page once his/her session is expired by using Session_onEnd method in the Global.asax...more >>

.NET framework issues, any advice would be of help
Posted by Jon Jack at 12/28/2003 6:49:10 PM
I'm using Visual C++.NET 2002 Standard to compile a freeware audio/music synth. I'm using the gaming library OpenAL for my audio. I just started to do testing on the program for its first release and the target machine can't run the program because it doesn't have the .NET framewor...more >>

Saving a stream to file
Posted by jester at 12/28/2003 6:29:52 PM
Hi! I have a very simple problem. I'm calling a method w/c returns a Stream. How do I save the stream to file? Currently what I do is (in pseudo-code): returnedStream.Read(arrayOfBytes) FileStream outFile = File.Create(...) outFile.Write(arrayOfBytes) //-Flush, close, cleanup, etc... ...more >>

type checking with libraries
Posted by Alessandro Fragnani de Morais at 12/28/2003 1:44:56 PM
Hi, In Win32 framework, we used to work with .dll files as libraries of functions, not objects. We couldn't use objects because using a "IS" operation (on Delphi for instance) to check the type of the class, should not work.. I mean: 1. I have an object (TForm) on my application (.exe) 2. ...more >>

GetTickCount
Posted by Chad Z. Hower aka Kudzu at 12/28/2003 12:16:48 PM
I have some code that is calling GetTickCount in the Win32 API. Currently I have it calling out direct but I'd like to port this little last piece to a full .net API. Ive searched MSDN and cannot find any .net replacement for it. What should I use to replace this? -- Chad Z. Hower (a.k....more >>

best practices using procedure attributes
Posted by zoodeka NO[at]SPAM hotmail.com at 12/28/2003 11:29:12 AM
I seeking for information about using attributes with class/procedure declarations I want to get result same as microsoft releases for their components. For example the method XMLDocument.createAttribute in object browser of the visual studio describes information of him description argume...more >>



VB .Net Performance
Posted by Ron at 12/28/2003 12:17:46 AM
Is there anyway to speed up the startup of VB .net apps. They seem slower than vb6 both in startup and window loads and unloads including dialog boxes. Ron ...more >>


DevelopmentNow Blog