 |
|
 |
How can i change the settings such as proxy,security etc of the webserver tool provided by Visual Studio.net 2005 to the configations of Mozilla Firefox(latest version).By default it provides the settings for IE which was available with Windows 2003 Server(Service pack 1).
|
| Sign In·View Thread·PermaLink | 2.00/5 (2 votes) |
|
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
 |
I have figured out how to show and hide sidebar from BHO using ShowBrowserBar call. Does anyone knows how to update the url in the sidebar from the BHO?
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
 |
I read some of donut source code and feel it is great. Especially I love its porting of MFC style updating command ui. I feel the current WTL updating command ui is very limited. I have to explictly call UISetCheck() etc., whenever some kind of events occur. What if an event causes multiple ui changes? I have to UISetCheck() on every control. The framework is useless in this often seen case.
Why didn't the WTL update cmd ui designer follow MFC? Maybe people should consider put this implementation into WTL. There are many good stuff in this package.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
I tried to compile it with Visual Studio C++ 6.0, WTL7.1 and the February 2003 SDK Release. I'm getting the following errors and warnings:
C:\Program Files\Microsoft Visual Studio\MyProjects\DonutL21_src\WtlFixed/atlframe.h(171) : warning C4005: 'CHAIN_COMMANDS' : macro redefinition C:\WTL71\INCLUDE\atlwinx.h(40) : see previous definition of 'CHAIN_COMMANDS' C:\Program Files\Microsoft Visual Studio\MyProjects\DonutL21_src\WtlFixed/atlframe.h(177) : warning C4005: 'CHAIN_COMMANDS_MEMBER' : macro redefinition C:\WTL71\INCLUDE\atlwinx.h(48) : see previous definition of 'CHAIN_COMMANDS_MEMBER' C:\Program Files\Microsoft Visual Studio\MyProjects\DonutL21_src\WtlFixed/atlframe.h(183) : warning C4005: 'CHAIN_COMMANDS_ALT' : macro redefinition C:\WTL71\INCLUDE\atlwinx.h(44) : see previous definition of 'CHAIN_COMMANDS_ALT' C:\Program Files\Microsoft Visual Studio\MyProjects\DonutL21_src\WtlFixed/atlframe.h(189) : warning C4005: 'CHAIN_COMMANDS_ALT_MEMBER' : macro redefinition C:\WTL71\INCLUDE\atlwinx.h(52) : see previous definition of 'CHAIN_COMMANDS_ALT_MEMBER' C:\Program Files\Microsoft Visual Studio\MyProjects\DonutL21_src\mtlweb.h(347) : error C2065: 'SHACF_FILESYSTEM' : undeclared identifier C:\Program Files\Microsoft Visual Studio\MyProjects\DonutL21_src\mtlweb.h(347) : error C2065: 'SHACF_URLALL' : undeclared identifier C:\Program Files\Microsoft Visual Studio\MyProjects\DonutL21_src\mtlweb.h(347) : error C2065: 'SHACF_USETAB' : undeclared identifier C:\Program Files\Microsoft Visual Studio\MyProjects\DonutL21_src\mtlbrowser.h(9) : fatal error C1083: Cannot open include file: 'tlogstg.h': No such file or directory
Does anybody know what I'm doing wrong? The WTL3.0 is nowhere available anymore. Any help is appreciated.
Regards, Andreas
|
| Sign In·View Thread·PermaLink | 1.25/5 (4 votes) |
|
|
|
 |
|
|
 |
|
 |
I am compiling the donut project. However it gave me an error as can be seen below:
compiling donut.cpp error C2664: 'OnTimer' : cannot convert parameter 2 from 'void (__stdcall *)(struct HWND__ *,unsigned int,unsigned int,unsigned long)' to 'void (__stdcall ** )(struct HWND__ *,unsigned int,unsigned int,unsigned long) '
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
 |
I encountered the same problem when compiling with WTL 7. When I switched to WTL 3.1, everything compiled fine.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
When I changed WTL3.1 to WTL7.0, I found how to modify. Just remove pointer mark (*).
> void OnTimer(UINT wTimerID, TIMERPROC *) void OnTimer(UINT wTimerID, TIMERPROC)
Windows98/VC++6.0sp5pro/SDK-may2002/ATL3.0/WTL7.0
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
 |
|
 |
Expression: !InlineIsEqualGUID(*m_plibid, GUID_NULL) && "Did you forget to pass the LIBID to CComModule::Init?"
|
| Sign In·View Thread·PermaLink | 1.75/5 (3 votes) |
|
|
|
 |
|
 |
I am compiling the donut project. However it gave me an error as can be seen below:
Compiling resources... U:\urop1\Donut.rc(10) : fatal error RC1015: cannot open include file 'atlres.h'. Error executing rc.exe. U:\urop1\Donut.rc(10): Could not find the file atlres.h.
I would like to know what is the problem. Thx in advance .
=) hibiki
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
 |
|
 |
Hi, I am able to tab in to the webbrowser and use the keyboard on all the links in the webpage but I am not able to tab out to other buttons/ controls on the panel. I would like to know if there is some way to tab out of the webpage and go to other buttons on the panel.
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
 |
* My Compile Environment is:
Visual Studio v6.0 Enterprise Edit. (latest pack) and Microsoft Platform SDK (latest version) and WTL(3.1)
--------------------Configuration: Donut - Win32 Release-------------------- Compiling... Donut.cpp F:\Temp\IDocHostUIHandlerDispatchImpl.h(25) : error C2668: 'InlineIsEqualGUID' : ambiguous call to overloaded function Error executing cl.exe.
Donut.exe - 1 error(s), 0 warning(s)
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q243298
or You can update AtlBase.h hidden in the SDK.
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
 |
I don't like the IE cotrol. Do you have some experiences with the Mozilla control ? If so could you get me some hints how to integrate it?
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
You can get it from http://www.iol.ie/~locka/mozilla/mozilla.htm
All you have to do is install Mozilla control and change the Option of Donut. You need not touch the source code of Donut. Mozilla control is just a interface to Mozilla. You may have to get the latest Netscape or something.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Sorry, I didn't recognize that Donut is so easy to configure. Great work!! The Mozilla control works now. I have one open problem - the proxy configuration. Do you have an idea why the option dialog is not displayed? When I choose the IE control it works. Currently I have Mozilla browser 0.9.9 installed and have registered mozctl.dll and mozctlx.dll myself. I'm not sure if the options are part of the control or if I have to register additional DLL's.
Frank
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |