Hi.
I want to write a code which displays some system information, for ex. main board type, cpu type&speed, hdd type&size etc...
Has anyone a good idea how is the best way to do this?
thanx poltergeits this is what i have been looking for.
I have to create more lines.
Could you send me a version with an array example?
set lineObj(i)=Controls.add does not work.....
thanx
hi everyone.
I want to create 50-60 line OBJECTS during run-time.
Is there any way?
Those lines have to be objects like lines drawn in design-time because i need their coordinates, drawing properties etc.. and i have to delete some of them later..
thanks tsh73 now I draw lines and store coords in a file, BUT another problem came :
here is my code:
DrawWidth=4
ForeColor=vbRed
BorderStyle=3
Line(10,10)-(700,10)
the BorderStyle=3 line does not work because the form has a BorderStyle property too (fixedsyngle, double..etc), and it...
Please anyone give me a code which creates a Line object on a Form for example when I click on the Form
I tried
Dim myline as Line
Set myline = Line and etc ..
but it does not work
Thnx
Hi.
I start a session with session_start() and I query the id with session_id().
And i want to continue that session with another browser window.
Is it possible?
Thnx for any help.
The cookie which I set does not expire at the time which i ment to at all!
For example if I set a cookie :
SetCookie("cookie_1","cookie_one",time()+300),
it should expire in 5 minutes if I am right, but it expires in 6 seconds.
If I set to time()+600 it expires in 7...
The cookie which I set does not expire at the time which i ment to at all!
For example if I set a cookie :
SetCookie("cookie_1","cookie_one",time()+300),
it should expire in 5 minutes if I am right, but it expires in 6 seconds.
If I set to time()+600 it expires in 7...
I have a web page written in php and I use a lot of 'steps' and 'actions'.
Is there anything i can do to block access to my site in a way like this : http://www.mysite.com/index.php?action=play&step=fast
I want to be accessible only like this www.mysite.com or www.mysite.com/index.php
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.