6,113 Topics

Member Avatar for
Member Avatar for Kavitha Butchi

Hi all, Can someone tell me, How to wrap text around an image when the image source is in a php variable?Here is my code. [code=php] <html> <head> <style type="text/css"> #divider { background-color: #ccffff; border: 1px solid #ccc; padding: 0px; margin: 1px 0px 0px 0px; } .fndslist{ position: absolute; border: …

Member Avatar for Kavitha Butchi
0
232
Member Avatar for daveg8

Mainly in Firefox, and especially when the video is paused, the current image in the video will shift up or down if the user scrolls up or down on the main page. It seems almost as if the video itself is stuck at one specific location but the video viewer …

Member Avatar for sDJh
0
81
Member Avatar for mrcniceguy

i have displayed all members in my site including there photos,which they uploaded. this is the view.php which image will appear for everymember who uploaded photo. <? echo"<img src=retrieve.php?id=$userid width=200 height=150>"; ?> retrieve.php <?php //PHP code (for images.php) if(isset($_GET['id'])){ $id = $_GET['id']; // Connecting to a MySql Database include"config.php"; //selecting …

Member Avatar for mrcniceguy
0
141
Member Avatar for binukjames

[B][COLOR="Green"]I'm developing a wap site with wml and php. my php code is retrievig and displaying blob image from database. but i cannot include any wml part to this page. actually i want to display image from database with some links (wml or php). is it possible ? plz help …

0
62
Member Avatar for tiggerk33

Hello, I have been searching everywhere to find out how I can save a picture from a PictureBox into SQL. Someone told me the best way to do it, is to convert it to a binary file and save it like that. This is what I have, it probably makes …

Member Avatar for tiggerk33
0
978
Member Avatar for Metalsiege

I've been trying to figure out the best way to fix this problem for the past half day. I fixed some other issues with the image, but now I can't get it to be centered like the header image above it with the words on the gray line. I want …

Member Avatar for Metalsiege
0
167
Member Avatar for wuodpam

I'm having a problem with displaying my profile images from a database .the upload works fine,but no image is displayed:Could you please help! I have the following code which cant work: 1. main profile page has the following script: <?php echo '<img src="XXXXX_XXX.php?id=$Current_Person_Id">'; --------------------------------------------------------------------------------- 2.the image page has the following …

Member Avatar for wuodpam
0
146
Member Avatar for heels

Hi, Is it possible to use images for a button instead of the normal button? I am not trying to link it to another page over here but, getting it to trigger some event like a normal button. Thanks alot. Regards, heels

Member Avatar for heels
0
77
Member Avatar for Gaurav arora

hi there i have been working with C# for quite some time. I want to know How i will be able to insert an image in the form and get it blinked. Rather i have inserted the Image But i dont know how to blink it

Member Avatar for Gaurav arora
0
2K
Member Avatar for newasp.net

I am using a Image Button [code=ASP.NET]<asp:ImageButton ID ="SubmitACH" runat="server" ImageUrl="~/images/buttons/selectACHTransfer.gif" AlternateText="Select ACH Transfer" CssClass="goalCloseButtons" OnClick="SubmitACH_Click" /> on its On click event I'm writing this code protected void SubmitACH_Click(object sender, EventArgs e) { Response.Redirect("abc.aspx"); }[/code] And I am getting an error 'Page.aspx' does not contain a definition for 'SubmitACH_Click' Any …

Member Avatar for newasp.net
0
358
Member Avatar for w33n

I know how to make a link on an image that is just simply in the html, but I'm trying to figure a simple way of just putting the link in the css page. Does anybody know how this works?

Member Avatar for w33n
0
60
Member Avatar for USUAggie

So I have figured out everything with this program, except one thing which is escaping me. I have created a General Tree(or sometimes called left most tree) where the node points to its left most child, and the child points to its right sibling and also its leftmost child. Creating …

Member Avatar for Duoas
0
230
Member Avatar for asmapanjabi

i am trying to pick a image file from open dialog box and send to other user in C#.net [QUOTE]private System.Windows.Forms.OpenFileDialog openFileDialog1 = new OpenFileDialog(); openFileDialog1.RestoreDirectory = true; openFileDialog1.FileName = ""; openFileDialog1.Filter = "Graphic Interchange Format (*.gif)|*.gif|" + "JPEG File Interchange Format (*.jpg;*.jpeg)|*.jpg;*.jpeg"; if (openFileDialog1.ShowDialog() == DialogResult.OK) { string filename …

0
61
Member Avatar for &rea

Hello, I want to save the image binaryImage in a file (bmp) so that I can open binaryImage.bmp and this way working with it in another programme. I have tried different ways (see below) but I don't find a solution. I have no idea how to use this method.Could anyone …

Member Avatar for &rea
0
95
Member Avatar for kamala veni

In a table, i create two <TD> .In first <TD> i use datalist to display thumbimage and set pagesize as 4. when i click that thumb image, medium size image will appear in next <TD>. when i move to fifth thumb(i.e.to retrive next 4 set of images) again that first …

Member Avatar for serkan sendur
0
39
Member Avatar for supermom

Hello, I need to develop a form for a customer that has an image identifier to type in. He says he gets too much spam on his current form. How do you do this?

Member Avatar for buddylee17
0
63
Member Avatar for zyaday

Hi, I want to make the background of the JFRAME and image??? but everytime the background image paints over the buttons???? please help!

Member Avatar for Ezzaral
0
134
Member Avatar for vedmack

Hi... my mission is to locate a certain word inside a pdf file and insert an image next to this word if anyone can recommend me on some api's or examples i will be very grateful. Thanx ahead Daniel

Member Avatar for peter_budo
0
76
Member Avatar for shalli

1st lol..im new here, so hi every1 ;) ok my Question now..:-/ i have a problem to put an image on my MDI form which i also using an active skin in all forms including the MDI form.. can anyone tell me how can i show da Image on MDI …

Member Avatar for shalli
0
113
Member Avatar for heels

Hi, i would like to know if it is possible to pass values from one page to another through an image link? I've have tried to "echo" the values but it seems like the values are not passing into the other page. Any suggestions on how to do it? regards, …

Member Avatar for heels
0
113
Member Avatar for justinmyoung

I'm having difficulty placing an image in a relative position in the same location on two separate browsers: firefox and safari. in firefox, the text seems larger than it does in safari. Is this typical? I'm using a Lucida Grande font. I believe this is why the image is thrown …

Member Avatar for MidiMagic
0
70
Member Avatar for forzadraco

how to make a submit button with rollover image n that image use .png file that can't be render with IE6..?

Member Avatar for macneato
0
106
Member Avatar for Loopster

Hello, I'm for some reason having trouble. This is simple stuff, but it isn't working!@ I'm just trying to get text to float around an image. I am not using DIV, but that shouldn't be necessary. Any ideas? I'm ashamed! This should be so simple! The problem is showing at: …

Member Avatar for Loopster
0
125
Member Avatar for helraizer

Hey folks, I have made an image-based shoutbox and now users can view older and newer message on the shoutbox depending on the $_GET['page'] - pagination - that works. However, since it's image based and can be linked in forums etc. on the Internet I only want it to save …

Member Avatar for helraizer
0
97
Member Avatar for SakisLam

Is there a way to copy the image's data (the actual picture) to another image? I am using Borland C++ Builder. Thanks a lot.

Member Avatar for Tigran
0
99
Member Avatar for flynismo

Hi everyone, I'm building my first website and have a question...probably a very simple one, but please bear with me, I'm a noob. I made an image in Photoshop, and I like the way it turned out, but I have a problem... the image is of a woman, and next …

Member Avatar for Patrick_Walsh
0
240
Member Avatar for colcar2008

Hi, Can you please help me? I need to store the path to an image in a mysql database. Would anyone be able to provide me with a script that can do this? Thanks Col

Member Avatar for peter_budo
0
78
Member Avatar for jino

Dear All, I want to convert a jpeg or png or gif file to bmp file ... can anyone help me..... It will be very thankful if anyone publish the code for converting other type of image files to BMP file.. Thanks in advance.. Jino.

Member Avatar for digital-ether
0
57
Member Avatar for cancer10

NASA predicts Worldwide Holiday on Feb 1, 2019 as the world is scheduled to end [URL=http://img99.echo.cx/my.php?image=att000063dw.gif][IMG]http://img99.echo.cx/img99/8971/att000063dw.th.gif[/IMG][/URL] the second photo is terrible ....scroll down to see that.... .. .. .. .. .. ... [URL=http://img230.echo.cx/my.php?image=att000099su.gif][IMG]http://img230.echo.cx/img230/1911/att000099su.th.gif[/IMG][/URL] SO, ENJOY EVERY MOMENT OF YOUR LIFE TO THE FULLEST EXTENT.......TILL FEB 1, 2019.........

Member Avatar for selfhelpebooks
0
928
Member Avatar for s_jmp

I want to retrieve a variable's data that contain's an image i am using pys60 ,for example i have created a class of Image like this: i=Image.new((size,size)) and drawn a rectangle in it: i.rectangle('proper values') now there is a rectangle in i so we have an image and something is …

0
78
Member Avatar for colcar2008

Hi, Can anyone help me here, I want to display an image using the path of the image and the image title from a mysql db? I can upload the info to the db, but I have trouble displaying the image. Here is the code: [code=sql]CREATE TABLE `trailer` ( `id` …

Member Avatar for kvdd
0
931
Member Avatar for killa62

My friend sent me his Hp pavilion ZT1000 for me to fix. Normally, i am very good at computers, but this laptop has gotten me stumped. Sometimes it boots up 100% perfectly, runs a few hours, and then the screen is still, but the mouse/keyboard doesn't work, nor does anything …

Member Avatar for Marg_Jury
0
477
Member Avatar for SakisLam

I am using Borland C++ Builder. I am trying to get the filename of an Image. How do I do that? (e.g Label1->Caption = Image1-> ????) Thanks a lot

Member Avatar for Ancient Dragon
0
35
Member Avatar for runningeagle

Hello, I was in the middle of a session when suddenly all my programs give the error "The image file FILENAME.EXE is valid, but is for a different type of machine than the current machine." The only way I can get around the error is to go to the shortcut …

0
45
Member Avatar for guptaalok12

i have a image field in DataBase.i want to Show it in GridView .But i want to show the images in three columns.At the same time i want 'AllowPaging" Property to "True".Can i do it by using the Grid View.Or should i take DataGrid Control.

0
69
Member Avatar for funtoosh

I implemented an applet using netbeans which can load an image.I put the image file both in src/package where the .java file is present and in build where .class file is present.. The Applet get started bt the image is not viewing.Please look through it.Am I put the image files …

0
75
Member Avatar for allopiloping

i have a problem now... ihave to make a application that consist theory.... the theory consist text, pic and math equation i don't know how to put pic and math equation into textbox plz...help me

0
59
Member Avatar for Csait

Hello, So my applet: image (in a Canvas object), drop down list, radio box group, and a submit button. Have 2 problems that I need to figure out: The applet is working the way it should until submit button processing, it gets parameters from web page that it's embedded in …

0
55
Member Avatar for carlnunes

Randomly load, from array, image and text to swappable placeholders? I will be really good with Javascript; but I currently am not. :icon_confused: Trying to dynamically load an image into one placeholder with cooresponding text. The trick is targeting the horizontal or vertical placeholders. - two divs, 350 x 500, …

Member Avatar for carlnunes
0
231
Member Avatar for ze0001ng

Hello, skillers, I have an applet that needs to use image files to create Image. However, when loaded by web-browser, the applet can not find the image files but it works perfectly fine by using appletviewer. Here is the code for defining the applet: [CODE] <applet archive="applet.jar" width="600" height="630" code="board.Player0.class"> …

0
49
Member Avatar for runningeagle

Hello, I was in the middle of a session when suddenly all my programs give the error "The image file FILENAME.EXE is valid, but is for a different type of machine than the current machine." The only way I can get around the error is to go to the shortcut …

0
38
Member Avatar for chitra1

Hi, I am uploading images in a form. But it only sends the images in a folder 'upload' and send only the file name to the database. How do I send the image to the database and retrieve it for display.

Member Avatar for iFuseDan
0
152
Member Avatar for mindscape777

Hi. I am generating Excel reports for my company using VB.NET programming but have a problem when inserting an image into the spreadsheet and attempting to position it within the sheet. Please see my code snippet: 'Specify cell range for logo and insert the image oRng = osheet.Range("A1") oRng.Cells.Select() oexcel.ActiveSheet.Pictures.Insert(Application.StartupPath …

Member Avatar for lee_suko
0
127
Member Avatar for sparky_01

hi to all im new at vb6 and ive made a few basic programs using tutorials etc to get me started. i wanted to make a smiley tool for msn and yahoo for myself. doesnt sound like anything brillant i know but as i said im still learning and i …

Member Avatar for ahmbil
0
466
Member Avatar for helraizer

Hi folks, I have an image based shoutbox which I am currently implementing emoticons onto. I have a way now for the emoticons to appear where the :D or =) etc. is on the image, but for some reason they seem to be conflicting. I shall try to explain. chatbox.php …

0
54
Member Avatar for mayur sahay

hi.,.. i am working on aproject which codes a image into acompressed format and then sends it over a network an decodes it at the client side.. The coding technique i have to use is RADON TRANSFORM. now i f any one can help me with this problem please do …

Member Avatar for mayur sahay
0
78
Member Avatar for mayur sahay

hi can any one help me out in converting a given image into its pixel value matrix..and then reconvert the pixel matrix into the image

0
112
Member Avatar for venomlash

Like the title sez, does anyone know a good way to take an Image and convert it into a BufferedImage???

Member Avatar for peter_budo
0
98
Member Avatar for Bulldawg

Can someone help me with this one. I want to show the different images according to the criteria. It only returns the first image `echo $var1` as it is. I guess I am trying to figure out how to do: greater than one number AND less than another number to …

Member Avatar for Ole Raptor
0
164
Member Avatar for &rea

Hello, I am programming an image application for my thesis. I have got an image and I want to have the color of each pixel so I can make my own histogram. The problem is that I want to treat this histogram as an array but I don't know how …

0
62

The End.