CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: holypromise

Search: Search took 0.03 seconds.

  1. Re: Fake embedding external program within Java GUI

    Oh I see, it's because you said it doesn't worth the effort, so I though may be there is
    another, more efficient way to do it :(
  2. Re: Fake embedding external program within Java GUI

    If there is any other ways to do this please tell!

    Thank you very much.
  3. Fake embedding external program within Java GUI

    Hi,

    I'm trying to come up with a way that I can 'fake embedding' external windows program on top
    of my Java GUI, for example, I'd like to display another GUI that was written in other language...
  4. Replies
    4
    Views
    3,154

    Re: Multi Dimension Arraylist

    Ah well, may be it's just the way I have to declare and
    access the values in the list. I thought it look kinda long
    and may be there is a better way to go about this O.o


    But never mind, I...
  5. Replies
    4
    Views
    3,154

    Multi Dimension Arraylist

    Hi,

    I am trying to come up with a better way to store a score into a table that have X and Y axis.
    It's just like 2D array, a score would be stored at the X's row and Y's column and I should be...
  6. Replies
    2
    Views
    1,849

    Re: Get total search results from Google

    Oh sweet, thank you very much!
  7. Replies
    2
    Views
    1,849

    Get total search results from Google

    Hi,

    Just wondering if anyone know whether if there is a way that I can directly send search query
    to Google web service from within a java application and get the result back?

    Basically I just...
  8. Replies
    4
    Views
    2,999

    Re: Getting multiple substrings of a string

    Thank for the advice Keang! I definitely need to use stringbuilder on this one.

    Trying to implement my own suffix tree that can take in a phrase rather than
    just one string so it need to read...
  9. Replies
    4
    Views
    2,999

    Re: Getting multiple substrings of a string

    That's exactly what I'm looking for!
    Thank you very much!
  10. Replies
    4
    Views
    2,999

    Getting multiple substrings of a string

    Hi,
    I'm looking for a way that I could get multiple substrings out of a string that look something like this:

    Original string: cat ate mouse ->
    sub1: ate mouse->
    sub2: mouse

    So each...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured