Hello everybody, I've been to a site lately, ant there has been something very interesting on that site. There was a little picture (jpeg) and on that it has been written (i)my IP (ii)my OS and (iii) my browser.
OK, for putting these info's in a *.jpg picture is not that important, maybe it can...
I usually check the log and most of the time there's nothing wrong. But I saw this some days back, can someone give me a little explanation on this:
07:57:27 xx.xxx.xxx.xxx GET /scripts/..%5c%5c../winnt/system32/cmd.exe 500
(I've removed the original IP replacing it by xx)
Thanks.
I've been trying to do this but each time tyhe code changes and a new error comes up.
What Ive been trying to do is that when the mouse moves on any label or textbox on my form; if its a label, the forecolor changes and if it is a textbox, I want the font to change.
I could have done it on...
Ive created a simple dcom and installed in a machine running on Win2000, I want to access the functions in the dcom from another machine.
How to make the reference in VB?
Is it possible to call different procrdures at a specific time (without using a timer)?
Well, I've got a table which contains wat to do on and at which time. With a timer, I check the database each minute whether a procedure sould be called or not. But if I want to check the databace each 2...
Hello everybody, I want to create an addin for OUTLOOK that will send me an SMS each time I receive a new mail.
I'm using an ActiveX control for sending the SMS and a phone is connected to my computer. I wanted to do it in outlook itself but I don't know how to do it and also I don't know how to...
Hello.
I've got a textbox and the user was supposed to input a date with the following format dd-mm-yy or dd/mm/yy. How can I know if the user has really put in a date and mot something like :
asdadsadfas
or
ss/f3/04?
Thanks
Is there a way to create an installer for the files used by my app (like dll's and ocx's)? So that when viewing the source code on other machine, I don't have to register one by one each time.
Windows XP gives me an error when I click on the "Exit" button found on my login screen.
I've got an MDI form which has a menu, when I exit from the menu, there's no error. And I usie the same code in the login screen.
When I click on more details, the error seems to come from kernel32.dll
Any...
Hello everybody, Ive got an MDI form and when endinf the app I want to unload the mdichild first and then END. But the problem is that when there is no mdichild loaded I get an error.
I tried this code:
'Me is the MDI
If Me.ActiveForm <> Nothing Then Unload Me.ActiveForm
But I still get errors.
Wat I want is the time take in seconds.milliseconds which the page took to load.
I've been thinking sonething like this:
<%
Get the time
%>
<html>
<head><title></title></head>
<Body>
talbes, images...etc...
</body>
<%
Get second time
Compare the 2 times
response.write the difference
%>
</html>...
Hi, still some problems with combo box.
I have 2 combo's:
#1 Persons from
options: Customers
: Staff
: Other
#2 Search by
If "customers" is selected in the first combo, then the 2nd combo(search by) will have the following in its list:
-ID
-Name
-Surname
and other...
In Visual Basic, we have the Sleep function.
The program will wait for some specified seconds and then will go to the next procedure.
Can this be done in asp?
Like show a page for 5 seconds, and after that 5 seconds then response.write will write something.
Hi, Ive got a page with 4 frameset.Its a bit like this:
-------------------------------------
- Banner goes here -
-------------------------------------
- - -
-DHTML - MAIN -
-MENU - -
-...
Hi, Ive got a combo listing numbers from 1 to 31. And when saving, the number selected will be saved in the database.
But I want the number that has been saved to be <selected> in the combo next time the page is launched.
I did that:
<%
Dim strDate
strDate = Request.Form("cboDate") 'cboDate is...
Hi, Ive created a css and I use it in all my pages. Part of it is:
Input{
BORDER-RIGHT: #6495ED 1px solid;
BORDER-TOP: #6495ED 1px solid;
FONT-SIZE: 14px;
BORDER-LEFT: #6495ED 1px solid;
COLOR: #000000;
BORDER-BOTTOM: #6495ED 1px solid;
background: transparent;
}
I use it mainly for...
Hi, Ive got 3 combobox on a page and they are all retrieving from the same field. The user will have the option of selecting from 1 to 3 products. But how can I populate all the three combo so that if the user select 1 product from one combo , the same product should not be in the 2nd combo, and...
Hi, Ive got 3 combobox on a page and they are all retrieving from the same field. The user will have the option of selecting from 1 to 3 products. But how can I populate all the three combo so that if the user select 1 product from one combo , the same product should not be in the 2nd combo, and...
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.