| Thread | Last Post | Replies |
|
| Start and impersonate a console app from windows service | 14 Oct 2006 00:19 GMT | 5 |
I posted a question earlier asking about starting a process as a different user from windows service. I got some replies and read about this a bit more on the web but still couldn't get it working. The application I want to start is a console app and it also opens a win
|
| Call Client javaScript function,on server side Button Click Event | 13 Oct 2006 22:41 GMT | 1 |
On Server Side Button Click event,i need to call a javascript Confrim ,if "Ok" is clicked in the confirm popup, Again server side validation should be done. If anyone knows the solution ,pls let me know.
|
| Identify the Path of a Running Windows Service | 13 Oct 2006 18:11 GMT | 3 |
I have to get the path of a Running Windows Service from another application. How to do this ?
|
| How to lock a remote object to pretend it from being freed? | 13 Oct 2006 17:34 GMT | 1 |
I have to access some resource which resides at a cross-domain assembly. But I got a problem that the resource I obtained was freed at unknown time, then crash my app.
|
| Document mangment in .net | 13 Oct 2006 16:38 GMT | 8 |
Hi, I am in the process of desgning a document managment program in .net and there are gong to be two part to it a. winforms application : user will upload the document form here.
|
| Using remoting features inside a .NET applet loaded in a tag object | 13 Oct 2006 15:34 GMT | 5 |
First of all, is it possible usign .NET remoting feature inside a .NET applet loaded into a tag object inside an HTML page ? <OBJECT id="myID" height="150" width="300" classid="http:applet.dll#test.applet"> </OBJECT>
|
| enum values? | 13 Oct 2006 15:33 GMT | 5 |
I'm looping through a class to get the properties and the values returned are of enum types. Is there a way to programmatically find out what the possible values are? Any help on this is greatly appreciated. thanx.
|
| Changing the format on an existing DVD | 13 Oct 2006 15:21 GMT | 1 |
I made a three minute acting sample DVD- RW copied from a VCR with my RDR-VX530 SONY video cassett. DVD recorderder. When I tried to upload the DVD to the agent's site it did not work. The Agent told me to to change format to MPG-1 or MPG-2 or .mov file format.
|
| Reflection.Emit question | 13 Oct 2006 15:11 GMT | 2 |
When creating types with Reflection.Emit, is it possible to define namespaces? I've just begun to delve into this functionality and I saved one of my dynamic assemblies to disk. Then I referenced it in a project and viewed it in the object browser. The types I created were ...
|
| Thread marshalling - changing a control's thread affinity | 12 Oct 2006 22:44 GMT | 3 |
I have a notification window that uses its own thread to animate itself. It also fires events to the main UI. The trouble (getting it thread safe) is not with the events fired, I can marhall them just fine using (Begin)Invoke. It is with the internal thread
|
| typeof keyword for properties, fields, methods | 12 Oct 2006 22:40 GMT | 3 |
Why don't Microsoft implement some sort of "typeof" for properties, fields, methods etc? For example, lets suppose we have "propertyof" keyword, then we can do the following:
|
| Start a process as a different user from Windows Service | 12 Oct 2006 19:48 GMT | 5 |
I am trying to start a new process as a different user from a Windows Service. When I start the process from a console application, it works perfectly. But if I do the same thing from the Windows service, it gives an Application
|
| Is ClickOnce Appropriate? | 12 Oct 2006 19:32 GMT | 1 |
I've got an application that I currently wrap in an msi. Everything's fine, except I'd like to be able to push updates to my users. The update mechanism of clickonce deployment looks excellent and would be very useful. My application's installer doesn't touch the GAC or registry, ...
|
| Is ClickOnce Deployment Appropriate? | 12 Oct 2006 19:07 GMT | 1 |
I've got an application that I currently wrap in an msi. Everything's fine, except I'd like to be able to push updates to my users. The update mechanism of clickonce deployment looks excellent and would be very useful. My application's installer doesn't touch the GAC or registry, ...
|
| Error with GetAccessControl() | 12 Oct 2006 18:44 GMT | 4 |
I've written a very quick console app to recursive through a directory tree and display directories that have explicit file permissions (code below). It works, but GetAccessControl() fails on some folders (always the same) with the error:
|