| Thread | Last Post | Replies |
|
| DataGridView GotFocus | 21 Jan 2006 02:33 GMT | 1 |
I have a DataGridView on my windows form and I am trying to enable buttons on a toolbar when the DataGridView's GotFocus is called and then disable with LostFocus(). The problem is I can only get the GotFocus to fire when I click onto the header columns... when I click into the ...
|
| MDAC and framework problem | 20 Jan 2006 21:10 GMT | 1 |
Please, please, Look at this topic and help me if you can: http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_t hread/thread/833dacb90a053548/ I didn't want to crosspost. Thank you.
|
| Sync solution explorer with open file | 20 Jan 2006 20:56 GMT | 1 |
Is there a way, in VS2005, to sync the highlighted file in the solution explorer tree with the active file in the text editor (opened tab)? Thanks. A.
|
| Conditional install problem | 20 Jan 2006 19:34 GMT | 2 |
With DevStudio 2005 I have created an installer that installs the output of multiple projects. I have added a check box page to the installer so that the user can select whether or not to install a windows service (one of the projects). The condition created by the check box ...
|
| Running 1.1 and 2.0 on same machine (I'm sure a common question...) | 20 Jan 2006 19:01 GMT | 1 |
I'm sure this is a common question and apologies for asking again, but... How feasible is it to run 1.1 and 2.0 frameworks on the same development machine? I have a few projects in 1.1 that I probably won't be upgrading anytime soon, but may need to maintain once in a while down ...
|
| FileSystemWatcher Issue | 20 Jan 2006 16:37 GMT | 3 |
I have to create a custom app used (FileSystemWatcher) for monitoring Server1 say \\Stephen-1\Test and if any change happens to this directory, I take that info and update Server1 say \\Stephen-2\test it works fine. now I want to make it vice versa too... so I created another app ...
|
| Reading the Xml of a Publisher Policy File in the Gac | 20 Jan 2006 15:32 GMT | 1 |
Say I have a publisher policy file in my Gac: policy.1.0.Acme.Widgets How can I get the underlying Xml resource for this Publisher Policy File. Also, is there a straightforward way for me to do this in C#?
|
| Reports and the ReportViewer | 20 Jan 2006 15:30 GMT | 4 |
I want to generate a simple report that will display information from my customer table in a report format. I created a simple Customers.rdlc file that contains three text boxes bound to =First(Fields!Name.Value)
|
| makecert | 20 Jan 2006 14:19 GMT | 3 |
I am looking for a newer version of the makecert utility. I have version 5.101.1663.1, and need version 5.131.3639.0 or later for a security purpose. Can anyone tell me where to get this? I have MSDN Universal subscription but am not sure where it might be. Any help is ...
|
| Generics, Type Operators, Matrix operations | 20 Jan 2006 14:03 GMT | 2 |
I want to create a Matrix class of a type using Generics. class Matrix<T> { ... } I want to provide an Add method that will add the the 2 Matrices under the type of int. My add method would look like:
|
| Detect number of CPUs in .NET 1.1 | 20 Jan 2006 13:55 GMT | 9 |
How does one go about determining the number of processors a server has in .NET??? Thanks
|
| windows service timer - is it ticking when it shouldn't ? | 20 Jan 2006 12:22 GMT | 1 |
I have a windows service which is calling a routine every 5 seconds. If certain criteria is met, it calls a function which performs certain database operations such as calling stored procedures, etc. The stored procedures being executed by the code take a few minutes to
|
| Sample functional spec | 20 Jan 2006 12:20 GMT | 1 |
Anyone got a sample functional specificarion kindly revert me back with the document. Thanks for the help Raj
|
| How do I format a float number? | 20 Jan 2006 11:17 GMT | 4 |
I have this problem. I have a method with the following signature: public float GetBalance(). The problem is that it returns values in the format 4.289418E+07. What I would like is get something like 428941.80. I do NOT want to return
|
| Design question: owned collection items? | 20 Jan 2006 11:00 GMT | 2 |
I have a basic design question here: I've created a custom (typed) collection by deriving from CollectionBase. Now I need to have "owned" collection items to be able to notify the collection if properties of the items change. By "owned" I mean that the items need to "know" which
|