| Thread | Last Post | Replies |
|
| Marine Aquarium Screensaver For Vista | 12 Mar 2007 22:05 GMT | 1 |
Where can I get the marine aquarium screensaver for Vista? Thanks for the help
|
| Problem in closing MDIChild Form having ActiveX control | 12 Mar 2007 15:47 GMT | 1 |
I have VB2005 Application. It has VB MDI Form and MDI Child form. The child Form hosts an ActiveX control. when I close the ChildForm at runtime, It gives error message "AccessViolation Exception: Attempt to read or write protected memory".
|
| Call .NET 1.1 component from .NET 2.0 | 12 Mar 2007 15:37 GMT | 2 |
We have a 3rd party .NET 1.1 component that is integral to our system. The 3rd party component developer does not support this component any longer and will not create a .NET 2.0 compile for us. Is there anyway to continue to use this component with .NET 2.0?
|
| ClickOnce Deployment and Smart Client | 12 Mar 2007 15:28 GMT | 2 |
We have a smart client app that is being deployed with ClickOnce. The app works fine in dev but once we deploy and install with clickonce we get a blank shell window when running as if our modules are not being loaded. Our profile catalog and pertinent dlls appear to be installed ...
|
| Postbuilding .NET applications? Pros? Cons? | 12 Mar 2007 14:20 GMT | 6 |
My collegues and I are considering to start working with .NET (again), but we do not want people to learn all about the structure and secrets of our application by reading the intermediate language (with ildasm.exe). We do not like to use obfuscation because that messes up ...
|
| Internationalization | 11 Mar 2007 04:48 GMT | 2 |
All, We are looking for coding standards/guidelines for applications that would be internationalized in future Examples
|
| How do i initialize an array using Reflection | 10 Mar 2007 16:27 GMT | 1 |
I have a class (type - MyClass). I need to create an instance of this class and then create an array of type MyClass and intialize this array with the instance. I am able to create the class and array but not sure how to
|
| Seeking Advice for Starting a Windows Service | 10 Mar 2007 15:02 GMT | 7 |
I have a Service which runs OK, but I'm abviously not starting it properly. In my OnStart event I commence a long running process which polls a database table and performs various processing. Since this polling loop is entered synchronously from OnStart, basically the OnStart event ...
|
| POSTing data with System.Windows.Forms.WebBrowser: Vista vs XP | 10 Mar 2007 02:16 GMT | 3 |
I have a C# Winforms app developed with Visual Studio Express Edition that uses a WebBrowser control to POST data to an external website. Here is some sample code: string postStr = "parm1=hello";
|
| Retrieve method name at runtime | 10 Mar 2007 01:54 GMT | 1 |
I need to retrieve the method name and parameters at runtime. I used the System.Reflection.MethodBase.GetCurrentMethod() to do that, but in two cases it returned me a System.argumentExecption. The message is: Cannot evaluate a security function.
|
| Best Approach for handling application config files | 09 Mar 2007 23:07 GMT | 1 |
It appers that System.Windows.Forms.Application.UserAppDataPath changes drastically when the application is installed via "click once"; (as opposed to setup or good old file copy). I'm looking for a place to put user data that spans versions. In the non-click once scheme, all I ...
|
| Using a thirdparty ActiveX control in C# | 09 Mar 2007 19:05 GMT | 3 |
Hi, I guess this question is been asked allready , but i'm still didnt have the answer that helped me. I have an ActiveX control that i used in VB6, now i want to use it also in
|
| AOP Framework | 09 Mar 2007 17:18 GMT | 6 |
I would like to know which implementation is the more mature in the .NET world. Is there limitation on the compact framework ? I already used some Java AOP framework in the past (Spring and AspectJ), but I would like to have an idea about the choice that could
|
| AppDomain.baseDirectory is different through COM vs directly | 09 Mar 2007 16:41 GMT | 1 |
I have a dotnet application that can be loaded directly as a executable (loading a winForm) or as a COM object through one of our legacy applications. This application also loads components at runtime from Assembly.GetExecutingAssembly.Location + "\components"
|
| How to reinforce types without composition/inheritance | 09 Mar 2007 15:24 GMT | 5 |
The answer might be obvious, but I'm looking for inout on the following scenario. I have a class called Employee that looks like this: Public Class Employee
|