Which tool do you use to draw simple diagrams/pictures to illustrate a technical point?
Which tool do you use to draw simple diagrams/pictures to illustrate a technical point in a document? ...
Which tool do you use to draw simple diagrams/pictures to illustrate a technical point in a document? ...
Hi, Anyone know how to do picture overlay or appear on top of each other in HTML? The effect will be something like the marker/icon appear on Google Map where the user can specify the coordinate of the second picture appear on the first picture. Thanks. ...
How do you programmatically obtain a picture of a .Net control? ...
I've created an excel sheet with Delphi 6. Now I have to add a picture to my sheet. Anybody knows how to do that? ...
How can I send a picture in j2me maybe using base64 decode and the send in post form via http request ...
I know that I can access the camera or show the image picker to the user, but what if I just wanted to pick 10 photos, randomly, from the images stored on the device with no user interaction? Using UIImagePickerController gives me the ability to use the camera or the image picker, but how can I do this automatically, without user inter...
My current project is a news portal. Some users are capable to put the news with some media related to it, like pictures. Currently, the CSS places the pictures in the right lower corner, after the text. I would like to put the photos in the right upper corner, around the text, like in this example. Any ideas? ...
Hello, I want to take a snapshot of a view (WebView) or, if that is not possible, the whole screen, so I can save it into the user's photo gallery. I was wondering if this is possible. Thank you very much, Isaac Waller http://www.isaacwaller.com/ ...
I have created a picture library and selected some pictures (through a check box). I have also added a menu item 'Download to my App' in the 'Actions' menu item in the standard toolbar. Now, on clicking the 'Download to my App' option, I want to download the selected pictures programatically to my application. So how can I get the ids/n...
I have some pictures that are online, the images are simple http://domain.com/pic.jpg for example; there's an upload feature but that's for user upload the user won't upload, it's an auto upload. This mean I have the Urls on an array and I want that php auto upload those Urls photo into the server Any help!! Thanks ...
I am loading images in flex 3.0 , but when they are resized they look grainy and distortered . Can i give some sort of effect or dsomething to fix this .thanks ...
Is it possible to load a picture from memory(byte[] or stream or Bitmap) without saving it to the HDD This is the code I use to turn the byte[] array into Bitmap unsafe { fixed (byte* ptr = Misc.ConvertFromUInt32Array(image)) { Bitmap bmp = new Bitmap(200,64,80...
Hello everyone, How do I convert a 32x16 pixel picture to a picture SMS message? I already have code to send normal text sms.But,I need help with sending picture sms. Thanks ...
Someone ask me to help them extract their pictures from a Web Shots image collection file (.WBC). I tried XnView but it did not work. How can I do this in C? ...
I want to change picture loaded into Image1 - from one called 1active.png to second called 1inactive.png and vice versa by clicking on the Image1 component. Is there any way to do it? ...
Im writing a XNA program that display pictures from a specific picture album on the Zune. The problem is when if I load the textures from all the pictures in the album, the program runs out of memory. I tried loading one by one and call Dispose on the previous picture texture once the user moves on to the next picture. This works but the...
Hi I have a picture box on my windows forms. I load a picture in it and I have enabled Paint Event on my code.It draws a rectangle. Like this; private void pictureBox1_Paint(object sender, PaintEventArgs e) { Graphics gr = e.Graphics; Pen p = new Pen(Color.Red); p.Width = 5.0f; gr.DrawRectangle(p, 1...
Hello all. We have developed an online inventory program using .net technology (Asp.net with C#). Inventory also comprise of images. Now what we do is bring data collection form to the site and record data onto the form and key in the data into the online program back in the office. We take photos using digital camera. We transfer these ...
Hi every One, can any one tell me what is the best way to store and Image By hibernate (into MySQL) I have this class Mapping @Entity @Table(name = "picture") public class PictureEntity implements Serializable { @Id @Column(name = "id") @GeneratedValue private int id; @Column(name = "format", length = 8) private...
Hi, I want to enable printing a picture from my web page so that the picture will be previewed and printed twice on the same page i.e. 1 A4 with the image printed 2 or 4 times on the same A4. Is it possible with the FF and IE browsers interface? Thanks, Yuval. ...