| Thread | Last Post | Replies |
|
| Simple question | 13 Mar 2006 16:10 GMT | 1 |
Using Visual Studio 2003/2005 I create a project of type Visual C++ Class Library (.NET). I add a method. In this method I need to open a file and write to it. I type:
|
| Finding the current application which has focus. | 13 Mar 2006 15:44 GMT | 2 |
Does anyone have any code which can be used to find the current application which has focus? I want to try to retrieve the application name, or process name from the app which has current focus.
|
| Two different config file schemas | 13 Mar 2006 15:40 GMT | 2 |
Does anyone know what the functions of the two config file schema definitions at: [1] http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/g ngrfconfigurationsectionsschema.asp
|
| Clarification about Microsoft.mshtml component within .NET 2 frame | 13 Mar 2006 15:27 GMT | 1 |
In the past 3 days I have done some research about Microsoft.mshtml component within .NET 2 framework. I need some clarification/comfermation about the Microsoft.mshtml componet and microsoft stargey. In specific: Microsoft.mshtml within the .net 2
|
| Load operation of XMLDocument Class | 13 Mar 2006 14:50 GMT | 1 |
I am using an Xml file to store my data. This XML file will be used by multiple threads for Storing and Retrieving data. I am using XMLDocument to store and retrieve data from the file. During Load() operation of the XMLDocument, Is it necessary to check if the
|
| How to set datatable primary key? | 13 Mar 2006 14:50 GMT | 1 |
When creating typed datasets, how do you set primary keys? I've used Unique = true, but looking into the schema definition i see that the msdata:PrimaryKey="true" is not present. So, how do i actually get the msdata:PrimaryKey="true" value to pop up in the schema definition using ...
|
| .Net Market penetration | 13 Mar 2006 13:49 GMT | 1 |
I also posted this on one other forum ,sorry if I am doubling up here. not sure of the reader-ovelap between groups. THis may not be the right forum for market questions, I'm looking for an active set of .Net / C# folks to help us locate the right
|
| Instantiating an object of a type identified by reflection | 13 Mar 2006 12:58 GMT | 1 |
I've got a little blurb of code (part of a plugin architecture): public IPlugin CreateInstance(string assemblyPathName, string className) { // Load Assembly
|
| Components | 13 Mar 2006 11:08 GMT | 3 |
I've used Delphi on and off over the years, but am probably starting a new project where I have to use VS2005. My question is: in Delphi, I used to have to buy all sorts of third party components to add to the standard bunch that came with the product. Is this still the case with ...
|
| Suggestion for a book on ADO.NET 2.0 | 13 Mar 2006 09:45 GMT | 3 |
Ho all, could someone suggest to me a good book for ADO.NET 2.0 ?? Thanks in advance Stefano
|
| Asynchronous callback method: Thread.CurrentPrincipal roles empty | 13 Mar 2006 09:40 GMT | 9 |
we load data asynchron. We have some user roles defined in Thread.CurrentPrincipal! But if we want to check using IsInRole in the callback of the delegate the roles are empty!!
|
| Regular Expression | 13 Mar 2006 08:55 GMT | 1 |
I have a textfield which accepts a name. I am validating the text field using the following statement Regex.IsMatch(txtFirstName.Text, ("^[a-zA-Z\-\.]")) The validation requirement is that it should not allow numbers or any
|
| Closing tray applications from .NET | 13 Mar 2006 06:13 GMT | 3 |
I'm trying to make a utility that should assist backup procedure by closing multiple applications sitting in systray. The problem I bumped into is that many of those applications do not close their main window if I try to call Process.CloseMainWindow(). What are the other "polite" ...
|
| Finding the URL being viewed in IE from a PID or hWnd | 12 Mar 2006 23:15 GMT | 2 |
I'm trying to find the URL that is being viewed in an IE window, by using the PID or the hWnd of the IE window. Does anyone know how this could be done? or where I should be looking? Thanks
|
| Returning application name from hWnd handle. | 12 Mar 2006 23:09 GMT | 3 |
I am trying to find the application from a hWnd handle. ie. if the hWnd is to Internet explorer, I want to try to return iexplore.exe (as per processes in Task Manager), or some other indicator that its IE.
|