| Thread | Last Post | Replies |
|
| Creating an object depending on a value of a parameter | 22 Dec 2004 11:53 GMT | 6 |
I have a method which takes a string parameter. It takes a type name as a string. Inside the method, i want to create an instance of the type which is mentioned in the string parameter.
|
| What permissions are needed for windows service to do C# impersonation when started under a user account? | 22 Dec 2004 11:22 GMT | 2 |
I have a windows service that impersonates another account fine when it runs under system account but fails to impersonate when run under a user account. What permissions must the windows service user account have inorder to do impersonation?
|
| What does '#define KPDCCALLBACK CALLBACK' mean? | 22 Dec 2004 11:20 GMT | 1 |
I believe it's a C++ typedef. I need help, PLEASE!!! I have info on my blog at mkenyon2.blogspot.com I need to get an unmanaged DLL to raise events in my code. I can get it sporadically, but not every time. Now, I don't even get errors. PLEASE HELP.
|
| is there any way to impersonate another account at the command line when logged into a windows 2000 server account via remote desktop? | 22 Dec 2004 11:16 GMT | 1 |
is there any way to impersonate another account at the command line when logged into a windows 2000 server account via remote desktop?
|
| 64-Bit .NET Framework now..... | 22 Dec 2004 09:51 GMT | 1 |
Currently my coding is done on 32 bit .Net Framework. Anyone has the checklist that I can follow while coding for 32 bit, so that the code for 64 bit migration will become easier. Thanks,
|
| compress specific data | 22 Dec 2004 09:05 GMT | 3 |
Hi group My customer want me i crypt a 16 alphanumeric char in 8 byte of memory. the format is : AAA AAA AAA L NNN NNN
|
| Writing to an embedded XML resource file | 22 Dec 2004 07:53 GMT | 1 |
Is it possible to write to an embedded XML resource file? If so, can someone show me an example? Regards, Anthony
|
| Deploy framework SP1 from Bootstrapper? | 22 Dec 2004 02:13 GMT | 1 |
Is it possible to deploy .Net framework 1.1 SP1 from the Visual Studio setup bootstrapper? (http://www.microsoft.com/downloads/details.aspx?familyid=627921a0-d9e7-43d6-a293 -72f9c370bd19&displaylang=en) We have an application that is highly dependent on the fix described in KB
|
| Direction and suggestions needed | 22 Dec 2004 00:48 GMT | 4 |
Firstly apologies if this has been covered elsewhere. Being rather new to Developememnt in general, I am struggling to understand the deployment process of a .NET Windows application. I have created a Window's application, which returns info based on what the user selects. For each ...
|
| Is .NET Remoting for me? | 21 Dec 2004 23:56 GMT | 5 |
I'm going to build a service container that hosts persistent services. Each hosted service will be running in its own AppDomain, and provide an remoting object/interface for others (local or remote) to communicate with it. And all of their remoting objects are managed by
|
| Using .NET to import a delimited text file into an Access database | 21 Dec 2004 22:31 GMT | 1 |
I have been attempting for the past two days to create a fast and efficient way of importing data from a delimited text file into an Access database. I've (finally) found out how to get the text file into a DataSet using the OLE DB classes and have no problems viewing
|
| .NET competes with java-script | 21 Dec 2004 22:22 GMT | 3 |
That's all we are expecting from programs written in the managed code; Though a MVP advised not to say that, because after JIT compilation the code runs in the native! Funny, isn't? That means scripting languages run in the Host code and never in the native? That means scripting ...
|
| How to do this in VB .Net. Creating a file handle? | 21 Dec 2004 22:17 GMT | 8 |
I'm wondering if I can do this with a streamWriter? But I'm not sure what this converts too. I'm trying to recreat this code in Visual Basic .Net. I have C++ code that looks like this:
|
| Extracting runat server objects from aspx | 21 Dec 2004 22:08 GMT | 3 |
I'm trying to programmatically extract all of the objects in a .aspx page that can be seen from code. This is basically anything that has an id and runat=server element. So far I've managed to load the assembly into my code and list all of the page classes, the problem is that I
|
| Scientific graphics package needed | 21 Dec 2004 19:59 GMT | 1 |
I am looking for suggestions for a scientific graphics package that can be used to add charts to a .Net program. I need all sorts of technical graphs including 3-D. Any recommendations? Cost is not a concern.
|