Click here to Skip to main content
16,005,128 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionvideo streaming Pin
salam ellayan4-Aug-08 21:46
salam ellayan4-Aug-08 21:46 
Questioncontrol Issue Pin
Tauseef A4-Aug-08 21:02
Tauseef A4-Aug-08 21:02 
AnswerNo cracks Pin
David Mujica5-Aug-08 5:51
David Mujica5-Aug-08 5:51 
Question[Message Deleted] Pin
member274-Aug-08 19:24
member274-Aug-08 19:24 
AnswerRe: Minimise the fOrm in start up Pin
Johan Hakkesteegt4-Aug-08 19:48
Johan Hakkesteegt4-Aug-08 19:48 
QuestionText margin in textbox problem.. Pin
shee_dee864-Aug-08 15:48
shee_dee864-Aug-08 15:48 
QuestionGooglemaps in VB.NET WinForms Application Pin
bornvenus4-Aug-08 15:45
bornvenus4-Aug-08 15:45 
Questionshortest list of four letter words Pin
Sarfaraj Ahmed4-Aug-08 15:39
Sarfaraj Ahmed4-Aug-08 15:39 
DictionaryFile - the file name of a text file containing four letter words
StartWord - a four letter word (that you can assume is found in the DictionaryFile file)
EndWord - a four letter word (that you can assume is found in the DictionaryFile file)
ResultFile - the file name of a text file that will contain the result

The result is the shortest list of four letter words, starting with StartWord, and ending with EndWord, with a number of intermediate words that are to be found in the DictionaryFile file where each word differs from the previous word by precisely one letter.

For example, if StartWord = Spin, EndWord = Spot and DictionaryFile file contains

Spin
Spit
Spat
Spot
Span

then ResultFile should contain
Spin
Spit
Spot

Two examples of incorrect results:
Spin, Span, Spat, Spot (invalid as it takes 3 changes rather than 2)
Spin, Spon, Spot (invalid as spon is not a word)

Any instruction and help will be really helpful
Thanks in dvance

Sarfarj Ahmed

QuestionRe: shortest list of four letter words Pin
jzonthemtn4-Aug-08 15:45
jzonthemtn4-Aug-08 15:45 
AnswerRe: shortest list of four letter words Pin
PIEBALDconsult4-Aug-08 15:57
mvePIEBALDconsult4-Aug-08 15:57 
AnswerRe: shortest list of four letter words Pin
Johan Hakkesteegt4-Aug-08 19:55
Johan Hakkesteegt4-Aug-08 19:55 
AnswerRe: shortest list of four letter words Pin
Ashfield5-Aug-08 1:42
Ashfield5-Aug-08 1:42 
QuestionVB Dot Net Pin
msmahmood644-Aug-08 8:06
msmahmood644-Aug-08 8:06 
AnswerRe: VB Dot Net Pin
Paul Conrad4-Aug-08 9:08
professionalPaul Conrad4-Aug-08 9:08 
AnswerRe: VB Dot Net Pin
Vimalsoft(Pty) Ltd4-Aug-08 11:48
professionalVimalsoft(Pty) Ltd4-Aug-08 11:48 
QuestionHow do add a dynamic dropdown list to a property in a custom control. Pin
chas0364-Aug-08 7:49
chas0364-Aug-08 7:49 
Questioniterate through datagrid records row wise and insert new records into access database using vb.net2003 Pin
chandrubngit4-Aug-08 2:00
chandrubngit4-Aug-08 2:00 
AnswerRe: iterate through datagrid records row wise and insert new records into access database using vb.net2003 Pin
Tim Carmichael4-Aug-08 6:30
Tim Carmichael4-Aug-08 6:30 
AnswerRe: iterate through datagrid records row wise and insert new records into access database using vb.net2003 Pin
rprateek4-Aug-08 15:12
rprateek4-Aug-08 15:12 
AnswerRe: iterate through datagrid records row wise and insert new records into access database using vb.net2003 Pin
rprateek4-Aug-08 15:21
rprateek4-Aug-08 15:21 
QuestionSpell checking Pin
Kanyungu4-Aug-08 0:34
Kanyungu4-Aug-08 0:34 
AnswerRe: Spell checking Pin
Paul Conrad4-Aug-08 6:18
professionalPaul Conrad4-Aug-08 6:18 
AnswerRe: Spell checking Pin
jzonthemtn4-Aug-08 8:50
jzonthemtn4-Aug-08 8:50 
QuestionEmailing as PDF Pin
Dalek Dave3-Aug-08 23:10
professionalDalek Dave3-Aug-08 23:10 
AnswerRe: Emailing as PDF Pin
Tim Carmichael4-Aug-08 6:39
Tim Carmichael4-Aug-08 6:39 

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.