Answer Questions
KONJIRO Help: Hosting Windows Forms controls in IE7
Is there any particular voodoo magic I need to do to get a windows forms control hosted inside a web page that I'm browsing in IE7 . My control is making it to the download cache (gacutil /ldl shows it) however it doesn't seem to activate within IE7. The site is a Trusted Site. I've tried turning off all security settings but all to no avail. The control is built with a version of the framework that is loaded on the PC and the control is built in .NET 2.0 if that makes any difference. Thanks in advance for assistance, Morgan I have the same issue. My control works perfectly fine with IE6, but not with IE7. I have to say that my control does not run completly safe code, since it opens a so ...Show All
dHan61 Where are the Adobe filters?
It seems the adobe filter is not at citeknet nor the WDS gallery. Did Adobe/MS pull it or is it located somewhere else ed, You can find the Adobe version of the IFilter here: http://www.adobe.com/support/downloads/detail.jsp ftpID=2611 It isn't up on gallery anymore because it causes problems with WDS 3.0. If you are running WDS 3.0 I would advise against installing this IFilter at the moment. Paul Nystrom - MSFT Thanks Paul. Still using WDS 2.5, so should be no issue for me. ...Show All
mrdolby Microsoft Excel 2007 beta (Visual Basic editor)
Hi, When I open or close a document Excel the editor visual basic open and underline : '------------------------------------------------------------------------------ ' Method does necessary work to open the default project, or if none, prompt ' the user to open a project, handling the case where the default project is ' no longer valid. '------------------------------------------------------------------------------ Public Function OpenProject(Optional ByRef adefaultUsed As Boolean) _ As IHProject And told me that the librairy is not found and open the references VBA Project. I tried to repair the microsoft office didn't work after I try to uninstall and reinstall, the same. I tried to desactivate the macros and it don't ...Show All
morphius1 cookies question
hi guys, for example, when an user access and log on our website site1.br.com , user will fill out a form and it would store the user information (such as user email address) to cookies in local machine. If the same user tries to access site1.br.com again then it will use cookies to remember the website setting. Now let's say that we want to bring a mirror web site site2.br.com (identitcal to site1.br.com) online. if the same user tries to access site2.br.com, cookie will be unavailable because the first time cookie were stored in site1.br.com, thus user will need to fill out information again for cookie to be saved for accessing site2.br.com the next time. Is there a way to store cookies for both site1.br.com and site2. ...Show All
jcoburn InvalidCast Exception - WDS
Hi, I am facing the same issue(InvalidCase Exception in WDS) as on link mentioned below. I tried Impersonation = True and thread.ApartmentState = ApartmentState.STA but both of the things didn't worked in my case. I also tried ASPCompat = true but it seems to be also not working.. I am getting the exception as-- Run-time exception thrown : System.InvalidCastException - QueryInterface for interface Microsoft.Windows.DesktopSearch.Query.ISearchDesktop failed. What to do now please help me.. Thread: MSDN Forums Windows Search Technologies Windows Desktop Search Development WDSQuery: 'System.InvalidCastException' throwed when "ExecuteQuery" invoked remotely Link: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1 ...Show All
karnij7877 logiciel
Bonjour,Quel logiciel convient le mieux a l'exploitation d'un cyber-cafe Good try... I speak french, and you should write "il faut que je verifie la memoire de votre ordinateur"... :) Actually, i speak a little the french, however next time try english please it faut que vous check le memoire the votre ordiateur Just for fun: I dont know any french at all .. but after squirming a little i got to some interpretation of your conversation (lol!). Tell me how close am i Q> Hello, Which software is appropriate best for the exploitation of a cybercafe A1> it is necessary that you check the memory your ordiator A2> correction: it is necessary that I check the memory o ...Show All
Bondforever WDS INDEXING & NOTIFICATION TASKBAR - DISAPPEARANCE OF ICON
After having run some clean up software, the WDS icon has dissappeared from the notifcation task bar (right hand side). This means that when the indexing function begins, I do not have the option of suspending it if there is another more important task and as this tends to happen every time I boot up, it is getting very annoying and slowing my system down at a time when I least want it. I also rarely use the search option. After searching the settings and on line, I can't find any reference on how to re-install it. Please help. This was in your startup group in the program files on the start menu. You can re-add it yourself: "C:\Program Files\Windows Desktop Search\WindowsSearch.exe" /s ...Show All
Sransom_au IE 7 RC1 Breaks Scripts
I just installed IE 7 RC1 and my application scripts stopped working. An example: Dim IE, doc, pics Set IE = CreateObject("InternetExplorer.Application") IE.navigate "about:blank" Do until IE.ReadyState = 4: WScript.Sleep 50: Loop Set doc = IE.document doc.write("test test <img src='abc.jpg'> test") set pics = doc.all.tags("IMG") pics.length now returns 0 Help! Help! What should I modify Thanks in advance kk PS: It was still ok in the beta before RC1 The above script is complete. Just to make it more complete I have added two more lines: Dim IE, doc, pics Set IE = CreateObject("InternetExplorer.Application") IE.navigat ...Show All
andreas s WDS 3.0 Beta 2 doesnt index any files
It only seems to be indexing Outlook items for me. I explicitly went in and added a bunch of folders under the options but no dice. Matter of fact I think it indexed them at some point and then went and deleted them from the index since the "Indexing Status" number seemed to shrink. I have tried uninstalling and reinstalling but have the same behavior. Any ideas I'm seeing WDS 3.0b2 seem to "forget" the list of folders that I specify to idnex. I've posted a note about it. >>>You are using WDS beta 2. You found that only email was being indexed. You then went to WDS Options and added specific folders to index. Those folders are not being ind ...Show All
Malmer Product Sorting
I'm working on Browse.aspx from the starter site and I want to implement sorting functionality based on the column header in the GridView. I know the productList control uses the ProductFilterDataSource control to get it's data and ProductFilterDataSource inherits from CatalogDataSource. I think I've done everything correctly, but the error I keep getting is " The data source does not support sorting. " Anyone have any ideas or guidelines I should be following to get this working Thanks, Brad Try specifying the sort property as [ DisplayName]DESC It may not be the most efficient way, but I passed the sortexpression into a function that parses it out and ...Show All
Ayooya Number of pipelines in cs2007
Hello Is there any limit on the number of pipeline i can create in cs2007 Thanks arik Arik, There aren't any limits posted that I'm aware of. That being said, there is a practical managability limit where dealing with thousands of pipelines is painful. The pipelines collection in memory is a small configuration collection, so you shouldn't see much additional resource utilization by adding a few extra pipelines to the configuration. Like any workflow process running them in parallel, however, will present resource issues depending on the number of users. Again, mainly hardware limitations that can be resolved with bigger servers. Cheers, Colin ...Show All
joe breese .NET Web Browser Effort - First Preview!
Hi Guys, A couple of months ago I started an opensource effort to create a Web Browser better than IE7 in .NET. So far its going GREAT, with a team of 3 including me. As of now, source code is not offered - it will be once I get it to a Beta 2 state. Also, if anyone would like to join the project please send an email to netwebbrowser@gmail.com or add mateuszrajca@msn.com to your MSN/Live Messenger contacts list(email is preferred) Here are some stuff you can help in: Write code(C#), fix bugs in code(C#), make sourcefourge web site, report bugs, optimize code(C#), make app more responsive, make installer, graphics (icons logos) and whatever else you can come up with! Download Now Preview 1! ~Matt ...Show All
TonoGam zune not recognized by PC
My PC will not recognize my zune, any other device i hook up usb i getthe old DOng ding sound and it shows up. When I hook up the zune, I get nothing. This is the second zune and third cable, it will not even charge on my PC and yes i have 2.0 usb. Any help would be great. Thanks Chad K sounds like a hardware issue with your PC ... how old is the mobo are you using other USB2.0 devices successfully My zune works perfect... DTOLLE wrote: Hi, I am new here, looking for help with the zune I got my son for Christmas. We seem to be having the same trouble you are. The device is not recognized on the software or the device manager. I ...Show All
Rob Wheeler Three problems with IE 7 - rollovers, cut-off text and cut-off images
Hello all, I thought I'd finished designing a new site which works fine in IE6, Firefox 2, Opera and Netscape - until I tried it in IE 7! Problem 1 (most important) - Tabbed CSS menu moves on rollover URL = http://www.toucanmusic.co.uk/test/index.php CSS = http://www.toucanmusic.co.uk/test/toucan.css The tabbed menu at the top works fine in all other browsers I've tried, however in IE 7 the menu initially loads up correctly then, when you rollover the tabs, a white gap appears between the tabs and the blue bar underneath. Refresh the page once and the gap remains, but refresh it a second time and it disappears! Not being an expert at CSS, I'm using a variation of the "fitted doors" menu found at http://www.cssplay.co.uk/menus/do ...Show All
soma34 IE 7 RC1 Breaks Scripts
I just installed IE 7 RC1 and my application scripts stopped working. An example: Dim IE, doc, pics Set IE = CreateObject("InternetExplorer.Application") IE.navigate "about:blank" Do until IE.ReadyState = 4: WScript.Sleep 50: Loop Set doc = IE.document doc.write("test test <img src='abc.jpg'> test") set pics = doc.all.tags("IMG") pics.length now returns 0 Help! Help! What should I modify Thanks in advance kk PS: It was still ok in the beta before RC1 Hi, Not sure whether it's' relevant to your problem, but try doing this: Create and set the following registry key: HKLM\Software\Microsoft\Internet Explorer\Main\FeatureC ...Show All
