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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|