hi iv got apache 2 installed and running in httd.conf
AccessFileName .htaccess
AllowOverride All
this should mean the .htaccess file is working and it is
the problum im having is with the htaccess file n trying to find the full server path
contents of the .htacces file
AuthUserFile...
i figured out a way of doing this run a command evry soecound with counter as integer (what number in the strig you need to exacute) and pullout as boolean as a flag to pull you out of the loop
so im not actually in a loop the program just calls a sub evry secound called display which does the...
if i have a loop that is never ending say a synthisizer and i want to pull out of the loop with a stop button how would i go about it here is the senario
i have 3 arrays
1st is Lights
2nd is Lights_settings
3rd is lights_order
the 1st array holds the value of each light 0-255
eg
lights0 = 0...
i 100% agree with Hneal98 it should be done with radial buttons BUT if you still want to use the checkbox way it goes somthing like this
Private Sub cmdhit_Click()
If Check0.Value = True Then
Check2.Value = False
Else
Check2.Value = True
End If
End Sub
iv maneged to make the procedure to highlight all the dates on the calnder now all i need to do is call all the dates in i have a few problums though
1. the procedure work using 2 text boxes (first date and secound date) you can enter 1 date then the other date and it will highlight all the...
why dont you try this it simple takes a bit of typing though
your code <----->
when you want to say box 1 - 20 to disapear try this
box1.visable = false
box2.visable = false
box3.visable = false...
box20.visable = false
or you could group the txt boxes by simple making thefirst one and...
Basicly i'v got a calendar that iv made a procedure to highlight each day between and including a start and end date.
now what i need to do is
Phudo code following:
Get first date.Fdate
Get second date.Sdate
Highlight between and including fDate & Sdate
Do
Get next Date.Fdate
Get next...
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.