Answer Questions
Charlie Audritsh Kyro KidSafe Browser (beta)
Hello all, I am making a "KidSafe" browser for kids. Please download my program and post any noticed bugs,etc. It takes only minutes to set up. I am 10 years old, so who can make a browser for kids better than a kid Progress: Final will be started in January Thanks you everyone for your contributions and encouragement. *Has 3 tabs for browsing. *Has a "My Websites" button with up to ten of your programmed websites in it. Beta Features: *Has 3 tabs for browsing. *Has a "My Websites" button with up to ten of your programmed websites in it. *Talking Help guide *A new install program Updates in final version: *Button text replaced with graphics. *A game room with games, and fun KidSafe software (suc ...Show All
Ben Santiago IE 7 Uninstall/Install Issues
This is not the common inability to uninstall IE 7. I have read through many of the problems other peoples have been having trying to uninstall certain versions of IE 7 to get the newest version. This is not what I am trying to do. What first started the issue was that I had installed IE 7. (Bad choice to begin with. I am a firm supporter of Mozilla FireFox.) After installing IE 7, I attempted to use the program for a website that is IE specific. However, after double clicking the IE 7 desktop icon that had been created, IE 7 had created an immediate error and had to be closed. I couldn't tell what error had been created but I know its on a different line and with a different code every time when I read the "detail ...Show All
Nick Y Indexing a database
I need to index an sqlite database. What do I do to do this I think I need to create a protocol handler which will represent a store - that store being my database file, and an IFilter to return data from the database. I understand there are two types of protocol handler - Asynchronous Pluggable Protocols and A Registered Application . What type of protocol handler does WDS use If I am understanding right, this protocol handler is known as a store in WDS, how is the store\handler registered with WDS Will the protocol handler will be specific to my database - ie it will represent my db as a store, not all sqlite. I was thinking about bastardizing CodeProject - A Simple protocol for my protocol handler. However this is C# CLR - is ...Show All
ROSE3000 IE 7 - scrolling jumps
Is there a default setting I can change in IE7 that will stop the jumping when I try to scroll using a mouse wheel It's almost as bad as what I see when I'm connected remotely to another machine. Thanks, R. Hill Same problem here. But it isn't so much that the scrolling lags as it is that the scrolling continues after it should have stopped. It's not a delay like one would experience in PcAnywhere or VNC. I don't experience this problem in any menus or applications other than when scrolling webpages in IE7. Well, I guess I won't be downloading the new release because I can't stand the scrolling either. Have you tried reinstalling your mouse software and see if that solves the problem Th ...Show All
evilsocket Is it possible to detect if a specific BHO is installed
Is it possible to detect from a website visit if a certain BHO is installed on surfers browser. I am interested in detecting if a certain malware BHO is installed on my visiters browsers when they visit a website and would like to give them the ability to uninstall the BHO after they have been notified about the presence of it. Just a suggestion - In jscript/vbscript, you could try to CreateObject if you know its progid, it createobject works, then you know its installed. In general, that approach won't work in IE7, because of the ActiveX opt-in feature. Remotely detecting components on the user's computer (that were not explicitly coded to permit detection) would be ...Show All
Angry Coder Problem with WDS 3 beta 2 indexing locations
After installing WDS 3 beta 2 everything seemed to be working as expected. However after a few days I noticed that WDS was no longer indexing documents and settings. When I looked under indexing options, included locations, the only item present was Outlook 2007. I thought this was strange as I knew that documents and settings were definitely being indexed before, and that there was an entry under excluded locations for application data; default user, when I last checked, which had obviously also disappeared. I then clicked on modify and re-selected the missing locations and clicked OK, WDS then re-indexed and all seemed fine....for a day or two, then these locations disappeared again! This time I clicked on restore defaults, clicked OK, r ...Show All
hmvs_dog link target support
Hi Could someone help me to implement support for link's target attribute in browser hosting application. Like <a href="http://www.host.com" target="framename">link</a> What I've done. I've implemented ITargetFramePriv interface and give it in QueryService(ITargetFrame2, IUnknown) Then mshtml calls my ITargetFramePriv.FindFrameInContext, I give corresponding object which is queried for IWebBrowser2 interface. But then mshtml ignores it and begins creating new window through calling NewWindow3 of the original browser. Any suggestion Regards, Serge. Hi. My question is not about IE7. It's my application which is hosting IWebBrowser2 component. >Here is the link to the N ...Show All
Madix_t Can you rate this code please
Following is a custom thread pool class that I attempted to write. Would you please take a look at the code and see what design issues (or coding ) issues does it have using System; using System.Collections.Generic; using System.Text; using System.Threading; namespace Gemini.Threading.ThreadPool { public delegate void CallBackHandler(object context); public sealed class CustomThreadPool : IDisposable { #region private memebers... private readonly int _CurrentPoolCount; private List<ThreadData> _Threads = new List<ThreadData>(); private ManualResetEvent _ItemsInQueueEvent = new ManualResetEvent(false); private SynchQueue _QueueWorkList; private static void OnThreadStart(object o) ...Show All
__alex Tool button c# DLL
I am having trouble getting a toolbar button placed in the standard toolbar to execute something in a DLL written in c# The button turns up on the toolbar but nothing happens when I click it I think i have followed the msdn toolbar button tutorial to the letter Any help would be appreciated using System; using System.Collections.Generic; using System.Reflection; using System.Runtime.InteropServices; using System.Text; using System.Windows.Forms; using Microsoft.Win32; namespace HypodyneThumbNailer { public class Cows: IOleCommandTarget { public void QueryStatus( ref Guid pguidCmdGroup, UInt32 cCmds, [MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 1)] OLECMD prgCmds, ref OLECMDTEXT pCmdText) ...Show All
Jonathan80 Loss of session in nonmodal popped up from Modal
I have a problem where if I popup a non-modal window via window.open(); from a MODAL dialog that in turn was opened from the main browser page, the top level non-modal starts a new session. Here is the scenario: User is on a page of our application, in his/her main browser window, and decides to edit his/her preferences. Preferences edit occurs in a modal popup, so the main page executes window.showModalDialog() to open the preferences popup. Part of the preferences popup contains several textareas which must be spellchecked. When the user pressed the spellcheck button in the modal popup, our spellcheck software is launched via a window.open(). However, because this latest open causes a new session, instead of going to the s ...Show All
sinan.topuz WDS 3.01 and Outlook 2003 (Exchange)
Somehow I can't select folders from Outlook 2003 to index. The only visible folder is 'public folders' but greyed out because I don't run Outlook in cached mode. WDS 2.66 did show the open inboxes in Outlook and indexed them nicely, in WDS 3.01 they are gone and I can't get them to show. See my previous post, I've installed the .adm file and can now index my own inbox. The other 4 mailboxes that I have open do not appear in the list however. These are also Exchange boxes that I have opened. This is a known bug and a coding error has caused this regression. We will be fixing this in our next release. Outlook only supports one exchange account per profile. Are you u ...Show All
shmulik_segal Help
Hi, We need to do the following: Open up a browser to take up half a screen - how is this done Secondly we also need the behaviour of the above screen to be the same in half screen mode as in full screen mode. i.e. If there is no scroll bars when in full mode there should be none when in half screen mode. Is the above possible Thanks, PD Hi PD, Can you provide more details of from where you are programming the browser Is it a separate process or within the web page after navigation Thanks -Dave ...Show All
yamobe Creating A new OS
Hello, I just wanted to make a question What knowledge would it take to make A operating system if you could tell me Cause I am starting to get into building program it may take A long time but dont worry one day your data will be safer then ever I am hoping to do a couple of things in here against bug/virus Encryption and hard ways to get past stuff... If someone would be willing to help me out... Danka sir! Just curious, no big deal but why did you write A operating system Ah, forgive me, you probably speak English as a Second Language. I'm a HS English teacher so I get nosy about odd errors in grammar and syntax. To write an operating system, and then to compile it, debug it, compile it, debug it, until its read ...Show All
Hatzi74 Unable to initialize the filter host process
Installed WDS and Outlook 2007. Everything works fine. Uninstalled WDS. Installed it again from the Outlook 2007 prompt. WDS refuses to index. Essentially, the index dialog says that there are 2 items left to scan but it never completes. Instead, I get the following events in the Windows Event Log. Meanwhile, my Outlook search is not functional. Any ideas how to to solve this Some things I tried unsuccessfully include installing/uninstalling, removing teh Program Files/ Windows Desktop Search folder, using RegMon to find what key is causing the issue. Event Type: Error Event Source: Windows Search Service Event Category: Gatherer Event ID: 3100 Date: 1/8/2007 Time: 11:51:39 AM User: N/A Computer: NOR15279 Description: Unable to initiali ...Show All
simsen Windows Vista and ActiveX registration
Hi all, I was hoping that the new Windows Vista could allow me to install our .ocx plugin on IE7 after IEInstal.exe allowed installation and it does not seem to work. I am using VS 2003 After reading http://msdn.microsoft.com/library/default.asp url=/library/en-us/IETechCol/dnwebgen/ProtectedMode.asp many times I would except the following scenario : 1- our activex is not installed 2- standard user browses a web page where our tag starts the downloading of our installer (lets call it installer.exe) 3- a prompt appears requiring administrator login and pass 4- installer.exe creates our destination folder (with low integrity level) and copy the embedded ourplugin.ocx file in the destination folder then 5 installer.exe ...Show All
