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

Search:

Type: Posts; User: Hellboyz

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,177

    Re: preg_split help

    Thank you PeejAvery, your code worked perfectly and thanks for the suggestion.
  2. Replies
    2
    Views
    1,177

    [Solved] preg_split help

    Hello, I've read a couple tutorials on regular expressions but I just can't wrap my head around them. I am trying to split a string into an array using preg_split but so far I can't create a...
  3. Thread: Java Panels

    by Hellboyz
    Replies
    2
    Views
    1,059

    Java Panels

    I am trying to program an automated program that will perform a set of tasks on my JPanel but I don't seem to be able to get it to interact with the JButtons.



    protected static void...
  4. Replies
    2
    Views
    821

    Re: Runtime Execute

    *face palm* I swear I'm getting dumber everyday. The reason it wasn't running is because my updater is set to cancel everything if it can't delete the application it is supposed to be deleting...
  5. Replies
    2
    Views
    821

    Runtime Execute

    Hello, I have a problem that I just can't figure out and to me makes absolutely no sense.



    Runtime.getRuntime().exec("java -jar GiSE_Updater.jar");


    The code above will not work on the...
  6. Replies
    0
    Views
    5,769

    C# Drag & Drop Icon

    Hello, When dragging in C# the mouse will turn to a mouse with a rectangle and a square with a cross in it but in Windows Explorer if you were to drag a picture it shows a thumbnail of that picture. ...
  7. Re: [JFrame] Child frame flash on parent frame focus attempt

    Worked perfectly. Thank you ;).
  8. [JFrame] Child frame flash on parent frame focus attempt

    I have no clue how to word this but basically how do I make it so when a user tries to click the parent frame of my application they must first dispose of the child frame and when they try to give...
  9. [JFrames] Child frame flash on parent frame focus attempt

    I have no clue how to word this but basically how do I make it so when a user tries to click the parent frame of my application they must first dispose of the child frame and when they try to give...
  10. Replies
    0
    Views
    528

    File not properly closing

    private static String getVersion() {
    Object myVersion = null;
    File file = new File("my.jar");
    try {
    URL url = file.toURI().toURL();
    URL[] urls =...
  11. Replies
    2
    Views
    2,542

    Re: Getting program's entry point

    Thanks and for anyone else having this problem use the code above but with:


    [StructLayout(LayoutKind.Explicit)]
    public struct IMAGE_OPTIONAL_HEADER32
    {
    ...
  12. Replies
    2
    Views
    2,542

    Getting program's entry point

    I need help loading a file and getting it's entry point. I tried following along at http://blogs.msdn.com/kstanton/default.aspx but it doesn't seem to work. Can anyone either convet the following...
  13. Thread: C++ Strings

    by Hellboyz
    Replies
    8
    Views
    879

    Re: C++ Strings

    O ya i was using cin and thanks i will try using what you said and see how that works out. Thanks a bunch.
  14. Thread: C++ Strings

    by Hellboyz
    Replies
    8
    Views
    879

    Re: C++ Strings

    No, That is what my main was before.
  15. Thread: C++ Strings

    by Hellboyz
    Replies
    8
    Views
    879

    C++ Strings

    I'm making a program that will act kind of like the cmd of windows. The first problem I come into is that instead of doing what cmd does when you would type something like "help blah" it will make...
  16. Replies
    17
    Views
    3,842

    Re: C++ randomizing string help

    I always do a lot of searching before posting anything. But I can't find any algorithm for shuffling up a string and thanks Hermit I thought that it wouldn't take that long because of how fast a...
  17. Replies
    17
    Views
    3,842

    Re: C++ randomizing string help

    Ya it would be good if i could get it to print all the possibilities to a text file and just compare the text files but I cant get to seem to make it do that. I try adding the ofstream which i...
  18. Replies
    17
    Views
    3,842

    Re: C++ randomizing string help

    Thanks a lot for helping but this prints all of them at once. Is there a way to make this print only one so that i can compare it and if there is not a match then go on to the next? Thanks a lot for...
  19. Replies
    17
    Views
    3,842

    C++ randomizing string help

    Can someone please tell me or show me how to take a word and randomize it. Like to take the word moo and randomize it to make it oom and so on. I am new to programming and would like to make a word...
  20. Replies
    4
    Views
    727

    Re: Help With Creating Buttons

    may i ask where u learned this? because i would like to learn more of it
  21. Replies
    4
    Views
    727

    Help With Creating Buttons

    Ok i have mad some buttons but i need to make a button that changes images as well as codes that it will run. Example


    I have a button.. you click it and it turns red it executes the code for the...
  22. Replies
    3
    Views
    1,141

    Re: SetCursorPos() Help!

    o sorry where should i put it. and plasmator ur blowing up these forums man. you should be mod.. anyway ty. i stopped other project i had. you where right, it was above me.
  23. Replies
    3
    Views
    1,141

    SetCursorPos() Help!

    In my program i use SetCursorPos() to set the cursor and to the place i want and click and go to other places and click. But them moving the mouse a little to the side would mess it up. How do i...
  24. Replies
    1
    Views
    521

    Little C++ Help Plz

    Ok well if you have never ever played runescape it is a big online game where there is many many macro'ers. The macros they use are based on clicking certain rgb colors. Can someone please tell/give...
  25. Replies
    31
    Views
    2,012

    Re: How to initiate a left click on a RGB value?

    all i asked was a compiling one, so how are u going to say it will never end. it still doesnt compile
Results 1 to 25 of 41
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured