all groups > dotnet distributed apps > december 2003 > threads for december 22 - 28, 2003
Filter by week: 1 2 3 4 5
Building distributed application with .NET
Posted by Trung Phan at 12/26/2003 3:26:15 PM
Hi,
I would like to build a distributed application with .NET. But I do not know
how to begin? Could you please tell me where I can get a good concepts about
build and deploy a a distributed application with .NET?
Thanks in advance,
Trung Luu
... more >>
User Interface Process Application Block
Posted by george r smith at 12/23/2003 2:22:20 PM
How would you go about create multiple instances of a form in the UIP.
We would like to have multiple forms of let us say order processing open at
the
same time.
ps I have tried a MDI approach and have given up on that in the UIP
thanks
grs
... more >>
Trouble in Topeka
Posted by JasonAgnelly at 12/23/2003 7:58:28 AM
Doesn't seem to be many .NET developers in Topeka, KS. Anyone know of any contractors who can do a ASP.NET job for me?
---
Posted using Wimdows.net NntpNews Component - Posted from .NET's Largest Community Website: http://www.dotnetjunkies.com/newsgroups/... more >>
Problem with MSMQ
Posted by Alberto at 12/23/2003 12:05:24 AM
Hi there,
I have a process running on my computer that's constantly
receiving messages from a MSMQ queue. Everything works
fine until Norton Antivirus runs to perform a daily check
of the system; right after that, if the process was
waiting for a receive operation to complete, it receives... more >>
Books on UI Process Application Block
Posted by kfkyle at 12/22/2003 2:24:18 PM
Although I think the documentation is very good for the
blocks, I was wondering if there have been any books
published with some larger scale implementations of the UI
block which would also include the online documentation as
well.... more >>
User Interface Process - MDI
Posted by george r smith at 12/22/2003 1:27:39 PM
I am trying to get a MDI going in the UIP.
Have set the IsMdiContainer property to true in the MainForm.
On a tree view in main form I have following method.
private void tvMain_DoubleClick(object sender, System.EventArgs e)
{
MainFormController.ShowVendorMainForm();
}
Leads to:
pub... more >>
|