Click here to Skip to main content
16,011,374 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Send mail without openig SMTP Relay server Pin
Dave Kreskowiak5-Apr-07 13:17
mveDave Kreskowiak5-Apr-07 13:17 
QuestionProblem in Video Pin
Kumaran21cen3-Apr-07 19:07
Kumaran21cen3-Apr-07 19:07 
AnswerRe: Problem in Video Pin
Christian Graus3-Apr-07 19:10
protectorChristian Graus3-Apr-07 19:10 
GeneralRe: Problem in Video Pin
Kumaran21cen3-Apr-07 19:19
Kumaran21cen3-Apr-07 19:19 
GeneralRe: Problem in Video Pin
Christian Graus3-Apr-07 21:38
protectorChristian Graus3-Apr-07 21:38 
GeneralRe: Problem in Video Pin
Dave Kreskowiak4-Apr-07 3:51
mveDave Kreskowiak4-Apr-07 3:51 
QuestionInput mask on text box Pin
harveyhanson3-Apr-07 17:07
harveyhanson3-Apr-07 17:07 
AnswerRe: Input mask on text box Pin
Krish - KP3-Apr-07 17:32
Krish - KP3-Apr-07 17:32 
can write code to validate the text input in 'key press' event or 'change event' or 'lost focus' event of text box

Ex. for key press event (using VB6)
if (keyascii >= 65 and keyascii <= 90) and (keyascii >= 97 and keyascii <= 122) then
.....
else
.....
end if


Regards
KP

AnswerRe: Input mask on text box Pin
Christian Graus3-Apr-07 17:42
protectorChristian Graus3-Apr-07 17:42 
GeneralRe: Input mask on text box Pin
harveyhanson4-Apr-07 1:47
harveyhanson4-Apr-07 1:47 
GeneralRe: Input mask on text box Pin
Christian Graus4-Apr-07 10:04
protectorChristian Graus4-Apr-07 10:04 
QuestionVB or Macro? Pin
g3neration3-Apr-07 14:26
g3neration3-Apr-07 14:26 
AnswerRe: VB or Macro? Pin
Dave Kreskowiak4-Apr-07 3:47
mveDave Kreskowiak4-Apr-07 3:47 
QuestionListview Pin
Esmo20003-Apr-07 13:20
Esmo20003-Apr-07 13:20 
AnswerRe: Listview Pin
J$3-Apr-07 15:01
J$3-Apr-07 15:01 
Questionhow to buy vb6.0 and vb.net and asp.net Pin
ciacia3-Apr-07 8:54
ciacia3-Apr-07 8:54 
AnswerRe: how to buy vb6.0 and vb.net and asp.net Pin
abbss.gaurav3-Apr-07 9:14
abbss.gaurav3-Apr-07 9:14 
GeneralRe: how to buy vb6.0 and vb.net and asp.net Pin
ciacia4-Apr-07 9:44
ciacia4-Apr-07 9:44 
AnswerRe: how to buy vb6.0 and vb.net and asp.net Pin
Dave Kreskowiak3-Apr-07 9:36
mveDave Kreskowiak3-Apr-07 9:36 
Questionbinding radio buttons with currency manager??? Pin
abbss.gaurav3-Apr-07 8:30
abbss.gaurav3-Apr-07 8:30 
AnswerRe: binding radio buttons with currency manager??? Pin
Dave Kreskowiak3-Apr-07 9:40
mveDave Kreskowiak3-Apr-07 9:40 
QuestionCombo selection Pin
Anybloodyid3-Apr-07 8:10
Anybloodyid3-Apr-07 8:10 
AnswerRe: Combo selection Pin
Stigmurder3-Apr-07 8:44
Stigmurder3-Apr-07 8:44 
GeneralRe: Combo selection Pin
Anybloodyid3-Apr-07 10:18
Anybloodyid3-Apr-07 10:18 
Questionimage comparison Pin
amruta_muley3-Apr-07 7:32
amruta_muley3-Apr-07 7: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.