Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
Group SummariesView
.NET Framework
Access
BizTalk
Certifications
CRM
DDK
Exchange Server
FoxPro
French
French .NET
Games
German
German .NET
Graphic Design
IIS
Internet
ISA Server
Italian
Italian .NET
Maps
MCIS
Miscellaneous
Mobile Apps
Money
MSN
Networking
Office
Ops Mgr
Publisher
Security
SharePoint
Small Business
Spanish
Spanish .NET
SQL Server
Systems Management Server
Transaction Server
Virtual PC / Virtual Server
Visual Studio
Win32
Windows 2000
Windows 2003 Server
Windows 7
Windows Live
Windows Media
Windows Update
Windows Vista
Windows XP
 


All Groups
Re: How do I update a MainForm label from within a UserControl?
Bruce Wood wrote: > Tweak your code to get rid of the casts: Done. Thanks. > I think you'll find that UserControls are the easiest way to do this. > It may be difficult, but the other ways are worse. :-) Yep. UserControls are a more efficient and elegant solution so far and I really want to use them, but I still have to test a couple of other use cases before I commit to using them i...
Re: Format
You can use the PadLeft method to get the formatting you need: int i = 100; string s = i.ToString().PadLeft(8, ' '); will give you a string 8 characters long, with i right justified, so in this case there will be five spaces before the number. *** Sent via Developersdex http://www.developersdex.com ***
Assigning a points scoring system
HI New user to this forum and after some help on my attached file. I want to assign a points scoring system to my sales staff. In column E i have the sales person's average units per sale. I have a table to far right with a scoring system based on there units per sale. Can i insert a formula in column F that will assign the proper point score the the salespersons unit per sale result....
Re: Sorting
I've had a re-think on this. You need a helper column. In this should be a formula concatenating all the fields to be sorted. =A1&B1&C1 ... This will sort the whole in ascending or descending order only. You will need to include the value of dates (not the actual dates) - &VALUE(A1) or &VALUE("01/04/2006") as applicable If you need to sort in descending order you will have ...
Re: Major Exchange 2003 crashing problems
On Wed, 19 Apr 2006 08:46:02 -0700, Jerry Farkas wrote: >Andy, do you think theres a hotfix for this or am I to call PSS for them to >maybe fix my issue? Yes, I would call them to see what may be causing this. > >"Andy David - MVP" wrote: > >> On Wed, 19 Apr 2006 07:48:02 -0700, Jerry Farkas >> wrote: >> >> >Hiyas, I have all my users on Exchange 2003. I only have about 150 ...
Re: Deleted Items
In news:ecJCL7LgGHA.4940@TK2MSFTNGP05.phx.gbl, Jaz typed: Yes, you can use mailbox manager policies for this - however I've heard that it may cause users problems when they want to use 'recover deleted items'. I usually just assign mailbox quotas and make the users manage their own mailboxes - they'll eventually have to do something! I also tell them that if they want to store ...
oab and sp2
i am having an issue with the oab on client machines. We are running exchange 2003 sp2, and most clients are running outlook 2003 sp1. What we have found is that the clients running outlook 2003 sp1 have not had their oab updated for some time and consequently are unable to see any new additions to the gal, even on brand new profiles, the oab reaches a max size of about 19MB and th...
Re: Back-end Server
You do not need to purchase the Enterprise edition of Exchange if you want a frontend, Exchange 2003 Standard edition can work as a frontend. -- Mark Fugatt Microsoft Limited This posting is provided "AS IS" with no warranties, and confers no rights. "Kevin" wrote in message news:%23YxPpPsgGHA.4864@TK2MSFTNGP05.phx.gbl...
Re: Creating E-mail Groups
Al The best way to do this is to great a Distribution Group via Active Directory Users and Computers. -- Mark Fugatt Microsoft Limited This posting is provided "AS IS" with no warranties, and confers no rights. "Al" wrote in message news:AA222CDD-6BC5-4373-AC7E-C403B751F1EB@microsoft.com...
Re: Exchange 2000 -> 2003 migration problem
Thanks to try help me.... but problem is now solved. There was virtual-smtp settings wrong......damn.... Funny thing is, if i put those settings like in test enviroment, mails will be not delivered, but now everything works. Thanks to you and have a nice day to you. BR: Ate "Leif Pedersen [MVP]" wrote:
Office Resource Kit
Can you use the Microsoft Office XP resource kit to add group policy administrative templates for Office 2000? Thanks, Jasper
duplicate emails
I have Exchange 2003 Standard edition. Most clients are accessing it via POP3 - using Outlook 2003. Every time someone needs a new workstation or remote computer setup their entire inbox is downloaded - but - it will get so far then start redownloading emails. I have to babysit every new setup and go to OWA and delete the several emails that it stops on - then it continues until...
OWA on x64 Edition
Due to a major hardware failure, I was forced to reload my main server. While doing so, I upgraded to x64 Edition as I am running it on 64bit hardware. I have my exchange server running on a different server but would like to setup OWA to go through the server running x64 Edition as this is my primary IIS server. Is this possible? Will I need to wait for Exchange 2007? If so, ...
Re: Shared mailbox
Couldn't find any permissions to modify within the Exchange Server for that mailbox. So I added a Group as the NT user and assigned the people that need access to that group. So far it seems to be working. "Leif Pedersen [MVP]" wrote:
Re: migrate exchange 5.5 to 2003
Hi Leif, Thks for your reply. I think its most likely something to do with my connection agreement in my ADC. Currently there is only 1 CA in my ADC. Can i know how can i delete it? I don't seem to be able to delete it. "Leif Pedersen [MVP]" wrote:
Re: IIS 5.1 Documentation is broken.
The reason why this happens is that there was a vulnerability in the way Internet Explorer was showing HTML Help files which cause malicious code to run on your computer. This is discussed in the Microsoft Security Bulletin: MS05-026: A vulnerability in HTML Help could allow remote code execution http://support.microsoft.com/kb/892675/ For a fix see http://blog.crowe.co.nz/ar...
Re: IIS 5.1 Documentation is broken.
Thanks! It worked great. Well... Sort off. How do I stop it from opening the file in the current pane? I hope this doesnt affect in Vista/Longhorn Server. "Chris Crowe [MVP 1997 -> 2006]" wrote:
Re: PHP, IIS, Web Folders file upload problem: an error occurred copying some or all of the selected files
I got it solved. I just unchecked "check if file exists" checkbox from folder properties. -P IIS-lordi kirjoitti:
Re: Serving Trusted Root Master Certificates using IIS 6
For the 500 error, disable "Show Friendly HTTP Errors" in your browser, and reload the page. What do you see know? For the file opening in your browser: that has nothing to do with IIS (provided you configured the correct MIME type). It is up to the client to decide what to do with the returned file (in Windows, you can go to Tools -> Folder Options -> File Types, and locate the fi...
Re: IIS and ISCSI
Hi, We have done so and see no problems. We are thinking of an authentication problem. It looks like this problem only occures when there are many visitors.