I have the following variables in my vb code:
StudentId(0 to 100) As string
StudentName(0 to 100) as String
StudentClass(0 to 100) as String
SutdentImage(0 to 100) as String
i search a text ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20720938.html
Zones:
Visual BasicDate Answered: 09/25/2003 Grade: A Views: 0
I have a dynamic site with lots of category images. I would like to use these images as the background for a div, is there any way that I can have multiple images as a background?
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_21037045.htm...
Zones:
CSSDate Answered: 06/24/2004 Grade: A Views: 0
Hi,
I have built a preloader which creates a percentage bar of multiple images loading into the flash file, when all images are loaded it then goes to the next frame and does it thing (just like...
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Macromedia_Flash/Q_2...
Hi All, I have run into a dilema. Would like to have a document with multiple background images. First page would have a.jpg as the background, second would have b.jpg, etc. What is the best way...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Word/...
Zones:
MS WordDate Answered: 05/06/2005 Grade: A Views: 0
I work at an elementary school and, among other things, it is my job to put pictures on the schools website. Before I can do this I usualy need to scale the images to a reasonable size for the web....
http://www.experts-exchange.com/Software/Photos_Graphics/Web_Graphics/Q_20329655.html
I am using a simple javascript to do rollover effects for buttons...
ImageDr1= new Image(120,31)
ImageDr1.src = "graphics/00000001/button_drums.jpg"
ImageDr2 = new Image(120,31)
ImageDr2.src ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21549698.html
Zones:
JavaScriptDate Answered: 10/12/2005 Grade: B Views: 0
I'm attempting to add an image into the headers of specific columns in my gridview. The code below doesn't throw an error but only adds the GIF to the final column referenced in the sub. Can anyo...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21877610.html
Hi everyone,
I'm building a simple 2-tier vertical menu using CSS and the HTML list element. Is there any way without using DIV tags that I can use a different background image for each <ul>...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_21901699.htm...
Zones:
CSSDate Answered: 06/29/2006 Grade: A Views: 0
I am writing a form to display current internal issues. The form lists multiple issues, including fields such as priority. Instead of displaying the priority values saved in the database (high, l...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21981312.html
Zones:
MS AccessDate Answered: 09/07/2006 Grade: B Views: 0
I posted a question a few days ago about uploading an image to a folder and info to a database. I got a good anwser and have got everything working fine. I would like to be able to upload 3 pictu...
http://www.experts-exchange.com/Web_Development/Images/Q_22643731.html