6,113 Topics

Member Avatar for
Member Avatar for Thropian

I have a script written up that takes an image and displays it. I originally intended to have the image then have parts fall away, but I am having trouble getting parts of the image to move separate. Is there a simple way to do this or am I going …

Member Avatar for Thropian
0
257
Member Avatar for yousafc#

Hello All I just made a simple media player in c sharp.My code is [CODE]axWindowsMediaPlayer1.ContainingControl.BackgroundImage = Properties.Resources.Image1 ;[/CODE] But it is not working..................Please tell me. Thanks Advance

Member Avatar for nick.crane
0
315
Member Avatar for ionu_

Hi, I saw a lot of big websites that have the images stored on another server, or at least it seems that way to me. Take for example imdb.com. If I view one of their image in a separate window, the image seems to be stored at ia.media-imdb.com Can you …

Member Avatar for pritaeas
0
67
Member Avatar for amazed

Hi This is a duplicate of this thread [url]http://www.daniweb.com/web-development/javascript-dhtml-ajax/threads/378765[/url] I want to make image map in flash similar to this one - [url]http://www.image-maps.com/[/url] My image map implementation will be more complex. Basically I want end result like this [url]http://digitalhymn.com/argilla/tipmage/[/url] Only with two changes : - User should able to mark …

0
67
Member Avatar for kaizokupuffball

Hi! I got this image uploading script that will upload the user's choosen picture, and save it in the user's folder with the users nickname. Now, when i got the picture uploaded i want to resize it to 3 exact sizes (3 versions of the image). 240x250 and 2 other …

Member Avatar for kaizokupuffball
0
402
Member Avatar for mary_forum

$pimg="../pimages/".$_FILES[p_img][name]; move_uploaded_file($_FILES[p_img][tmp_name],$pimg); image does not move into image folder

Member Avatar for diafol
0
1K
Member Avatar for Sheryl99

I am using a PictureBox to display images. I have SizeMode set to StretchImage. While this does indeed show the whole image, it is of coure stretched. Is there a way to prepare the image to be displayed so it will fit correctly in the PictureBox? I just want it …

Member Avatar for aamirnikkiaadil
0
5K
Member Avatar for Basteon

So, I want to save an HBITMAP to different image file formats like BMP,PNG and JPEG. I believe that the most simple way to do it is by using GDI+. So here is what I came up with. [CODE]Gdiplus::Bitmap bmp(hbmpImage,(HPALETTE)0); CLSID pngClsid; GetEncoderClsid(L"image/png", &pngClsid); bmp.Save(L"D:\image.png",&pngClsid,NULL);[/CODE] The problem is that it …

Member Avatar for raptr_dflo
0
1K
Member Avatar for dflor

I would like to reproduce the flash effect from the web page [url]http://www.flashfridge.com/tutorial.asp?ID=17[/url] 2 images on a transparent background in Adobe Flash CS3. I followed the explanations and for my first image, everything is OK The second (vertical shift), fails to keep the first image as the background. The first …

Member Avatar for anand01
0
105
Member Avatar for maninaction

Check This code Regarding Image View x= (int)event.getX(); y = (int)event.getY(); to get the x and y of the point where the user clicked or touched the image view. but it doesnt really give me the right position. what may be the cause? Thanks In Advance

Member Avatar for peter_budo
0
70
Member Avatar for jonsan32

I have 6 horizontal navigation image links on top of my site. The regular images are black n white, but on the hover they transform to a colored image. Each image leads to a different page on my site, I'm wondering if I can make the image corresponding to that …

Member Avatar for shravan24
0
244
Member Avatar for Bobonoinc

I am new to Java and as an exercise I am trying to develop the following: 2 JPanels on a JFrame where 1 of the JPanels can be used for drawing. I started from an example from Daniweb from 2010 but can't seem to get a graphic context because the …

Member Avatar for Bobonoinc
0
1K
Member Avatar for RenanLazarotto

Hello guys! I want a simple app to crop a bit of some images. The fact is that all the codes I've found were too complicated, and I didn't understood a single letter of it. Can somebody help me with it? The codes I saw where using and start point …

Member Avatar for RenanLazarotto
0
3K
Member Avatar for Virangya

hi, i need to build a slider. which is not there in the page when it loads. then after few seconds it appears and slides from the right hand side of the window and stops at some position on the screen. then after few seconds it changes its image into …

Member Avatar for Virangya
0
186
Member Avatar for zsgamer

Errors: imagepng(): supplied argument is not a valid Image resource in /home/publicr/public_html/dynsigs/anything.php on line 29 Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/publicr/public_html/dynsigs/anything.php on line 29 PHP: [CODE] <php><?PHP function sql_sanitize( $sCode ) { if ( function_exists( "mysql_real_escape_string" ) ) { // If PHP version > …

Member Avatar for Ezzaral
0
1K
Member Avatar for hirenpatel53

Hi all i am creating a project in to which i will tell user to upload pdf all functionality is complited the problem is i have one image box where i have to show a first page of the pdf so anybuddy who knows how to convert foirst page of …

Member Avatar for hirenpatel53
0
116
Member Avatar for dionisov

Hello, I'm currently trying to figure out how I can get the information in ASE file and put it in my own arrays. Heres an example of ASCII scene export: [CODE]*3DSMAX_ASCIIEXPORT 200 *COMMENT "AsciiExport Version 2,00 - Fri Aug 26 13:58:27 2011" *SCENE { *SCENE_FILENAME "" *SCENE_FIRSTFRAME 0 *SCENE_LASTFRAME 100 …

Member Avatar for dionisov
0
603
Member Avatar for digital_plunder

i m trying to fetch a image from mysql (blob) with header..here is my coding..."<?php include("db.php"); $query=mysql_query("select * from table where id='3' "); $row=mysql_fetch_array($query); $r=$row['image']; header("content-type:image"); echo $r; ?>" i want to fetch another fields from the database....but when i try to echo another fields...the page shows error or it …

Member Avatar for ddymacek
0
103
Member Avatar for The_Havoc

Hello, I have problem with border - background-image( IE ) Please look photo -> [URL="http://img221.imageshack.us/img221/222/78004934d.jpg"]http://img221.imageshack.us/img221/222/78004934d.jpg[/URL] -> This is Internet Exploler 7. This is FF -> [URL="http://img651.imageshack.us/img651/7637/21285970.jpg"]http://img651.imageshack.us/img651/7637/21285970.jpg[/URL] . This is okay. where is my problem for Internet Exploler. Thank you. [CODE]<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>tekst</title> <style> html, body, div, …

0
44
Member Avatar for baby_c

Hello friends.I got some problems with a program I'm developing for a assignment. I want to add a image(background) to my Jframe and add some buttons. I wrote the code. I can load image into the frame but when I create the Jbutton and re-size it to smaller button it's …

Member Avatar for baby_c
0
27K
Member Avatar for ppetree

I have a row of three images that are currently displaying just fine. Now, I want to display two more images right below those three and I want them centered (it would kinda look like an upside down pyramid). No matter what I do, the bottom row stays left aligned. …

0
149
Member Avatar for edn_781

Hello.. Everyone.. I am very new to PHP world.. I have got a lesson to Saving images in folder and paths to database.. I have tried a lot.. I have tried various websites but there has no complete solution! Will you provide me the proper code?

Member Avatar for edn_781
0
180
Member Avatar for bhagawatshinde

Hi Guys, I want to set background image for the MDI form at the runtime (form load) i tried this, [CODE] this.BackgroundImage = Image.FromFile(Application.StartupPath + "\\Images\\OTS_mockup_slice.jpeg"); [/CODE] but its not working.... any idea Thanks in advance.

Member Avatar for bhagawatshinde
0
97
Member Avatar for Chub97

I have seen on many sites using PHP some sort of id system where they can have a main page and then have different ids that will display completely different content. I am just wondering how you do this as I am in the process of making a screenshots gallery …

Member Avatar for sv3tli0
0
372
Member Avatar for game4tress

I need to save a video as an image in silverlight, for my new webpage functionality, at [url]http://www.game4tress.com/ecardsender.aspx[/url]. Now, this would be easy in WPF, but seems that silverlight can't access the RenderTargetBitmap and BitmapEncoder. I was able to discover that RenderTargetBitmap can be replaced with WriteableBitmap, but i can't …

0
129
Member Avatar for Jazerix

So, I'm trying to get an image from the webbrowser in C# and for some reasons every second / third time it does it, it return a blank picture with the right canvas, instead of just getting the image, and I cant just download it, unfortunately thats not possible, so …

Member Avatar for Jazerix
0
122
Member Avatar for shers

I drew an image in a picturebox with the image height as picturebox height and image width as picturebox width. The image is placed somewhere on the center of the picturebox. My intention is to scale the image to fit to the picturebox. How do I do this please? Thanks

Member Avatar for shers
0
102
Member Avatar for tawes01

I want to make a c++ program that can open an image that is in any of the major formats (jpg, gif, bmp, png) and has any size and I want to resize it to a specific size (no, I don't care if it looks stretched) and save it to …

Member Avatar for tawes01
0
1K
Member Avatar for Ritesh_4

Hello How can i show an image instead of an empty space if a browser does not support any flash version, currently facing this problem with iphone.... I want the image to be loaded only if the browser in question does not have flash, and if for example am opening …

Member Avatar for mabron
0
524
Member Avatar for amazed

Hi I want to make image map in flash similar to this one - [url]http://www.image-maps.com/[/url] My image map implementation will be more complex. Basically I want end result like this [url]http://digitalhymn.com/argilla/tipmage/[/url] Only with two changes : - User should able to mark other shapes than rectangle, - It should store …

Member Avatar for stbuchok
0
300
Member Avatar for Ehtesham Siddiq

Hi, i have successfully able to load Image to imagebox in my Silverlight Application.Now i want to assign that selected image to the object that is carrying data to Service file to save records. Below is my Code. Code for how im Browsing n selecting Image. [CODE] private void btnBrowse_Click(object …

0
77
Member Avatar for yehtunaung

please help!!!me.. I'm a beginner vb.net programmer I have a difficult that is how can I save image file from vb.net to sql server

Member Avatar for ErnestSeeker
0
381
Member Avatar for chowmein87

I am trying to make an application where i show a picture of the human body and i want to have clickable body parts e.g. arm, leg, head, torso and each of these opens up a form. I already got the picture of the body as a background to the …

Member Avatar for Oxiegen
0
144
Member Avatar for fantasma

Greetings! Recently I've been updating an image resize class I found on the internet. What I needed to have was a script that would crop an image in order to fit in a defined with a fixed width an height. However, after the image is redimensioned, (keeping the aspect ratio), …

Member Avatar for fantasma
0
135
Member Avatar for huBelial

Hello, I have a program that reads images from my access database. What I'm trying to do now is write the images out to a folder but I don't know where to begin. The "ms" variable holds the images. [CODE]Option Explicit On Public Class Form1 Private cn As ADODB.Connection Private …

Member Avatar for Netcode
0
352
Member Avatar for Hani1991

Hello everyone, I've visited a lot of websites, like Daniweb, and found effects on the sites pages that are really of a considerable design. I know it's becoming common, but I really get impressed at seeing such things. When you put the mouse cursor on some button it becomes highlighted …

Member Avatar for Hani1991
0
157
Member Avatar for EXRN

Hello, I am working on an ecommerce site and would like for the company logo to link to the home page. The problem is - the logo is actually a table background image. If possible, I would like to make it a linkable image that appears in the same location …

0
53
Member Avatar for saucy6969

Hi there I have just inserted my festival poster image on my site (bottom lefthand side) and it shows up and opens to the full image using safari/chrome/firefox just fine. IE just gives me the Red "X". Is this a fault with IE or did I miss something? [URL="http://www.newtowncentre.org/festival/"]http://www.newtowncentre.org/festival/[/URL] Any …

0
105
Member Avatar for Goitseone

i have to create image that is to mimic a single clock hand rotating within a square area,before the hand rotate the following must be selected by the user:the color,width of the hand,the speed of the rotation,and direction.pliz someone here help me come up wiyh codes and variables 4 this

Member Avatar for OblibSystems
0
87
Member Avatar for paulnamroud

Hello, I would like to know how to: - Save an image into a Session Variables - Get the image from the Session Variable and display it on the web page. Here's the example on how to get the image from the DB: string v_customer_code = "PAUL"; SqlConnection v_connection = …

Member Avatar for lolafuertes
0
251
Member Avatar for rahulvramesh
Member Avatar for game4tress

I'm creating a new functionality in my website. An e-card sender. [url]http://www.game4tress.com/ecardsender.aspx[/url] My problem is that i can initialize the webcam but i cannot set the image (source,...) inside an image control. I've tryed several thinks and google about it, but i found nothing. My main goal is to set …

0
130
Member Avatar for Ritesh_4

HEllo Anyone can pls tell me how I can add an email address to be used as a link on an image in photoshop cs5? I've seen some tutorials on how to add a url, but in my case it is not working at all

Member Avatar for Ritesh_4
0
162
Member Avatar for karthik_ppts
Member Avatar for brandon beasley

I am making an admin product form where my client can insert product title, description and thumbnail into the mysql database table which displays on my product page. They want to be able to add products on their own so I need to be able to let them to do …

Member Avatar for vibhaJ
0
810
Member Avatar for ptemedia

Hi, I have made an image gallery which all in all is working fine. However, there is the option of to play through the images using setInterval to change the image every 8 seconds. After all images have been preloaded, this works fine. In its current set up however, the …

0
129
Member Avatar for benkyma

Hi, I want a script that will upload an image to a user's Facebook account. So far I have this code, but it's not working correctly. I seem to get an ID returned, but no image is uploaded to the profile: [ICODE] function do_post_request($url, $data) { $file= $data; $args = …

0
52
Member Avatar for dahi_man

Hi All, I am seeing that there is no way to retrieve more than 1 image from a mysql table? I have googled it, looked into 10's of websites.. no solution. How can i simply retrieve many pictures from a table,with the other columns if possible, please? and i also …

Member Avatar for dahi_man
0
109
Member Avatar for rogersjw

Hi all, This is my first post here so please bear with me. I am trying to get my QGraphicsView widget to output as an image. I have the following code. [CODE] def outputImg(self,dir=None): if dir == None: dir = os.getcwd() img = QtGui.QImage(self.size()) print img.isNull() # This == True …

Member Avatar for rogersjw
0
172
Member Avatar for ahasan_al_rabbi
Member Avatar for glycerine
0
62

The End.