Click here to Skip to main content
16,010,650 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: 128 bit encryption & decryption..... Pin
Dmitry Khudorozhkov4-Apr-07 23:21
Dmitry Khudorozhkov4-Apr-07 23:21 
Questionhelp!! plz :( Pin
xendeasis4-Apr-07 18:02
xendeasis4-Apr-07 18:02 
AnswerRe: help!! plz :( Pin
Johan Hakkesteegt4-Apr-07 19:49
Johan Hakkesteegt4-Apr-07 19:49 
GeneralRe: help!! plz :( Pin
xendeasis5-Apr-07 16:52
xendeasis5-Apr-07 16:52 
GeneralRe: help!! plz :( Pin
Johan Hakkesteegt9-Apr-07 20:04
Johan Hakkesteegt9-Apr-07 20:04 
AnswerRe: help!! plz :( Pin
Christian Graus4-Apr-07 22:59
protectorChristian Graus4-Apr-07 22:59 
GeneralRe: help!! plz :( Pin
xendeasis5-Apr-07 16:50
xendeasis5-Apr-07 16:50 
Questionhelp!! plz :( Pin
xendeasis4-Apr-07 18:02
xendeasis4-Apr-07 18:02 
Confused | :confused: A. Title:
Pig-Latin

B. Application:
Control Structures
Procedures
Arrays
Object-Oriented

C. Program Specification:
Project Name: MacProb3
Project Type: Windows Application

D. Requirement Description:

This English to Pig Latin translation program performs a (near-) perfect
translation of any English text to Pig Latin. Words, phrases, sentences,
paragraphs and more.

Basically, the Pig Latin system used here works as follows:
* Words that start with a vowel (A, E, I, O, U) simply have "WAY"
appended to the end of the word.
* Words that start with a consonant have all consonant letters up to
the first vowel moved to the end of the word (as opposed to just the
first consonant letter), and "AY" is appended. ('Y' is counted as a
vowel in this context)

The algorithm incorporates the following features and special case functionality:

* Ensures proper capitalization
* Correct upper case and lower case formatting
* Correctly translates "qu" (e.g., ietquay instead of uietqay)
* Hyphenated words are treated as two words
* Words may consist of alphabetic characters only (A-Z and a-z)
* All punctuation, numerals, symbols and whitespace are not modified

Implement the conversion process in a class named CPigLatin with the following
basic structure (you may include other properties/methods if you want):

Properties:
- EnglishText
- PigLatinText

Method:
- Convert

Write a complete Visual Basic .NET program to translate english words
to pig-latin words. Use the CPigLatin class in a Form that accepts
long texts for english words. The Form should include a Convert button
that invokes the Convert method of the CPigLatin class and then displays
the pig-latin words in a textbox.

You may use any string manipulation functions available in Visual Basic .NET.


E. Sample:

English format text:

Enter the English text here that you want translated into
Pig Latin. This is accomplished via this HTML document and
accompanying JavaScript program. Note that hyphenated words
are treated as two words. Words may consist of alphabetic
characters only (A-Z and a-z). All punctuation, numerals,
symbols and whitespace are not modified.


Pig-Latin format text:

Enterway ethay Englishway exttay erehay atthay ouyay antway
anslatedtray intoway Igpay Atinlay. Isthay isway accomplishedway
iavay isthay HTMLAY ocumentday andway accompanyingway AvaScriptjay
ogrampray. Otenay atthay yphenatedhay ordsway areway eatedtray
asway otway ordsway. Ordsway aymay onsistcay ofway alphabeticway
aracterschay onlyway (Away-ZAY andway away-zay). Allway unctuationpay,
umeralsnay, ymbolssay andway itespacewhay areway otnay odifiedmay.


hel
AnswerRe: help!! plz :( Pin
Jonathan [Darka]4-Apr-07 21:49
professionalJonathan [Darka]4-Apr-07 21:49 
GeneralRe: help!! plz :( Pin
xendeasis5-Apr-07 16:51
xendeasis5-Apr-07 16:51 
QuestionHow to disable all control inside a form ? Pin
cheeken2u4-Apr-07 15:47
cheeken2u4-Apr-07 15:47 
AnswerRe: How to disable all control inside a form ? Pin
Christian Graus4-Apr-07 15:50
protectorChristian Graus4-Apr-07 15:50 
AnswerRe: How to disable all control inside a form ? Pin
The ANZAC4-Apr-07 16:34
The ANZAC4-Apr-07 16:34 
GeneralRe: How to disable all control inside a form ? Pin
cheeken2u4-Apr-07 17:00
cheeken2u4-Apr-07 17:00 
GeneralRe: How to disable all control inside a form ? Pin
The ANZAC4-Apr-07 20:00
The ANZAC4-Apr-07 20:00 
AnswerRe: How to disable all control inside a form ? Pin
Chatura Dilan4-Apr-07 17:39
Chatura Dilan4-Apr-07 17:39 
GeneralRe: How to disable all control inside a form ? Pin
MatrixCoder4-Apr-07 17:53
MatrixCoder4-Apr-07 17:53 
AnswerRe: How to disable all control inside a form ? Pin
cheeken2u4-Apr-07 19:42
cheeken2u4-Apr-07 19:42 
QuestionHow to deploy a VB app calling cyrstal report 7 without install complete CR developers suite? Pin
ahrvie4-Apr-07 15:38
ahrvie4-Apr-07 15:38 
AnswerRe: How to deploy a VB app calling cyrstal report 7 without install complete CR developers suite? Pin
Steven J Jowett5-Apr-07 2:10
Steven J Jowett5-Apr-07 2:10 
GeneralRe: How to deploy a VB app calling cyrstal report 7 without install complete CR developers suite? Pin
ahrvie9-Apr-07 20:39
ahrvie9-Apr-07 20:39 
GeneralRe: How to deploy a VB app calling cyrstal report 7 without install complete CR developers suite? Pin
Steven J Jowett10-Apr-07 23:54
Steven J Jowett10-Apr-07 23:54 
GeneralRe: How to deploy a VB app calling cyrstal report 7 without install complete CR developers suite? Pin
ahrvie11-Apr-07 14:05
ahrvie11-Apr-07 14:05 
GeneralRe: How to deploy a VB app calling cyrstal report 7 without install complete CR developers suite? Pin
Steven J Jowett11-Apr-07 22:30
Steven J Jowett11-Apr-07 22:30 
GeneralRe: How to deploy a VB app calling cyrstal report 7 without install complete CR developers suite? Pin
ahrvie12-Apr-07 14:32
ahrvie12-Apr-07 14:32 

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.