| Thread | Last Post | Replies |
|
| WPF context menus | 28 Feb 2008 02:14 GMT | 1 |
How do I trigger the display of a context menu (i.e. system.windows.controls.contextMenu), in c# code (other than simpling setting system.windows.FrameworkElement.ContextMenu)?
|
| Public shared function question | 27 Feb 2008 21:59 GMT | 1 |
I have four classes named CheckVoucherReason, WriteOffReason, CheckVoucherApproval and WriteOffApproval. In CheckVoucherApproval's function to load values from the db prior to displaying them in the UI, I make a call to a public shared function in CheckVoucherReason to return ...
|
| .NET Runtime 2.0 Error Reporting - mscorwks.dll failing | 27 Feb 2008 21:56 GMT | 1 |
I am having issues with a .net 2.0 service randomly crashing on an 8 way machine running a 32bit .net server 2k3. The event log contains an entry indicating that there's a fault in mscorwks.dll, no stack trace attached, no dump, no drWatson, nothing.
|
| .Net Framework 1.1 -- Can I uninstall it? | 27 Feb 2008 17:41 GMT | 6 |
I have several old versions of the .NET Framework on my machine, and I am wondering if I can remove them. I have version 1.1 (and a 1.1 hotfix), 2.0, 3.0 and now, new with Visual Studio 2008, 3.5. How many versions of the framework do I *really* need to carry? Can I dump
|
| Identify property/object type | 27 Feb 2008 16:02 GMT | 5 |
Using refelction how to identify property of a object is of type: 1. Native i.e. string, int, boolean etc. 2. User defined calss 3. List/collection type
|
| UdpClient.JoinMulticastGroup fails under Vista | 27 Feb 2008 12:39 GMT | 1 |
Can anyone explain why an attempt to join a multicast group at address 224.0.0.1 using UdpClient.JoinMulticastGroup() fails under Vista with a socket exception "A socket operation was attempted to an unreachable host". Running under elevated privileges makes no difference.
|
| Error messages and xsd generator in english | 27 Feb 2008 11:42 GMT | 3 |
I used to work on a windows XP machine in English and visual studio 2005 and all worked well. But now i work on a windows XP in dutch and now all messages i get are in dutch.
|
| fix the problem - Cross-thread operation not valid | 27 Feb 2008 10:57 GMT | 1 |
I have my dll assembly with threads and events. I use this assembly in win form application and information from assembly events want to display in win form control. But this way of using cause exception "Cross-thread operation not valid....." Can I fix this problem in my dll ...
|
| Socket.BeginConnect works in Synchronous mode!!!!!!!! | 27 Feb 2008 07:20 GMT | 5 |
Strangest thing happened, the asynchronous command Socket.BeginConnect, start behave in a Synchronous !!!! mode. Here some code:
|
| disable popups | 26 Feb 2008 21:10 GMT | 1 |
When I click on any .doc files on my website a window pops up asking if I want to 'open' or 'save' the file- Is there a way to disble this window so the document will just open when I click on it?
|
| Instantiate complete object through reflection | 26 Feb 2008 19:31 GMT | 5 |
I am trying to perform a funciton that is best described as instantiating a class and its complete list of subclasses by reflection. I would like to pass this newly instantiated class (that does not have its subclasses instantiated) into a routine that instantiates all ...
|
| Unexpected release of named mutex | 26 Feb 2008 19:13 GMT | 6 |
I have a mutex that releases while I am still holding a reference to it! Maybe this is "garbage collection 101" and this old C++ programmer just needs to get used to it... Here's a boiled-down snippet of VB I used in order to implement a
|
| multiple base classes workaround | 26 Feb 2008 18:24 GMT | 1 |
I would like to inherited the MethodCls for both MasterPage and Page But got the multiple base interface exception. pubilc class MethodCls {
|
| difference between UserProcessorTime, TotalProcessorTime and PrivilegedProcessorTime | 26 Feb 2008 16:11 GMT | 2 |
I read some documentation and web pages about UserProcessorTime, TotalProcessorTime and PrivilegedProcessorTime, but I still can't tell, what the difference between those is. I know that TotalProcessorTime is the sum of the other two, but what
|
| Datagrid to excel | 26 Feb 2008 15:31 GMT | 1 |
I;ve a requirement wherein the need to export the data from grid to excel file using .net 1.1.. While I do the export to file, sfew columns in teh excel file should be locked,
|