Click here to Skip to main content
15,891,951 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB EXPRESS 2005 NETWORK MDB DATABASE Pin
Dave Kreskowiak18-Jan-07 8:15
mveDave Kreskowiak18-Jan-07 8:15 
GeneralRe: VB EXPRESS 2005 NETWORK MDB DATABASE Pin
vbbeg18-Jan-07 8:18
vbbeg18-Jan-07 8:18 
GeneralRe: VB EXPRESS 2005 NETWORK MDB DATABASE Pin
Steven J Jowett19-Jan-07 4:29
Steven J Jowett19-Jan-07 4:29 
GeneralRe: VB EXPRESS 2005 NETWORK MDB DATABASE Pin
vbbeg19-Jan-07 6:01
vbbeg19-Jan-07 6:01 
QuestionHow to disable PrintScreen button Pin
emadkemo18-Jan-07 0:07
emadkemo18-Jan-07 0:07 
AnswerRe: How to disable PrintScreen button Pin
Christian Graus18-Jan-07 1:46
protectorChristian Graus18-Jan-07 1:46 
GeneralRe: How to disable PrintScreen button Pin
emadkemo18-Jan-07 3:38
emadkemo18-Jan-07 3:38 
AnswerRe: How to disable PrintScreen button Pin
IqbalVB20-Jan-07 16:35
IqbalVB20-Jan-07 16:35 
You can unplug the keyboard cable, or don't press the prinscreen button. Ha ha that's a joke.
Actually, you can handle it by add some action like showing a message when user press it and delete the image file from picture taken, by this:
Private Sub formname_keydown(Byval sender as object, byval e as system.keycode)<br />
If e.keycode=key.printscreen = true then<br />
msgbox("Sorry, you can't print the screen for a reason","Warning",vbcritical)<br />
system.clipboard.clear<br />
End If<br />
End Sub

QuestionWrite service to fail or crash. Pin
japel17-Jan-07 23:22
japel17-Jan-07 23:22 
AnswerRe: Write service to fail or crash. Pin
Jason McBurney18-Jan-07 6:09
Jason McBurney18-Jan-07 6:09 
GeneralRe: Write service to fail or crash. Pin
japel18-Jan-07 14:27
japel18-Jan-07 14:27 
GeneralRe: Write service to fail or crash. Pin
Jason McBurney19-Jan-07 3:14
Jason McBurney19-Jan-07 3:14 
QuestionFind text from a web page Pin
samiknandi17-Jan-07 22:39
samiknandi17-Jan-07 22:39 
AnswerRe: Find text from a web page Pin
ChandraRam17-Jan-07 22:53
ChandraRam17-Jan-07 22:53 
GeneralRe: Find text from a web page Pin
samiknandi17-Jan-07 23:07
samiknandi17-Jan-07 23:07 
GeneralRe: Find text from a web page Pin
ChandraRam17-Jan-07 23:11
ChandraRam17-Jan-07 23:11 
GeneralRe: Find text from a web page Pin
samiknandi17-Jan-07 23:40
samiknandi17-Jan-07 23:40 
GeneralRe: Find text from a web page Pin
ChandraRam17-Jan-07 23:43
ChandraRam17-Jan-07 23:43 
QuestionAdd-in for MS Word and Power Point [modified] Pin
Anoop Ravi17-Jan-07 22:02
Anoop Ravi17-Jan-07 22:02 
AnswerRe: Add-in for MS Word and Power Point Pin
Dave Kreskowiak18-Jan-07 4:00
mveDave Kreskowiak18-Jan-07 4:00 
Questioninfragistic netadvantage problem[asap pls] [modified] Pin
spell12817-Jan-07 20:36
spell12817-Jan-07 20:36 
AnswerRe: please help..asap reply pls Pin
Christian Graus17-Jan-07 21:03
protectorChristian Graus17-Jan-07 21:03 
GeneralRe: please help..asap reply pls Pin
spell12818-Jan-07 13:54
spell12818-Jan-07 13:54 
GeneralRe: please help..asap reply pls Pin
Dave Kreskowiak18-Jan-07 17:27
mveDave Kreskowiak18-Jan-07 17:27 
GeneralRe: please help..asap reply pls Pin
Steven J Jowett19-Jan-07 4:33
Steven J Jowett19-Jan-07 4:33 

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.