| You must Sign In to use this message board. |
|
|
 |
|
 |
hi friend,
i am working on one project in that i need to open a horizontal exprlore bar in IE on click of toolbar button. so i have created one ATL project in vc .net 2005 . and add one simple atl object but here i face the problem that when i use the iswindow() function i got error
Error 1 error C2660: 'IsWindow' : function does not take 0 arguments d:\sample\tabsling\tabsling\masterobject.cpp 96
and error for create function also like
Error 2 error C3861: 'Create': identifier not found d:\sample\tabsling\tabsling\masterobject.cpp 110
please give me any idea to solve it.. Thank you in advance...
|
| Sign In·View Thread·PermaLink | 2.00/5 |
|
|
|
 |
|
 |
Looks good but I can not get it to work, most likely because there is not enough documentation on usage.
Kevin S. Gallagher Programming is an art form that fights back
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Could you please tell me how to detect the mouse motion in an IE instance, for example, to have a menu appeared when the mouse is moved over an image. Thank you very much.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
It's a good replacement for the "alert()" debug tool  Idea: I think that the bar could contain buttons for the debugDevice commands : clear, autoScroll and lineNumbers. I already used the HTML Source Explorer Bar by Bjarke Viksoe. Now, for debugging, I think I'll switch between this one and your debugDevice ! Thanks
|
| Sign In·View Thread·PermaLink | 2.00/5 |
|
|
|
 |
|
 |
There's actually a context-menu, for clear, auto-scroll, etc, if you right-click on the bar.
I guess I should update the article to include more info.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Jeremy, this sounds like a good article but it needs a little more depth.
What kinds of problems did you run into making this tool?
How's the code put together?
What are some examples for how it's used?
For more suggestions, see this article[^], which is a great guide.
Software Zen: delete this;
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Gary R. Wheeler wrote: but it needs a little more depth.
I didn't write a more indepth article, because several, well written, already exist for this topic, here on CodeProject.com, in MSDN and elsewhere on the Internet.
I did comment the code well, in the event that someone needs to refer to it as an example.
My aim for the article is not as an example, but as a tool for developers to solve the problem I listed in the article.
Gary R. Wheeler wrote: examples for how it's used?
dahlia.js and dahliaTest.htm
Gary R. Wheeler wrote: For more suggestions, see this article[^], which is a great guide.
I agree, it is a great article.
|
| Sign In·View Thread·PermaLink | 2.00/5 |
|
|
|
 |
|
|