Click here to Skip to main content
16,006,535 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Thanks Dave the problem was... Pin
Dave Kreskowiak18-Mar-06 12:01
mveDave Kreskowiak18-Mar-06 12:01 
Questionsqlconnection connection with vb.net Pin
pankajgarg1218-Mar-06 2:33
pankajgarg1218-Mar-06 2:33 
AnswerRe: sqlconnection connection with vb.net Pin
Dave Kreskowiak18-Mar-06 3:06
mveDave Kreskowiak18-Mar-06 3:06 
GeneralRe: sqlconnection connection with vb.net Pin
pankajgarg1218-Mar-06 18:01
pankajgarg1218-Mar-06 18:01 
GeneralRe: sqlconnection connection with vb.net Pin
Dave Kreskowiak19-Mar-06 3:32
mveDave Kreskowiak19-Mar-06 3:32 
AnswerRe: sqlconnection connection with vb.net Pin
HL_SUB19-Mar-06 1:41
HL_SUB19-Mar-06 1:41 
QuestionHow to break down a sentence ? Pin
furher17-Mar-06 21:49
furher17-Mar-06 21:49 
AnswerRe: How to break down a sentence ? Pin
noshaba mariam17-Mar-06 23:23
noshaba mariam17-Mar-06 23:23 
if im getting ur question right u can do this in following way:

>> keypress event of text box1

if chr(keyascii) = " " then
text2.setfocus
end if

write the same code in key press event of each textbox and set focus to next text box



Noshaba
AnswerRe: How to break down a sentence ? Pin
Chatura Dilan17-Mar-06 23:47
Chatura Dilan17-Mar-06 23:47 
QuestionHow to zip a folder in VB6 Pin
Murtuza Husain Miyan Patel17-Mar-06 19:23
professionalMurtuza Husain Miyan Patel17-Mar-06 19:23 
AnswerRe: How to zip a folder in VB6 Pin
Dave Kreskowiak18-Mar-06 3:03
mveDave Kreskowiak18-Mar-06 3:03 
QuestionCreating password on folders. Pin
pankajgarg1217-Mar-06 18:57
pankajgarg1217-Mar-06 18:57 
GeneralRe: Creating password on folders. Pin
Guffa17-Mar-06 23:18
Guffa17-Mar-06 23:18 
GeneralRe: Creating password on folders. Pin
pankajgarg1218-Mar-06 2:26
pankajgarg1218-Mar-06 2:26 
GeneralRe: Creating password on folders. Pin
Dave Kreskowiak18-Mar-06 3:02
mveDave Kreskowiak18-Mar-06 3:02 
GeneralRe: Creating password on folders. Pin
pankajgarg1218-Mar-06 18:51
pankajgarg1218-Mar-06 18:51 
Questionproblem sending emails Pin
uglyeyes17-Mar-06 15:46
uglyeyes17-Mar-06 15:46 
AnswerRe: problem sending emails Pin
Steve Pullan17-Mar-06 22:43
Steve Pullan17-Mar-06 22:43 
GeneralRe: problem sending emails Pin
uglyeyes18-Mar-06 11:51
uglyeyes18-Mar-06 11:51 
GeneralRe: problem sending emails Pin
Steve Pullan18-Mar-06 12:21
Steve Pullan18-Mar-06 12:21 
QuestionVB & delegates Pin
mr_1234517-Mar-06 13:31
mr_1234517-Mar-06 13:31 
AnswerRe: VB & delegates Pin
Dave Kreskowiak17-Mar-06 16:21
mveDave Kreskowiak17-Mar-06 16:21 
GeneralRe: VB & delegates Pin
mr_1234518-Mar-06 8:21
mr_1234518-Mar-06 8:21 
Questiontrying to run mysql query in sql server throws error Pin
uglyeyes17-Mar-06 12:36
uglyeyes17-Mar-06 12:36 
AnswerRe: trying to run mysql query in sql server throws error Pin
Steve Pullan17-Mar-06 15:30
Steve Pullan17-Mar-06 15:30 

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.