Is it possible to convert a standard image file (i.e. JPEG, PNG, BMP) to be read by an imput requireing stdole.Picture?

I have recently began using an ActiveX toolbar that allows button images to be loaded. The required input is of the stdole.Picture type. Is there any way I can convert standard image data to be read acceptd by this input?

You should be using an ImageList control for your images. Place an ImageList ActiveX control on your panel, right-click on it and select ImageList->Properties. In the dialog box change to the "Images" tab and import your pictures. Then set the Toolbar's ImageList property to the ImageList that you have. Search MSDN for more information on using the Toolbar and ImageList controls.

Similar Messages

  • Is it possible to convert to an AIFF file in itunes 10 and beyond, and if so what is the procedure?

    Hello.  Is it possible to convert to an AIFF file in itunes 10 and beyond, and if so what is the procedure? 
    I use FCP7 and often have a sound loop or the like that I need in AIFF format, I normally use itunes to do the conversion, but have heard that version 10 no longer performs this task...?
    Thx for the help!
    MBP 2.6 GHz Intel Core 2 Duo - Mac OS X 10.6.7 - itunes 9.2.1 (5)

    Doolittle wrote:
    I can't find convert to aiff as an option in itunes 10.
    It still works the same as in past releases.  Go to Edit > Preferences > Import Settings, and set "Import Using" to "AIFF Encoder," and then the option will be available.  Consult this document for details: 
    http://support.apple.com/kb/HT1550

  • Is there a way to save an image file as a jpeg and add -web or -print to the file name?

    I am trying to find a way to save my image file as a jpeg and add -web or -print to the existing file name.  This way I can easily see which files are lower resolution for web posting or high resolution for printing.

    Jason,
    I helped somebody do a very similar thing about a week ago.
    The trick is to use the Batch command's ability to construct a file name.
    Tell the batch to append, e.g. "-x" without quotes, to the name of each saved file.
    The batch runs an Action which does a save as JPEG, resize image, add logo, save as JPEG, then close document.
    The output is "<document name>-x.jpg" and "<document name>-x-x.jpeg".
    Then use Windows Explorer to rename "*-x-x.jpg" to "*-print.jpg".
    Then rename "*-x.jpg" to "*-web.jpg".
    See http://forums.adobe.com/thread/1038992?start=32
    The name construction that I used there was just an "x" appended to the document name. Use whatever you like. Also juliew subsequently referred to the method as a "double-batch" run, although it is not. One run of the batch will output two JPEGs for each input document.
    I hope the disagreements in that thread don't cause too much disruption.
    If you want, the Batch command itself can be recorded in another Action which would store the parameters of the batch, then you could run that Action anytime without having to set up the details of the batch each time. It would always output to one specific folder, though.

  • How do I convert file to gif, jpg, jpeg, png, bmp, or swf

    I mad a page in COMIC LIFE. I saved it, then when i went on photobucket.com, it gave me a message saying
    The file "" does not have a valid image extension.
    Valid image extensions are: gif, jpg, jpeg, png, bmp, swf.
    HOW DO I CHANGE IT?
    Thanks

    I have never used Comic Life, so I can't tell you how to do it from there. But you could open it in Preview. Control-click the page in the Finder and choose Open with... set it to Preview. Once in Preview, do a Save As and change the Format there.

  • Why when i connect my phone to my laptop do my recent photos load as image files and not jpeg

    why is it that when i connect my phone to my laptop my recent photos load
    as image files and not jpeg as they used to.Is this another issue with ios 8

    Thank you. I did that and made sure my phone was open to the camera roll. I was able to locate the import command and the photos appeared. Thanks so much!

  • Possible to convert DRM protected WMA files to mp3?

    I've been attempting to find a relatively simple way of converting DRM-protected WMA files to mp3 using my Mac and can't seem to find anything. Surely somebody must have figured this out by now. I can convert non-DRM WMA files to mp3 using EasyWMA, but this does not work for WMA files with DRM protection.
    I want to purchase songs from the 7digital store that are in the WMA format and have DRM protection, convert them to MP3 on my iMac, and then import them into iTunes. Seems like it shouldn't be that hard.
    Any suggestions?

    iTunes Windows will convert non-DRM tunes into .mp3. If you have iTS purchases that have DRM you can burn them to an audio format CD as AIFF file format.
    Check the terms of use and see what your options are for converting them to another format. With iTunes the path is to burn an audio CD. See if that is possible with the wma DRM.
    Likely in your case you are trying to crack DRM outside the original terms of use when you purchased the tunes.
    MJ

  • Possible ways to upload a image file??

    hi all
    can u plz give me the details for upload an image file using jsp,jstl...
    and a brief explanation on it ..how the flow goes..or some useful links...

    Next time use google
    http://servlets.com/cos/

  • Converting swf file to Gif/Jpeg/Png file

    Hi,
    I want to save a flash file(swf) in the server as gif/jpeg/png file. Problem is that if on the browser i want to take a snapshot of flash file then how can I convert that SWF file to gif file before sending it to server.

    I used third party java library "Flagstone Software" the sample code for which is as follows:
    File aFile = new File("Flashfile.swf");
    byte[] bytes = new byte[(int)aFile.length()];
    System.out.println("**Number of bytes in before encoding= "+bytes.length);
    try {
    FileInputStream imageContents = new FileInputStream(aFile);
    imageContents.read(bytes);
    imageContents.close();
    FSMovieObject fsMov = new FSDefineJPEGImage(26,bytes);
    byte[] b = ((FSDefineJPEGImage)fsMov).getImage();
    ConstructingGif cGIF = new ConstructingGif(b);
    catch (FileNotFoundException e) {
         //throw new FileNotFoundException("MovieClip.swf");
    catch (IOException e) {
    //throw new IOException("MovieClip.swf");
    The ConstructingGif class simply writes byte array to disk with file extension as gif or jpeg.
    Now when I try to open the generated file through Photo Editor, I am being shown the error message as "Can't determine type".
    Is this the problem of encoding...If so then what can be the solution?

  • How can i convert a hexidecimal image file to a bmp file

    i have an array of hex data, each of the 7707 rows has 80 characters, i want to convert this to a standard windows bmp or jpeg file, any ideas how to do it?

    stewbert;
    Is that only one image or there are several images in that array? If the array is the image, and columns (number of characters) and rows correspond to what you are saying your array contains, it is a big image!
    There are other questions that needs to be answered, like, each character, how many numbers contains (looks like "EF" or like "EF3B5A".) Such sizes give ideas of the format and to where is the color table.
    You can play with the "Draw XXX Pixmap" VIs located in Function palette -> Graphics & Sounds -> Picture Functions and see if one of them renders an image.
    I think the best would be if you can post a sample of your array so somebody here can look at it and try to "decode" it.
    Regards;
    Enrique
    www.visecurity.com
    www.vartortech.com

  • How can I do to convert a ".PNG" image file to a ".JPG" or ".BMP" one?

    My problem is to save an image (after processing and with overlay information!) to a standard file (JPG, BMP, ...); if I do it directly with the related VI's, the overlay information is lost; I can save the image in a ".PNG" file, which contains the complete information with overlay, but is not displayable on a LabView-less PC ! How can I do?
    Thank you for your prompt answers.
    Francois

    Hello Francois,
    As you noted, BMP and JPG file formats do not support overlay information. There are two approaches to your problem.
    1. Write to PNG file. PNG is not a LabVIEW specific file format. It cannot, however, be read by simple programs such as Windows Paint. Paint Shop Pro, Photoshop, among other more robust image viewing and editing programs can handle PNG files that LabVIEW generates.
    2. Flatten the overlay information into the main image before writing to BMP or JPG. I don't believe this functionality is built-in to LabVIEW, so this would require some programming, perhaps quite difficult. That is why LabVIEW supports PNG files.
    Jeff Boettcher
    National Instruments

  • How can I convert a standard pdf file to a file I can edit?

    I have a document that was not created by me but needs to be modified ... what is the easiest way to do this?

    Hi, swagasky.
    Both our CreatePDF and ExportPDF services will convert a PDF into an editable document (Word, Excel). Please consider either of these services.
    Dave

  • I have a number of pages with html extension in different files. Is it possible to merge them into one file? Is it possible to convert them into another file type such as PDF, MOBI, or EPUB? Thanks

    While downloading an eBook from internet, I found a book in a folder containing around 123 files, which is equivalent to the number of pages of the book.
    My interest is to bring them together in one file so that I can read it at a time. As the interface is not comfortable with html, I also like to convert it into another more suitable file format.

    Hello djensen1x,
    Could you please let me know what version of Acrobat are you using.
    Also, tell me your workflow of combining those PDF files?
    Please share the screenshot of the error message that you get.
    Hope to get your response.
    Regards,
    Anubha

  • Is it possible to convert the Dialog Resource File from Windows .rc to Mac .r ?

    Hello,
    I have been working my way through the ADM Programmer's Guide and Reference, found at http://partners.adobe.com/public/developer/en/acrobat/sdk/ADMReferenceGuide.pdf
    It mentions that the dialog resources must be created using platform-native resource editors. Since my company would like to implement its plugins on both mac and windows, it would be smarter to convert the windows framework .rc file to the mac counterpart .r.
    Does anyone know of such a tool? Maybe the compilation process creates a common dialog resource file which could be used once the dialog is created under Visual Studio, etc.
    Sincerely, Andreas Hase

    The link in this thread is broken, can someone give the title of the thread where converting from .rc to .r is being discussed?

  • Is it possible to "convert" a PPT/Presenter file to Captivate and retain the audio, video, etc.?

    Hi - I'm wondering if someone has done this or can recommend the best way to do this.
    We have a PPT/Presenter file that was created using PPT 2010 and Presenter 9. We recorded audio for the training right in Presenter and have also imported videos into the file using Presenter.
    We need to output the file to DVD to actually play on a DVD player. We know we can do that with Captivate (we are using Captivate 5) and are wondering if there is a way to take our file (the package so to speak) and get that to open in Captivate and retain all of the pieces that we have added to it (audio, video, hyperlinks).
    Or, alternatively, if there is a way to publish our Presenter file to DVD format, that would work for us too.
    Thank you for any information or suggestions!
    Emily

    Hi Emily,
    Presenter contents and captivate contents are different. but you can achieve it using the following steps in presenter.
    1. Open you presentation.
    2. GO to Adobe Presenter>>Publish .Publish dialog will open.
    3. Check the CD package checkbox and publish the content.
    4. Now Goto the publish folder and burn the content on DVD.
    After successfull Burn, You can play on DVD player.
    I hope this will work  for you. Kindly let me know if you are facing any problem.
    Thanks,
    Sunil
    Adobe Presenter Engg Team

  • How to convert EPS(image file) file in to other image format e.g NIGMAS

    Hi friends,
    I want to make a tool which will help to convert the EPS image file into other image format BY USING JAVA TECHNOLOGY. I havent done this type of file conversion before, so any body please explain it to me from the basic how can i go for it, what r the require things, where should i get the help of it, which java API should i use etc. i ll be vry thankful.
    My actual requirement is i want to convert the EPS file into the NIGMAS(Nihon computer graphic mapping System) file format.
    Thank you in anticiption.

    The easiest, but not necesarily the best, way is to use ImageMagick's convert utility. From Java you can use Runtime.exec to invoke convert.exe ... ImageMagick is opensource and supports many different formats ( www.ImageMagick.com )
         * Converts an eps file to a graphic that is suitable for the web.
         * We use ImageMagick's 'convert' utility to convert .eps files into either gif or png format.
         * The output format is determine by the extension that you set for the output file.
         * Sample command:
         * convert -density 208x208 /export/home/kpmg/tomcattest/jsp/1.eps
         *                                    /export/home/kpmg/tomcattest/jsp/1.png
         * Although convert supports about 100 different parameters, we are only using 1:
         * -density     (sets the vertical and horizontal resolution in pixels of the image)
         * Density sets the vertical and horizontal resolution in pixels of the image.
         * It should be changed based on the resolution of the user's monitor
         * (e.g. if hi-res display settings, then density will need to be greater
         * than if running on a low-res display, which would make the same image look really big )
         * You may want to use other convert parameters, such as -sharpen
         * to make the image look better, or -compress and
         * -quality to change the kb size of the image.
         * For the full list of parameters see:     
         *      http://www.imagemagick.org/www/convert.html
         * @param inFile The absolute path to the eps file to be converted
         * @param outFile The absolute path to the desired output graphic file.
         *                         NOTE: the format of the output file is determined by the
         *                         extension that you give for this parameter (e.g. file.png will
         *                          be written as a png file )
    public void eps2www(String inFile, String outFile, String density) throws Exception
              // use ImageMagick's convert program to make the www version ( png or gif, etc)
              String call = convert +
                        " -density " + density +
                                  " " + inFile +
                                  " " + outFile;
              try
                   Process child = rt.exec( call );
                   child.waitFor();
                   log.debug("Convert process exit code is: " + child.exitValue() );
              catch (Exception e)
                   // TO DO: this could probably be more explicit
                   throw new Exception(e);     
              // log the command strings for debuggin purposes.
              log.debug( "Convert Successful: call = " + call);
         }

Maybe you are looking for

  • [FIXED] kernel26-lts for Intel driver's conflict with KMS in kernel26

    Hi, I am running on a GM965/GL960 Intel video card. During the install (and later use) of Arch, I had to add i915.modeset=0 on the kernel line in grub when booting to get to a visible terminal; otherwise I used to get a blank screen after udev loaded

  • While using ibooks how to change page swipe from left to right vs top to bottom

    Somehow I changed a setting in my Ibooks to change page by scrolling from top to bottom of the screen. I want to have page turn by moving from left to right. I am using iPhone with operating 7. whatever is out at this day and time. Can anyone help? T

  • Helppppp I want to upload 2 sites...

    Ok, very frustrated with Mobileme and lack of support...I have 2 different sites I want to upload. Do I have to get 2 different mobileme accounts? Both will be using my own personal domains (different domains), forwarded from Godaddy (not sure if it

  • How to set Max Inactive Interval on ProviderSession

    I see a getMaxInactiveInterval in the api for provider session that says you can call setMaxInactiveInterval but I don't see it. Am I missing something? Do I need to call another method to set the max time interval?

  • HT203180 Need Help.

    Im trying to sync a video that i purchased threw itunes and its saying cannot copy because "it cannot be played on this iphone"