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

Search:

Type: Posts; User: Dibbie

Page 1 of 2 1 2

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    1,149

    How do I get connected USB info?

    Im trying to access my phone thats connected to my computer via USB, and iv tried messing with "My.Computer.Drives", and quickly realized, my cell phones not a computer drive, its a removable...
  2. Replies
    2
    Views
    4,053

    Re: Creating a directory navigator?

    Im sorry, I still dont understand it.
    Is there a simpler way to execute a forward? Cause what I have now is:


    Dim currentDirectory As String = Nothing

    Private Sub...
  3. Replies
    2
    Views
    4,053

    Creating a directory navigator?

    I could not find anything on Google, I thought id try here.

    I have a program that will look in a specific directory the user selects (Lets use the Desktop for example)

    Now, this user can see...
  4. Replies
    3
    Views
    3,196

    Re: show results from a listbox only?

    Thank you both for the help
  5. Replies
    3
    Views
    3,196

    show results from a listbox only?

    Lets say I have a textbox, and a listbox, and this listbox contains like 300 items, with everything from "apple" to "blue", and lets say you want to look for a particular word, but you dont know the...
  6. Replies
    5
    Views
    2,475

    Re: Making a int read multiple ints (Scanners)?

    import java.util.Scanner; did not change to black, where as import java.util.* did... I dont think its inside my IDE, is there a way to install it? Or should I just completely re-install my Java IDE?
  7. Replies
    3
    Views
    1,821

    Re: First Java Program does not work!

    I use Ready, but sometimes I use CodeBlocks or NetBeans, it's all the same syntax, I just prefer Ready more cause iv used it for so long now... Anyway:
    Your app is a console app, the annoying thing...
  8. Replies
    4
    Views
    5,177

    Re: Creating a variable using a variable?

    Its possible, I dont know the EXACT code off by heart, but one way that I do it, is I make 2 variables, like bob, and nr, and then x, so id have like
    int bob = 0;
    int nr = x;
    int x = 1;
    so now,...
  9. Replies
    5
    Views
    2,475

    Re: Making a int read multiple ints (Scanners)?

    When I try running your code it sais:
    type Scanner was not found.

    I had this problem before, like I said, when I try using scanner for some reason it never picks it up, and always sais its not...
  10. Replies
    5
    Views
    2,475

    Making a int read multiple ints (Scanners)?

    Im not too sure, I did some googling, and I think this method is called "Scanner", where one int is able to take more than 1 variable, however, whenever I try to use scanner it always says "Scanner...
  11. Replies
    0
    Views
    1,048

    Counter for up/down

    I am quite proud of this program:

    - You give it a number to start counting DOWN from, and it does so

    - After, you give it a max number to count UP to, and it starts at 1 and does so

    I...
  12. Replies
    0
    Views
    1,015

    [Noob Question] Packaging and importing

    Hey, im trying to learn packaging and importing, I already know what they do, (correct me if im wrong) packaging lets you bring in entire folders/loads of information into your program to work with,...
  13. Thread: Word Generator

    by Dibbie
    Replies
    4
    Views
    2,372

    Re: Word Generator

    OK, so if Java already has this English Dictionary already, how do I "Access" it?

    And for starting with a dictionary of proper words, would I have to literally make 1000000000 words up, like:...
  14. Thread: Word Generator

    by Dibbie
    Replies
    4
    Views
    2,372

    Word Generator

    Alright, so pretty much, I'm looking for a word generator, to be more specific (if not too confusing) a random generator that's not random... If that made sense to you...

    Pretty much, it will...
  15. Replies
    5
    Views
    2,158

    Re: Really Stupid Question..

    in replacement to == as you said:

    (decode equalsIgnoreCase() "Crack" || decode equalsIgnoreCase() "crack")
  16. Replies
    5
    Views
    2,158

    Re: Really Stupid Question..

    Hm...
    equals() or equalsIgnoreCase() didnt seem to do anything...
    Any other ideas on how I might be able to solve my problem?
  17. Replies
    5
    Views
    2,158

    Really Stupid Question..

    I know this is a REALLY stupid question, because I only been coding for a year now, and its kind of like... Jr stuff or should be for me, but its like after the summer ended and school opened I...
  18. Replies
    18
    Views
    20,713

    Re: 24-hour Calculator

    Yes I did...
  19. Replies
    18
    Views
    20,713

    Re: 24-hour Calculator

    Internet Explorer.

    I got alot of personal stuff that id rather not show the entire internet world...
    So I cant show a screen shot.
  20. Replies
    18
    Views
    20,713

    Re: 24-hour Calculator

    No, it does not look like that, this is what I see:
    Yesterday, 10:52 PM
    keang
    Elite Member Join Date: May 2006
    Location: UK
    Posts: 3,959


    Re: 24-hour Calculator
  21. Replies
    18
    Views
    20,713

    Re: 24-hour Calculator

    That is all I see... I dont see any blue text... Im sorry if I came off rude before...
  22. Replies
    18
    Views
    20,713

    Re: 24-hour Calculator

    You did not tell me how to put code tags... All you told me was it was at the bottom of your comment... It wasnt...

    Yes I relise its 2, but basicly there both related to the same topic at hand......
  23. Replies
    18
    Views
    20,713

    Re: 24-hour Calculator

    K so it didint really work out too well... that time thing is 5 hours ahead of my time (its 2:59PM now, it would say its 6:59PM)

    Although I did find an alternitive solution to my code, and sorta...
  24. Replies
    18
    Views
    20,713

    Re: 24-hour Calculator

    Thanks for your help man
  25. Replies
    18
    Views
    20,713

    Re: 24-hour Calculator

    Ok.
    Im new to this site, so I dont know how to use "Code tags"

    java.util.date, could you explain this more for me? Like give me an example?

    And yes, I dont have any tags for AM/PM, because...
Results 1 to 25 of 27
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured