all groups > dotnet general > june 2004 > threads for tuesday june 22
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
List Processes running on remote machine? How?
Posted by Roger at 6/22/2004 11:54:56 PM
I would like to get a list of running processes on a remote machine.
How is this possible via VB.Net? Is it possible? Can someone point me in
the right direction.
thanks,
rog
... more >>
Correct way of using Dispose
Posted by kjon at 6/22/2004 10:38:25 PM
I always dispose any object with the following:
If not (obj1 is nothing) then obj1.dispose
Now I wonder if that is the correct way of disposing an object? Should I use
obj1 = Nothing after the dispose? Pls advice. Thanks.
... more >>
Memory could not be read errors
Posted by Sean at 6/22/2004 10:27:02 PM
The error message: 0x791f0d83 referenced memory at 0x0000000003. The memory could not be "read". Click OK to terminate and Cancel to debug.
When I debug, it states that it is an unhandled exception and the debugger can not trap the error (or something similar). Interesting enough the same exa... more >>
TEST.
Posted by LoneYip at 6/22/2004 8:51:02 PM
Single Logon for .NET application.
Posted by Lone at 6/22/2004 8:50:01 PM
Hi all,
I would like to develop a .NET application with single logon. It means once the user login the workstation which installed with Window NT or XP. The user doesn't need to enter the login ID and password for that .NET application again. The application will capture the login ID and pass... more >>
Please suggest!
Posted by MS at 6/22/2004 8:06:11 PM
We have a Requirement which needs to be done preferably using Microsoft
Technology.
We want an utility which should run on Exchange Server. Do not want Client
based tool.
I want to know how we can achieve this using Exchange server API / C# or
VB.Net
We are using Exchange 2... more >>
CreateProcessWithLogon\AdjustTokenPrivileges on Win2K
Posted by Vincent Finn at 6/22/2004 5:24:22 PM
Hi,
I am calling an exe from a webservice
I was using CreateProcessWithLogon() but it doesn't seem to work (MSDN
says it is supported) I get ERROR_ACCESS_DENIED.
It works fine if I am using an XP
Are there permissions that must be set in Win2K to allow this function
to work?
I tried swa... more >>
How do I run a batch file from within vb.net?
Posted by JDupont at 6/22/2004 5:22:02 PM
How do I run a batch file from within vb.net?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
urgent q about PropertyInfo and System.Reflection
Posted by David at 6/22/2004 5:20:53 PM
Basically, my class has a reference type as one of its property. For
example
- Employee class has a perperty called Name
- Name is a class with string properties - FirstName, LastName, MiddleName,
MaindenName, etc.
- To get to the employee's FirstName, it would be employee.Name.FirstName
... more >>
Intergrating C++ into C#. Suggestions? Game Development.
Posted by junkmale48 NO[at]SPAM hotmail.com at 6/22/2004 2:41:26 PM
I have had a reoccurring issue with movement to C# and I was wondering
if any C# gurus can give me any suggestions to this problem. Lately I
have be running into companies with large c++ code repositories that
are interested in leveraging the power of C# development. However
Throwing away the c+... more >>
How can I make an efficient First-Come-First-Serve locking mechani
Posted by Chris Tanger at 6/22/2004 1:03:01 PM
I am creating a class that has a method "Write" that I wish to make threadsafe. The method must block calling threads until the task performed in write is complete. Only 1 thread at a time can perform the task within "Write". 1-10 different threads may call "Write" simultaneously and continuo... more >>
Create a dir where all the users have the right to write
Posted by Viviana Vc at 6/22/2004 11:21:11 AM
How can I programatically do the equivalent of the following:
cacls "C:\Program Files\test" /T /G Everyone:f ?
Thanks,
Viv... more >>
Re: Datasets vs. OOP
Posted by Martin Rosén-Lidholm at 6/22/2004 11:13:01 AM
To:"Frans Bouma [C# MVP]" <perseus.usenetNOSPAM@xs4al
From:alfredo@nospam.es (Alfredo)
Subject:Re: Datasets vs. OOP
Date:Tue, 11 May 2004 10:46:35 GMT
Groups:microsoft.public.dotnet.framework.adonet,
microsoft.public.dotnet.general
I might be wrong. But I recall reading an article at MSDN so... more >>
authentication and authorization
Posted by mcnewsxp at 6/22/2004 8:49:12 AM
are most people using impersonation?
... more >>
Is it possible to use date as a for loop control variable ?
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 6/22/2004 7:30:46 AM
Hi !
If it is not possible to use date as a control variable in
a For Loop, how else can a for loop which involves
increment or decrement of dates be implemented?
thanks
angel... more >>
howto use GetNAmedSecurityInfo
Posted by isaac rainsford at 6/22/2004 5:43:53 AM
how on earth do i call and use GetNamedSecurityInfo from Advapi32.dll in
VB.NET?
i can make it work on VB5/6...
any tips much appreciated, thanks in advance...... more >>
Question
Posted by ksayal at 6/22/2004 5:39:02 AM
Hi,
Can you please help me how to do in a postback. How do I identify the item
to set a hidden form field from client-side Javascript with the value of the link?
Thanks,
Kulwinder... more >>
anything in .Net like Jakarta Struts?
Posted by nooobody at 6/22/2004 5:25:12 AM
I am a student who has worked mostly with java, but also done some
..net classes. The Jakarta Struts framework is quite popular for java,
and I am familiar with it. Is there anything similar for .Net?
... more >>
datagrid copy rows
Posted by chris at 6/22/2004 3:09:53 AM
Hello Group,
I have 2 datagrids and the first one is bound to a
database. Each row consists of checkbox, textbox etc.. As the user makes
the selection, I want to add the corresponding row to the other datagrid.
Unable to figure out how to copy rows in DG. Any help would be appr... more >>
Interuppted Postbacks
Posted by Ben Barter at 6/22/2004 2:07:56 AM
We have found a fundemental problem with the way that
postbacks are handled. We have a page that has about 60
postback controls that are posted back to the server when
the user clicks a link (LinkButton).
The page takes about 5 seconds to render. A problem occurs
when the user clicks the ... more >>
Byte data display...
Posted by Ray Cassick (Home) at 6/22/2004 12:53:24 AM
I am trying to set up a form to edit a byte array and am looking for a
control that gives me an interface that shows the following:
1) First column is the offset from the start of the array
2) Second columns is a 8 byte or 16 byte data in raw hex format
3) Third column is the ASCII representat... more >>
|