| Thread | Last Post | Replies |
|
| Throwing Argument Exceptions in Property Setters | 24 Apr 2007 19:17 GMT | 6 |
Okay, silly question. Nitpicky, sure, but it bugs me. Range-checking parameters in a property setter. For example, an Enum property with one of two possible values: Public Property MyEnumProperty() As MyEnumType
|
| Outlook Add-in Project problem | 24 Apr 2007 16:48 GMT | 1 |
Am getting acquainted with VSTO and Visual Studio. I have been really successful adding references to the PIAs for Word, Outlook, Excel, etc. to Console applications and VB applications. However, I also wanted to investigate add-ins (specifically for
|
| asp.net app hangs | 24 Apr 2007 15:08 GMT | 2 |
I have an asp.net app that hangs when I try to view the site on my local machine. The app works fine on a test and prod server. Are there any logging or trace options I can enable to follow along to see where things are getting stopped?
|
| TypeCodeDomSerializer and TypeConverter | 24 Apr 2007 13:08 GMT | 2 |
Does anyone has a link or sample code of how to use the above two classes. We want to to perform the following: 1. Have a ControlA in Toolbox 2. When we drop it on the form we generate ControlB class as internal class
|
| Design time link | 24 Apr 2007 12:59 GMT | 7 |
Is it possible in visual studio 2005 at design time to link a control on Form 1 to another control on Form 2. Regards Charles Mifsud
|
| Power Point makes screen tremble | 24 Apr 2007 10:44 GMT | 2 |
Sometimes, when working with Power Point, all the screen begins to flash on and of for up to 15-20 secs at a time, preventing me from working till it comes back to normal. Curiously enough, this seems not to be related to the size of the pictures inserted.
|
| Generic Host Process for Win32 Services.... | 24 Apr 2007 07:22 GMT | 2 |
Hi, I have a Acer Aspire 3610. When Windows first starts up I get a error Message saying "Generic Host Process for Win32 Sevices has encounted a problem and needs to close. We are sorry for the inconvenience." Then when I click to see the error report this message comes up " The ...
|
| Forms and lablels | 24 Apr 2007 07:18 GMT | 1 |
I wonder if you could help. The event handler code below, will allow the user to change the phone number and write it on a label of a message box. I want to replace the message box with a dialog box.
|
| Windows Media Player | 24 Apr 2007 07:17 GMT | 1 |
I am very good about editing all of my music files with Advanced tag editor opiton. So I expect for this information to be applied to the CD's that I burn, yet when I play the CD in my car it does not register the album title, artist name, or track title. Is there an option ...
|
| Illegal system DLL relocation | 24 Apr 2007 05:48 GMT | 1 |
when turning on computer it comes up system DLL user 32.dll was relocated in memory because DLLC:\windows\system32\HHCTRL.ock occupied an address reserved for window system. the vendor suppling the dll should be contacted for a new dll i dont know who my vendor is can anyone help ...
|
| WPF DoEvents?? | 24 Apr 2007 01:49 GMT | 2 |
Hi there, how might you implement a "wait" loop in WPF? (.net 3.0) without freezing the UI? previously I'd do something like this: while (!someObject.IsProcessing){
|
| Passphrase to hexadecimal | 23 Apr 2007 15:57 GMT | 2 |
my network card does not have a Passphrase to hexadecimal WEP conversion capability which means when i travel I have difficulty getting on a network. I have found an on line option http://www.powerdog.com/wepkey.cgi but it is useless if i cannot get
|
| RichTextBox multithreading | 23 Apr 2007 14:13 GMT | 2 |
At the moment i am trying to write into a richtextbox using the Rtf call from another richtextbox. However realising that richtextbox do not have multithreading - i know i need to invoke this item and make it multithreaded safe. But i
|
| Performance Tools in Enterprise Archtect version? | 23 Apr 2007 13:45 GMT | 3 |
I have the Enterprise Architect version installed on one machine, and the developper edition on another (VS.Net 2005). To my surprise, the performance tools are only available (in the menu system) on the developer instalation. Is that realy so? Is there a way to
|
| Hosting business component | 23 Apr 2007 12:56 GMT | 6 |
Technical Evangelists, Currently, I create separate window service to host different business component. Is there a better way to do this? One of the way I can think of is webservice.
|