Click here to Skip to main content
15,880,972 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to read word document pagewise...! Pin
Xandip16-May-07 2:33
Xandip16-May-07 2:33 
AnswerRe: How to read word document pagewise...! Pin
Dave Kreskowiak16-May-07 3:58
mveDave Kreskowiak16-May-07 3:58 
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 
hi buddy..

wat prasad said is correct.. i don know vb.net, but im sending the vb code for this.. try it out..

Private Sub Form_KeyPress(KeyAscii As Integer)
If KeyAscii = 16 Then Exit Sub
End Sub

Private Sub Form_Load()
Me.KeyPreview = True
End Sub

The keyascii for CTRL+P combination is 16.. got it??
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 
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 

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.