Answer Questions
Azzboy Sharepoint login through URL
I am trying to load sharepoint in an iframe, and I need to login from Drupal (PHP CMS) I got the <iframe src="https://username:password@share.mycompany.com> but this just brings up the password prompt and if I click Cancel it logs me in. How can I login to Sharepoint by passing the username/password arguement through the URL This forum is to support development on the Microsoft Office Live application platform. It is not for support of any of the Office 2003 or 2007 client applications such as Excel, Word or Outlook, unless your question is related to how the client apps interact with Office Live. Please refer to the list of newsgroups and forums for Microsoft Office if you need help with a ...Show All
RyanMcClellan Free Online Visual Basic 2005 book
I have recently made my book free, sponsored by AdSense of course. The book is designed for non-programmers. After many hours of tweaking javascript I have finally completed most of the design of the page, so that it works with google and also so that there are no frames. If anyone would like to help with the book, ie: make it better, then feel free to contact me here or at the site. You can find the book link in my signature... Biche wrote: Any chances to get a pdf out of it Hmm. Perhaps. I'll think about it! It would be quite something converting it! nowhereman1960 wrote: Is it posible to read it off line Well, I suppose you could print it Is this available in the pdf format ...Show All
naruto-kun Accessing WDSQuery.dll from MSAccess
Hello, we would like to integrate desktop search queries in one of our MSAccess applications through the visual basic interface. The SDK does not help, we cannot reference WDSQuery.dll, how could we do Hello Jean-Claude, If you are willing to use VB.net you can follow the instructions that one of our developers has posted in his blog here: http://brandonlive.com/2005/07/13/calling-the-wds-api-from-vb-net/ Are you looking to use VB.net or are you specifically wanting to use the VBA that is available in Access Paul Nystrom - MSFT P.S. I'm also interested in finding out more about your company and your plans for Windows Desktop Search. If you're willing to discuss this please send ...Show All
Gib20055 CS 2007 / BizTalk 2006 Adapter Error
Hi I am connecting to CS 2007 Orders Web service via the BizTalk 2006 CS adapters, i have successfully done this with another project and so have duplicated my actions HOW EVER i get the following error on the Receive location and i am at a loss as to what needs to be done - i am not a CS 2007 developer. Any help would be appreciated Thanks Simon Creating the search clause factory failed for Commerce Server Orders Receive Adapter. Message . Stack at Microsoft.CommerceServer.ServiceAgent.TryHandleWebMethodException(Exception ex, SoapHttpClientProtocol serviceProxy) at Microsoft.CommerceServer.Internal.Orders.OrderServiceProxy.AuthorizedInvoke(String methodName, Object[] parameters) at Microsoft.CommerceSer ...Show All
KitWest dwwin.exe crashes after uninstall WDS and end process of svchost.exe which continues to index
After uninstalling WDS 3.0, I find that indexing is still going on, usually after rebooting after the 2 am index time has passed. I kill/end process svchost.exe which is using 100% of cpu makingmy computer unusable. On shutdown, I get an error message that dwwin.exe is unable to exit due to shutdown and another saying ig had a crash. This is on Windows XP Pro SR2. I need help completely uninstalling WDS. I uninstalled because it would not find files of name .exe WDS processes are SearchProtocolHost.exe, SearchIndexer.exe, and WindowsSearch.exe. If uninstallation of WDS was completed, you should not see any of these running on your system. WDS does by default index .exe files in the indexed locat ...Show All
missle How to detect tab-change in IE7?
Hi I'm wondering if anyone knows how to detect when a tab changes in IE My toolbar has to detect when a) A tab changes site (This I already do by Navigate and DocumentComplete) b) When you change between tabs (this I have no idea how to do). I know there is a DWebBrowserEvents2::WindowStateChanged I maybe could use but I have no idea how to use it The only thing I've been able to even think about up until now is to create a thread that runs every second and checks what tab is visible, if it's not the one that was visible last check then fetch the document URL location from that, not that I've even gotten that to work very well... So I was hoping someone might be able to help me out, maybe show me some code on how to achieve knowing when th ...Show All
erodcav Reinstall IE7 in Vista
Is there a way to uninstall and reinstall IE7 from within Vista Home Premium I know I could do this with previous versions of IE in XP, but I can't seem to figure out how to do it in Vista. IE7 keeps crashing and I want to just try a reinstall of IE7 rather than do a complete reinstall of Vista! I've been trying to figure this out for hours, and finally figured out how to get this to work on my system. Try this: Start > Control Panel > Internet Options > Advanced Tab Click the 'Reset' button. I gave up trying to work out how to re install IE 7 and rebuilt my laptop. IE 7 still crashes.......... There is no way to reinstall IE7 on Vista. Yo ...Show All
enric vives Remote WDS 3.0 Search Permissions
Greetings, I've been playing with programming WDS 3.0 for some time now and it works great for everything I have needed to do on the local machine. However I am having trouble with querying a remote machine. In several online blogs there are references to the following query syntax: SELECT <> FROM [machinename].SYSTEMINDEX WHERE <> The posts always say that this is not enabled by default and requires extra setup, but there is no reference as to what is required for this to work. I have tried many, many different configurations, but have not had any luck. Does anyone have more specific information in this area Thanks in advance! Example: select top 5 path from ericwol64.sys ...Show All
Manojit Paul unicode problem when using webbrowser control
I have webbrowser control in a winform program. When the control navigate to a website that has unicode (it is Chinese to be specific), the content is displayed correctly in the control itself. However, when I tried to get the text from webbroswer control via its property DocumentText, the text is messed up with question marks and other characters. My question is how do I get the correct unicode text from the webbrowser control Thanks. ...Show All
baruchl WDS crash under Citrix
Hello We have 2 Citrix-Servers on W3k Standard Server. The users are connecting to the servers with ThinClients over Citrix. We have now some multiple entities: 1. The WDS does not start at logon and when the User starts it, the message "WDS isn't running" is diplayed. The strange thing is, it is running... 2. The message "The WDS index isn't working properly. To fix this problem, you'll need to restart your computer, and you may need to rebuild the index. Select one of the following options..." is displayed. 3. Application Error The exception Breakpoint. A breakpoint has been reached (0x80000003) occurred in the application at location 0x7c822583 WDS version 2.6.5 with the patch Any idea how we can ...Show All
Kanhaiya block a website with bho give an error
Hi all i m develop a application in vc++ using ATL/BHO name websapher to block a website from childrens. it work greate but some time it give me error and close the explorer. please help me to make this usefull. my code is: STDMETHODIMP CBlocker::SetSite(IUnknown* pUnkSite) { if (pUnkSite != NULL) { // Cache the pointer to IWebBrowser2. HRESULT hr = pUnkSite->QueryInterface(IID_IWebBrowser2, (void **)&m_spWebBrowser); if (SUCCEEDED(hr)) { // Register to sink events from DWebBrowserEvents2. hr = DispEventAdvise(m_spWebBrowser); if (SUCCEEDED(hr)) { m_fAdvised = TRUE; } } } else { // Unregister event sink. if (m_fAdvised) { DispEventUnadvise(m_ ...Show All
Dylan Rolfe XML on the fly?
Is there a way of generating and reading an XML page on the fly e.g If I want to run the query 'Select * From Table1 for XML AUTO' when a page is opened and then use the info on the generated page to populate lists on the initially opened/source page, how is it/can it be achieved . ...Show All
Paxos Kyro KidSafe Browser (alpha)
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
Phil026 I can't believe most Windows users don't know how to use toolbars, OMG.
This is most irritating. Almost all of Windows users in my company don't know how toolbar works. They don't know they can enable toolbar, take out toolbar, customize toolbar, and not even the simplest of all, move toolbar around. Toolbar is so simple, standard, and flexible. And yet, they don't know how to use it. And now, I think that's the main reason why IE7 doesn't support moveable toolbar, and that pisses me off even more. Argh. Humm, yeah, that make sense. One of the biggest pain of reinstalling Windows and everything else is to configure stuff. I have turn on, show hidden file, show file extension, enable quick access bar, turn off window grouping, setup all my download paths to my own folder (hat ...Show All
ytandeta IE7 Scripting Incompatibility
I hope this is the right place to post about an incompatibility between IE6 and IE7 that I haven't seen addressed elsewhere. The following HTML includes a javascript function to introduce a client-side pause without eating CPU cycles, as a loop would. The code works fine in IE6, but produces an empty dialog box and a hung web application in IE7. Can anyone suggest a workaround or even an explanation for why this worked in IE6 and not in IE7 <html> <head> <title>Test JS pause functions under IE7</title> <script> /* * This function will not return until (at least) * the specified number of milliseconds have passed. * It uses a modal dialog. * FROM http://www.faqts.com/knowledge_base/view.phtml/aid/ ...Show All
