The following code produces the error in the subject line. Am I missing something simple?
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim Result As Boolean
Result = InitializeWinIo()
If (Result = False) Then...
My manager here at work has asked for some help on a project she is working on. The project is to improve the current data back-up process which has proved to be pretty much useless. Current back-ups rely on the user and can sometimes miss important files or be horribly out of date.
The new...
I have 3 things being passed from a form. All need to be checked. The code works if all are left alone, basically set to none. If they aren't it whines. I know it's something simple to do with the syntax but I can't see it.
curhs = Request.Form("schoolis")
appfine =...
So far I believe I have the code right to open the connection to the xml file and I have the code right to make the image. All I need to do is figure out how to get the first line of the 10 line xml file to display in the spot I want it to.
<%@ Page ContentType="image/gif" %>
<%@...
I recently aquired an Athlon XP 1800+ from my friend and decided to put it in my machine. I installed it right, the machine posts but then the problems begin. I set the processor to run at the dafault 1533mhz. Saved the BIOS settings, when it went to restart there was nothing displayed on the...
I recently aquired an Athlon XP 1800+ from my friend and decided to put it in my machine. I installed it right, the machine posts but then the problems begin. I set the processor to run at the dafault 1533mhz. Saved the BIOS settings, when it went to restart there was nothing displayed on the...
When I try to pull a number from a form and put it into a money field of my DB I get this error. The form is a text field and the text I entered is 33.00. I've tried other number and no of those work either ;) . Help!
INSERT INTO dbo.payments (username, payment) VALUES ('AFD', '33')
Microsoft...
Need help with my sql string. I'm trying to INSERT INTO users (wd, wh, ld, pg, sl) VALUES (1, 1, 1, 1, 1) WHERE username = 'username' and it wont let me. Help!!
I have a table with 5 colums to store the data pulled from the table. wd, wh, ld, pg, & sl. Not the easiest to remember but they mean things to me. I cant figure out how to make it so that All five checkboxes appear on one page, submit to the page itself, and then update the database. I have the...
How do you subtract a constant from a variable? I am pulling a number from my db ( Rs(0) ) and trying to subtract that number from 50. So far, i have failed. Below is my attempt. Help!
Fullset = 100
Recset = Rs(0) 'In this case = 50
Unset = (Fullset - Recset)
( should return 50 ;) )
Here's the scoop. Accroding to my code the password being sent to the next page isn't the same as the password in the database. I went in the database and checked and sure enough I used the right password. I tried creating a new account with the same problem. A friend tells me to trim the...
If I am pulling info from a db to write news and I want it to count the total number of words, trim it to 250, then print a link to that page how would i go about doing it? I can post the code if needed.
Anyone help me think of a way to get wether s server is working or not for multiple servers? I can get
'
'Response.Status = "200 OK'" then
'Response.Write the picture i plan on using
'End If
'
But I can't do that for a remote server. Any ideas?
I'm currently working on something that has me stumped. I've got one part of a network I cannot touch. This part is the Novell part. The Novell server is used to track users, allow internet access, and allow them to login to any computer. The other part of the network is a win2k domain that I...
Making a Boot Disk for Windows NT/2000/XP
The primary purpose of an MS-DOS boot disk is to boot for such procedures as upgrading your system ROM. If you need to boot into Windows XP (or 2000), you need a startup floppy disk. This kind of disk is only good for booting into XP/2000 when you have...
I was wondering if someone could go over the process of applying artic silver. I have used other thermal pastes and products but I dont feel nearly as safe when the instructions provided on the site www.arcticsilver.com seem to contradict themselves. If someone could just go over the process (...
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.