Click here to Skip to main content
15,886,518 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questiondifferent languages for textbox controls Pin
vandanapdeo15-May-07 20:54
vandanapdeo15-May-07 20:54 
AnswerRe: different languages for textbox controls Pin
Dave Kreskowiak16-May-07 3:55
mveDave Kreskowiak16-May-07 3:55 
QuestionHow to disable Ctrl P keys in vb.net(for my application only) Pin
koolprasad200315-May-07 20:49
professionalkoolprasad200315-May-07 20:49 
AnswerRe: How to disable Ctrl P keys in vb.net(for my application only) Pin
Sonia Gupta15-May-07 21:38
Sonia Gupta15-May-07 21:38 
GeneralRe: How to disable Ctrl P keys in vb.net(for my application only) Pin
koolprasad200315-May-07 23:09
professionalkoolprasad200315-May-07 23:09 
AnswerRe: How to disable Ctrl P keys in vb.net(for my application only) Pin
Xandip16-May-07 0:26
Xandip16-May-07 0:26 
AnswerRe: How to disable Ctrl P keys in vb.net(for my application only) Pin
Dave Kreskowiak16-May-07 3:50
mveDave Kreskowiak16-May-07 3:50 
QuestionError Type Mismach Pin
Vimalsoft(Pty) Ltd15-May-07 20:37
professionalVimalsoft(Pty) Ltd15-May-07 20:37 
am using vb6, am trying to add this Filed from a textbox, to the Extension filed in my database and when i try to Execute my Code it highlight this line and here is my whole code for that save button
It will higlight the Extension line

Private Sub cmdAdd_Click()
rrs("Num_key") = txtnumkey
rrs("EXTENSION") = txtextension
rrs("Actual_Extent") = txtactualextent
rrs("Lis_key") = txtliskey
rrs("Func_Key") = txtfunckey
rrs("Prop_Category_ID") = txtcategory
rrs("GEOCODE") = txtgeocode
rrs("Add_Date") = txtadddate
rrs("Add_user_ID") = txtadduserid
rrs.Update
cmdNew.Visible = True
cmdUpdate.Visible = True
cmdRefresh.Visible = True
cmdDelete.Visible = True

End Sub

Please Help

Vuyiswa

QuestionRe: Error Type Mismach Pin
CPallini15-May-07 20:41
mveCPallini15-May-07 20:41 
AnswerRe: Error Type Mismach Pin
Vimalsoft(Pty) Ltd15-May-07 21:07
professionalVimalsoft(Pty) Ltd15-May-07 21:07 
GeneralRe: Error Type Mismach Pin
ChandraRam15-May-07 21:23
ChandraRam15-May-07 21:23 
GeneralRe: Error Type Mismach Pin
Vimalsoft(Pty) Ltd15-May-07 22:02
professionalVimalsoft(Pty) Ltd15-May-07 22:02 
GeneralRe: Error Type Mismach Pin
Vimalsoft(Pty) Ltd15-May-07 22:42
professionalVimalsoft(Pty) Ltd15-May-07 22:42 
QuestionProblem arise when set exe icon Pin
Rupesh Kumar Swami15-May-07 20:09
Rupesh Kumar Swami15-May-07 20:09 
AnswerRe: Problem arise when set exe icon Pin
Xandip16-May-07 0:11
Xandip16-May-07 0:11 
AnswerRe: Problem arise when set exe icon Pin
Dave Kreskowiak16-May-07 3:37
mveDave Kreskowiak16-May-07 3:37 
Questionhi.... [modified] Pin
navyasri15-May-07 20:08
navyasri15-May-07 20:08 
AnswerRe: hi.... Pin
Christian Graus15-May-07 20:19
protectorChristian Graus15-May-07 20:19 
QuestionSystem.Diagnosis.process Pin
Sonia Gupta15-May-07 19:33
Sonia Gupta15-May-07 19:33 
AnswerRe: System.Diagnosis.process Pin
Vivek Narayanan15-May-07 19:44
Vivek Narayanan15-May-07 19:44 
QuestionRe: System.Diagnosis.process Pin
Sonia Gupta15-May-07 19:59
Sonia Gupta15-May-07 19:59 
AnswerRe: System.Diagnosis.process Pin
Vivek Narayanan16-May-07 1:16
Vivek Narayanan16-May-07 1:16 
GeneralRe: System.Diagnosis.process Pin
Sonia Gupta16-May-07 2:10
Sonia Gupta16-May-07 2:10 
AnswerRe: System.Diagnosis.process Pin
Dave Kreskowiak16-May-07 3:34
mveDave Kreskowiak16-May-07 3:34 
Questionsubclassing only in runmode Pin
lee2315-May-07 19:15
lee2315-May-07 19:15 

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.