Windows application inside jFrame

Is there away of displaying windows application such as word or excel document inside java application. For display purpose only. If so please share your code.
Thanks

there might be code that allows activeX objects to be embeded in Java apps, in which case, if the Windows app exposes itself as an ActiveX object, then it should work.

Similar Messages

  • How can we call windows application inside the bsp ...

    hi,
    i just want to call the exe file or execute or open outlook express inside a page...
    or.. openeing a notepad..
    thanks
    jaideep

    Check this thread..
    Call a Systemcommand from BSP
    how to call DLL in BSP
    <i>*Reward each useful answer</i>
    Raja T

  • API / Sdk to play swf files inside a Mac / Windows application

    Hi
    We have set of .swf movie files in our application.
    These .swf movie files has to be played inside the content
    area of
    the window.
    We want to know how to play .swf movie files through program
    inside
    our application.
    Is there any api / SDK to play .swf files in Mac and Windows
    Thanks
    Ram

    Hi
    we want to give some clarifications
    As per our requirement we need to play same swf file ( about
    5 in number) always.
    These swf files are kept in some folder and during run time
    we need to play these swf files inside our Mac / windows
    application using flash player.
    we don't need to play any swf file, but the same swf files
    we need a api / sdk to implement this
    Any help will be very well appreciated
    Sudesh

  • Convert to windowed application-JFrame

    I need to convert this program into a windowed application of the subclass JFrame and use Graphics method drawString to output the totals. I know I need to import java awt.* and java. awt.event.* but other than that I need help. Thanks.
    // Roll a six-sided die 6000 times
    import javax.swing.*;
    public class RollDie {
       public static void main( String args[] )
          int face, frequency[] = new int[ 7 ];
          String output = "";
          for ( int roll = 1; roll <= 6000; roll++ ) {
             face = 1 + ( int ) ( Math.random() * 6 );
             ++frequency[ face ];
          output += "Face\tFrequency"
          for ( face = 1; face < frequency.length; face++ )
             output += "\n" + face + "\t" + frequency[ face ];
          JTextArea outputArea = new JTextArea( 7, 10 );
          outputArea.setText( output );
          JOptionPane.showMessageDialog( null, outputArea,
             "Rolling a Die 6000 Times",
             JOptionPane.INFORMATION_MESSAGE );
          System.exit( 0 );
    }

    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class RollDie extends JFrame {
         JFrame frame;
         public RollDie(){
              frame = new JFrame();
              frame.setVisible(true);
              frame.setSize(400,400);
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              Container contentpane = frame.getContentPane();
              int face, frequency[] = new int[ 7 ]; 
              String output = "";     
              for ( int roll = 1; roll <= 6000; roll++ ) {
                   face = 1 + ( int ) ( Math.random() * 6 );       
                 ++frequency[ face ];   
                 output += "Face\tFrequency";     
                 for ( face = 1; face < frequency.length; face++ )
                 output += "\n" + face + "\t" + frequency[ face ];   
                 JTextArea outputArea = new JTextArea( 7, 10 );   
                 outputArea.setText( output );    
                 contentpane.add(outputArea);
                 JOptionPane.showMessageDialog( null, outputArea,         "Rolling a Die 6000 Times",         JOptionPane.INFORMATION_MESSAGE );   
                 System.exit( 0 ); 
                public static void main( String args[] )   { 
                RollDie rd = new RollDie();
    }

  • Embedding Applet in native Windows Application

    Hi!
    I need to integrate applet into my windows application (MSVC).
    The problem is displaying applet(s) within the application's main window (just like in browser).
    Is there a way to do it? Using WebBrowser (IE) ActiveX component is unacceptable.
    Perhaps there is documentation how to use JRE browser plugin, but googling yielded no results :(

    <offtopic>Apparently my login no longer working, re-registered</offtopic>
    ActiveX bridge won't do, I have to load an applet from any .jar
    The idea is to write kind of applet loader, which may be able to load jar and display applet.
    To start with, I need to know the way of paiting Java application GUI (i.e. JFrame) inside the native window.
    There is one way I've found. First, create borderless JFrame with some unique title, then use FindWindow in C++ Application to obtain HWND (window handle), and then call SetParent. I know there is more elegant way using JAWT to obtain HWND, the main problem is that Java window is rendered separately and only then becomes a part of native window, because HWND could be get on visible window only. This results unneccessary mess and flicking on screen for user.
    So, how can I render Java GUI directly to native window?
    I used search and haven't found solution.
    Thank you!
    PS found http://forum.java.sun.com/thread.jspa?forumID=52&threadID=5124062
    but this guy haven't said how he ded that :(
    Edited by: deniska25 on Oct 15, 2007 1:52 PM

  • New Windows 10 Insider Preview Build 10074 now available

    New Windows 10 Insider Preview Build 10074 now available, see here- http://blogs.windows.com/bloggingwindows/2015/04/2​9/new-windows-10-insider-preview-build-10074-now-a​...
    and from that page:
    New Windows 10 Insider Preview Build 10074 now available
    April 29, 2015April 29, 2015 by Gabe Aul // PC, Tablet // 0 Comments
    113
    532
    37
    Hi everyone from the Build 2015 conference happening right now in San Francisco! If you haven’t already, check out Terry’s blog post about all the Windows 10 announcements we made today. If you’re at Build this week or at Ignite in Chicago next week – keep your eye out for me and say hello!
    Today we have a new build available to both the Fast and Slow ring for Windows Insiders (that means we’ll have ISOs available too for those of you who like a clean install.) With this build we continue to evolve the features and design for Windows 10, and you’ll see a lot of subtle changes and improvements, many of which were influenced directly by Windows Insiders. One of those changes is the reintroduction of some Aero Glass elements in the UI, but there are many more things throughout the product as well. We continue to use your feedback directly day to day in how our feature teams operate, and we hope that Windows 10 will be the best version of Windows yet because you had a direct hand in its creation.
    One other subtle change that you’ll notice is that we’ve changed how we talk about the builds from “Technical Preview” to “Insider Preview” to reflect the importance of the Windows Insider community in how we’re building Windows 10.
    And speaking of Windows Insiders, we were super excited to host the 10 winners of our Windows Insiders to Campus contest in Redmond last week and hear their thoughts on the program and the product. We’ll share more on that soon.
    Here is what’s newSome of the things that Joe demoed on stage earlier today during the Build keynote are not yet included in this build and will be in future builds. But we still have a bunch of new stuff for you to check out!
    General UX improvements: We made a bunch of UX improvements with the last build and you’ll see even more in this build. For example, you’ll notice a new Live Tile animation for Start in addition to in addition to some performance and stability improvements for Live Tiles.
    We’ve done work to better support high DPI displays. And we know many Windows Insiders are running multi-mon setups – often with 2 monitors with different DPI. You will start to see some work we’re doing to make sure core UX components in Windows scale correctly on both your monitors so things look nice regardless of DPI.
    We’ve also heard loud in clear that many Windows Insiders want to see Aero Glass from Windows 7 make a comeback. We’ve been working out how to satisfy this request, and are trying some things out with this build to see how you like them. We’re running a little A/B test with this build. 50% of you will normal transparency on the Start menu and taskbar while the other 50% will see a blur effect on the Start menu and taskbar (like frosted glass). If Windows Insiders really like the blur effect, we will add it to more areas and even consider making it the default instead of standard transparency. Which one did you get? Send us feedback about it via the Windows Feedback app!
    Even more improvements to Continuum: We’re continuing to make Continuum better and invest in a simplified taskbar. Additionally when you close an application in Tablet mode, we take you back to the Start screen instead of the desktop as you would expect when using a tablet. You will see general polish on snapping, and the shared divider between two snapped windows now let’s you adjust the size.
    Multi-tasking improvements: We’re continuing to refine and complete our mulit-tasking experience with Windows 10. Check out Alt-Tab, Task-View, and Snap Assist. Snap Assist also now supports the ability to close a window during Snap Assist.
    New default Windows sounds: We’ve heard a lot of feedback from people that they want some fresh system sounds for Windows 10. Check them out and let us know what you think.
    Visual refresh for Cortana: You will see a visual refresh for Cortana in this build that makes the experience feel more ingrained into the overall Windows experience. Start and Cortana are now more tightly integrated. As you start to search for an app from within Start, Cortana can seamlessly take over and bring back the right result. The new Windows split view control has been added to Cortana’s left rail, offering quick access to key Cortana functionality like the Notebook, Reminders or Feedback on how Cortana’s doing. This split view control helps anchor Cortana to the rest of the Windows UI and provides navigation consistent with many other Windows first party applications.
    New experiences in Cortana: We are making available some new and updated experiences in Cortana powered by Bing Instant Answers. Cortana will aim to answer your question while you’re still typing. Here are a few questions you can try:
    Weather – “Seattle Weather”
    Finance – “MSFT stock”
    Dictionary – “define astounding”
    Calculator – “48*92”
    Flight Status – “UA 238”
    Reference – “how tall is brad pitt”
    Showtimes – “movies near me”
    Tech Help – “memory in my computer”
    Time Zone – “time in London”
    Unit Conversion – “42 ft in meters”
    Chit Chat – “tell me a joke”
    Updates for the Music and Video Preview apps: We’ve also shipped updates to these apps. The Music Preview app (3.6.999.0) has some UX improvements including a more immersive Now Playing experience with a true full screen mode. With the Video Preview app (3.6.999.0) – you can download movies, TV shows, and TV seasons and check progress, pause, resume, cancel the download. You can also download, delete, and even re-download videos as many times as you want on up to three devices (we’re planning to increase the number of devices you can download content too!). Closed captioning for purchased content now appears. You will see a list of new features when you first launch these app after each update!
    Xbox app April 2015 update: The Xbox app for Windows 10 has been updated (your version number should be 4.4.9014.0 or higher) with new features like Game DVR for PC games, screenshots, a Live Tile, user profiles, and real-name sharing. Oh and the drivers for Xbox controllers are now included with Windows 10, so you no longer have to download and install controller drivers on Windows 10. For more on this month’s Xbox app for Windows 10 update as well as the new Avatars app – read this blog post.
    Windows Store Beta improvements: We’re excited about delivering a single unified Store experience in Windows 10 which we’re talking more about this week at Build. We’ve made some improvements to the Store Beta which is now a blue tile instead of grey. Xbox Live games should be working and so are in-app purchases. Apps you purchased on a PC running Windows 8.1 will now show up in the Store Beta on Windows 10 as owned (and vice-versa). We’re also expanding the Store Beta from 41 markets with the addition of these new markets: Afghanistan, Åland Islands, Albania, Algeria, American Samoa, Andorra, Angola, Anguilla, Antarctica, Antigua and Barbuda, Armenia, Aruba, Azerbaijan, The Bahamas, Bangladesh, Barbados, Belize, Benin, Bermuda, Bahrain, Bhutan, Bolivia, Bonaire, Bosnia and Herzegovina, Botswana, Bouvet Island, Cyprus, Dominican Republic, El Salvador, Georgia, Ghana, Guatemala, Iceland, Iraq, Kazakhstan, Malta, Pakistan, Qatar, Sri Lanka, Jordan, Lebanon, Nicaragua, Oman, Panama, Puerto Rico, Paraguay, Trinidad and Tobago, Uganda, Venezuela.
    Discovering features and apps in Windows 10: We are investing in easy “bite-sized” learning and discovery experiences so that users can get more out of Windows 10. This ranges from tips and tricks on the Lock screen, to helping users discover high quality apps through Start, the Lock screen and Cortana. Be confident that you won’t miss out on new features and enjoy the ease of having high quality apps curated for you. It’s optional, and if anything doesn’t strike your fancy, you can provide feedback directly, such as whether you like an image or an app. These new experiences will be rolling out over time, so you may not see them in your market yet.
    Here are some things we fixed
    You can now launch Win32 (desktop) apps from the Start menu again. Sorry about this bug!
    You should be able to download music in the Xbox Music and Music Preview apps.
    When you minimize an app playing audio, it should continue playing in the background.
    Here are some known issues
    Developers cannot enable Developer Mode in the Settings app for installing and testing apps on this build. We’ll enable this in an upcoming build. In the meantime, you will need enable your device for development using the Group Policy Editor.
    There is an issue in this build preventing some games from playing in full screen mode. We’re working to get a fix out via WU as soon as possible.
    The People app continues to crash. We’re planning to release an update for the People app through the Store Beta that fixes this.
    We hope you’ll agree that 10074 has some nice improvements and is another step forward towards delivering a great Windows 10 release. Please put it through the paces and keep sending us feedback on the things that you like and the things you want us to keep working on using the Windows Feedback app. I hope that you’ll also download the development tools released at Build and will build some terrific Universal Windows apps as well!
    Thanks,
    g
    S70-ABT2N22 Windows 7 Pro & 8.1Pro, C55-A5180 Windows 8.1****Click on White “Kudos” STAR to say thanks!****

    Which computer? There is a label on the bottom.
    Try an older version of the driver for your model.
       Touchpad stopped working
    -Jerry

  • Officejet Pro 251dw won't print with applications inside Parallels 9

    I've used HP printers with my Mac computers for years and had no problems, even when I was working with Windows XP and Windows-based applications inside Parallels Desktop on the Mac. All I would have to do to have the Windows-based software capture the printer (connected with a USB cord) was to click on a drop-down menu item under "USB." Recently I upgraded our OS to Mavericks and had to upgrade Parallels from Version 6 to Version 9. A week ago we had to replace our old HP Deskjet 6500 printer, and we chose the Officejet Pro 251dw. We connected the new printer wirelessly to our home network, and we were able to print from both our desktop iMac and our MacBook Pro with no difficulties. But when I needed to print something from PrintMaster 12, a Windows-based desktop publishing program running on Windows XP inside Parallels Desktop 9, the job wouldn't print, and I got a message that the printer wasn't connected. After doing my own troubleshooting, I spent several hours on the phone with Parallels tech support, including having them connect to my computer over LogMeIn and change all sorts of settings, but the best I could get was that the printer queue report said that the job was printing, but the touch screen on the printer flashed rapidly back and forth from "printing" to the date and time, with a large red X next to the date-time read-out, and still no job printed. After having two or three first-level techs and then a second-level engineer working on the setup, the Parallels people finally gave up and said that the problem must be in the settings inside the printer and that we'd have to have someone who works with printers.adjust them. Has anyone out there had this sort of problem working with Parallels Desktop 9 and the Mavericks OS? It wasn't just the desktop publishing software; the same thing happened when the engineer went into the Windows XP printer settings and tried to print a test page.

    Rocky8,
    This is a little outside our area of printing, but I'll try and help you the best I can. My question for you is the printer showing up under the USB menu in Parallels. If it's not showing up then you need to determine why the USB connection isn't showing up in your Parallels USB menu.  This could be a couple of issues, but the one that I think might be happening is the version of the USB port your using.  Can you verify that you're not connecting the printer via a USB 3.0 port.  Try plugging into one of your other USB ports to see if the printer will show up in the parallels USB menu.
    BT
    Working for HP and here to help!

  • How to use original java VM in microsoft windows applications

    I have seen few applications like of Oracles, They use Java Beans and classes in the windows applications.
    Can any one of you tell me how can i use java classes in Windows applications(through oroginal java VM only, not by microsoft Java VM).

    actually i think they use the same way i use in my applications:
    i have Microsoft Visual C++ 6.0 by which i write a windows program interface (like oracle) then create from inside it, in reflection to a button event for example, a procedure which runs "javaw.exe -cp ... MyJavaProgram.class" this java program executes in its own work space and i can terminate it from within my C++ program, but i can't get data from within it directly, i use the DBMS as a way to get data from within it.
    but i'm not tried for example to run java bean directly in my VC++ program, emaple, not run swing component inside my VC++ main window Created by Visual C++
    that is what i'm doing. i hope there is a better way to do so because i don't like it that way i do.

  • Windows Application Starting Point

    Does a basic (and best practice) framework (or netbeans like project) exist for a java windows application that would include menuing and initial windows classes?
    I have decided to create a application in java and it will be a windows gui application. I understand how to do this but it seems like this would be something someone else has already done. Kind of a starting point for an application. Does something like this exists? I searched online but didn't find anything. Maybe this is because I'm not sure what I'm asking for.

    I haven't seen any nice GUI frameworks for Java, beyond what Java already gives you. It would depend somewhat on what the app does. And you have to decide if you want to use Swing or SWT. Based on a previous thread, it would seem there are also some GUI builder tools out there, if you don't want to hand code it, but they won't produce very nice code; they just help prevent you from having to write it yourself. If this is your first jump into Java GUI, here is a quick Hello World app I just threw together in using Swing; it's a starting point anyway, and might help you get going:
    import java.awt.FlowLayout;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.awt.event.WindowEvent;
    import javax.swing.BorderFactory;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    import javax.swing.JMenu;
    import javax.swing.JMenuBar;
    import javax.swing.JMenuItem;
    import javax.swing.JPanel;
    import javax.swing.SwingUtilities;
    public class HelloWorld {
         public static void main(String[] args) {
              // Code that affects the GUI should be run on the Event Dispatch thread;
              // Calling launchUI() using SwingUtilities.invokeLater(...) takes care of this.
              SwingUtilities.invokeLater(new Runnable() {
                   public void run() {
                        launchUI();
         private static void launchUI() {
              final JFrame frame = new JFrame("Hello World");
              JPanel panel = new JPanel(new FlowLayout());
              JLabel label = new JLabel("Hello World!");
              panel.add(label);
              panel.setBorder(BorderFactory.createEmptyBorder(20, 20, 20, 20));
              JMenuBar menuBar = new JMenuBar();
              JMenu menu = new JMenu("File");
              JMenuItem menuItem = new JMenuItem("Exit");
              menuItem.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent event) {
                        // This action will be fired when the Exit menu item is selected;
                        // firing off a Window Closing event is basically the same thing
                        // pressing the window close button in the corner does.
                        WindowEvent windowClosingEvent = new WindowEvent(frame, WindowEvent.WINDOW_CLOSING);
                        frame.getToolkit().getSystemEventQueue().postEvent(windowClosingEvent);
              menu.add(menuItem);
              menuBar.add(menu);
              frame.setJMenuBar(menuBar);
              frame.setContentPane(panel);
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              frame.pack();
              frame.setLocationRelativeTo(null);     // this centers the frame
              frame.setVisible(true);
    }

  • Windows Application - PDF Viewer

    Hi,
    We are using windows application PDF viewer with Acrobat API. The pdf document is loading correctly without issues but the Tool menu is not displayed.
    How to include tool menu in wondows form (PDF Viewer).

    There is no in-box PDF API on Windows Phone 8.1.
    The typical approach is to launch the pdf file into the default PDF viewer app. If you want to display it inside your app you'll need to either find a 3rd party component or write your own.

  • Getting (WHND) of windows applications

    Hi,
    I am trying to develop an application that on windows retrives the handles of a couple of native windows applications, to see if I can remote controll them using the message quea. I am not sure this is the right forum, but the one that seems to match most. I have unsuccesfully tried a couple of other forums.
    Does some one know how to retrieve a handle from another application please?
    Even without using J/Direct please?
    Thanks in advance.
    Michael (fairly inexperienced)

    Getting the HWND of a Win32 application depends largely on your understanding of the Windows architecture. There are two main approaches from a total-solution perspective. BOTH perspectives rely on Java Native Interface API, but they use it differently. After you decide which of these two options to choose, you need to ask yourself, What input parameters can I provide to determine which Window's HWND I need?
    1. Use the JNI, or a third-party library based upon it, to map individual Win32 API calls (like EnumWindows) into a Java class. Then write a Java program that calls these Win32 methods tagged as native in Java. This is the strategy used to implement the Standard Widget Toolkit, by the way...
    2. Use the JNI, but in a different way, to call a more complicated Win32 procedure (rather than just the basics of JNI, which allow you to call a DLL which was written in C.) You could use Njawin, for example, to call into a COM DLL (like a Visual Basic application) which itself provides a more complete solution to the problem. APIs like Jawin, JIntegra, Njawin, and JacobGen will take a complicated Win32 binary module (a DLL, TLB, etc. depending upon which solution we're talking about) and interoperate it with Java, allowing you to retrieve Pure Java return types, call methods synchronously or asynchronously, etc.
    If you are going to be invoking further native functionality after you get the HWND (as you hinted with the message queue), you will probably want to go with Solution 2; coding directly to the Win32 API is not necessary in many situations. If you need to use JAVA as the front end to your program, but you want a lot of native functionality, then:
    1. Write all your native functionality in a high-level, object-oriented, COM-enabled Win32 programming language like Delphi, VB, C++, etc.
    2. Code the main native procedure into a public object inside a COM DLL, and use JacobGen or Njawin to be able to call that method from inside Java.

  • Drag and drop of Windows icons inside Java......possible ?

    Hi all !
    does anybody know if it's possible to do drag and drop of windows icons (like folders) into Java Frames or other containers ?
    I'd like to write an application where the user can drag Windows folders inside a Frame/Container and collect Folder information (the path to the folder)
    Is it possible to do it ?
    Thanks a lot
    Francesco

    Hi,
    It is possible.
    You can drag platform independent objects like folders, icons etc. from the native platform to your java app.
    The Java-Object you need in this case is a
    DataFlavour like
    DataFlavor.stringFlavor // for text
    DataFlavor.javaFileListFlavor // for folders
    in the tutorial jacob has linked you find more about this.
    Olek

  • Html Editor in C# Windows Application

    Hello,
    I am using WebBrowser Control in C# Windows Application,when I change the language from English to Japanese or Chinese,I am unable to type desired language text inside it.
    At the same time when I typed text in our forum text editor I am able to type desired text.
    My aim is to provide same functionality in my windows application html editor.

    Hi Nikhil,
    >> when I change the language from English to Japanese or Chinese,I am unable to type desired language text inside it.
    What do you by “language from English to Japanese or Chinese” and “type desired language text inside it”? Was the language you changed the winfrom language or the system language? Where did you type the text and could you share us a screen shot about this?
    >> My aim is to provide same functionality in my windows application html editor.
    Do you mean you want to create an html editor in your form? If so, I think the link below might be useful to you:
    # tinyMCE HTML Editor in .NET WindowsForms
    http://www.codeproject.com/Articles/27586/tinyMCE-HTML-Editor-in-NET-WindowsForms
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • Is it possible to overlay graphics over a windows application in flash?

    Good day everyone,
    I was wondering if it is at all possible to overlay graphics from flash over a windows application. I know this can be done using some other languages and tools but since actionscript is the language I know best, I thought I would ask here to see if it was possible.
    What I am trying to do is make a button that will pop up and sit on top of a running windows program. I know that usually in a flash project there is a stage inside of a window and that's what you have to work with but I was thinking there could be a way to remove the window border and make the background invisible and only leave the graphic that I want to show and bring it up to the front of the screen.
    Also as a side question, is there a way to record frames from your flash project and export that as an mp4 or some other video file type?
    Any help with either of these question would be greatly appreciated.
    Thank you in advance for any help you are willing to provide.

    Thanks for the answer. For the button I was able to create an Adobe Air project, go into the xml file and change systemChrome to none (<systemChrome>none</systemChrome>) and transparent to true (<transparent>true</transparent>). This made the entire window invisible except for any objects on the stage.
    Now as for the video, this isn't quite the solution I was looking for. My application will take some string from a file and translate them into actions to be displayed. You will be able to pick a file and watch the actions happen inside the flash player. But, if the user would like to keep this set of actions for later and turn it into video, I would like them to be able to do it straight from flash. I guess it would depend on how I set up the playback of the translated actions

  • Known issue: How to enable your Windows 10 device for development (Windows 10 Insider Preview SDK and tools, April 2015 release)

    With the current release of Windows 10 Insider Preview, you cannot enable developer mode using the System Setting Developer Mode control. This feature will be enabled in a future release of Windows 10. 
    Editing for clarification:
    If you try to Developer unlock your Windows 10 system by going to (Search) Settings --> Update & Recovery --> For Developers, you will notice that the "Settings" window closes. You cannot set these Settings through the UI in the current
    Build due to the known issue.
    VT Mobile Application Development

    To enable your device for development, please follow the links below:
    Windows 10 Mobile: Register your phone to
    enable developer mode using the existing Windows Phone 8.1 tools
    Windows 10 Desktop: Enable your device
    for development using the Group Policy Editor
    VT Mobile Application Development

Maybe you are looking for

  • How to create page tabs in Numbers

    I am trying to create Tabs for 12 pages in the same document for numbers. These tabs that I would like to create are what I am used to on Excel and you can have one document with seperate tabs at the bottom. Not sure if numbers can do this?

  • IPhone not recognized by windows vista 64 bit

    Hello, I use vista home premium 64 bit and I used to be able to sync both my iPod shuffle and iPhone 3GS in iTunes. My pc does not recognize either device and there seems to be no USB mass storage device in device manager. I have reinstalled iTunes ,

  • My hotmail account doesn't work in Mail. How to I get it to work?

    Here's what it says when I try to log in, WITH THE RIGHT PASSWORD AND EMAIL: "Logging in to the Hotmail POP server "pop3.live.com" failed. Make sure the user name and password you entered are correct, then click Continue. If the information isn't cor

  • Validation of recursive function call fails

    We want to use a call to a recursive function from a HTMLDB application. It should be used in a page region to generate a query string ("PL/SQL function body returning SQL query"). Everything works fine with a call to a non-recursive function. The re

  • J2iun Error

    Hi, When i will post the entry in J2IUN ( Monthly Utlization) one error will come ( Error in FI posting).Fi posting error due to fiscal period error 1 Message no. 8I216 Diagnosis Attempt to post the document in a period outside the current Fiscal per