| Thread | Last Post | Replies |
|
| Business Rules & Referential Integrity | 21 Nov 2004 18:56 GMT | 2 |
Good Day All. I have been trying to find general answers to a very specific question about application design and implementation using DotNet. My situation is that I would like to design and implement a Web Application.
|
| UIPAB - How to reference a parent window from its child? Is it possible? pls some help! | 19 Nov 2004 16:04 GMT | 1 |
Just after navigating to a view how can I call a method in the destination view? If I simulate a dialog box keeping the calling view open and opening the next view as modal how to call a method immediately after I navigate back to
|
| Remote Services Design Advice Needed | 19 Nov 2004 15:40 GMT | 1 |
We're setting up a n-tier architecture where we'll have a central .Net application server hosting a number of common dlls. Our thinking at the moment is to have a windows service on the server that instatiates classes in these common dlls and makes them available for
|
| multithreading app not working correctly when installed | 17 Nov 2004 19:43 GMT | 1 |
I have a multithreaded app that works fine when running within VB.NET, but when I try and install it, there is a point in the code where it just stops working. it doesn't error out, but stops running the code. The RunEntry() method calls methods from an instance of RunService(). ...
|
| Cross Platform Application | 17 Nov 2004 18:55 GMT | 1 |
I want to develop an application in .net which will connect to non-microsoft operating system. can anyone help????
|
| UIP, how to combine the wizard + userControls navigator | 17 Nov 2004 13:14 GMT | 1 |
Hiya, I am using the follwoing uip app block samples: 1) advancedhostDemo (userControlsNav) 2) UIProcessQuickstarts_InsurancePurchaseWizard (wizardNav)
|
| Application Architecture question | 17 Nov 2004 01:19 GMT | 3 |
The company I work for has a requirement for a web application that will run on our public Internet servers but the same code base (more or less) should be able to be deployed and run on standalone desktop machines for about 4000 users. We need database support and dynamic
|
| Calling user control from VBScript (managed and un-managed) | 16 Nov 2004 20:44 GMT | 1 |
I have a C# user control (a little app I made to display video). In this code I am using a third party .dll, which is written in C++ (un-managed). I am tring to put this control on a web page and somehow the managed code is working OK but when it arrives the part of the
|
| UIPAB - how to obtain a reference to a parent window from another opened as modal? | 16 Nov 2004 20:30 GMT | 3 |
I use a pupup window (navigate to a modal view, keping the parent visible) to ask for some values, after that, when closing the pupup, I navigate back to the parent view. I don?t know how to fire an event when the parent window is again the active one, or how to call a method in the ...
|
| Best Way to Distribute a Winform Application | 15 Nov 2004 17:13 GMT | 2 |
I have a winform application that accesses a SQL server database. I need to deploy it on an intranet. It is an application that will be access by several end users. I would like to deploy it in one common place and let end users execute the same exe thus making it easy it ...
|
| Newbie .NET Question Regarding Application Distribution | 15 Nov 2004 15:53 GMT | 1 |
This may be a dumb question and may not even be on topic in this particular newsgroup. Please forgive me, but I cannot seem to find a straight answer for myself. What I would like to know is, With the Standard Editions of the .NET development tools, Can I distribute programs ...
|
| Distributed queries | 11 Nov 2004 22:47 GMT | 3 |
Some of my coworkers want to use distributed queries within stored procedures. For example, stored proc "A" will join with a table from another database, possibly on another server, and return the rows. I am more comfortable using more "obvious" logic that resides in a business ...
|
| UIP v2 ( muliple projects in 1 solution issue) | 11 Nov 2004 11:00 GMT | 1 |
I’m trying to use the UIP (v2) to develop a web application. This application is being built by a team of developers. In order to facilitate ease of development, we have created 1 solution with multiple projects. The problem I’m having is when I try to “navigate” to a view ...
|
| SecureSocket over a proxy server | 10 Nov 2004 20:41 GMT | 1 |
I am trying to move an existing piece of code which use System.Net.Sockets.Socket (.NET 1.1) into something which would use a securesocket. I have managed to use the SecureSocket made by
|
| Windows Forms base class to quickly use the UAB. | 10 Nov 2004 09:02 GMT | 1 |
I created a base form class that allows me to easily incorporate the Updater Application Block into my Windows Forms applications. This class is based on the QuickStart examples provided by Microsoft. Simply inherit your main application window from this class and your ...
|