6,113 Topics

Member Avatar for
Member Avatar for skwatamkar

how can insert an image to a ms-access database with using a java swing form and vice versa

Member Avatar for musthafa.aj
0
264
Member Avatar for bevssi

I'm trying to display a .jpg photo into my report. I receive this error: ADODB.Recordset error '800a0cc1' Item cannot be found in the collection corresponding to the requested name or ordinal I'm using this code: strSQL = "SELECT oPeople.People_ID, oPeople.oPeople_TGCKFD,oPeople.Preferred_Name FROM oPeople Where oPeople.People_ID="& Session("ccpeopleid") & "" Set rs = …

0
56
Member Avatar for mueed

can any1 tell me how to display a array of pixels into a gray image using c

Member Avatar for Salem
0
94
Member Avatar for destroyed

HEY...I need some help......i need a c++ code that segments a image.....i need it for my projet...i tried so hard but didnot find it yet....Help Plzzzzzzz

Member Avatar for Narue
0
124
Member Avatar for webbi

Hi. Is it possible onclick event the image blue_go.jpg to be swaped with another one. Thanks[code]1. <!-- <input type="image" title="Click here to start Uploading" src="<?=$host;?>/images/blue_go.jpg" id="free_go_btn" alt="Go"/> 2. <!-- <input type="image" src="<?=$host;?>/images/blue_go.jpg" id="free_go_btn" onclick="beginUpload('<?=$sid;?>'); return false;" alt="Go"/>[/code]

Member Avatar for network18
0
126
Member Avatar for vizz
Member Avatar for moerpheus
0
115
Member Avatar for niyasc

Hai..... May I know how to simply include external image file in Turobo C++? Where can I get a complete tutorial for graphics in C++?

Member Avatar for CppBuilder2006
-1
125
Member Avatar for miguel1810

Hi, I'm trying to work out how I can change my back ground image when the user clicks the home link - or refreshes the page... I'd love my background image to change from the current static background image... is this HTML or JAVA ?? Can anyone advise ? Thanks …

0
196
Member Avatar for yobobyo

winXP home sp1 i have one folder shared a comp across a home network, full read/write access across the network and from other user accounts. i once decided to make the folder private so other users could not see the files unless logged on as me. now i cant make …

Member Avatar for Bob_180_Bob
0
182
Member Avatar for fareast87

Good day everyone. Did you know how can I find where can I find how to do this something like this > [URL="http://www.cssplay.co.uk/menu/old_master.html#nogo"]http://www.cssplay.co.uk/menu/old_master.html#nogo[/URL]. They didn't teach how to do this and I can't find anything like this on the Net. Help is much appreciated.

Member Avatar for joyce69
0
117
Member Avatar for moroshko

Hi, I have an Ellipse on a Canvas and I'm doing a Hit Testing on it. Every time I click the stroke of the Ellipse, the test pass. If I click in the middle of the Ellipse, the test fails. This is good ! After I fill the ellipse like …

0
70
Member Avatar for moroshko

Hi, Consider this code: [CODE]Ellipse myCircle = new Ellipse(); myCircle.Width = 400; myCircle.Height = 400; myCircle.Stroke = Brushes.PeachPuff; myCircle.StrokeThickness = 25; myCircle.ToolTip = "Bold Circle"; Canvas.SetTop(myCircle, 0); Canvas.SetLeft(myCircle, 0); canvas.Children.Add(myCircle); Ellipse myCircle2 = new Ellipse(); myCircle2.Width = 400; myCircle2.Height = 400; myCircle2.Stroke = Brushes.Black; myCircle2.StrokeThickness = 1; Canvas.SetTop(myCircle2, 0); Canvas.SetLeft(myCircle2, …

Member Avatar for moroshko
0
128
Member Avatar for moroshko

Hi, I added a Rectangle to a Canvas like this: [CODE]Canvas.SetTop(myRectangle, 150); Canvas.SetLeft(myRectangle, 80); canvas.Children.Add(myRectangle);[/CODE] Now I want to move the rectangle to other place, say (100, 100). What is the best way to do this ? Thanks !

Member Avatar for moroshko
0
149
Member Avatar for Duoas

Hi all. I've nearly finished the home page for my wife. Sadly, I've discovered (again, surprise, surprise) IE doesn't play fair. I wanted the home page to be a simple "splash with links" kind of thing, and I used a variation of Meyer's CSS popup technique to do it. (See …

0
71
Member Avatar for moroshko

Hi, I put several shapes (like Ellipse and Rectangle) on a Canvas. Now, I want user to be able to drag & drop these shapes. Is there some predefined functionality that I can use, or I should implement the drag & drop myself using the mouse events ? Thanks !

0
86
Member Avatar for vidhyaselvi

hi 'm 4th year MS.Software engineering student. I have an idea of doing a 6 month project in image processing. can anyone help me how to choose the topic or can you share with me any website address related to this which will be useful for me. If possible please …

Member Avatar for Ezzaral
0
237
Member Avatar for moroshko

Hello ! Could you please point me to a good C# tutorial for drawing 2d graphics like Ellipse and Rectangle (that inherit from Shape) on a Canvas using WPF ? I'm also interested later to click on shapes and identify which shape was clicked, and also to drag and drop …

Member Avatar for jamesonh20
-1
154
Member Avatar for mohittripathi

how to add a circle,square on an image on an imagemap?i want to create a new circle smalll one wid text on an existing image and create tat circle whenever i get tat coordinate position.also how to find coordinates of image point in runtime...in asp.net..i used drawing,graphics class but no …

Member Avatar for Ramesh S
0
25
Member Avatar for vizz

How to search images from diferent websites and display without storing it. (Problem is how to search and display images like google image search with perticular word entered by user)

Member Avatar for vizz
0
93
Member Avatar for yanseung

Hello, Please help me to resize BMP image to bigger and smaller. Actually I'm trying to build PC wallpaer image with some function. And changing wallpaper has no problem but I want to change any image to screen size. Since desktop screen has some infomation section, bmp image should resized …

Member Avatar for Excizted
0
455
Member Avatar for mordicaii

I can't load an image with Pygame, I've called pygame.image.get_extended and it returns false, is there any way I can fix this? What's even stranger, is that it was working earlier today. I don't remember doing anything to Python, Pygame, or OS X.

Member Avatar for vegaseat
0
175
Member Avatar for Clawsy

Hello, I desperately need a good and fast image encoder and/or compressor for files like jpeg or png. I need this for [B]internet image transfer[/B]. I have to transfer an images from server to client very fast - every second, even milisecond. I'm interested in an encorder that can [I]lower …

0
132
Member Avatar for tqmd1

Dear Experts I use following codes to display image from sql server. On this line of codes [CODE]Dim ms As New IO.MemoryStream(CType(row("user_img"), Byte()))[/CODE] this error messages appears [CODE]Unable to cast object of type 'System.DBNull' to type 'System.Byte[]'.[/CODE] How to get rid of this error message. This message appears because image …

Member Avatar for sknake
0
722
Member Avatar for Clawsy

Hello, I have to take a snapshot of my screen and send the image to a client using Datagrams. I think my problem is at the client part. The image is null, and I don't know why. Here is the server part. I tried to send 534 byte packets (bigger …

Member Avatar for Clawsy
0
3K
Member Avatar for mangel.murti

hi all, i found this code on net.this class take one image file and output two different dimenstion of that image.. ..problem is that when i am including this in another php file as below and excuting it showing me Error..? Errors are Warning: imagesx(): supplied argument is not a …

0
68
Member Avatar for Ash_Pokemaster

Hello pals. We're having a project to make a Backup and Restore program in Python. As we think that making a GUI is of course very important, we started using Tkinter after initially trying wxPython which was kind of difficult given the time we had. Either way, we made a …

Member Avatar for Ash_Pokemaster
0
2K
Member Avatar for localp

I need to OCR a image and get the text of it .. i wanted to do this in java but , i found out that its hard to implement it that way. so i am trying to do this in C++ .. is there any possibility to do this …

Member Avatar for localp
0
38
Member Avatar for onaopepo

Hi,i m presently working on a project in which i am to store a fingerprint image gotten from a fingerprint reader into a database.I am using the web service too and i have been at this for a pretty long while.i ll be very grateful if theres anyone out there …

0
69
Member Avatar for wondergal04

cn u plz tel me the java code.. to display image as soon as it is selected...?? please... :pretty:

Member Avatar for wondergal04
-2
120
Member Avatar for saj_amo

Hi, i am facing a problem in c#.net i have a user data form where i have used picture box and opendailogbox when i am selecting a picture it is showing in picturebox now what i want is that i have a button on the form when i click on …

Member Avatar for saj_amo
0
1K
Member Avatar for musthafa.aj

i need jpeg image compression.. i would like to compress any image (size is too like 2mb)in to around 35 kb with acceptable quality.. i tried lot of solution but all of them given unacceptable quality ... I almost spent 2 months ... please give any open source solution to …

Member Avatar for musthafa.aj
0
90
Member Avatar for Diamonddrake

if you have ever used adobe lightroom you would have noticed that there is an awesome sidebar with 15 or so sliders on it. they can all be adjusted from the same screen and you watch as they edit the image in real time. This is what I am trying …

Member Avatar for Diamonddrake
0
146
Member Avatar for bharath12345
Member Avatar for tqmd1

Dear Experts Table "employees" has four fields as sno---name---city-----photo 1------a-----london---- 2------b----Tehran---- 3------c-----dublin---- I use following codes to pickup employees pictures, How to store photos into table "employees" column photo. [code] Dim OpenFileDialog1 As New System.Windows.Forms.OpenFileDialog Dim pic As Image Dim retVal As DialogResult Dim bExOccured As Boolean Try OpenFileDialog1.Multiselect = …

0
49
Member Avatar for coollife

I wil be selecting the image to resize using open file dialog box , That image has to be resized to very small size and then it should be converted to byte array and stored in the database converting to byte array and storing is working Image resizing and storing …

Member Avatar for Geekitygeek
0
94
Member Avatar for sujay007

My query is . I want java code to convert RGB image (jpg) into grayscale then i want to convert pixel of grayscale image i.e. if pixel is other than black conver it into white. if it is black then only it remain black.

Member Avatar for peter_budo
0
91
Member Avatar for TotoTitus

Hello everyone, i'm fresh new here, and i already have a question regarding...well, C#. I've made a Forms Application in which the user submits an image (bmp,png,jpg or gif), and the image suffers some byte-level modifications (obviously, i'm using the LockBits() method). Now, after the modifications are done, the user …

Member Avatar for TotoTitus
0
10K
Member Avatar for carlco9020

I have a small problem. I want to make a basic page with an image in the upper right hand corner with the text wrapping around it. I cannot seem to figure this out. I am not a newbie to web design so I feel like a dunce..... :sad:

Member Avatar for annie707
0
2K
Member Avatar for nouryn

hey, i'm having a problem that i have to read an image converted to numbers "0,1" from a file and then divide it to blocks so i can enlarge , compress and reverse the image.How can i do it????

0
62
Member Avatar for hajjo

Hello, when the page is being opened I want loading.gif image to appear. Then when loading is over and page is opened I want that image removed from the page ( loading image) anyone got sample code?

0
54
Member Avatar for Diamonddrake

I am working on a little image program aimed at having a simple interface but a strong backend. Its mostly just for basic bulk settings and looping through files. but will allow for all the images to be loaded in a thumbnail strip and be able to be edited before …

Member Avatar for Diamonddrake
0
111
Member Avatar for workstuff

I have multiple aspx pages which have help buttons. When a user clicks on the help button I want to load up a static image (with help guidelines) and a hide button image on the static image (which will close it and take you back to the originating page). What …

0
36
Member Avatar for Clawsy

Hello, In my application I transfer a lot of images from server to client. The problem is the size of the image, so I tried to encode it using [URL="http://objectplanet.com/pngencoder/"]this encoder[/URL] - objectplanet png encoder. The problem is nothing seems to happen, image size is the same. [CODE] //img is …

Member Avatar for Clawsy
0
227
Member Avatar for 33infinity

I would like to be able to create images in either corel draw or word that I can just copy in vb design view like you could using the image control in vb 6.0 without having to store the picture as a file.

0
47
Member Avatar for bottledwater

hi all! i have been programming in C for about 4 months now, and i have the very basics down pretty well (functions, pointers, etc etc), and have been doing a lot of console apps, and i was hoping to do a fractals program. i have the algorithm down (at …

Member Avatar for Ancient Dragon
0
162
Member Avatar for ericwshoemaker

Hey everyone, I'm using Flash AS3.0 and I am struggling to load an Image from an XML file to a movieclip in my flash project. I have the XML loaded fine, here is my XML content: [CODE]<GALLERY> <IMAGE TITLE="school" image="image1.jpg">pic 1</IMAGE> </GALLERY>[/CODE] It loads with this code: [CODE]var myXML:XML; var …

Member Avatar for me655321
0
119
Member Avatar for minigweek

Hi there folks, I have Visual C# Project- Windows Application , It has a Webbrowser Control , and I intend to load a local HTML file with images into it. I want to embed the embed the html file and image files as resources. So I did. While using the …

Member Avatar for sknake
0
2K
Member Avatar for fuchsia555

hi how can we minus 15 pixel from bottom height in fitting for create thumbnails from original image in this code ? i mean how can tell php that capture from original image the ( all width ) and ( all height - 15 pixel from bottom ) [CODE] # …

Member Avatar for fuchsia555
0
260
Member Avatar for Kruptein

I've seen on a lot of sites that when you scroll down a text, the background image stays the same; If I scroll down the image stays on the place and the piece of text that can't fit on the image height is shown on a white background; how can …

Member Avatar for Kruptein
0
73
Member Avatar for lloydsbackyard

import javax.swing.*; import java.awt.*; public class sample { public static final int width=500; public static final int height=500; public static void main(String[] args) { JFrame mywindow=new JFrame(); myWindow.setSize(Width, height); JLabel myLabel= new JLabel ("How do i insert picture in this window? I want to create a photo gallery on this …

Member Avatar for vjmir
0
91

The End.