Click here to Skip to main content
15,892,480 members
Home / Discussions / C#
   

C#

 
AnswerRe: Using Text Files Pin
OriginalGriff28-Aug-09 5:07
mveOriginalGriff28-Aug-09 5:07 
GeneralRe: Using Text Files Pin
gamer112728-Aug-09 5:19
gamer112728-Aug-09 5:19 
GeneralRe: Using Text Files Pin
OriginalGriff28-Aug-09 5:34
mveOriginalGriff28-Aug-09 5:34 
GeneralRe: Using Text Files Pin
Luc Pattyn28-Aug-09 7:40
sitebuilderLuc Pattyn28-Aug-09 7:40 
GeneralRe: Using Text Files Pin
OriginalGriff28-Aug-09 8:19
mveOriginalGriff28-Aug-09 8:19 
QuestionChange richtextbox colors - C# Pin
OrkanA28-Aug-09 4:39
OrkanA28-Aug-09 4:39 
AnswerRe: Change richtextbox colors - C# Pin
OrkanA29-Aug-09 4:57
OrkanA29-Aug-09 4:57 
QuestionDataBinding removal error Pin
kanchoette28-Aug-09 4:29
kanchoette28-Aug-09 4:29 
I have a textBox databound to a datatable via the properties window. It works well.
I now need to remove this databinding. When doing this, via the properties window, and setting the Text section of DataBindings back to 'None' I get this error when re-running the solution:

'object reference not set to an instance of an object' for line:

firstPaymentDateTextBox.DataBindings["Text"].Format += new ConvertEventHandler(DebtConvert.DateToString);

it seems that VS 2008 does not remove this line when resetting the databinding via the designer properties window. It there a way around this please? As I have a lot of databindings to remove it seems a little tedious for such a, otherwise, powerful IDE.
AnswerRe: DataBinding removal error Pin
Keith Barrow28-Aug-09 4:34
professionalKeith Barrow28-Aug-09 4:34 
GeneralRe: DataBinding removal error Pin
kanchoette30-Aug-09 4:21
kanchoette30-Aug-09 4:21 
QuestionI need to resize a large image of more than 2MEGABYTE and I can not upload it to the program Pin
gilvani28-Aug-09 3:54
gilvani28-Aug-09 3:54 
AnswerRe: I need to resize a large image of more than 2MEGABYTE and I can not upload it to the program Pin
Luc Pattyn28-Aug-09 4:07
sitebuilderLuc Pattyn28-Aug-09 4:07 
AnswerRe: I need to resize a large image of more than 2MEGABYTE and I can not upload it to the program Pin
OriginalGriff28-Aug-09 5:10
mveOriginalGriff28-Aug-09 5:10 
GeneralRe: I need to resize a large image of more than 2MEGABYTE and I can not upload it to the program Pin
gilvani28-Aug-09 7:02
gilvani28-Aug-09 7:02 
GeneralRe: I need to resize a large image of more than 2MEGABYTE and I can not upload it to the program Pin
Dave Kreskowiak28-Aug-09 7:12
mveDave Kreskowiak28-Aug-09 7:12 
GeneralRe: I need to resize a large image of more than 2MEGABYTE and I can not upload it to the program Pin
gilvani28-Aug-09 7:28
gilvani28-Aug-09 7:28 
GeneralRe: I need to resize a large image of more than 2MEGABYTE and I can not upload it to the program Pin
Dan Neely28-Aug-09 8:37
Dan Neely28-Aug-09 8:37 
GeneralRe: I need to resize a large image of more than 2MEGABYTE and I can not upload it to the program Pin
Dave Kreskowiak28-Aug-09 12:07
mveDave Kreskowiak28-Aug-09 12:07 
GeneralRe: I need to resize a large image of more than 2MEGABYTE and I can not upload it to the program Pin
gilvani28-Aug-09 8:53
gilvani28-Aug-09 8:53 
GeneralRe: I need to resize a large image of more than 2MEGABYTE and I can not upload it to the program Pin
OriginalGriff28-Aug-09 8:27
mveOriginalGriff28-Aug-09 8:27 
GeneralRe: I need to resize a large image of more than 2MEGABYTE and I can not upload it to the program Pin
gilvani28-Aug-09 8:56
gilvani28-Aug-09 8:56 
GeneralRe: I need to resize a large image of more than 2MEGABYTE and I can not upload it to the program Pin
DaveyM6928-Aug-09 13:24
professionalDaveyM6928-Aug-09 13:24 
QuestionProblem in connect with Remote server?? Pin
RA|-|UL PATEL28-Aug-09 3:32
RA|-|UL PATEL28-Aug-09 3:32 
AnswerRe: Problem in connect with Remote server?? Pin
Searril28-Aug-09 3:57
Searril28-Aug-09 3:57 
AnswerRe: Problem in connect with Remote server?? Pin
DoctorMick28-Aug-09 5:31
DoctorMick28-Aug-09 5:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.