Click here to Skip to main content
15,887,683 members
Home / Discussions / C#
   

C#

 
AnswerRe: hacking of yahoo Pin
RaviRanjanKr24-Nov-10 6:42
professionalRaviRanjanKr24-Nov-10 6:42 
QuestionHow to convert string to an int with operators? [modified] Pin
venomation22-Nov-10 12:14
venomation22-Nov-10 12:14 
AnswerRe: How to convert string to an int with operators? Pin
PIEBALDconsult22-Nov-10 15:50
mvePIEBALDconsult22-Nov-10 15:50 
GeneralRe: How to convert string to an int with operators? Pin
venomation22-Nov-10 23:52
venomation22-Nov-10 23:52 
AnswerRe: How to convert string to an int with operators? [modified] Pin
Luc Pattyn22-Nov-10 16:03
sitebuilderLuc Pattyn22-Nov-10 16:03 
GeneralRe: How to convert string to an int with operators? Pin
venomation22-Nov-10 23:54
venomation22-Nov-10 23:54 
AnswerRe: How to convert string to an int with operators? Pin
Luc Pattyn23-Nov-10 4:54
sitebuilderLuc Pattyn23-Nov-10 4:54 
QuestionNewbi Label question Pin
vegetable99922-Nov-10 9:34
vegetable99922-Nov-10 9:34 
Hello.
I use VS 2010 C# and try to change Label text (Label is visually created in form editor and has monitoringFile name)
namespace WindowsFormsApplication1
{
    public partial class Form1 : Form
    {
        private void Form1_Load(object sender, EventArgs e)
        {
            monitoringFile.Text = @"xxx";
        }


This works perfectly, BUT.
If i later decide to change it again as a result of some event (in same Form1 class), the program just exits.

public void CreateFileWatcher(String file)
        {
            monitoringFile.Text = @"zzz";
        }

VS recognizes monitoringFile in both cases and doesnt give error on compile;
Thank you for any help.
AnswerRe: Newbi Label question Pin
OriginalGriff22-Nov-10 9:38
mveOriginalGriff22-Nov-10 9:38 
GeneralRe: Newbi Label question Pin
vegetable99922-Nov-10 9:45
vegetable99922-Nov-10 9:45 
GeneralRe: Newbi Label question Pin
Pete O'Hanlon22-Nov-10 9:50
mvePete O'Hanlon22-Nov-10 9:50 
GeneralRe: Newbi Label question Pin
OriginalGriff22-Nov-10 9:51
mveOriginalGriff22-Nov-10 9:51 
GeneralRe: Newbi Label question Pin
vegetable99922-Nov-10 9:56
vegetable99922-Nov-10 9:56 
GeneralRe: Newbi Label question Pin
OriginalGriff22-Nov-10 10:09
mveOriginalGriff22-Nov-10 10:09 
GeneralRe: Newbi Label question Pin
vegetable99922-Nov-10 10:15
vegetable99922-Nov-10 10:15 
GeneralRe: Newbi Label question Pin
Luc Pattyn22-Nov-10 10:20
sitebuilderLuc Pattyn22-Nov-10 10:20 
GeneralRe: Newbi Label question Pin
OriginalGriff22-Nov-10 9:59
mveOriginalGriff22-Nov-10 9:59 
AnswerRe: Newbi Label question Pin
fjdiewornncalwe22-Nov-10 9:39
professionalfjdiewornncalwe22-Nov-10 9:39 
GeneralRe: Newbi Label question Pin
vegetable99922-Nov-10 9:54
vegetable99922-Nov-10 9:54 
AnswerRe: Newbi Label question Pin
Luc Pattyn22-Nov-10 10:10
sitebuilderLuc Pattyn22-Nov-10 10:10 
QuestionOk, now it's my turn to complain about C# Pin
Ray Cassick22-Nov-10 9:29
Ray Cassick22-Nov-10 9:29 
AnswerRe: Ok, now it's my turn to complain about C# Pin
Pete O'Hanlon22-Nov-10 9:34
mvePete O'Hanlon22-Nov-10 9:34 
GeneralRe: Ok, now it's my turn to complain about C# Pin
Ray Cassick22-Nov-10 12:11
Ray Cassick22-Nov-10 12:11 
AnswerRe: Ok, now it's my turn to complain about C# Pin
Giorgio Orizio22-Nov-10 12:01
Giorgio Orizio22-Nov-10 12:01 
AnswerRe: Ok, now it's my turn to complain about C# Pin
PIEBALDconsult22-Nov-10 15:55
mvePIEBALDconsult22-Nov-10 15:55 

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.