Peter wrote:

> I am a beginner and I would like to know how to use and access the Mozilla
> FTP functions if I were to create my own XUL interface to run from the
> Mozilla task menu?



if you have a debug build you'll want to look in dist/include/necko and 
dist/include/necko2 for the relevent networking headers.  unfortunately,
documentation is rather scarce, so you'll need to spend some time 
reading the .h files (or better yet, the corresponding .idl files in 
dist/idl).


> 
> Also where would I find the XUL code for the address-bar and main-content
> window from Mozilla? And how could I use the add-bar and content window in
> my own project


you may have better luck asking these questions on irc.mozilla.org#mozilla

darin


Reply via email to