all groups > dotnet framework > january 2004 > threads for monday january 19
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
Revert application from 1.1 to 1.0
Posted by sbarrow NO[at]SPAM pittsh.com-dot-au.no-spam.invalid at 1/19/2004 6:21:02 PM
Hi
I have a solution that was developed in 1.0 that used bindingmanager
and currentchanged event in a handler, this worked well in 1.0 but
when I upgraded to 1.1 the event stopped working.
the code I used is:
AddHandler m_bindClient.CurrentChanged, AddressOf Steve
Is there an easy wa... more >>
No Touch Deploy App and Cookies
Posted by phetherington NO[at]SPAM visualstatement-dot-com.no-spam.invalid at 1/19/2004 5:19:50 PM
Hi,
I am developing a No Touch Deploy application that is launched from an
ASPX page. On the aspx page the user logs in and it launches the NTD
application.
My problem is how to let the NTD application know the user login
information.
The NTD also uses web services to communicate back to ... more >>
Image to byte[]
Posted by Isaias Formacio Serna at 1/19/2004 4:01:16 PM
This should be an easy question but I simply just can't get it to work.
I have an Image object that I need to convert to byte[], how do I do this???
I don't have the file to read it, I recieve it as a parameter.
I appreciate your help.
Isaias Formacio
... more >>
Size Of Null Object in C#
Posted by Mark Phillips at 1/19/2004 2:41:06 PM
What the size of an object when it is instantiated to null?
I am placing a number of strongly typed objects into a collection. I want to keep the amount of memory that is utilized by each the objects to a minimum. Each object contains a field that is a reference type. I am trying to decide ... more >>
storing user id in context
Posted by Andrey P at 1/19/2004 2:12:08 PM
We are trying to develop a framework and are not planning to use windows
security. Is there a way to store a user name in some kind of 'context'
associated with current thread so any part of the framework that we'll
develop can access user name. There is a Thread.CurrentContext, however
..NET s... more >>
How to get the list of installed programs
Posted by Yee CN at 1/19/2004 2:00:16 PM
Hi,
Can somebody tell me how to get a list of installed programs, as in Control
Panels->"Add or Remove Programs"?
I tried looking under
\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
but the list is far too extensive!
Thanks in advance.
Regards,
Yee
... more >>
Screen savers
Posted by discussion NO[at]SPAM discussion.microsoft.com at 1/19/2004 1:17:31 PM
Hi,
Is there an event I can listen for in WndProc so I know when the screen
saver is active and insactive?
Thanks
... more >>
Microsoft.ApplicationBlocks.ExceptionManagement doubt
Posted by Sugavaneswaran at 1/19/2004 11:47:21 AM
hi all ,
I need some documentation reg. the
Microsoft.ApplicationBlocks.ExceptionManagement.
I can understand this small Example :
Try
a = 5 / 0
catch ex as exception
ExceptionManager.Publish (ex)
End Try
I need further documents relating to above. I would like to know what e... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Radix 64 (uuencoded files)
Posted by discussion NO[at]SPAM discussion.microsoft.com at 1/19/2004 11:32:49 AM
Hi,
What libraries does C# have for UUEncoding a file?
Thanks
... more >>
Microsoft Help: IEExe.exe and STA
Posted by leonardfurby NO[at]SPAM hotmail.com at 1/19/2004 10:21:09 AM
Hi.
We are developing a windows application that is deployed using
No-Touch-Deployment (with Full-trust).
I have implemented Axhost handling microsoft web browser control
SHDocvw.dll.
In order to make it work i have to start the application in
partmentState.STA. So I am creating a new thread i... more >>
Garbage Collectionin .NET
Posted by Rimonne at 1/19/2004 10:09:28 AM
Hi All
I understand that the .net framework has garbagecollectors which run
automatically and release memory.
But in my application in C#, i have an object which should never be
released.
Can I achieve this in .NET ?
An urgent response is neede, as I am struck up with my development wo... more >>
Jel netko bio na pro¹lim Windaysima?
Posted by Igor Apostoloski at 1/19/2004 9:48:16 AM
Bok!
Ako je netko bio na pro¹lim Windaysima, zanimali bi me komentari, iskustva,
dojmovi, impresije...
Mi smo developeri u .NETu, pa razmi¹ljamo o odlasku...
Nisu im ba¹ neke informativne stranice, pa nije da smo ba¹ informirani - ne
oèekujem ni¹ta poput VSLive!, ali Opatija je blizu, a Amerika... more >>
C# App on a file server doesn't work???
Posted by Hans at 1/19/2004 6:36:12 AM
Hi
I am about to exchange a single program of an application by a C# version. The application is installed on a W2k server while W2k clients run the app. Thus my C# app must be on this server too
How can I get this working??? I tried to install the .NET framework as well as MDAC2.7 on the client... more >>
Retrieve Command Line arguments
Posted by Rich Smith at 1/19/2004 4:21:38 AM
Is there a way to get the Command Line Arguments of a running process?
myProcess.StartInfo.Arguments is empty and doesn't work.
I am looking to find the Arguments for any process that is already
running including ones that I did not personally start.
Here is what I can get so far...
Proc... more >>
How to specify user/password with SmtpMail class
Posted by Ron Lautmann at 1/19/2004 2:51:30 AM
I'm trying to use the SmtpMail class to send mail via an SmtpServer that
requires a userid and password. How can the userid/password be specified?
There seems to be no property of SmtpMail for these items.
... more >>
debug and release version
Posted by james ou at 1/19/2004 2:01:05 AM
hi, everybody,
Is there any difference between debug and release version of executable file?
If have, what is the difference between them?
thanks... more >>
creating instances of objects
Posted by reiks at 1/19/2004 1:46:05 AM
Is it possible to create instances at runtime. i.e the type of the variable will be known at runtime.
for example,see this simple sample code
class A
{
// events and methods
}
class B
{
// events and fucntions
}
void main()
{
string s
int i=9
if(i==9)
s="A"
else
s="B"
c1 = n... more >>
How to get COFF-based image of assembly
Posted by Christoph Wienands at 1/19/2004 12:18:12 AM
Hi everybody,
..Net doc states about the Assembly.Load(byte[] rawAssembly, byte[]
rawSymbolStore) function:
-----------------------
Loads the assembly with a Common Object File Format (COFF)-based image
containing an emitted assembly.
rawAssembly
An array of type byte that is a COFF-b... more >>
Registry Event Notification with .NET
Posted by Elder Hyde at 1/19/2004 12:08:46 AM
Hey all,
I need to get a notification whenever something changes in the registry.
However, I can't find anything that supports this in Microsoft.Win32,
although I know that the C version of the REgistry API does have a
method (oops, function) called RegNotifyChangeKeyValue that allows th... more >>
|