Click here to Skip to main content
15,910,981 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Scroll controls in a TableLayoutPanel using code Pin
Dave Kreskowiak4-Apr-15 3:47
mveDave Kreskowiak4-Apr-15 3:47 
AnswerRe: Scroll controls in a TableLayoutPanel using code Pin
Sascha Lefèvre4-Apr-15 13:18
professionalSascha Lefèvre4-Apr-15 13:18 
GeneralRe: Scroll controls in a TableLayoutPanel using code Pin
dilkonika4-Apr-15 14:38
dilkonika4-Apr-15 14:38 
GeneralRe: Scroll controls in a TableLayoutPanel using code Pin
Sascha Lefèvre4-Apr-15 14:52
professionalSascha Lefèvre4-Apr-15 14:52 
QuestionEXCEL - Hooking Excel VTABLE Pin
jaafar tribak2-Apr-15 18:58
jaafar tribak2-Apr-15 18:58 
AnswerRe: EXCEL - Hooking Excel VTABLE Pin
Dave Kreskowiak3-Apr-15 2:37
mveDave Kreskowiak3-Apr-15 2:37 
GeneralRe: EXCEL - Hooking Excel VTABLE Pin
jaafar tribak3-Apr-15 13:01
jaafar tribak3-Apr-15 13:01 
GeneralRe: EXCEL - Hooking Excel VTABLE Pin
Dave Kreskowiak3-Apr-15 14:52
mveDave Kreskowiak3-Apr-15 14:52 
Look down the left side navigation and you'll see the COM forum under General Programming.

I haven't read the book at all, but what I think the book is touching on is just providing an implementation of COM interface methods.

If you're talking about Windows Hooks, that's not API "hooking". I think what you're calling "hooking" is actually called "API Interception", usually done with a technique called "DLL Redirection". Windows Hooks are a very different concept where Windows provides various opportunities to participate in various function "pipelines", such as processing and altering keyboard and mouse messages before the messages are sent to their destinations for processing.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

GeneralRe: EXCEL - Hooking Excel VTABLE Pin
jaafar tribak3-Apr-15 17:49
jaafar tribak3-Apr-15 17:49 
GeneralRe: EXCEL - Hooking Excel VTABLE Pin
Dave Kreskowiak3-Apr-15 19:12
mveDave Kreskowiak3-Apr-15 19:12 
AnswerRe: EXCEL - Hooking Excel VTABLE Pin
jaafar tribak17-Apr-15 13:56
jaafar tribak17-Apr-15 13:56 
QuestionModify the number of rows that a datagridview can show instantly , on runtime Pin
dilkonika2-Apr-15 18:19
dilkonika2-Apr-15 18:19 
AnswerRe: Modify the number of rows that a datagridview can show instantly , on runtime Pin
Sascha Lefèvre2-Apr-15 18:54
professionalSascha Lefèvre2-Apr-15 18:54 
GeneralRe: Modify the number of rows that a datagridview can show instantly , on runtime Pin
dilkonika2-Apr-15 18:57
dilkonika2-Apr-15 18:57 
GeneralRe: Modify the number of rows that a datagridview can show instantly , on runtime Pin
Sascha Lefèvre2-Apr-15 19:14
professionalSascha Lefèvre2-Apr-15 19:14 
GeneralRe: Modify the number of rows that a datagridview can show instantly , on runtime Pin
dilkonika2-Apr-15 19:22
dilkonika2-Apr-15 19:22 
GeneralRe: Modify the number of rows that a datagridview can show instantly , on runtime Pin
Sascha Lefèvre2-Apr-15 19:52
professionalSascha Lefèvre2-Apr-15 19:52 
GeneralRe: Modify the number of rows that a datagridview can show instantly , on runtime Pin
dilkonika3-Apr-15 6:20
dilkonika3-Apr-15 6:20 
GeneralRe: Modify the number of rows that a datagridview can show instantly , on runtime Pin
Sascha Lefèvre3-Apr-15 6:25
professionalSascha Lefèvre3-Apr-15 6:25 
GeneralRe: Modify the number of rows that a datagridview can show instantly , on runtime Pin
dilkonika3-Apr-15 6:33
dilkonika3-Apr-15 6:33 
GeneralRe: Modify the number of rows that a datagridview can show instantly , on runtime Pin
Sascha Lefèvre3-Apr-15 6:40
professionalSascha Lefèvre3-Apr-15 6:40 
GeneralRe: Modify the number of rows that a datagridview can show instantly , on runtime Pin
dilkonika3-Apr-15 6:46
dilkonika3-Apr-15 6:46 
GeneralRe: Modify the number of rows that a datagridview can show instantly , on runtime Pin
Sascha Lefèvre3-Apr-15 7:09
professionalSascha Lefèvre3-Apr-15 7:09 
GeneralRe: Modify the number of rows that a datagridview can show instantly , on runtime Pin
Eddy Vluggen3-Apr-15 7:19
professionalEddy Vluggen3-Apr-15 7:19 
QuestionTrying to insert encrypt/decrypt code to form project Pin
Member 115745091-Apr-15 17:10
Member 115745091-Apr-15 17: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.