|
|
| 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... |
| Microsoft .NET Windows Forms |
|
| 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 *** |
| Microsoft .NET Csharp |
|
| 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.... |
| Microsoft Excel |
|
| 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 ... |
| Microsoft Excel |
|
| 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 ... |
| Microsoft Exchange Admin |
|
| 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 ... |
| Microsoft Exchange Misc |
|
| 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... |
| Microsoft Exchange Misc |
|
| 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... |
| Microsoft Exchange Misc |
|
| 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... |
| Microsoft Exchange Misc |
|
| 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: |
| Microsoft Exchange Misc |
|
|
|
| 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... |
| Microsoft Exchange Misc |
|
| 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, ... |
| Microsoft Exchange Misc |
|
| 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: |
| Microsoft Exchange Misc |
|
| 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: |
| Microsoft Exchange Misc |
|
| 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... |
| Microsoft Inetserver Iis |
|
|
|
|
|
| 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... |
| Microsoft Inetserver Iis |
|
|
|
|
|