My table gather information from a form, some users filled form with new line or tab in the "description" field, I want to remove these new lines and tab in the table, I tried using immidiate window, and typed:
DoCmd.RunSQL: "UPDATE Property SET Property.[Desc] = Replace(Desc,Chr(13) & Chr(10)...
Is it possible to grey out part of image(in square shape) by using ASPImage? I would appreciate if you can give me some sample code.
Thanks for any help!
In my script, I want to check the image's dpi using AspImage. But the result is not right.
I tested two images, both dpi=1. urls:
http://user1046822.wx15.registeredsite.com/keller/test.asp?name=107097
http://user1046822.wx15.registeredsite.com/keller/test.asp?name=1079198
My code:
<%...
I want to get the querystring part of a url. For exapmple, if url is: http://www.mydomain.com/myscript.asp?name1=value1&name2=value2, I want to use some asp functions to retrieve the string "?name1=value1&name2=value2". How can I do this? Thanks for help!
After cropping the image, I want the cropped image to overwrite the old image. I use code:
Private Function Crop(ByVal Source As Bitmap, ByVal x As Int32, ByVal y As Int32, ByVal width As Int32, ByVal height As Int32) As Bitmap
Dim Cropped As New Bitmap(width, height)...
This is another question, the users upload their pictures basically for print purpose, so I would like to check if their pictures is in good resolutions, if not, I will display a message and ask them to upload better quality pictures. The problem is how can I check a image's resolutions using...
I have pictures on the server, when user click the thumbnail of a picture, I want an image viewer application like "Image magic" to be called and "Image magic" will be loaded and show the picture instead of showing picture in browser, is it possible? How can I do? It is very Urgent.Please help.
I have a simple form, if the user enters a correct username and password, then the page will be redirect to a new page, but the result is the perl script print the code "Location: 'http://www.homeschoolingparent.com'" and does not redirect. The following is my script:
#!/usr/bin/perl...
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.