How to make HIDDEN application ??

Hi,
i want to make a local messanger which is to be used only for one way communication i.e from server to client...
so i will be having one server running on my computer
and on all other client computers there will me a client program ...
we could start the program on client when pc starts
but it opens a dos window.. now i wanted to make it HIDDEN or could i put some iconlike stuff which resides in system tray...
I really don't know how to build that ..
I am going to use it to send messages from server to client and not vice-versa..
anyone have idea ??
Thanks in advance..
Bhupendra Mahajan

You can use the JTray API (Java System Tray API For
Windows) that can be found at http://www.JavaAPIs.com.
It supports several image types, animation, and
display of AWT and Swing Components as pop-ups.I always find it rather annoying when people scour past posts to promote a product that they have a vested interest in.
Especially when they don't point out that that they have such an interest.
Especially when they don't point out that the interest is monetary.
Especially when they do nothing but post ads - never actually answering a single question.
Just me I suppose.

Similar Messages

  • How to make Forms6i Application Install Program?????

    How to make Forms6i Application Install Program?????
    We have finished a Forms6i Application , and need a installer to install software.
    Can I use Oracle installer or must use MS visual C++ to make a installer? I need wirte a register.
    Anything inclued in Form6i Production (IDS) to introduce installer???
    Thank you.

    How to make Forms6i Application Install Program?????
    We have finished a Forms6i Application , and need a installer to install software.
    Can I use Oracle installer or must use MS visual C++ to make a installer? I need wirte a register.
    Anything inclued in Form6i Production (IDS) to introduce installer???
    Thank you.

  • How to make Trusted Application

    Hello 2 all
    I want to know how to make trusted application on mobile..?
    Waiting for reply..
    Jignesh

    Hi,
    http://developers.sun.com/techtopics/mobility/midp/articles/permissions/

  • How to make client application

    hi....
    help me...^ ^ how to make client application(not standalone..)
    I seached bea document.. but I can't it.
    if someone have sample(.ear or .jar), I hope you it share...

    Hi
    Client Application can be any Java class, JSP etc which is a part of multi
    tier architecture which accepts input from Client and directs request to the
    middle tier for processing. You can refer to
    http://e-docs.bea.com/wls/docs61/jsp/index.html
    for building jsp's as Client application.
    Regards
    johny
    "kyungmoon" <[email protected]> wrote in message
    news:3c4f571d$[email protected]..
    >
    hi....
    help me...^ ^ how to make client application(not standalone..)
    I seached bea document.. but I can't it.
    if someone have sample(.ear or .jar), I hope you it share...

  • How to make destop application using java

    how to make destop application using java
    i mean to say when we double click on the exe file the program should lounch the application
    for windows

    when i double click ii got the msg
    Failed to lad main class manifest attribute from
    x/x/xyz.jar
    what exatly it meansIt means that your Manifest.MF for the JAR file should contain an attribute called Main-Class pointing to a class containing the main() method.
    Something like this should be present in META-INF/Manifest.MF :
    Main-Class: MyApplicationMain

  • How to make two Application Modules share the same entity cache?

    Hello everyone, I am using JDeveloper 11.1.2.3.0
    I have a little problem in my application through using two AppModules that contain also same ViewObjects. So to be clear one VO is declared in two AppModules. When I commit the view by using AppModule1 and then go to another page that uses the same VO but from AppModule2, I have to commit again, even through the row is previously stored in the database.
    I understood that this came because different AppModules use different entityCache for database communications.
    I am asking if anyone knows any option on how to sync the entity caches from the two appmodules, or how to make them use the same entity cache.
    Thank you

    You can make a copy of the app and give it another name, but it will use the same settings files no matter which you open. Settings aren't stored in the app, but in your Preferences.
    Firefox, being a Windows derivative, might have the capability to use "Profiles" where you'd set it up different for each profile. I don't use Firefox, so I don't know if that option exists.

  • How to make hidden Drop Lists functional in RBList Subforms?

    I have created a form that contains 3 isolated Radio Button lists, each with hidden subforms that are unique per each button.
    Two of my RBLists and subforms work perfectly, showing hidden Drop Down List options and other fields as they should when a button is selected.
    However, RBList3 presents the Drop Down lists as user entry fields only. Each hidden subform in RBList3 contains one drop down menu and one text box for instructions.
    I've used the same javascript to hide/show hidden fields when buttons are selected. All settings seem to match up. Here is a sample of my code:
    if(RBList3.F.rawValue != 2) 
        this.presence = "hidden";
        newsubform.presence = "hidden";
    else if(RBList3.F.rawValue == 2)
        this.presence = "visible";
        newsubform.presence = "hidden";
    Does anyone have any suggestions for how to make my Drop Down Lists in RBList3 show as functional Drop lists?
    I have attached the form for reference.

    See example #62 on my blog for a 10.1.3 example:
    http://tinyurl.com/smuench-adf-examples
    For a tutorial on how to create them using the new features we enable in 11g, see my Oracle Magazine article:
    Defining Cascading List of Values

  • How to make the application offline

    I have X7 phone and each day the amount of my pulse is decreasing. the internet is working but I didnt use it. How can I make the application become offline and not receiving updates. I already set my widgets to offline mode but it still like that. need your help

    go to settings menu...then connectivity...then settings...set "Data use in home country " to always ask....so next time whenever any app would try to connect to internet then it would ask you to either cancel it or other options like  "connect automatically" or "connect this time only" 
    If you want that your phone should only use your home wifi only then set "Data use in home country" to WLAN only

  • Fix? Clicking on iTunes makes hidden application appear (usually Adobe Bridge)

    Here's what happens: iTunes is playing in the background while I'm working in some application... say, Photoshop.  To keep things tidied up, I have other open applications hidden.  But if I click on iTunes in the dock to give it focus, or click on the iTunes mini-player (which is set to Always On Top), an unrelated hidden application (usually Adobe Bridge) comes out of Hide mode and takes the vocus.  It happens for a while, then stops.  I haven't found a pattern.
    This bizarre issue has been happening for a long time, through a number of iTunes versions, including the current one.
    Any reason why?  Any fix?
    I'm still using Snow Leaopard, which is a requirement for a while longer.
    Thanks!

    You can try running the combo update.
    10.9.5 Combo Update

  • Show / Hide Elements - how to make hidden elements non-interactive

    Hi,
    Is there a way to make hidden obejcts (through 'Show / Hide') not only hidden but completely non-interactive? I.e. even if an image is hidden, it is still click-able, which will release its set commandos (such as 'Swap Image' or 'Set Text of Container').

    Thanks a bunch! I haven't started out with the code yet. Just made some sketches to see what I need to research etc.
    When I get around to it, I'll get back to you!
    /Orvar

  • How to make .exe applications

    good day, im interested in java and started reading tutorials. i dont have prior background in programming. as i skip reading on tutorials, i notice that programs are run on command prompt. my question is, can i make a program that have filename extension .exe and when you click that icon it runs the program directly on the screen? i thought that program like C++ or java can make a application program just like games that dont need command prompt.
    racz

    morgalr wrote:
    If you choose to make an EXE file, there are programs for that, but you might as well just choose any .NET technology, since you will be missing out on one of the greatest features of Java--the ability to develop once and run on any platform.This is not quite true. A program developed in Java doesn't become less portable just because it's distributed in some other format than bytecode. The distributed executable can only run on the target platform of course but the program itself is as portable as before.
    So there's no reason to stop using Java even if you mainly target Windows and want to distribute your program in a .EXE format for technical, economical, legal or whatever reasons,.

  • How to make the application access the fonts from outside library?

    actually the fonts located in the library are considered from the system/library/fonts path. is it possible to make it accessible from outside that path through programatically for indesign applications? if yes means, how to do it?
    thanks
    subha

    i think am not mentioned the question clear.
    the fonts menu inside InDesign lists the fonts from
    for mac: System/Library/Fonts
                  Adobe InDesign CS2/fonts
    for windows: C:\WINDOWS\Fonts
    C:\Program Files\Adobe\Adobe InDesign CS2\Fonts
    is it possible to list the font from someother folder rather than this folders.
    by
    Subha...

  • How to make hidden columns shown on Fusion Audit Report.

    I have several questions about Fusion Audit Report here:
    1.  How to create Business Object Attributes, the seeded ones can't meet client's requirement.
    2. I can see from the audit report that, there are 10 columns hidden, how to show them? someone said to export the report, then hidden columns will show, I tried, it is not working for me.
    3. How to set date range as parameters.

    Hi,
    1. The creation of business object attributes depends on the customization options available to you. In summary it's really only Design Time Customization (JDeveloper) or Application Composer that permit business object attribute assition. Check out this document for details.
    https://docs.oracle.com/cd/E51367_01/fa_lcm_gs/OADTC/fa-cust-extend-intro.htm#OADTC157
    2. Do you mean in the Configure Business Object Attributes?  Does the View menu on the table not allow this?
    3. Use the Date dropdown and pick Between.
    In addition, please review the following resources related to using the Audit report.
    https://www.youtube.com/watch?v=bDzf99UvlT8&list=PL1ZiAfFIniZeMX-tZnKvxnosy-CUn-eT3&index=5
    https://blogs.oracle.com/FunctionalArchitecture/entry/auditing_in_fusion_applications
    Kind regards
    Richard
    FA Developer Relations at blogs.oracle.com/fadevrel

  • How to make an Application a Service

    How can i make a java application a srvice in Windows and related working for that.

    There is an app that may help you:
    http://ise.fdns.net/jserviceshot.html

  • How to make hidden files unhidden (normal) again?

    Hi, I copied a hidden folder from my PC to my MBP. I know how to view it using Terminal however I dont want it to be a hidden folder anymore. Just a normal visible folder. Appreciate any help, cheers.

    If it is indeed an directory it should not be hidden unless there is a period in front of the name. Maybe you have an exception. Where is it located? When you do a ls -al on the current directory is there a d at the starting permission string like this:
    -rw------- 1 who staff 642 Feb 2 2010 .viminfo (Hidden text file)
    drwx------ 3 who staff 102 May 21 13:40 Applications (Normal root directory)
    Better yet run "ls -al" on the directory and post it.

Maybe you are looking for