Click here to Skip to main content
15,893,508 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Max value again?? Pin
Eduard Keilholz27-Mar-08 5:58
Eduard Keilholz27-Mar-08 5:58 
Questionhow to monitor the ctrl+z event in a word document Pin
vb_firstTimer27-Mar-08 0:07
vb_firstTimer27-Mar-08 0:07 
GeneralSize of Flash File descreses Pin
sjs4u26-Mar-08 21:55
sjs4u26-Mar-08 21:55 
GeneralRe: Size of Flash File descreses Pin
Christian Graus26-Mar-08 22:01
protectorChristian Graus26-Mar-08 22:01 
GeneralDatabase update Pin
nitin_ion26-Mar-08 21:26
nitin_ion26-Mar-08 21:26 
GeneralRe: Database update Pin
Dave Kreskowiak28-Mar-08 4:11
mveDave Kreskowiak28-Mar-08 4:11 
GeneralRemoving mouse scroll from adobe acrobat 7.0 browser Pin
Prakash_Mishra26-Mar-08 21:18
Prakash_Mishra26-Mar-08 21:18 
GeneralRe: Removing mouse scroll from adobe acrobat 7.0 browser Pin
Dave Kreskowiak28-Mar-08 4:03
mveDave Kreskowiak28-Mar-08 4:03 
Well, if you're using a web browser control in one of your forms to do this, I guess you could override your form's WndProc method and look for WM_SCROLL messages and just eat 'em. By that I mean not passing them on to the form's base WndProc method.

Another option might be to use a 3rd party library to render the PDF file, like PDFNet. This would also eliminate the dependancy on the web browser control and give you greater flexibility over what the user can see.



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




GeneralDate Formating getting changed when Converting MSFlexgrid content to Excel Pin
aaraaayen26-Mar-08 20:29
aaraaayen26-Mar-08 20:29 
GeneralRe: Date Formating getting changed when Converting MSFlexgrid content to Excel Pin
Prakash_Mishra26-Mar-08 21:41
Prakash_Mishra26-Mar-08 21:41 
GeneralRe: Date Formating getting changed when Converting MSFlexgrid content to Excel Pin
aaraaayen26-Mar-08 21:54
aaraaayen26-Mar-08 21:54 
GeneralRe: Date Formating getting changed when Converting MSFlexgrid content to Excel Pin
Ashfield26-Mar-08 22:04
Ashfield26-Mar-08 22:04 
GeneralRe: Date Formating getting changed when Converting MSFlexgrid content to Excel Pin
Prakash_Mishra26-Mar-08 23:16
Prakash_Mishra26-Mar-08 23:16 
GeneralInvalid attempt to Read when reader is closed Pin
sjs4u26-Mar-08 20:03
sjs4u26-Mar-08 20:03 
GeneralRe: Invalid attempt to Read when reader is closed Pin
Dave Kreskowiak28-Mar-08 3:46
mveDave Kreskowiak28-Mar-08 3:46 
GeneralDeleting the Data... Pin
phowarso26-Mar-08 17:07
phowarso26-Mar-08 17:07 
GeneralRe: Deleting the Data... Pin
Christian Graus26-Mar-08 17:52
protectorChristian Graus26-Mar-08 17:52 
GeneralAdding System.IO.Ports to VB '03 Pin
loganj199926-Mar-08 16:33
loganj199926-Mar-08 16:33 
GeneralRe: Adding System.IO.Ports to VB '03 Pin
Christian Graus26-Mar-08 17:54
protectorChristian Graus26-Mar-08 17:54 
GeneralRe: Adding System.IO.Ports to VB '03 Pin
loganj199927-Mar-08 0:57
loganj199927-Mar-08 0:57 
GeneralRe: Adding System.IO.Ports to VB '03 Pin
Dave Kreskowiak27-Mar-08 1:35
mveDave Kreskowiak27-Mar-08 1:35 
GeneralRe: Adding System.IO.Ports to VB '03 Pin
loganj199927-Mar-08 5:23
loganj199927-Mar-08 5:23 
GeneralDumb question Pin
cstrader23226-Mar-08 13:40
cstrader23226-Mar-08 13:40 
GeneralRe: Dumb question Pin
Christian Graus26-Mar-08 14:02
protectorChristian Graus26-Mar-08 14:02 
GeneralRe: Dumb question Pin
cstrader23226-Mar-08 15:34
cstrader23226-Mar-08 15:34 

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.