How to use ImgScan(built in win32 OCX) in applet?

Hi,
I am new to this forum.
I explain what exactly i want to do.
I have a scanner in network. i want to display scanned image in applet. As iam
reguler VB programmer i was using ImgScan.OCX and ImgEdit.OCX(windows built in ocx's) for this.
In java also i want to use this OCX. Can anybody sujjest me what i should do?
please iam in hurry.
Thanks a lot in advance
Vinay Pathange

To display a scanned image in an applet, try to use the Java Twain package http://www.gnome.sk
Erika

Similar Messages

  • How to use the built in TV tuner in a GX 600???

    Hi to everyone.
    I would like to know how to use the built in tv tuner card in my gx 600.. I tried but it didnt detect any signal for tv..I wondering if I am doing something wrong. Your knowledge will be greatly appreciated.Thanks.
    GX600 owner.

    I am in Asia particularly in the Philippines Sir.
    Yes I do see it in device manager labeled DVBT hybrid TV device. I think thats the tuner card right?
    The program I am running to configure it is Windows Media Center, I am using a windows 7 OS..I connected the portable antenna and tried also a tv antenna but when it scans for signals it tells me it cant see any signal or channel at all.I am in a place where TV's connect to a channel even though your just using an aluminum tube..so signal is really good so I cant seem to figure out why it cant detect any..T_T.Thanks for your response sir..greatly appreciated.

  • How to use GET_FILE_NAME built-in

    Hi all,
    I have some problem using GET_FILE_NAME built-in.
    The script is :
    Declare
    v_filename VARCHAR2(25);
    Begin
    v_filename:=GET_FILE_NAME();
    End;
    When I run this script, the form not appear and v_filename contain NULL
    Why??
    Please help me.
    BR.
    JMH

    For your information, I use Form Builder 9.
    I supply all the parameters, but it can not work.
    There is no error while I do compilation, but when I run it,
    it not displayed any think.
    Pls help me. ASAP.
    BR
    JAnsen

  • How to use UI Element "AbstractApplet" to embedd java applet in WDA

    Hello,
    I want to embedd a java applet in a WebDynpro ABAP application and I've found the following statement on SAP online help:
    The Active Control Framework (ACF) enables the development of applets or ActiveX-based controls that can be embedded in Web Dynpro ABAP.
    Link:[AbstractApplet|http://help.sap.com/saphelp_nwpi71/helpdata/en/47/b915bc878a2d67e10000000a42189c/frameset.htm]
    Is there any further help, how to use this (abstract) UI Element to integrate a given java applet?
    Kind Regards,
    Guido

    Hi,
    As per the link you gave,
    In the View layout, You can use the UI elements like - AcfExecute and AcfUpDownload. For upload and download the things.
    Try to use these UI elements and get the reference of the Abrstact APplet class and use the methods inside it.
    Regards,
    Lekha.

  • How to use the built-in camera and mic for commercial video conferencing

    I would like to use the camera and microphone to join a commercial video conference - not iChat. How do I do that?

    Hi
    Dont know, you dont say which commercial video conference software is involved.
    Tony

  • How to use last_query built in?

    Hi People
    I would like to use last_query in order to obtain a query which is last executed.I used the following code to obtain the result.but i couldnt get it.i wrote this code in when-button-pressed trigger.
    i.e,
    declare
         lst_q varchar(2000);
         t varchar(2000);
    begin
         lst_q:=get_block_property('block3',last_query);
         message(lst_q);
         end;
    Is this a right way to use the last_query variable?.pls suggest me.thanku
    Regards
    VIDS

    Hai,
    In the GET_BLOCK_PROPERTY, you can use LAST_QUERY as second parameter.
    The GET_BLOCK_PROPERTY('<block_name>', LAST_QUERY) will return NULL if there is no query is executed before.
    You can use like this.
    DECLARE
         lst_q VARCHAR2(2000);
         t VARCHAR2(2000);
    BEGIN
         lst_q := GET_BLOCK_PROPERTY('block3', LAST_QUERY);
         :block3.text_item7 := lst_q;
    END;Regards,
    Manu.
    If this answer is helpful or correct, please mark it. Thanks.

  • How to use the built in camera in macbook on windows via boot camp?

    I can't use the camera on windows but its working on mac os.

    Did you download the Windows Software when you ran Bootcamp Assistant? Did you install the downloaded Windows Support Software when you first started Windows?

  • IMac: How to use internal built-in microphone when Bose mic-headphones are plugged?

    Hi there,
    I use my  Bose AE2 for Lync conferences in my iMac, but the problem is that, when the headphones are plugged I seem "obliged" to use their  made for iPhone/Mac mic.
    The problem is that, however, the sound through this Bose's mic is terrible so the others in the conference can't properly hear me. So I just want to use the internal computer's mic, and it seems not possible when the headphones are plugged.
    In that situation, Sys Preferences > Sound > Input, only shows "External microphone" and "Line in".
    Meaning, what normally is "Internal microphone" automatically, when plugged, turns into "External microphone" and that's it. It's not possible to use the internal mic anymore if mic headphones are plugged.
    Do you know any way to workaround this?
    My OS is 10.6.8 (it's work's iMac), but I'm afraid this is not different in 10.9.X.
    Many thanks in advance!

    Hi, I plug in the headphones set with a regular  headphones jack plug. They don't go with USB.
    Thanks for answering

  • How to use Flash buttons/animation in a Swing/Applet?

    Hello,
    I want to use flash button as like as JButton that we use in Swing/ Applet. How can I do So?
    Please help me.
    Thanks-

    [http://java.sun.com/docs/books/tutorial/uiswing/misc/timer.html]
    Or maybe just...
    import java.awt.*;
    import java.net.*;
    import javax.swing.*;
    public class Blinky {
        public static void main(String[] args) {
            EventQueue.invokeLater(new Runnable(){
                public void run() {
                    URL url = null;
                    try {
                        url = new URL("http://www.gifanimations.com/GA/image/animations/bodyparts/eyes/eye-01.gif");
                    } catch (MalformedURLException e) {
                        throw new RuntimeException(e);
                    JFrame f = new JFrame("Blinky");
                    f.getContentPane().add(new JButton(new ImageIcon(url)));
                    f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                    f.pack();
                    f.setLocationRelativeTo(null);
                    f.setVisible(true);
    }

  • Here's how you use JavaMail in a Netscape 4.x applet

    First of all... Sun has said that they are working on patching JavaMail for the next minor release so that it will be usable with Netscape.
    But for those with itchy pants... here's how you do to send mail from a Netscape 4.x applet without using the Java Plug-in.
    First of all... you'll need to sign the applet. Now I'm not so good with singing tools so I don't know if Netscape 4.x allows using Sun's signing tools. I used Netscapes own "signtool" just to be sure.
    You'll need to unjar activation.jar and mail.jar (or mailapi.jar plus smtp.jar). Use signtool to sign and jar your own classfiles plus those from the jar-files mentioned.
    This creates a small problem though: atcivation.jar and mail.jar has files in the META-INF directory. Netscapes signtool ignores these files. So you'll have to patch around that.
    Using the "sendfile.java" demo as basis... here's how you deal with the missing configuration files.
        // You'll have to request this privilige or Netscape will bolt on you.
        // If you need cross-platfor compatibility you'll need to wrap this up or IE
        // will be really cranky at this. Try by doing something you know
        // IE accepts but that Netscape don't. Catch the  exception as just an
        // Exception and do the following in the catch.
        try {
          PrivilegeManager.enablePrivilege("UniversalPropertyRead");
        } catch (netscape.security.ForbiddenTargetException e2) {
          System.out.println("Failed! Permission to read system properties denied by user.");
        } catch (Exception e2) {
          System.out.println("Failed! Unknown exception while enabling privilege.");
          e2.printStackTrace(System.out);
        // create some properties and get the default Session
        Properties props = null;
        props = System.getProperties();
        props.put("mail.smtp.host", mailhost);
        // The mailcap command map needs a missing
        // config file. So you'll have to hardwire the different
        // commands like this.
        javax.activation.MailcapCommandMap commandMap = new javax.activation.MailcapCommandMap();
        commandMap.addMailcap("text/plain;;          x-java-content-handler=com.sun.mail.handlers.text_plain");
        commandMap.addMailcap("text/html;;          x-java-content-handler=com.sun.mail.handlers.text_html");
        commandMap.addMailcap("text/xml;;          x-java-content-handler=com.sun.mail.handlers.text_xml");
        commandMap.addMailcap("multipart/*;;          x-java-content-handler=com.sun.mail.handlers.multipart_mixed");
        commandMap.addMailcap("message/rfc822;;     x-java-content-handler=com.sun.mail.handlers.message_rfc822");
        commandMap.addMailcap("image/gif;;          x-java-view=com.sun.activation.viewers.ImageViewer");
        commandMap.addMailcap("image/jpeg;;          x-java-view=com.sun.activation.viewers.ImageViewer");
        commandMap.addMailcap("text/*;;          x-java-view=com.sun.activation.viewers.TextViewer");
        commandMap.addMailcap("text/*;;          x-java-edit=com.sun.activation.viewers.TextEditor");
        javax.activation.MailcapCommandMap.setDefaultCommandMap(commandMap);
        // Now here is a really weird thing. This class - MimeUtility - will
        // be used later on. But the ClassLoader in Netscape seems
        // to be broken. I downloaded J2EE and fiddled with this class a bit.
        // It seems that the following line will get you around this problem.
        Object o = MimeUtility.class;
        try {
          // create a message
          Session session = Session.getDefaultInstance(props, null);
          session.setDebug(true);
          MimeMessage msg = new MimeMessage(session);
          msg.setFrom(new InternetAddress(from));
          InternetAddress[] address = {new InternetAddress(to)};
          msg.setRecipients(Message.RecipientType.TO, address);
          msg.setSubject("Message from scratchpad");
          // create and fill the first message part
          MimeBodyPart mbp1 = new MimeBodyPart();
          mbp1.setText(message);
          // create the second message part
          MimeBodyPart mbp2 = new MimeBodyPart();
          // attach the file to the message
          // This is not the same as the original.
          // The ByteArrayDataSource class helps you attach an arbitrary file-type.
          // The code for that is found here:
          // http://forums.java.sun.com/thread.jsp?forum=43&thread=73819
          DataSource ds = new ByteArrayDataSource(imageData, "image/gif", "image.gif");
          mbp2.setDataHandler(new DataHandler(ds));
          mbp2.setFileName("image.gif");
          // create the Multipart and its parts to it
          Multipart mp = new MimeMultipart();
          mp.addBodyPart(mbp1);
          mp.addBodyPart(mbp2);
          // add the Multipart to the message
          msg.setContent(mp);
          // set the Date: header
          msg.setSentDate(new Date());
          // send the message
          // Transport.send() will give you exception in Netscape.
          // Here is how you do what that method does.
          msg.saveChanges();
          com.sun.mail.smtp.SMTPTransport transport = new com.sun.mail.smtp.SMTPTransport(session, null);
          transport.connect();
          transport.sendMessage(msg, address);
          transport.close();     
        catch (MessagingException mex) {
          mex.printStackTrace();
          Exception ex = null;
          if ((ex = mex.getNextException()) != null) {
            ex.printStackTrace();
        }Enjoy
    /Michael

    Typical... i knew I'd fumble. There is one more thing you need to do.
    Download J2EE, source code edition and patch the file javax.mail.internet.MimeUtility.java
    Change the line
    InputStream is = javax.mail.internet.MimeUtility.class.getResourceAsStream("/META-INF/javamail.charset.map");...to...
    InputStream is = javax.mail.internet.MimeUtility.class.getResourceAsStream("/javamail.charset.map");Also, after you unjar the jarfiles and before you run the signtool, move the file META-INF/javamail.charset.map to the partent of the META-INF directory.
    /Michael

  • How do I use the built-in camera or webcam?

    I know this may sound very elementary but there was no documentation with my Mac when I bought it new (except a thin flimsy pamphlet with very baic stuff in it) and the help menu comes up with nothing at all when I search for web cam, webcam or isight.
    Where do I go to learn about how to use the built-in camera/web cam as a camera and also as a web cam?
    Thank you

    VortexBoy wrote: ... I know this may sound very elementary but there was no documentation with my Mac when I bought it new (except a thin flimsy pamphlet with very baic stuff in it)...
    There should have been a seventy page booklet in the box with your new iMac.  If yours is the latest version, clicking here will download it if you cannot find the physical copy.  If yours is an older iMac model, you can search for the correct manual from the iNtel iMac Support Page > "Manuals" link.
    After that, Mac 101 is a great web-based information source.  If you don't need general help, take a look here for specifics about each application of interest.
    VortexBoy wrote: ... and the help menu comes up with nothing at all when I search for web cam, webcam or isight....
    If your posted info is correct that you are running Mac OS X (10.7.3), you should be able to get started by using your Mac's Finder > Help menu command.  Searching for "camera" (without quotation marks) on my 10.7.3 Mac returns Mac's Help article entitled "Use your Mac’s built-in camera."  This is the web version of the same help.
    Other apps, like QuickTime Player (the Lion QT 10.x version), and iMovie (part of iLife that came with your Mac) can also use your iMac's camera. 
    iMovie Help or this web page version of the same help will explain how to "Record video directly into iMovie".
    Use QTX Player's File > New Movie Recording menu command to record video with it.  You can configure size and quality of the recorded material by using QTX's preferences as shown in this image:
    VortexBoy wrote: ... Where do I go to learn about how to use the built-in camera/web cam as a camera and also as a web cam? ...
    Different apps do not all work the same.  For function-specific help, search Help in separate camera applications; i.e., after you launch Photo Booth, iChat, QTX, iChat, etc., use the individual app's Help menu command to search for more info on the camera or what you want to do.
    This article offers great basic tips about how to position, light, and use built-in cameras.  Although its subject shows it was written for iMacs, it is equally applicable to other reader's inbuilt Apple cameras, too.
    For more specialized functions than those offered by the camera software already included with your Mac, you can search the Mac App Store for other apps that can use your camera.
    For webcam help with iChat, use Apple's iChat Support page if you need more help that that provided in the dialog boxes and iChat > Help on your Mac.
    To use your camera with FaceTime, search your Mac's FaceTime > Help or these web versions of the same Help topics that should be available on your Mac.
    Skype or other third party webcam apps will offer their own Help menus of varying quality.  In additon to these app Help services, some apps offer comprehensive Support services via their web page.  If you decide to add Skype to your Mac, you can click here to review the excellent Skype Support pages.
    If you need to start a new topic for specific questions after you get started, give as much detail about what you want to do and what you may have already tried unsuccessfully.  We will offer specific suggestions based on the details you provide.
    Enjoy your new Mac!
    EZ Jim
    Message was edited by: EZ Jim
    Mac OSX 10.7.3

  • How to use the Bluetooth module natively in Parallels Desktop

    link to the instructions on how to enable bluetooth natively in parallels:
    http://www.mattiouz.com/blog/2007/04/13/how-to-use-the-built-in-mac-bluetooth-in -windows-under-parallels/
    link to the .exe that installs the apple driver for the bluetooth module needed in parallels: http://www.mattiouz.com/download/AppleBluetoothInstaller.exe
    now my bluetooth is accessible under parallels 3.0.5158. i scanned with a bluetooth netowrk scanner and i had no problems connecting to my treo 650.
    i took my some time to find the info but @ last i found it;-)
    Message was edited by: smokeonit

    Hi,
    You canr use text modules in script. You have to use standard texts .
    Standard text are maintained in SO10 transaction.
    you can create translation text for other languages also . So based on logon language it will print translation text.
    go to SO10
    give textname it say Ztextname  id as ST and language as EN
    say create, then you will get editor there maintain your text and save it . then come back . Now change language (say for german DE) say create and eneter translation text and save it.
    so now you have created a text called ztextname which you can use in your script.
    Inorder to insert the texts in your script do as below
    go to any window editor and   select path
    Insert->texts->symbols->standard symbols
    then you will get popup  in which you have to mention all the parameters that you have created earlier.
    after inserting just change language EN to sy-langu
    Reward points if useful
    About text elements Sravan already given some informatiomn
    Regards,
    Nageswar

  • How to use icon_css_classes

    In the Sample Database Application on page 1 in the upper right corner a picture is shown (app-sample-database).
    This picture is available under pick_icon_css_classes, next to font awesome under Utilized.
    I want to do the same thing in my application but do not know how to make my own picture available under Utilized.
    Anyone knows where i can find information about this subject?

    Hi cvoosten,
    cvoosten wrote:
    In the Sample Database Application on page 1 in the upper right corner a picture is shown (app-sample-database).
    This picture is available under pick_icon_css_classes, next to font awesome under Utilized.
    I want to do the same thing in my application but do not know how to make my own picture available under Utilized.
    Anyone knows where i can find information about this subject?
         Can you give a screenshot about what you are referring to?
         Regarding using icon css classes:
         This subject is known in web development terminology as "CSS Sprites".
         Following is the information about "CSS Sprites":
    https://css-tricks.com/css-sprites/
    CSS Image Sprites
         Following is the link Shakeeb from Oracle(the guy behind the APEX GUI) has shown how to use in-built APEX CSS Sprites in buttons:
    Shakeeb on APEX — Icons in Buttons - Theme 25 / Blue Responsive
         Following is the link by Dimitri Gielis who has shown how to use Font Awesome sprites in Oracle APEX:
    Dimitri Gielis Blog (Oracle Application Express - APEX): APEX and Font Awesome integration
         Hope this helps!
    Regards,
    Kiran

  • Using the built in web cam

    I want to make a short little video using the webcam and I thought I could use imovie. I just wanted to send myself talking as a surpirse to my nephew. I can't figure out how to use the built in cam to do this. HELP!

    First, at the bottom of the display screen (near the left side) there are some icons, a video camera, a switch, then to the right of both, some scissors, click on the video camera icon (to the left of the scissors), a pop down menu will appear, if you have a webcam installed it should be there (or, built in iSight), do you have iSight on your computer, because if you dont im not sure if this will work.

  • How do I use the built in microphone on a macbook air?

    How do I use the built in microphone on a MacBook air?

    Go to System Preferences -> Sound  -> Input, then select Built in microphone

Maybe you are looking for

  • IPhone 4s no longer showing contact names

    I updated my iPhone 4s the other day to version 7.0.6 Since then, although all of my contacts are still present on my contacts list, their names are no longer displayed in the call history, incoming calls or on messages making it very difficult to id

  • Problem using Glassfish v3 with Eclipse IDE

    Hi. I just installed Eclipse for EE developers and Glassfish v3. The IDE detected the server and registered it, but when it comes to run the applications I get the following message: GlassFish v3 requires a JDK 1.6 and not a JRE. Please add/select th

  • How to send XML files through Business Connector to client URL

    Dear ALL I am new to SAP BC. We have setup BC 4.8 and would like to send out a XML file from BC to Client URL. Could someone please guide me. Please suggest solutions. Thanks Ahmed

  • Developing a tree menu which has one level submenu

    Hi, I am developing an internet based application using JSP. In the application I want to display a tree menu on the left side of screen. Every menu in the tree can contain one or more submenus. When the user clicks on a particular tree menu item ( '

  • Safari pastes an extra space

    When I paste some text from the clipboard in a text area in a web form (a text area just like the one where I'm typing this question) where I have highlighted some text, the pasted text replaces the highlighted text, but it also places a space before