kdancer100's Q&A profile
Internet Explorer Development 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
Internet Explorer Development Internet Explorer Pop-up
I'm using prototype.js for displaying another page through a pop-up. it works in Firefox but i keep on having this error in IE 6. Line: 244 Char: 7 Error: Syntax Error Code: 0 URL: http://.... Line 244 is results.push(iterator(value, index)); Anyone knows what seems to be the problem HELP!!! tnx for your reply. im using lightbox pop-up scripts and this includes another script which is prototype.js... All i know is that this is a cross browser script. The links inside my pop-up isn't working. (onclick) < asp : LinkButton ID ="btnSave" runat ="server" Text ="Save" OnClick ="btnSave_Click" Width ="40px ...Show All
SQL Server Persistant variables
Greetings SSIS friends. Is it possible to create a persistant variable in an SSIS package dreameR.78 wrote: The variable retaining its value after the package is run. I suppose there are progmatic ways of doing this, but the "easy" way that I can see is to use SQL Server based package configurations. At the end of your package, you issue an Execute SQL Task to update the configuration table to set the value of the variable in the table to that variable's current value. ...Show All
Visual C++ error LNK2001
Hi, (I saw the post on same subject but it seems to be a little different. so I'll use some word from that post!) There is a project earlier written in VC++ 6.0. I opened the same project in VS. NET 2005 and I am trying to compile. The code compiles properly (with couple of warnings) but while linking I am getting unresolved external symbol errors like this: The linker seems to have problem with seeing .obj from files in program (which are in the debug directory). It doesn't seem that the /Zl switch or the /NODEFAULTLIB are on. 1>Linking... 1>Utm.obj : error LNK2001: unresolved external symbol _RTC_Shutdown 1>Zone.obj : error LNK2001: unresolved external symbol _RTC_Shutdown 1>Zones.obj ...Show All
Visual C++ MFC Dll Project?
When given a problem that involves quantum interactions, behavior among particles such as atoms etc.: (using: MS VC++) Would you create an, MFC Dll Project Would you take another path Thanks very much for any and all (no matter how minor) info. in regards to above question(s). B. John eineros; Simple Samples, "...C++ is probably a good choice due to the intensity of math required, including precision..." youve id'd the #1 priority: precision. so you know ive worked hard and am not asking for something without me trying hard first: taken/passed: .asm (assembly lang., hc 111 board, still have it, tough syntax but made sense, enjoyed except for comments/documentation, usually enjoy commenting, still have flo ...Show All
Windows Forms Doubt about Event and Delegate in multithread context
Hi to all, I'm trying to understand well the paradigm of Event and Delegates, but I've some problem that I can't explain to myself. I've tried to write a little piece of code: in one class (the publisher) I declare a delegate and an public event, so someone can subscribe to it. In another class (the subscriber) I create an instance of the publisher class, and add its method to be executed when the event is raised. If I do this using a Windows Forms, when the event is raised up, I receive the message that I'm using Cross-Threading operation that is not a good think (I know how to disable the message, but is not what I want). Hi Mark Dawson, and thank you for your reply. I know that the problem to textbox is caused by an access from a dif ...Show All
SQL Server Move registries that doesn't exists in a table from a table to another
Hi, I need to run this query, everytime that the system is started, but it always bring some regitries twice. like I run the query once and it brings 104000 registries, if I run it again it will bring 1040 registries, that was already moved. How can I correct this INSERT INTO [PABX_IGNORADOS]([COD_CLIENTE], [DATA_HORA], [NRTELEFONE], [RAMAL], [WCOS], [TEMPO_SEGUNDOS], [TIPO], [TIPO_ORIGINAL], [TEMPO_ATENDIMENTO], [JAPROCESSADO], [VALOR], [VALOR_CONC], [VALOR_TARIFA], [VALOR_TARIFA_CONC], [CLASSIFICA], [LOCALIDADE], [VALOR_TEMPO], [NUMERO_E1], [BLOQUEADO], [TABELA_TELEFONICA], [DATA_BLOQUEIO]) SELECT [COD_CLIENTE], [DATA_HORA], [NRTELEFONE], [RAMAL], [WCOS], [TEMPO_SEGUNDOS], [TIPO], [TIPO_ORIGINAL], [TEMPO_ATENDIMENTO], [JAPR ...Show All
Visual Studio Team System Remove Work Items
Hi How can i remove work items permanently thnx You can look at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=327599&SiteID=1 for the information on deleting work items. -Mohammad ...Show All
Windows Forms Differences between graphics object instances (Invalidate .vs. Paint)
If you call a paint event this way: using ( Graphics g = Graphics .FromHwnd(Control.Handle)) { Control_Paint( this , new PaintEventArgs (g , new Rectangle(0,0,10,10)); } You can draw outside of the clip region defined by the rectangle. But if you do this: Control.Invalidate(new Rectangle(0,0,10,10)) The graphics object passed into paint has a GDI+ clipping region equal to the passed rectangle (e.g. prevents you from drawing outside the clipping rectangle) -- This can be verified by testing e.Graphics.IsClipEmpty -- it returns false. If you call ResetClip on the graphics object passed into the paint event argument the GDI+ clipping rectangle is not changed. In the paint event, when called using Invalidate: D ...Show All
Audio and Video Development XML Parser Performance..
Does anyone have any relationship data between XML Parsing (using the built in spec Parser) and specific CES devices We are looking for data based on the parsing and handling the parsed xml stream, such as dynamically creating menus, pop up messages, dynamic playlist navigation, game engine datasets etc. Our SAX implementation and DOM implementations are multi-format compatible but we are looking to verify performance at this time before giving up on the built in spec parser. Any one doing this kind of dynamic work already and willing to share their experiences Thanks, Denny B. Yes we have implemented an XML parser for cross compatibility (BD-J, Netblender, and HDi) ...Show All
.NET Development .NET 2.0 Class Library Reference available offline?
I am learning VB and ASP.NET/ADO.NET using the 2005 Express suites on my laptop, but I will have no web access (no wires or wifi) for most of the time. Is there some way I can reference (use) the 2.0 Class Library Reference without the cloud Is it in the SDK and I just haven't found it Any pointers would be helpful. Thanks. You can download one of the following to get the Class Library Reference: .NET 2.0 SDK http://www.microsoft.com/downloads/details.aspx FamilyID=fe6f2099-b7b4-4f47-a244-c96d69c35dec&DisplayLang=en Windows SDK http://www.microsoft.com/downloads/details.aspx FamilyID=c2b1e300-f358-4523-b479-f53d234cdccf&DisplayLang=en Probably you'll want the first because of the smaller download size. ...Show All
Software Development for Windows Vista Filter-Pipeline run on the MultiThread ?
Filter-Pipeline seems to run on the MultiThread. In two filters, the thread that calls IPrintPipelineFilter::StartOperation put out seems to be different. Property-Bag(IPrintPipelinePropertyBag) has whether it is necessary to think about synchronization. It was thought that Property-Bag was able to be used easily more. Is it correct in such recognition The control doesn't return when the first filter calling IXpsDocumentProvider::GetXpsPart in InitializeFilter. It seems that PrintFilterPipelineSvc waits until all Filter's InitializeFilter ends. Because it is a state of the deadlock, IXpsDocumentProvider::GetXpsPart cannot be used in InitializeFilter. It is not good if synchronous processing is not though ...Show All
Visual C++ How to disable VC2005's Auto Debug
When the program meet GP, VS2005 will pop-up and ask me "do you want to debug the program". My question is how to disable the function in windows When Visual Studio is installed, it registers itself as active debugger, as described here: http://support.microsoft.com/kb/121434 You can return back to default Dr. Watson, but I don't think that this is convenient on developer computer. When program is installed on client computer without Visual Studio, it's exceptions are handled by default Dr. Watson program. ...Show All
Visual Basic Help... Can't get .vb file to open in Designer mode
Alright, let me describe the problem I'm having: I was working on a program - a world switcher (yes, legal) for the game RuneScape, for my help site - and got quite far in. I had saved a few times along the road... And then Visual Basic crashed. No, the files were not corrupted, they had been saved several minutes before this. Anyway, I boot up Visual Basic (Express Edition) and click File -> Open File -> myscape.vb ^^ Can't get the design editor to come up. I see all the code that appears when you double-click an icon in the Design Editor... And yet... It doesn't load properly. In the same folder, I also have: myscape.Designer.vb (No changes made by me) myscape (.NET resource file [no changes made by me]) ...Show All
Visual Studio F1 Help error
Hi I have Visual Studio 2005 professional installed and installed the MSDN that came with it in the box. When I highlight a keyword and press F1 I get the following: A Runtime Error has occurred Do you wish to Debug Line 98 Error: Could not complete the operation due to error 80041001 Thanks Steve I see this behaivor everytime I try to access certain topics such as XML. It's not about boots I think it is about missing information or an inability to find it. george gslockwood@gmail.com ...Show All
