Click here to Skip to main content
15,912,021 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: hashing problem still Pin
Dave Kreskowiak12-Jul-07 3:41
mveDave Kreskowiak12-Jul-07 3:41 
GeneralRe: hashing problem still Pin
boyindie12-Jul-07 3:49
boyindie12-Jul-07 3:49 
QuestionInserting image from VB.net into sql server 2005 Pin
dalivb12-Jul-07 0:48
dalivb12-Jul-07 0:48 
AnswerRe: Inserting image from VB.net into sql server 2005 Pin
Dave Kreskowiak12-Jul-07 1:46
mveDave Kreskowiak12-Jul-07 1:46 
QuestionCould I get a Function Address in a Remote Process Pin
Billypon12-Jul-07 0:10
Billypon12-Jul-07 0:10 
AnswerRe: Could I get a Function Address in a Remote Process Pin
Dave Kreskowiak12-Jul-07 1:47
mveDave Kreskowiak12-Jul-07 1:47 
GeneralRe: Could I get a Function Address in a Remote Process Pin
Billypon12-Jul-07 23:05
Billypon12-Jul-07 23:05 
GeneralRe: Could I get a Function Address in a Remote Process Pin
Dave Kreskowiak13-Jul-07 15:27
mveDave Kreskowiak13-Jul-07 15:27 
Billypon wrote:
It need a address of function, which in the third process.


Which won't do you any good because an address cannot be called on a remote machine. You can only give an API function an address on the LOCAL machine to call. You cannot give it an address on a remote machine. There's simply no way to represent that.

Now, you have to have a proxy running on the machines. On the local machine, the address you give the API function will be a delegate on the local machine in a proxy. This proxy marshals the call to a remote component that calls the real method on the remote. The API function won't know anything about the remote machine.


A guide to posting questions on CodeProject[^]

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


GeneralRe: Could I get a Function Address in a Remote Process Pin
Billypon16-Jul-07 16:11
Billypon16-Jul-07 16:11 
GeneralRe: Could I get a Function Address in a Remote Process Pin
Dave Kreskowiak16-Jul-07 16:54
mveDave Kreskowiak16-Jul-07 16:54 
QuestionHow can I connect all of my database? Pin
Rharzkie11-Jul-07 23:48
Rharzkie11-Jul-07 23:48 
AnswerRe: How can I connect all of my database? Pin
Dave Kreskowiak12-Jul-07 3:45
mveDave Kreskowiak12-Jul-07 3:45 
QuestionRe: How can I connect all of my database? Pin
Rharzkie12-Jul-07 17:20
Rharzkie12-Jul-07 17:20 
AnswerRe: How can I connect all of my database? Pin
Dave Kreskowiak13-Jul-07 15:21
mveDave Kreskowiak13-Jul-07 15:21 
QuestionRe: How can I connect all of my database? Pin
Rharzkie13-Jul-07 22:39
Rharzkie13-Jul-07 22:39 
AnswerRe: How can I connect all of my database? Pin
Dave Kreskowiak16-Jul-07 1:47
mveDave Kreskowiak16-Jul-07 1:47 
QuestionThe method or operation is not implemented. Pin
magedhv11-Jul-07 22:42
magedhv11-Jul-07 22:42 
AnswerRe: The method or operation is not implemented. Pin
Luc Pattyn12-Jul-07 0:07
sitebuilderLuc Pattyn12-Jul-07 0:07 
GeneralRe: The method or operation is not implemented. Pin
magedhv12-Jul-07 1:00
magedhv12-Jul-07 1:00 
GeneralRe: The method or operation is not implemented. Pin
Luc Pattyn12-Jul-07 1:47
sitebuilderLuc Pattyn12-Jul-07 1:47 
GeneralRe: The method or operation is not implemented. Pin
Dave Kreskowiak12-Jul-07 1:50
mveDave Kreskowiak12-Jul-07 1:50 
AnswerRe: The method or operation is not implemented. Pin
Christian Graus12-Jul-07 1:49
protectorChristian Graus12-Jul-07 1:49 
QuestionHow to get the Instance Handle from a Process ID? Pin
Billypon11-Jul-07 22:26
Billypon11-Jul-07 22:26 
AnswerRe: How to get the Instance Handle from a Process ID? Pin
Pete O'Hanlon11-Jul-07 22:34
mvePete O'Hanlon11-Jul-07 22:34 
GeneralRe: How to get the Instance Handle from a Process ID? Pin
Billypon11-Jul-07 23:56
Billypon11-Jul-07 23:56 

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.