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

Search:

Type: Posts; User: amarjitamarNew1

Search: Search took 0.03 seconds.

  1. Replies
    9
    Views
    2,198

    Re: Scanner Class

    Tell me how you use.... i will try to modify
  2. Replies
    9
    Views
    2,198

    Re: Scanner Class

    Tried .... didnot get hence looked towards experts........ but alas!!!
  3. Replies
    9
    Views
    2,198

    Re: Scanner Class

    How?? any example?
  4. Replies
    9
    Views
    2,198

    Re: Scanner Class

    import java.util.* ;

    public class ScannerClass1
    {
    public void main()
    {
    int c =0 ;
    Scanner sc = new Scanner (System.in); // accept input from std input keyboard
    ...
  5. Replies
    9
    Views
    2,198

    Scanner Class

    Dear All

    Please help me out. This is just a simple porgram in BjueJ where the program accepts a sentence & a word. Returns the number of times the word exists in the sentence using the Scanner...
  6. Replies
    3
    Views
    1,300

    Re: Rich Text Box control Print

    Thanks DataMiser, your solution works perfectly...
  7. Replies
    3
    Views
    1,300

    Rich Text Box control Print

    Dear Gurus,

    Good morning to you all. I am stuck with a small problem. Require your help

    In a small project i am creating a text file based on the data required, loading it through a rich text...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured