Sounds like itll do the job. Thanks. star for the link
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before long..."
...some comparisons and exit without causing a disturbance to the user.
So i guess im asking for help with removing the application from the taskbar *unless* the app needs to be visible to the user.
Thanks in advance
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion...
Im glad you found a good solution =) And thankyou for the star!
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before long..."
...it loads too quickly and thus doesnt perform the scan properly, i have to run it manually. this could translate to you, maybe the apps load before a required dll or something is loaded?
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before...
...window that isnt resizable using javascript:
<a href="framespage.html" onclick="window.open(this.href, 'popupwindow', 'width=500,height=390,scrollbars=0,resizable=0'); return false;">
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before long..."
...in your datafile
Type YourRecord as record
...
InString as String
...
end type
dim MyRec as YourRecord
get #1, (maths), MrRec.InString
but obviously tailored for your needs
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before long..."
clear the contents of your startup folder. i assume youre using win 98 maybe older?
C:\Windows\Start Menu\Applications\Startup
or similar
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before long..."
...or an iframe, i cant think of an alternative im affraid.
surely if youre using the rows attribute in your frameset tag there shouldnt be overlap. again, i dont use frames. sorry
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before long..."
...frame info, it doesnt look like you can do what you want with the old html. i think you should post in the javascript forum (forum216).
Sorry I couldnt help =( hope you get it sorted
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before long..."
...could write a javascript for <body onload="refresh"> but i dont see the point... why load a page only to instantly refresh it? thats a waste of bandwidth. what are you trying to achieve
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before...
redflag this if you think it appropriate but i dont work with traditional frames so genuinely wouldnt know:
cant you use pixel units in the col attribute of the frame tag?
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before long..."
...refresh to get rid of the two tables and display the third instead?
maybe this could be translated to your desires: thread215-751526
do a keyword search for "meta refresh"
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before long..."
...for some reason i thought a frame of a table. forgive me. if you use an iframe you can apply the style attributes. but if youre set on the normal frame, im willing to look it up for you
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before...
How do you mean? Like when a user clicks a button or automatically?
If its automatic, why not just delete the tables from your code in the first place?
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before long..."
...function
You may also want to add in:
If (val(txtpropertyvalue) <= 0) or (val(txtpropertyvalue) >= 6) then
msgbox("Must be between 1 and 5")
validateform = false
end if
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before...
okay so:
style="height: 10px; width: 10px;"
if you use pixels as your units it keeps the element that size no matter what the browser's size is
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before long..."
yep:
<table style="position: absolute; left: 100px; top: 50px;">
~*Gwar3k1*~
"To the pressure, everything's just like: an illusion. I'll be losing you before long..."
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.