| Thread | Last Post | Replies |
|
| CLR and accessible features | 16 Jan 2006 21:45 GMT | 17 |
I was reading about MSIL and i came to know that there are some features of CLR that can be only accessed by programming in IL. I want to know what are these features which cannot be accessed by languages like c# or vb.net Thanks
|
| How to set # of concurrent users for web service? | 16 Jan 2006 20:55 GMT | 2 |
How to set # of concurrent users for web service? Thanks Ajit
|
| URGENT Web service failing... | 16 Jan 2006 20:45 GMT | 3 |
I am working on web service which in turn call com components. if # of users using the web service increases. Web service fails is there some why I can prevent max # of concurrent users using the web service. Thanks
|
| Differents Thread Classes | 16 Jan 2006 18:51 GMT | 3 |
Hi I'm Roby Eisenbraun Martins. I 'm a C#,VB,C++ developer. I'm working with NET 2005 and I need a good thread control class. Initialy I was working with "Thread" Class. It appears to be the best
|
| Real Time Stylus: Editing Ink without InkOverLay | 16 Jan 2006 18:03 GMT | 1 |
I am trying to implement a sample app that uses the real time stylus from the tablet sdk 1.7 instead of InkOverlay. The capturing of ink is pretty straightforward. What I am trying to do is be able to select an existing ink stroke and be
|
| Linq project and Datatable | 16 Jan 2006 17:35 GMT | 10 |
The linq can query Datatable? have some example?
|
| How do i interupt a loop? | 16 Jan 2006 17:22 GMT | 6 |
(VB.NET 2003) I have a simulation that runs in a loop. I would like to give the user acces to interrupt and cancel the simulation. At the start of each loop, I check a global variable which can be set to
|
| EventLog with custom Log | 16 Jan 2006 16:55 GMT | 3 |
I have a suite of applications and services that use a common library and I would like to use a custom event log to gather all the events in one place rather than putting events in the "Application" event log. The code I use to create the event log object is below. Clearly I'm ...
|
| Windows form in a web form in.NET | 16 Jan 2006 15:17 GMT | 1 |
Can anybody tell me how to display a windows application form in a web form .
|
| how to browse directory security tab programmatically | 16 Jan 2006 13:38 GMT | 1 |
I would like to build an application to collect the list of subfolders from a given starting point including the information that can normally be seen in the security tab of the folders. I could not find any class giving access to this. Thanks
|
| Executing function with different userrights | 16 Jan 2006 13:22 GMT | 1 |
I need to create folders in an application. Can I run functions with different userrights within a process? It is because I don't want to give this process these rights directly for security-reasons... An option would be en external exe but I dislike this imagination...
|
| Impossible? Who called the Method? | 16 Jan 2006 13:17 GMT | 10 |
How can I know inside a given method, by which method it was called? For instance: I have two property's (Prenom and Nom), both call the Method PropertyChangedHandler(). How Can I know if PropertyChangedHandle was called by the Prenom or by Nom?
|
| Novice: 2 instances installed? | 16 Jan 2006 07:34 GMT | 2 |
I've just noticed that there appear to be two instances of this program installed. Can't fit the lines in without wrapping, but hope it's clear what I mean: Program Name Uninstall Command Registry
|
| vb.net and c# | 15 Jan 2006 20:22 GMT | 5 |
Is there anything that C# can do it and Vb.Net Can't ? I am a VB6 programmer, and I want to study the VB.Net. But I am confused with Vb.Net and C#. any suggestion for me?
|
| Http web request error when trying to consume a webservice | 15 Jan 2006 18:28 GMT | 1 |
Hi, I had written an application in .Net 1.1 to consume a webservice. Recently we converted the project to .Net 2.0. After the conversion to .net 2.0 the application does not work anymore.
|