there have been many times that zone alarm does some very quick update or scan and all of a sudden, if vb 6 is open, a form is removed not deleted but removed from the project that i have open. I don't know if its an update or what but something flashes real fast on task bar and then the form is gone. wondering if anyone else has experienced this.
Well, since ZA is a firewall.... it's probably coincidence... it's suspect at the very least. There's nothing that ZA is doixng that should impact VB or vice versa.
I have been using ZA for years and nothing close to that has happened. I think you have something else on your machine doing that. Zone Alarm does not do anything to files...
:eek2: http://www.vbforums.com/showthread.php?p=2829958#post2829958Well, you seem just to have triggered it through a particular set of circumstances, whatever they may be...Lex Luthor strikes again!!!:)...
I'm looking for a video/mp3 player.Does anyone know what video formats Ipod / Zune supports?I have a large variety of codecs and video formats, OGMs with *.sub subtitle text files, MKVs, the most importantly DIVX AVIs.Am I wrong or do Ipod only support MOV videos, and Zune only support WMV...
I'm sure you have all heard of the sad demise of Mr Douglas Adams, earlier this week, of a heart attack at age 49.He was a source of inspiration to me in particular, having grown up repeatedly listening to the Hitch Hiker's Guide To The Galaxy, and reading all his books.He will be miss...
OK, I've made my own gaming engine with it's own pseudo-windows and what not. When it comes to render the windows onto the device context it becomes tricky if I want one window to appear in front or behind another window. I thought about ZOrdering but when a window is created what ZO...
Hi Guys,Just a quick and hopefully simple question, I'm working on an application that needs to always be at the very bottom of the zorder, i know how to send my app to the top but I need to know how to send it to the very bottom.Thanks....
I am creating an activex control in which I have a 3rd party image control and a label control. I want the label control to be on top of the image control but it's always hidden beneath the image control. Is there any way I can make it come over top of the image contro?? I have played ar...
Does Win 2k handle Zorder differently? All of my windows keep appearing at the bottom of the Zorder instead of the top when I spawn them.What the heck is going on?Eiredrake...
some components e.g. the "spinButton" are not able to bring to front! Also i set z-order in code and choose option "Bring to front" With other components it's no problem!!! Can you help me?...
hello,i have 2 forms that i want to display in 2 different ways.form1 shows form2 with vbmodal as default.then on form2 i have a check button thay says: 'always on top'.when you click on it you change the default setting either to on top or not on top.i only managed to get this work af...
[Originally posted by Jim]Using pictureboxes, how do i write a function to move a picturebox forward or backward using their Z-order property. I don't want to move them all the way to the back, just one step backward at a time and the same for forward....