6,113 Topics

Member Avatar for
Member Avatar for RT00220489

Hi.. I am trying to create a simple desgin in windows applcation using C#.NET, where I have dived my page into 2 panels using split control. The first panel has images lined up vertically, one after another. I would want that when I point a mouse on any image, the …

Member Avatar for tinstaafl
0
717
Member Avatar for bluesky18

Hi everyone! Can please someone help and guide me on how to export image from vb6 to excel. I found some codes here but doesnt work well when i tried it. I will use an existing excel file then i will export the image probably from the picture box located …

Member Avatar for bluesky18
0
228
Member Avatar for LALITVYAS

i want to remove complete image from an image file(like JPEG,etc) into an editable format in java..... means in short i want to remove image from an image file in java

Member Avatar for JamesCherrill
0
86
Member Avatar for LastMitch

Hi I haven't been on Daniweb for the past few days. I notice that when I scroll down to read threads I see members profile on the bottom of each page of each section. I found it very uncomfortable seeing my profile on couple of pages. I just feel weird. …

Member Avatar for LastMitch
2
247
Member Avatar for lizzie09

Hello! I need help with using PHP to open .mif files. Does anyone have an easy way that PHP can read through the . mif file and generate the image? Thank you for your help!

Member Avatar for LastMitch
0
64
Member Avatar for psydoc

I am looking for a script that will allow visitors to my web site to click an image containing a member's name, and receive a validation page. The href, attached to the image, would look something like this: <a href="https://www.mysite.com/validate.php?url=www.memberdomain.com" > If the domain is in the mysql database, the …

Member Avatar for LastMitch
0
144
Member Avatar for veilside

Ok, I installed a php program on my website, not nuke, i need forums so i installed phpbb on a stand alone database, when i deleted the php program and install phpnuke, it comes wiht the phpbb already, which u really must use to have all the member names correct, …

Member Avatar for LastMitch
0
173
Member Avatar for charter

Can any of the gurus out there please help? I am having a search problem with PHP and MySQL. I wish to search the MySql database from 2 criteria. Using 2 dropdown boxes. I wish to search from 1 dropdown box called searchtype and another called searchterm. The problem is …

Member Avatar for LastMitch
0
182
Member Avatar for AARTI SHRIVAS

i m displaying image from data base but it gives an error **failed to load given url** in fire bug and image not diaplyed on my website how i can solve these problem?

Member Avatar for diafol
0
147
Member Avatar for LastMitch

Hi I still learning how Smarty templates works. I can't seem to make the image appear on the Smarty Template. I try to used this `{html_image}` it doesn't work. I used `<img>` instead. <img src="images/{$book->image[tbl]}" width="115"> These are my files. This is my **index.php** <?php require("libs/Smarty.class.php"); require_once("get_data.php"); require_once("books.php"); $book = …

Member Avatar for LastMitch
9
1K
Member Avatar for anonymousi

how to write a vb.net code for asp.net to display image in gridview by using the url of the image stored as text in sql database.So whatever the url may be the gridview should show the image using that text as reference instead of just using the name of the …

Member Avatar for anonymousi
0
2K
Member Avatar for howard.teoh.7

I Using C# Window Application. System.Drawing.Image <- having error... cannot using System.Drawing.Image now what can i do?

Member Avatar for kvprajapati
0
62
Member Avatar for piso_mojado

running into an issue haven't seen this before where content during the encoding and decoding of an image looses byte count. I have an app taking the photo image and sending the file via: ----------------------- byte[] imageBytes = new byte[(int) imageFile.length()]; inputFile = new RandomAccessFile(imageFile, "r"); inputFile.read(imageBytes); String base64String = …

0
183
Member Avatar for Umesh17_89

I am doing image segmentation using region growing algorithm. I have created Region and Pixel class where each region has list of pixels. public class Region { private List<Pixel> pixelList; } Pixel class has fields like r,g,b, hue,saturation, brightness of individual pixel in image. The result of segmentation is list …

Member Avatar for Umesh17_89
0
235
Member Avatar for unau2k

I want to change an image in another place on my site when I click on the page title. I have tried doing different codes five ways to Sunday and cannot figure it out. Can someone help? Here's my code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta …

Member Avatar for AleMonteiro
0
391
Member Avatar for monching
Member Avatar for monching
1
17K
Member Avatar for Lynne Good

I have registered new custom post types and used this filter to add to my blog homepage add_filter( 'pre_get_posts', 'my_get_posts' ); function my_get_posts( $query ) { if ( is_home() && $query->is_main_query()) $query->set( 'post_type', array( 'post', 'kicksimage3', 'kicksimage5', 'kicksvideo', 'kicksstatus' ) ); return $query; } Now that it is showing on …

Member Avatar for picassokaka
0
427
Member Avatar for venkyb47

I was created a table with <table> tag and id is 'calendarid'. In this each td contains a textbox and an image. Some textboxes contain value and some are empty. I want to hide the image where textbox contains no value(or empty).I have used following java script code to do …

Member Avatar for venkyb47
0
145
Member Avatar for Cally_Law

Hi, I have some problem that I can display the image in picturebox before save into database when browse but after browse, the image path is lost in fileupload and I unable to save the path into database. Can I display and image in picturebox , but the path still …

Member Avatar for JOSheaIV
0
164
Member Avatar for jason007thomas

I'm just doing a basic practice project that envolves a street light and the light/image changes color at the push of a button. at design time I can see all three of my images clearly but at runtime none of them will show up. I searched the hell out of …

Member Avatar for JOSheaIV
0
149
Member Avatar for jahanzebgul

Hello i recently started using aforge lib in dot for my project. I need the help and guidance in the following topics i searched alot but didn't find a good answer. I need to know that either the following operations can be done using aforge, if yes how ? 1 …

0
38
Member Avatar for mitchstokes225

I am creating a random number guessing game. I have 6 options. 3 Game playing levels and 3 timer levels. I have my form display with 6 radio buttons: radRookie radVeteran radPro radThirty radFourtyFive radSixty You select your level and time. Then you have a text box to enter your …

Member Avatar for Luc001
0
490
Member Avatar for hwoarang69

these 3 line store image in folder. //place image in the folder $ext = pathinfo($_FILES['image_file']['name'], PATHINFO_EXTENSION); //return png,jpg,etc $image_folder_name = $user_user_name_s . '_' . time() . '.' . $ext; //create unife image name move_uploaded_file($_FILES['image_file']['tmp_name'], "IMAGE/ITEMS/$image_folder_name"); //place image in folder what is i want to print the image now. how can …

Member Avatar for Squidge
0
1K
Member Avatar for Khav

I want to add a new feature in my present image upload script and that is automatic compression of images just like TinyPng.Basically i want a code snippet that detect 24bit PNG file and convert it to 8bit png file with full support for transparency and that also strip any …

Member Avatar for diafol
0
1K
Member Avatar for rajeshswain

Hi Friends, I want to upload a image file to my mysql database. But before that i want to resize it. I have used the following code. But what happens is that the image is successfully resized but the quality is not retained. Please someone guide me with some help. …

Member Avatar for mukhtar1234
0
3K
Member Avatar for sultankhan

i have image table with the follwing column `ano(my image id) aphote adteail exactar ` 6 image` and i have an comments table comeents `cid(comt id) user1(userid),ano(iamge id) comments` ` 1 10 here is problem hiiiiiiiii` i want if a user comments on picture then the picture id should add …

Member Avatar for broj1
0
170
Member Avatar for janetb

I'm using asp.net with themes, master and child pages. In the base css, I've got the img tag with a border. It's great in that I never have to place a border around my images. However, on one page where I'm using the Nivo slider, I want to remove the …

Member Avatar for janetb
0
259
Member Avatar for aldred

<?php include 'include/AnonymousHeader.php'; $CON = @mysqli_connect('localhost', 'root', '', 'allyouneed') OR die('Could not connect to MySQL: ' . mysqli_connect_error()); ?> <table width="700"> <tr> <td> <h1>Sales Registration</h1> </td> </tr> <?php if (!(empty($_SESSION['LoginStatus']))) { $SQL1 = "SELECT * FROM sales"; $STM1 = @mysqli_query($CON, $SQL1); $ROW = 0; $SalesID = ""; if ($STM1) { …

Member Avatar for LastMitch
0
612
Member Avatar for Vijaysurya

Hai everybody, i want toeach image group atleast 100px gap. how can i do it. plz help me. function imgGroup() { var count = 0; while(count<imgList.length) { var groupSize = Math.floor(Math.random() * (4 - 2 + 1)) + 2; //var groupSize = 4; var ele = new Array(); for(var i=0; …

Member Avatar for gabrielcastillo
0
80
Member Avatar for Rizi004

Hi I want to give a download button in my web page and when any one click on download button the image download to their computer. How i can do this please tell me? currently i m doing <a href='images/3.png'>Download</a> it open the image in new tab but i want …

Member Avatar for JorgeM
0
301
Member Avatar for arny1

Hi There, I am trying to export an image to Excel file from Asp.Net C# page. My code is working fine, and I can merge let say 6 columns in excel file and put the image on these cells. What I would like to know is how to Center this …

Member Avatar for gilesbradley
0
2K
Member Avatar for sultankhan

hi every one i have create a table with name upload id int notnull name varchar notnull type varchar notnull size varchar notnull content varchar not null and my code is the follwing but instead of iamge it show garbage value <form method="post" enctype="multipart/form-data" action="image.php"> <table width="350" border="0" cellpadding="1" cellspacing="1" …

Member Avatar for sultankhan
0
4K
Member Avatar for joeyliew7

How to show image for the drop down list? have tried a few alternative but dont work. Thanks <tr> <td class="label"><label for="kelas">Kelas:</label></td> <td class="field"> <select id="kelas" name="kelas" > <option value="Pilih kelas" selected="selected"></option> <option value="1 Tekal" >1 Tekal</option> <option value="1 Tekad" >1 Tekad</option> <option value="1 Tekun" >1 Tekun</option> <option value="1 Tabah" …

Member Avatar for joeyliew7
0
2K
Member Avatar for csstu

How do I display an image in a picturebox using a variable name? string name = "photo.jpg"; pictureBox1.ImageLocation = name; // or Image image = Image.FromFile(name); pictureBox1.Image = new Bitmap(image); neither is working. I'm getting the small box with an x in it. Any help? Thanks

Member Avatar for csstu
0
139
Member Avatar for giovannitao

Hello, I'm developing script php about cell phone specific, now I want to insert an uploader for image of cell phone. I want to upload image to a fecific folder and save url to mysql table. Can you help me to create form and how to do this?

Member Avatar for B1ts
0
3K
Member Avatar for hwoarang69

i am trying to store image in folder and 2nd part is store image name in database. this works fine but the problem is that no matter how many images u upload, there is only one image in folder name 0.jpg. $sql = mysql_query("SELECT * FROM item WHERE image_user_name = …

Member Avatar for diafol
0
179
Member Avatar for vizz

Following code shows images before uploading them. It works well in chrome but it is not worknig in IE 6+. Please help with cross browser working of code [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <link class="jsbin" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/base/jquery-ui.css" rel="stylesheet" …

Member Avatar for Abhishek12345
0
128
Member Avatar for GlenRogers

Hi. I need a way of deleting images from a gallery. The images are in 2 folders: thumbs and full size. The pathnames are in 2 tables: image_thumbs and images. The gallery displays clickable thumbs. Should I delete the images from both folders and the entries from both table or …

Member Avatar for diafol
0
332
Member Avatar for knight92

Hi guys, I am trying to work on something where I set an image in a picturebox and then use getpixel to scan the whole image and find the percentage of the colour I am interested in, in that image. The problem is that if the image is large then …

Member Avatar for BobS0327
0
731
Member Avatar for hwoarang69

so iam trying to add a image slider in to my site. website where iam downloading this slider is: http://www.agilecarousel.com/ slider that iam download is called "Flavor 1". <html> <head> <link rel='stylesheet' type='text/css' href='agile_carousel.css' /> </head> <div class='slideshow' id='flavor_1'></div> .... //at end of html file //jquery verson file <script type …

0
74
Member Avatar for sandjuks112

Hi! Can somwhone can create for me button that goes back to last picture, and to next picture..Down is download link where you can download ready image upload, but you need to put in button to next picture, and previus picture.Need to do that with all the pictures in database. …

Member Avatar for sandjuks112
-1
135
Member Avatar for vegaseat

If you have a smaller image, you can include it in your program as a base64 encoded string. This way you don't have to worry about an image file to go with your code. In your program you can then decode it back to the familiar bytes of an image …

Member Avatar for HiHe
5
8K
Member Avatar for Beeej21

Hello all! I am struggling with what seems to be a very simple problem. Well, the issue is extremely annoying and problematic, and I am unable to figure out the solution. I am using CSS to load an image onto my HTML page. The reason being because I'd like to …

Member Avatar for usman123usman
0
329
Member Avatar for hwoarang69

i want to move image 5px up so it is equal to text. <div id='top_login'> <h1>InSecure Checkout</h1> <img id="lock_img" src="IMAGE/lock.png" width="25px" height="25px"/> </div> problem with this code this that it prints **Insecure checkout** |image| i fixed this problem by using css: position:absolute; right:300px; top:240px; but that the problem is that …

Member Avatar for JorgeM
0
48
Member Avatar for sandjuks112

Hi! Can somwhone make, or copy here php image upload code, I was searching on internet but found nothing... What I need is that, to upload picture to database, but not blob, and show it in actual link like www.website.com/pictures.php?id= <--and there a number, that shows a picture. And switching …

Member Avatar for diafol
0
221
Member Avatar for SagarSe7en

Hey Friends, Developing an Online Shopping System. Firstly had posted a code regarding MD5 Encryption and it was solved very quickly. Require the same help again. While registering an image selected by the User should be inserted into the Database. Posting a Code which follows the DAO Pattern but i …

Member Avatar for SagarSe7en
0
1K
Member Avatar for Asan23

im trying to do a mouse over and a onclick swap imag and i cant seem to get the code right and working here is my html code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>assignment 2 cis 154</title> <link href="style.css" …

Member Avatar for radow
1
783
Member Avatar for Inshu

I have this programme to discuss and I think its a challenging one.. Here I have a yml file which contains the data for an image. The image has x,y,z values and intensity data which is stored in this yml file. I have used opencv to load the data and …

0
154
Member Avatar for jcreate4

PHP: Display Image from Database I'll Keep It Short Because I Need Help Immediately. Im Trying To Do Exactly What On This Tutorial But Don't Know Where To Start. I've Recently Posted Two Post About This But Have Yet To Find Anyone Completely Helpful! If Knows ANYTHINg About This, Fell …

Member Avatar for jcreate4
0
294
Member Avatar for gahhon

as the title above.. what should i do in order to add a image into my .aspx by using silverlight?

Member Avatar for gahhon
0
185

The End.