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

Search:

Type: Posts; User: btap0644

Search: Search took 0.03 seconds.

  1. How to read a delimetered line of strings and ints and extract them for processing

    Hi, I have the following text file (ExamMarks.txt)

    John, 85, 95, 90
    Micheal, 60, 75, 75

    I want to extract a line and take the Name and separately and the ints separately. Then I want to print...
  2. Replies
    0
    Views
    6,888

    Displaying video capture in a picturebox

    Hi I have compiled the sample PLayCap from the directshow.NET website in C#. http://directshownet.sourceforge.net/
    samples are available here : http://sourceforge.net/projects/directshownet/files/...
  3. Replies
    0
    Views
    5,378

    Displaying video capture in a picturebox

    Hi I have compiled the sample PLayCap from the directshow.NET website in C#. http://directshownet.sourceforge.net/
    samples are available here : http://sourceforge.net/projects/directshownet/files/...
  4. Re: Cannot see the gui for the SingleLaneBridge java applet example

    Maybe next time I ought to post the code section when asking a question.
  5. Re: Cannot see the gui for the SingleLaneBridge java applet example

    Well when I tried in netbeans 6.8 and Eclipse also as you know already:
    1) Netbeans 6.8 - it was in the src folder (this src folder is inside the SingleLaneBridge folder)
    2) Eclipse - I put it in...
  6. Re: Cannot see the gui for the SingleLaneBridge java applet example

    This program compiled without errors.


    Any other opinions
  7. Cannot see the gui for the SingleLaneBridge java applet example

    Hi,

    Note: To see a clearer version of the question asked below, please go to http://stackoverflow.com/questions/3116354/cannot-see-the-gui-for-the-singlelanebridge-java-applet-example



    I...
  8. How to draw on an unfilled box on a video stream using the mouse

    Hi,

    I am using dshownet(first time) and C#. I have got a sample to take the web cam input and display it on a form. I now need to draw a rectangle on top of the video stream using the mouse. (the...
  9. User Initiated Real Time Object Tracking System Development

    I am doing a project, called user initiated real time object tracking system. Here, is what I
    want to happen in the project:

    1) Take a continuous stream from a web camera.

    2) Using the mouse...
  10. Thread: Java help !!

    by btap0644
    Replies
    1
    Views
    843

    Java help !!

    i want to a method to return an integer value and print it outside the method

    here is my code

    public class returnvariable{

    public static void main (String[] args) {

    public int...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured