Search:

Type: Posts; User: ordinarypeople

Search: Search took 0.13 seconds.

  1. Re: HAPPY 2nd BIRTHDAY JAVA PROGRAMMING FORUMS!!!

    happy birthday :)
  2. Replies
    132
    Views
    72,297

    Sticky: Re: 500 Ways to Print 1 to 10

    30.VB.Net

    credit to vrainz



    Public Class Form1
    Private b1 As Bitmap
    Private g1 As Graphics
  3. Replies
    132
    Views
    72,297

    Sticky: Re: 500 Ways to Print 1 to 10

    29. VB6



    Private Sub Form_Load()
    AutoRedraw = True
    Print "Print number 1 - 10"
    For i = 1 To 10
    Print i
    Next
  4. Replies
    132
    Views
    72,297

    Sticky: Re: 500 Ways to Print 1 to 10

    27. pascal



    uses wincrt;

    var i : integer;

    begin
    i := 1;
  5. Replies
    132
    Views
    72,297

    Sticky: Re: 500 Ways to Print 1 to 10

    26. PHP :D



    <?php

    for($i=0;$i<=10;$i++)
    {
    echo"$i";
    }
  6. Replies
    2
    Views
    2,883

    Re: writting to jeditorpane

    JEditorPane t = new JEditorPane()];
    URL test= new URL("http://www.wikipedia.org");
    t.setPage(test);
  7. Replies
    0
    Views
    2,372

    [help] cant receive sms

    i`m make a j2me application to receive n send sms, it can successfully send sms but when i try to send sms with WTK 3.0 my application didn't receive any sms,

    i had setting the push registry +...
  8. Replies
    2
    Views
    1,415

    Re: hi, its nice to found this forum :D

    hehehe thx, i hope someone would reply my question ASAP... http://www.indowebster.web.id/images/smilies/jeanovea/hahai.gif
  9. Replies
    2
    Views
    1,415

    hi, its nice to found this forum :D

    hi i`m novice to j2me, actually i have some experience in c++ n now learn java n j2me (for my last assignment in my school)

    i`m really happy found this forum , because all forum which discussed...
  10. [SOLVED] Re: java me how to: input - math operation - output

    there are lot of tutorial of java me in the internet, just try googling it...

    at first coding with j2me, make me feel a bit dizzy too, but somehow i manage it
    its not simple n easy as java se ,...
  11. [SOLVED] [help] the application file (.jad) for application does not appear to be the ....

    * the problem solved, i`m run the application via OTA provisioning in WTK 3.0 n suddenly its work...
    * but if i`m run it from netbeans its still error..



    hi i`m novice in JAVA ME/J2ME n...
Results 1 to 11 of 12