Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
K

kidult

@kidult
About
Posts
14
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How can I clear a file's content?
    K kidult

    You got it,you are right,I made a mistake...Thank you after all.

    C# question

  • How can I clear a file's content?
    K kidult

    You got it,you are right,I made a mistake...

    C# question

  • How can I clear a file's content?
    K kidult
            if (File.Exists(paraFile))
                File.Delete(paraFile);
            using (FileStream fs = new FileStream(paraFile, FileMode.Create))
            {
                //fs.Seek(0, SeekOrigin.Begin);
                //fs.SetLength(0);
                using (StreamWriter sw = new StreamWriter(fs))
                {
                    //声明数据流文件写入方法
                    sw.WriteLine(markLineOfRobotReason);
                    sw.WriteLine("");
                    foreach (string reason in robotRegisterReasons)
                        sw.WriteLine(reason);
                    sw.WriteLine("");
                    sw.WriteLine(markLineOfHumanReason);
                    sw.WriteLine("");
                    foreach (string reason in humanRegisterReasons)
                        sw.WriteLine(reason);
                    test++;
                    sw.WriteLine("");
                    sw.Write("第" + test + "次写末尾参数");
                    sw.WriteLine(markLineOfExecRate);
                    sw.WriteLine("");
                    sw.WriteLine(comboBox1.SelectedItem.ToString());
                    sw.WriteLine("");
                    sw.WriteLine(markLineOfIfShown);
                    sw.WriteLine("");
                    sw.WriteLine(checkBox1.Checked);
                }
            }
    

    result is like this:

    Quote:

    第3次写末尾参数------------运行频率(小时):------------ 1 ------------是否显示作业窗口:------------ True 第6次写末尾参数------------运行频率(小时):------------ 1 ------------是否显示作业窗口:------------ True 第3次写末尾参数------------运行频率(小时):------------ 1 ------------是否显示作业窗口:------------ True

    why?I think it should only 1 times...

    C# question

  • how to get popup window's infomation with webbrowser?
    K kidult

    oh,let me explain,I want to use Webpage automation operation to deal with my page,so I select c# to do this job with the webbrowser control.

    C# question tutorial

  • how to get popup window's infomation with webbrowser?
    K kidult

    After beat a button in webbrowser's page,a confirm window popup,I can't see it's infomation in ie's source code.How can I get this window's infomation?Thank you.

    C# question tutorial

  • How to use webbrowser to get this popup window's element?
    K kidult

    such as:here,beat right-up corner's 登录(login) button,then would popup a window, how to use webbrowser to get it's element?

    C# com tutorial question

  • how about this book?
    K kidult

    oh~I have reply you 2 days ago,but because of net delay not display up,sorry.I read reviews about it on DangDang,very good.bye the way,I just write a small program which would auto check my bbs's register users,not very complex,so it is enough,I think,hehe.Thank you very much,anyway :)

    C# csharp question learning

  • how about this book?
    K kidult

    you are modest,hehe

    C# csharp question learning

  • how about this book?
    K kidult

    sorry,discoveried by you,my English is poor,I need study English more time later.

    C# csharp question learning

  • how about this book?
    K kidult

    very good,i am reading,3q

    C# csharp question learning

  • how about this book?
    K kidult

    sorry,net delay

    C# csharp question learning

  • how about this book?
    K kidult

    read book then practice,3q

    C# csharp question learning

  • how about this book?
    K kidult

    Professional C# 4.0 and .NET 4 I have written a small program,now want to learn more about it.Please introduce some book,thany you very much.

    C# csharp question learning

  • how about this book?
    K kidult

    Professional C# 4.0 and .NET 4 I have written a small program with c#,now want to study more about it.

    C# csharp question learning
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups