6,113 Topics
![]() | |
Below is my code . Actually i want to know in which frame number image resides and also i want to know number of frames in b/n each image using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace WindowsApplication1 { public partial class Form1 … | |
Supposed to be the deadliest virus that comes as an attechment in a mail massage Thats a haux right...not reall at all?? | |
i put a image box with a image. my screen resulation is 800 * 600. but when i change it to 1024 * 768 the image show small. i want the image will change with the change of screen resuation. help me | |
This is slowly converting me to a suicidal lunatic :P I have an ordered list with class="funkynumbers". The CSS is as follows: [CODE=CSS] ol.funkynumbers { list-style-type:decimal; list-style-position:inside; margin:0; padding:0; } ol.funkynumbers li { font-size:42px; padding: 10px 0px 10px 12px; font-weight:bold; background:url(nem/images/layout/circle_orange.gif) no-repeat 0% 10px; color:white; <if condition="is_browser('ie')"> vertical-align:top; display:list-item; </if> … ![]() | |
O.K. I wrote my own version of the Addiction Solitaire game using a JFrame and it worked. I want to put it on the web, so I'm converting it to a JApplet. I have 52 PNG files, one for each card, that I need to be able to access for … | |
I paint a lot of images on my screen before the JFrame is displayed...It takes along time..what can i do to make the image load faster.. | |
Hi All, I have been trying to create a php page that will upload a image, create a thumbnai and process a sql query, all automatically. I have attached the two files. The form page (show-addrecord2.php) and the processing page (do_addrecord2.php). The sql statement works fine. I am just having … | |
i want to make a flash image viewer that is always scrolling horizontally across the screen. when the user move the mouse over it stops playing and when the image is clicked the image increases in size. i have found numerous examples of image viewers but not what i want. … | |
Hi, I have a fedora DVD image file. I need to install this on a different machine which has no DVD writer. Is there a way for me to use the DVD image file that I already have to convert it into multiple CD images for use on the other … | |
i have make tabs and when some one click on tab "Add Comment" Comment Form will appear through AJAX, and same for another tab which is "Tell A Friend" .. my problem is that both tabs displays same captcha image, and after adding comments or sending email to friend they … | |
How to get url images in picture box/image box using Visual Basic 6.0 dekstop application? Plz Help me..... | |
Hi, I have spent hundreds of hours fixing errors with my phpauction GPL V2.51 script I bought. A lot have been cosmetic but this one is causing onscreen errors and making the page extremely slow to load. To cut a long story short, if the thumbnail image a customer is … | |
Hi all, Can u plz tell me as how to upload images. I am developing an web application similar to picasaweb album. I need to know as where the images to be saved(is it in database directly each image or just image path in database and files in application folder) … | |
Hi, I want to make images on my webpage unsaved.It means that the user cannot copy or save them,how it can be possible.As on some web pages I saw images which cant be copy of saved. Please guide. Kind Regards, | |
Hi, i've been trying to figure this out all morning with no luck, i'm trying to create a site that can dynamically resize elements depending on the size of the browser, or if someone drags and resizes the window displaying the page. The problem i'm having right now though is … | |
Hello there everyone. For a summer project I'm doing, I have to use a phone to pass an image I've taken (on the phone) to a dedicated server I've made on a local ubuntu machine. For the upload code, I decided on python (seeing on how its easy to learn, … | |
Hello! I cant figure out, how can i accomplish the following: i need to show a close button over an image when mouse is hovering over it. Clicking this button will delete the image. The problem, ofcourse, is not the image deletion, but how to show a close button in … | |
Helo All, I need to write a python script that will automatically log into a website and retrieve a URL once it has logged in. I already know how to fetch the html of a page, but how do I make the script log into the page first? On the … | |
can any one plz tell me how to give rating for image | |
Hello all... please help me to solve this thread very urgently??? How to rotate an image by 360 degrees in javascript or any other technology??? What requirements need to complete this task??? see this link for refernce: [url]http://www.i-spy360.com/en/ispyspin/[/url] Thanks... | |
Hello all... please help me to solve this thread very urgently??? How to rotate an image by 360 degrees in javascript or any other technology??? What requirements need to complete this task??? see this link for reference: [url]http://www.i-spy360.com/en/ispyspin/[/url] Thanks... | |
Hi friends, I'm coding an application using VB.Net 2008 Express which work with images. It can save the results of this work in a file using an own format (not a regular image file) for future re-processing. I wish to put a thumbnail inside the saved file, so it can … | |
Hi, this is my first time doing this, I would like to know if there is a way of printing multiple Images on the client side. I am printing barcodes. I put the barcode as a image into a <div> and then use javascript to print the entire <div>. The … | |
this is a code that i found fromsome website I replaced line 18 by this line below, and put theimage ho.gif in the project folder. Sth is wrong..image is not displayed on the screen? what is the problem?? I jsut wanted to try it using one image only............that's why i … | |
Hi all! I have made a page with an input "file" field for the user to be able to upload an image. I have made an php script that takes care of the checking of the file and saves it to the server. The problem is that the browser caches … | |
Hi all, i am facing a problem to display image in IE 7.0 which are coming from my database (SQLSEREVER2005). for displaying image i am using folloeing code. [code=asp.net]Public Sub DataImage() Connstring = ConfigurationManager.ConnectionStrings("TestingConnectionString").ConnectionString 'Conn = New SqlConnection(ConfigurationManager.AppSettings("conn_string")) Conn = New SqlConnection(Connstring) If Conn.State = ConnectionState.Closed Then Conn.Open() i = … | |
Hello, I am developing an application using MSVC 6.0 in that application I want to show image in form background. if anyone have idea about this then please tell me. Thank You. | |
Is there any inbuilt function in C language by which one can directly access image contents? | |
How is it that you get good results from images on google? I am told that if i name the image a keyword then that will get great results.. but i am not sure. Could someone share there views on this. <snip false signature> | |
can anyone tell me some project titles on COLOR TEXTURE SEGMENTATION USING QUATERNION GABOR FILTER AND BARKTEV DATABASE AS BACKEND. I searched the google and i need some more papers which are other than in google | |
hello... Can any one please help me out? I want an image gallery script, where the images are displayed as thumbnails from many subfolders created dynamically and not from database... Thanks in Advance... | |
Hi all, Ive been working on this script for a while, but, when I try to send it I get an IO error because, from what I see, its not saving the "temp.jpg" file. Not so important, the save function has the same problem. All the ports are okay, And … | |
hello- im a newbie- first post- and this is definitely gonna sound like newbie question? i am uploading 2 files to a one-page site - the files are images and index_html. both files were transferred using ipswitch ftp client successfully - i have text on the page but no graphics … | |
Hi all, Can u plz tell me as how to upload images. I am developing an web application similar to picasaweb album. I need to know as where the images to be saved(is it in database directly each image or just image path in database and files in application folder) … | |
hello... Can any one please help me out? I want an image gallery script, where the images are displayed as thumbnails from many subfolders created dynamically and not from database... Please check out this url: [url]http://mig.sourceforge.net/gallery/index.php?currDir=[/url]. And i want to implement my galley in this way.. Please post me any … | |
OK here is the problem at work. We have a lexmark printer that is randomly printing images of Clifford the Dog(funny right)...it also prints other characters from that cartoon. This has been happening since the printer was received. It happens in between jobs and sometimes when no one has even … | |
i am new to asp and i need to upload image?? so could somebody help me to handle this issue :( thanks a lot | |
I am wondering if there is a way to load up a image and trim the white space of it? like imagemagik for php have that feature but for java wonder if there is anything that can trim white space | |
Hi All, I am trying to get this working. I have two drop down menus, you select one and the other is populated according to the selection from the first one. Now what I want to do is when selecting an item from the second drop down i would like … | |
I am using an image on a background with the same color as the image. The image border is turned off but I still see a line where the colors should mesh seamlessly. Just a little background, I am a first year CS student and have only taken an introductory … | |
Hi all!!! This is my first post here so please feel free to move if it's in the wrong place :-) Ok, i am just starting out in web development, and i have created a data entry form in DW CS3 and succesfully link it into MySQL (big deal for … | |
Does this code look right for centering an image on the screen (in this case a chess board): [CODE=C++] int Chess::Board::Center(int width,int height) { if(m_texture == NULL) return 0; D3DXVECTOR2 center; center.x = (float)width/2.0f; center.y = (float)height/2.0f; m_position.x = center.x - (m_texture->GetWidth())/2; m_position.y = center.y - (m_texture->GetHeight())/2; return 1; } … | |
I am playing around with a website I am developing for my spouse. I am wondering how you fix an image within a frame or htm doc. so even when you need to scroll the background image stays fixed within the frame or page. | |
This started this morning. I was using it fine last night, and turned it off for the night. This morning I went to turn it on, and the monitor wouldn't display anything. The rest of the computer works fine I'm pretty sure.... but the orange LED is lightened up, not … | |
[B][COLOR="Green"]I'm developing a WAP site using wml and PHP. i want to display some images from database (mysql). The problem is , how can i display more than one image in a single wml page ? Is it possible to implement "Image Scrolling " using PHP ? please help me … | |
Hi, I need to meaure contrast for an image. Does anyone has any code snippet/documentation that i could use. I have tried looking around alot but couldnt find anything substantial thanks Sunderam | |
Hi All I am working since 2 days to display images in a datalist and the code used is given below, but its not displaying the images. I am storing path of the image in database in imagepath cooumn. Kindly help me please. html code <asp:DataList ID="dlImage" runat="server" RepeatColumns="3" Width="311px" … | |
How can I load jpeg image and get the colour value on each pixel using borland c++ 5.5? | |
I want to use border on the text on mouse move with shaded back ground it is ok if the text is in one line but it fails when text is in more than one line so I try to use table in anchor tag so it will give border … | |
Hi Guys, I have a huge problem. I'd like to put my images to the middle of a div. Every image has a different size (It would be a gallery). I have tried several solutions, but none worked. My biggest problem is the pictures have a shadow, so I have … |
The End.