NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace txtbxözellikleri
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void Form1_Load(object sender, EventArgs e)
{
// açılışta paneli gizle
panel1.Visible = false;
}

private void checkBox1_CheckedChanged(object sender, EventArgs e)
{
//checkbx1 seçimi değişti
//seçildi ise txtbxa şifre karakteri ata
if (checkBox1.Checked)
textBox1.PasswordChar = '*';
else textBox1.PasswordChar = '';
//seçimden çıkarıldı ise null karakter atıyoruz
}

private void checkBox1_MouseHover(object sender, EventArgs e)
{
//fare üzerine geldi şifreyi göster
//textBox1.PasswordChar = '';

}

private void checkBox1_MouseLeave(object sender, EventArgs e)
{
//fare gitti şifreyi gizle
//textBox1.PasswordChar = '*';
}

private void checkBox2_CheckedChanged(object sender, EventArgs e)
{
/*
txtbx1 çok satır yap en boy büyüt,içine şiir yapıştır
kopyaladıgımız yazıyı yapıştırıcagımız paneli görünür yap
*/

if (checkBox2.Checked)
{
textBox1.Multiline = true;
textBox1.Size = new Size(300, 300);
textBox1.ScrollBars = ScrollBars.Both;
textBox1.Text = "HÜRRİYETE DOĞRUrnGün doğmadan,rnDeniz daha bembeyazken çıkacaksın yola.rnKürekleri tutmanın şehveti avuçlarında,rnİçinde bir iş görmenin saadeti,rnGideceksin;rnGideceksin ırıpların çalkantısında.rn"+
"Balıklar çıkacak yoluna, karşıcı;rnSevineceksin.rnAğları silkeledikçernDeniz gelecek eline pul pul;rnRuhları sustuğu vakit martıların,rnKayalıklardaki mezarlarında,rnBirden,rn"+
"Bir kıyamettir kopacak ufuklarda.rnDenizkızları mı dersin, kuşlar mı dersin;rnBayramlar seyranlar mı dersin, şenlikler cümbüşler mi?rnGelin alayları, teller, duvaklar, donanmalar mı?rn"+
"Heeeey!rnNe duruyorsun be, at kendini denize;rnGeride bekliyenin varmış, aldırma;rnGörmüyor musun, her yanda hürriyet;rnYelken ol, kürek ol, dümen ol, balık ol, su ol;rnGit gidebildiğin yere.rn";
//paneli gösterelim
panel1.Visible = true;
label1.Text = "Yukarıda txtbx1den seçtiğimiz yazıyı"
+ " alltaki metin kutusuna yapıştırmak için"
+ " alttaki butona tıklayınız";
button1.Text = "Kopyala/Yapıştır";
}
else
{
//seçimden çıkarıldı ise txtbx1 i tek satır yap
//paneli gizle
textBox1.Multiline = false;
panel1.Visible = false;
//txtbx1 in alabileceği maksimum karakter sayısını
//oku/ata textbox1.MaxLength 32760
}
}

private void button1_Click(object sender, EventArgs e)
{
// kopyala yapıştır butonu
// txtbox1 de seçilen yazının ilk harfi txtbx1 in kaçıncı harfi
int bas = textBox1.SelectionStart;
// kaç harf seçildiğini
int boy = textBox1.SelectionLength;
string seçim = textBox1.SelectedText;
textBox2.Text = seçim; // yapıştırdık
label2.Text = bas.ToString() + ". karakterden başlanarak"
+ boy.ToString() + " adet karakter seçilimiştir";
//txbx1 de seçilen yazı,farklı bir kontrole tıklandığında
//seçim gizleniyor.Bunun olmasını istemiyorsak
//seçimi görmeye devam etmek için:
textBox1.HideSelection = false;//seçimi gizleme
}

}
}
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.