| Thread | Last Post | Replies |
|
| Manage My Windows Service from User App | 10 Jan 2006 17:13 GMT | 1 |
In VS2003, I would like to modify my windows service so that I may remotely interact with it. I am looking for an article or two, or a detailed description here of what to do. If you folks could point me into the right direction, I would appreciate it.
|
| Where to download Ent. Lib for 2.0 | 10 Jan 2006 16:01 GMT | 3 |
Where exactly can i download the Enterprise Library for .net 2.0? all links take me to the gotdontet codegallary, but there's no link to the 2.0 verions. the only one I can find is for 1.1? Why does this have to be so difficult?
|
| Pre Cast | 10 Jan 2006 15:54 GMT | 4 |
I call a web service using a dynamic assembly. Because of this, I have no way of knowing in advance, what the return object type of the service is. It may be an integer, it may be a string.
|
| Labels | 10 Jan 2006 11:59 GMT | 6 |
I am using VB .Net. i have 2 forms.. one is windows form and I have a lable there that i do want to control from class1. I thought I could send a referense to the label but I don't know how to do that in VB
|
| Peformance of Deserialization vs new Object construction | 10 Jan 2006 09:31 GMT | 1 |
I have an object that I'm serializing (binary) that contains other internal objects that are also serialized. The Object contains two other member objects (let's call them source, and depend) one of which has a state that depends value is derived from source. My question is (if this ...
|
| Partial Classes | 10 Jan 2006 06:16 GMT | 1 |
How many partial classes can a class be broken up into? Can it be more than 2
 Signature moondaddy@nospam.nospam
|
| Controls are slow to paint | 10 Jan 2006 06:07 GMT | 6 |
I am developing a mdi application that will act as a front end to a database. I am finding that when i show any of the mdi child forms in my application it is noticeable that the form is shown first with the areas where the controls will be displayed cut out and what ever is top ...
|
| Upgrade compatibility | 10 Jan 2006 05:07 GMT | 1 |
I have the Enterprise Architect version of Visual Studio 2003. I am looking to upgrade to VS 2005. The closest match I can see is the plain old VS.2005 Professional Update http://www.microsoft.com/products/info/product.aspx?view=22&pcid=b171ab31-2771-4 1f6-8243-17654838fd72&type=ovr
|
| Design Question | 10 Jan 2006 02:57 GMT | 2 |
Ladies and Gentlemen, I have 2 design questions for ya'll. And this pertains to developing an ASP.NET application. Question #1
|
| Preparing an Application for Sale | 10 Jan 2006 00:00 GMT | 3 |
Is there a good book that describes how to create a good setup program and implement licensing for a .net application? Thanks.
|
| Plug-in architecture leads to version problems. | 09 Jan 2006 21:35 GMT | 2 |
I have a .NET 1.1 C# app (lets call it MyApp.exe) which is designed to do some boring thing (not important now) but it can be extended with plug-ins. These plug-ins are subclasses of a type (PlugInBase) contained in a shared assembly (MySDK.dll). At startup, MyApp.exe
|
| Burn ISO image with VB.NET | 09 Jan 2006 20:57 GMT | 2 |
is it possible to burn a DVD ISO image with VB.NET ? if possible, please give me some examples thank you
|
| Office Development Support ? | 09 Jan 2006 20:36 GMT | 1 |
I'm comparing all the Visual Studio 2005 editions, and I see that Office development support is only in the Team System and VS Tools for Office editions. What is "office development support" defined as?
|
| Reference an interface in a form | 09 Jan 2006 19:20 GMT | 1 |
I have a form in a dll which in addition to the normal window stuff implements an interface, interfA. I want to reference the properties and methods of interfA as implemented in that form. I know I've seen the documentation for this somewhere but I can't find it any more. The ...
|
| divide by zero when scrolling images in Explorer | 09 Jan 2006 18:31 GMT | 5 |
I get a 'divide by zero' exception when I scroll in a subdirectory of 'My Pictures'. This subdirectory is full of .ico, .bmp, .png files that I use for button images in my Windows Forms projects. No viruses are found. This has been occurring for a year now...
|