Click here to Skip to main content
16,006,709 members
Home / Discussions / C#
   

C#

 
GeneralRe: Grid Control free sources Pin
Kannan Kalyanaraman23-Dec-02 22:23
Kannan Kalyanaraman23-Dec-02 22:23 
GeneralCrystal preview window tooltips Pin
vickycao22-Dec-02 21:52
vickycao22-Dec-02 21:52 
GeneralIBM Via Voice Pin
Jassim Rahma22-Dec-02 19:54
Jassim Rahma22-Dec-02 19:54 
GeneralRe: IBM Via Voice Pin
Kannan Kalyanaraman23-Dec-02 18:12
Kannan Kalyanaraman23-Dec-02 18:12 
GeneralCreate user as another user Pin
Mazdak22-Dec-02 19:24
Mazdak22-Dec-02 19:24 
QuestionBeginner Q: Custom Control, event forwarding? Pin
matthias s.22-Dec-02 12:17
matthias s.22-Dec-02 12:17 
Generalembedding mozilla in a C# app Pin
spacemonkey22-Dec-02 11:23
spacemonkey22-Dec-02 11:23 
GeneralRe: embedding mozilla in a C# app Pin
Stephane Rodriguez.23-Dec-02 1:42
Stephane Rodriguez.23-Dec-02 1:42 
There seems to be something that aximp expects at some point, while other ActiveX tools (such as the ActiveX test container from MSDEV) are totally ok with that control. (at least if you create a /res folder in the mozilla install folder, and create a fake mozilla.html page in it).

From what I remember, we have the source code for aximp.exe in the VS.NET redistribution. I highly encourage you to rebuild the code and put a breakpoint on it.
I don't have VS.NET at work at the mo, but I'll check it out tonight (most probably).


[edit] interim update : the aximp.exe tool is just a PE wrapper for the .NET System.Windows.Forms.Design.Aximporter class, where all methods are exposed, including "GenerateFromFile(FileInfo)", which is according to me what you end up with when you use the cmdline. Isolation is going to proceed until I probably find the issue, later tonight.[/edit]

[edit #2] I first thought there was a bug in aximp.exe, but now I don't think so anymore. In fact, I took the type library from mozctlx.dll and couldn't even recompile it without modifying some stuff inside. In short, mozctlx.dll as distributed in the Mozilla package does not comply to standard type libraries and MIDL compilation. I am afraid you'll have to get the source code from mozilla CVS, and recompile the whole activex stuff, after you made slight modifications in it.[/edit #2]

GeneralRe: embedding mozilla in a C# app Pin
spacemonkey29-Dec-02 16:40
spacemonkey29-Dec-02 16:40 
GeneralAccess .mdb files Pin
Omega50122-Dec-02 9:50
Omega50122-Dec-02 9:50 
GeneralRe: Access .mdb files Pin
Rob Graham22-Dec-02 10:03
Rob Graham22-Dec-02 10:03 
GeneralRe: Access .mdb files Pin
Omega50122-Dec-02 18:35
Omega50122-Dec-02 18:35 
GeneralRe: Access .mdb files Pin
Rob Graham22-Dec-02 19:20
Rob Graham22-Dec-02 19:20 
GeneralRe: Access .mdb files Pin
Omega50123-Dec-02 9:44
Omega50123-Dec-02 9:44 
GeneralRe: Access .mdb files Pin
spacemonkey22-Dec-02 11:19
spacemonkey22-Dec-02 11:19 
GeneralRe: Access .mdb files Pin
Rob Graham22-Dec-02 12:05
Rob Graham22-Dec-02 12:05 
GeneralDNS resolve Pin
Anonymous11222-Dec-02 9:43
sussAnonymous11222-Dec-02 9:43 
GeneralC# operator overloading is very limited Pin
Orantho22-Dec-02 5:49
Orantho22-Dec-02 5:49 
GeneralRe: C# operator overloading is very limited Pin
leppie22-Dec-02 9:42
leppie22-Dec-02 9:42 
GeneralRe: C# operator overloading is very limited Pin
Orantho22-Dec-02 10:41
Orantho22-Dec-02 10:41 
GeneralRe: C# operator overloading is very limited Pin
Joshua Nussbaum22-Dec-02 13:41
Joshua Nussbaum22-Dec-02 13:41 
GeneralRe: C# operator overloading is very limited Pin
Orantho22-Dec-02 22:06
Orantho22-Dec-02 22:06 
GeneralInternet Connections Pin
Dave Kerr22-Dec-02 5:19
Dave Kerr22-Dec-02 5:19 
GeneralDelegate/Event question Pin
Rocky Moore21-Dec-02 22:49
Rocky Moore21-Dec-02 22:49 
GeneralRe: Delegate/Event question Pin
leppie22-Dec-02 1:31
leppie22-Dec-02 1:31 

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.