Vowel Finder [SOURCE]

  • Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

TheMystery

Retired Staff
Active Member
Dec 6, 2013
648
364
133
Hey CC Here Is A Simple Code For If You Wanted To Make A Vowel Finder;)

Code:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace Vowel_Counter
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void button1_Click(object sender, EventArgs e)
{
try
{
GetVowel(textBox1.Text);
}
catch
{
MessageBox.Show("Please Enter a string!", "Error!", MessageBoxButtons.OK, MessageBoxIcon.Error);
}
}

private void GetVowel(string voweltext)
{
//Arrange the text into a character array
char[] Arr = voweltext.ToCharArray();
//Start our vowel count
int VowelCount = 0;
//Reset out text strings
textBox2.Text = null;
label2.Text = "Vowels:";

for (int i = 0; i < Arr.Length; i++)
{
switch (Arr[i].ToString().ToLower())
{
case "a":
case "e":
case "i":
case "o":
case "u":
//Input the vowel in textbox2
textBox2.Text += Arr[i].ToString() + "; ";
//Increase the vowel count by one
VowelCount++;
break;
}
}

//Remove the last character of our string
string NewText = textBox2.Text.Substring(0, textBox2.Text.Length - 2);
//Set the new text
textBox2.Text = NewText;
//Update label text to include the number of vowels.
label2.Text += ' ' + VowelCount.ToString();
}
}
}


Enjoy! :)
 

Nostafaru

Moderating the Crunch Bunch.
Retired Staff
Community Elite
Community Veteran
Determined Poster
Active Member
Console ID Poster
Apr 6, 2014
2,020
1,783
443
General chit-chat
Help Users
  • @ Vuticopik:
    может быть, мы сможем поговорить
  • @ QM|T_JinX:
    if you have blus then donwload blus
    +1
  • @ QM|T_JinX:
    on google type in gta 5 ps3 all updates youwill see a link for all downloads
    +1
  • @ Vuticopik:
    I already found it, I'll check later
  • @ QM|T_JinX:
    goodluck
    +1
  • @ Vuticopik:
    goodbuy
  • @ QM|T_JinX:
    see ya
  • @ EMRR:
    Hey QM|T_Jinx
  • @ EMRR:
    I fixed the firmware version problem
  • @ QM|T_JinX:
    nice bro
  • @ EMRR:
    I'm just downloaded this pkg file and install it, it's 3kb and works very well. It's spoofing the firmware version. Here is the pkg file > https://www.mediafire.com/file/db4d6mp7blwrkzn/online_4_87_by_papo.pkg/file
  • @ EMRR:
    I think it's for 4.80-4.89 HFW, not compatible with any other version.
  • @ QM|T_JinX:
    o like sen spoofing you mean
  • @ EMRR:
    Yeah
  • @ QM|T_JinX:
    nice man well as long as it working you golden right
  • @ EMRR:
    I can login to PSN now with 4.89 Firmware, but i have to create a account. I will create a account later.
  • @ QM|T_JinX:
    ok well a account is made in couple sec so
  • @ EMRR:
    I created a account but sony doesn't sending the e-mail verification code like 30 hours.
  • @ EMRR:
    I pressed "Send Again" but it's not sending anything.
  • @ QM|T_JinX:
    look in trash mail
  • @ EMRR:
    I looked
  • @ QM|T_JinX:
    yea it can take a while to get that mail i had that happen to me too
  • @ EMRR:
    Yes, i see this issue
    before.
  • @ QM|T_JinX:
    yea it sucks maybe do a couple times send again at one point you will get it
  • @ EMRR:
    I do it like 30 times .d
    @ EMRR: I do it like 30 times .d