source code?

Discussion & Support for xplorer² professional

Moderators: fgagnon, nikos, Site Mods

Post Reply
User avatar
actuary77
Member
Member
Posts: 21
Joined: 2004 Aug 15, 00:36
Location: Chicago, Illinois
Contact:

source code?

Post by actuary77 »

Is there any source code available for xplorer2?  or is there a user visible api?
________
South Park Dicussion
Last edited by actuary77 on 2011 Feb 18, 21:30, edited 1 time in total.
User avatar
nikos
Site Admin
Site Admin
Posts: 15791
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

Post by nikos »

no
x2 is "open" in the sense that windows shell is open
so if you do new shell extensions they will be picked up
User avatar
actuary77
Member
Member
Posts: 21
Joined: 2004 Aug 15, 00:36
Location: Chicago, Illinois
Contact:

Post by actuary77 »

Q.1  I would like to intercept calls to the standard "file open" dialog used by 99% of windows apps and replace with call to xplorer. Possible?  

Q.2  What dll is reponsibile for standard "file open" dialog?  

Q.3  Are all of the "standard" dialogs handled by a single dll or by multiple and what are their name(s)?

Q.3  What tools would you recommend for inspecting user accessible api's for  windows apps?  (e.g. xplorer)
________
BODY SCIENCE
Last edited by actuary77 on 2011 Mar 14, 06:27, edited 1 time in total.
User avatar
nikos
Site Admin
Site Admin
Posts: 15791
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

Post by nikos »

Q1: not possible
Q2-3: i don't know, but i have seen programs adding to the standard open dialogs so it is possible!
Q4: dependency walker, but note that only dlls have usable exports
User avatar
JRz
Gold Member
Gold Member
Posts: 560
Joined: 2003 Jun 10, 23:19
Location: NL

Post by JRz »

actuary77 wrote:Q.2 What dll is reponsibile for standard "file open" dialog?
Usually this is "comdlg32.dll" (found in your %Systemroot%\system32 folder)
Dumb questions are the ones that are never asked :turn:
Post Reply