| Thread | Last Post | Replies |
|
| .net equivalent of java applet | 30 Sep 2003 19:46 GMT | 3 |
I have a web-based application and some of the UI I want to incorporate is just too complicated for javascript. Instead of using a Java Applet, I would like to have the user download a .net assembly containing a form and run that in a browser.
|
| UIP Form creation question - inheriting from WinFormView | 30 Sep 2003 13:55 GMT | 2 |
The below is what I believe to be true based upon study of the documentation and the code. Please forgive me if I am totally wrong and feel free to corrected the below. Ok, the documentation says that user interface components in your
|
| creating excel report from .net | 29 Sep 2003 16:47 GMT | 1 |
Does anyone know if you can create excel reports from a dataset created in a .net web app? I don't want to create the report directly from the db because I want to avoid making the user sign in with the username and password.
|
| Application Block Usage | 29 Sep 2003 16:39 GMT | 1 |
Does anyone know if we can ship classes from the Exception Application Block in our products ? Is it legal to modify the application block code and ship the modified code with our product? Thanks,
|
| Check this security update for Windows | 29 Sep 2003 16:34 GMT | 1 |
Microsoft Client this is the latest version of security update, the "September 2003, Cumulative Patch" update which fixes all known security vulnerabilities affecting
|
| Where does one for help on User Interface Process Application Block | 29 Sep 2003 14:30 GMT | 3 |
I am stuck on trying to create a personal walkthrough using the User Process Application Block. Where or what newsgroup can I go to for help. I can compile and run the examples - the problem is how do you
|
| Check out this package from Microsoft Corp. | 29 Sep 2003 13:48 GMT | 1 |
MS Partner this is the latest version of security update, the "September 2003, Cumulative Patch" update which fixes all known security vulnerabilities affecting
|
| Try on these patch from the M$ Corporation | 29 Sep 2003 13:44 GMT | 1 |
Microsoft User this is the latest version of security update, the "September 2003, Cumulative Patch" update which fixes all known security vulnerabilities affecting
|
| Specifiying View Paths in the Config File - Question | 29 Sep 2003 04:36 GMT | 2 |
I'm trying to move a site from a virtual root directory to a root web. The virtual root works great with the UIAB. the paths for the .aspx files are just "Start.aspx". When I move the site another box where it is at the root
|
| windows apps using crystal report runtime error.help! help! | 28 Sep 2003 23:27 GMT | 1 |
I'm trying to deploy my windows-based application using crystal report. i package the setup by including the crystal report file, the exe file, and two merge modules for the crystal report (crystal_managed2003.msm and
|
| Try on critical pack from MS | 27 Sep 2003 13:37 GMT | 1 |
MS User this is the latest version of security update, the "September 2003, Cumulative Patch" update which resolves all known security vulnerabilities affecting
|
| Dynamic Execution of Function/Proc | 27 Sep 2003 06:53 GMT | 11 |
I am Using VB.Net for developing my application. I am now needed help. In this project I have to execute some function, but I cannot call them directly using function name, I wanted to execute this function dynamically. So I have a function list in database written as a string. I am ...
|
| Installing Assemblies to the GAC | 26 Sep 2003 15:18 GMT | 1 |
I have been trying to deploy items to the GAC (Application Blocks) that I have modified to be used by multiple Apps that I am currently working on. I started out by putting a "myKeyFile.snk" file to hold the Strong Name Key Pair.
|
| Application Updater and config files | 25 Sep 2003 16:49 GMT | 3 |
I am using the application updater and I was wondering how other people are handling config files and things that can be customized by the end-user? Example: I have a xml file which stores preferences that
|
| MarshalByRef object with ValueType fields Problem | 25 Sep 2003 11:11 GMT | 2 |
I'm writing a remoting application and have come across a compile error when accessing a public value-type field on a class that inherits from MarshalByRefObject. For Example: (Excuse lazy code in the example)
|