Re: Looking for new line symbol
From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 06/18/04
- Previous message: Romu: "RE: PlatformName... / fulscreen forms"
- Maybe in reply to: Systemspecialist: "Looking for new line symbol"
- Next in thread: Systemspecialist: "Re: Looking for new line symbol"
- Reply: Systemspecialist: "Re: Looking for new line symbol"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 18 Jun 2004 08:48:24 +0100
Systemspecialist <Systemspecialist@discussions.microsoft.com> wrote:
> I received this error:
>
> ArgumentOutOfRangeException
With no more message than that? Usually it specifies which argument is
out of range.
Just looking at your code again, you're using textBox5.SelectionStart
as the first index to look at - but in a different text box. Perhaps
that's the problem?
Could you post a short but complete program which demonstrates the
problem?
See http://www.pobox.com/~skeet/csharp/complete.html for details of
what I mean by that.
-- Jon Skeet - <skeet@pobox.com> http://www.pobox.com/~skeet If replying to the group, please do not mail me too
- Previous message: Romu: "RE: PlatformName... / fulscreen forms"
- Maybe in reply to: Systemspecialist: "Looking for new line symbol"
- Next in thread: Systemspecialist: "Re: Looking for new line symbol"
- Reply: Systemspecialist: "Re: Looking for new line symbol"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|