User Profile

Collapse

Profile Sidebar

Collapse
MrWoff
MrWoff
Last Activity: Sep 2 '11, 09:48 PM
Joined: Jun 18 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • MrWoff
    replied to Write an array from textbox to a textf file
    Code:
    tw.WriteLine(
    textBox46.Text + " " + textBox
    45.Text + " " + textBox44.Text
     + " " + textBox43.Text +
     " " + textBox42.Text + "
     " + textBox41.Text + " "
     + textBox40.Text + " " +
     textBox39.Text + " " + t
    extBox38.Text + " " + textBox3
    7.Text + " " + textBox33.Text&
    nbsp;+ " "
    ...
    See more | Go to post

    Leave a comment:


  • Application with other user name and password login -How-?

    i can create a user with

    Code:
                    DirectoryEntry AD = new DirectoryEntry("WinNT://" + Environment.MachineName + ",computer");
                    AD.AuthenticationType = AuthenticationTypes.Anonymous;
                    DirectoryEntry ATatorithät = AD.Children.Add("ATUserP3", "user");
                    ATatorithät.Invoke("SetPassword", new object[] { "ATuser"
    ...
    See more | Go to post
No activity results to display
Show More
Working...