Search:

Type: Posts; User: Xoslize

Page 1 of 8 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    3
    Views
    744

    VS 2012 Getting some string from a webpage.

    http://direct.craftnet.nl/maplestory_get_rank_info.php?name=Fraysa

    Let's say I have this link, where what ever comes after name is TextBox1.Text.
    I want to be able to get the URL after...
  2. Replies
    3
    Views
    751

    VS 2012 General question and try and catch.

    Why do people use catch (SomeException Or OtherException e) when they can just use catch (Exception e)? It catches all the exceptions,
    so why not use it for all, just in case?
  3. Replies
    5
    Views
    977

    VS 2012 How to make the form moveable?

    Hi.

    I have a borderless form with a base image, which has some controls.

    http://puu.sh/41JLi.png

    How can I make this part draggable? ^ It's the background image of the form
  4. Replies
    1
    Views
    933

    [WinForms] Faster way to get String?

    Hi all.

    I have this code to read all string returned by echo from a PHP script.




    private static string GetString(string URL)
    {
    WebRequest request =...
  5. Replies
    1
    Views
    550

    VS 2012 How is the following being done?

    Hi all.

    In MpaleStory's Launcher, they have this weird border, I want to know how can I achieve it.

    http://puu.sh/41rtN.jpg

    This is how it looks like. As you can see, the outer frame is what...
  6. Replies
    1
    Views
    568

    VS 2012 Auto update imporving.

    Hi everyone.

    I'm using my friend's code for auto-update of my program. The code: http://pastebin.com/SEHpKrEK.
    As you can see, it compares the two versions, if the remote version is bigger, it...
  7. Replies
    3
    Views
    843

    VS 2012 ProgressBar over loading content?

    Hey all.

    I'm using a webclient to load some things into my form, such as getting strings from a certain dropbox link, loading images from a website using the webclient, etc. This slows my form's...
  8. Replies
    8
    Views
    2,668

    Re: ShowDialog on another process?

    I think the purpose of what it's used for is not really important, but what I want to acheive is. I simply want to understand how can you attach a dialog of a form on top of another process, for say,...
  9. Replies
    8
    Views
    2,668

    Re: ShowDialog on another process?

    This is not what I wanted to achieve. I just want to show a form as a dialog on top of another process, say, notepad.
  10. Replies
    8
    Views
    2,668

    Re: ShowDialog on another process?

    I want to pop up a login form on a certain game, so users will use the form and not the game's login.
  11. Replies
    8
    Views
    2,668

    ShowDialog on another process?

    Is it possible to do so? I want to show a form dialog on another process, in the center of it, so the user won't be able to click on anything in the process until the dialog closes. For example,...
  12. Replies
    1
    Views
    789

    VS 2012 No data is recieved from server?

    Here's some background information about my program:

    There is a game, as you know, called MapleStory. A long time ago, a group of teenagers managed to create a private server for this game using...
  13. Re: The IAsyncResult was not returend from corresponding asychnonous method on this c

    Like I said, "Yes, thats what I thought." - meaning I've put exactly what you just said right now, but I still get the error.
  14. Re: The IAsyncResult was not returend from corresponding asychnonous method on this c

    Well, I'm using the GC.Collect after the BeginConnect, but yeah, still the exception is thtrown for some reason.
  15. Re: The IAsyncResult was not returend from corresponding asychnonous method on this c

    Yes, thats what I thought. What did you mean by "place the Socket at the merccy of the garbage collector"?

    http://puu.sh/3O0xO.png
  16. Re: The IAsyncResult was not returend from corresponding asychnonous method on this c

    Thank you for explaining what the issue is, however, I don't know how can I implmenet the solution as I lack of the knowledge. I dont know what you mean by assisgining to a field.
  17. Re: The IAsyncResult was not returend from corresponding asychnonous method on this c

    Well, this solution does not suite me, as I don't use BeginRecieve.
  18. Re: The IAsyncResult was not returend from corresponding asychnonous method on this c

    AsyncState.EndAccept(AR), line 68.
  19. The IAsyncResult was not returend from corresponding asychnonous method on this class

    The IAsyncResult was not returend from corresponding asychnonous method on this class.

    Why do I get this exception?... I think everything's alright on my code. thanks


    Imports...
  20. Replies
    5
    Views
    1,016

    VS 2012 Re: Toolbox builder (Get inside for more info).

    I see. I would be ok without the exe import, as I can add arguments to the game and launch it on a specific IP Address. This is what I've got so far:

    http://puu.sh/3M7qp.png

    So, I have a couple...
  21. Replies
    5
    Views
    1,016

    VS 2012 Re: Toolbox builder (Get inside for more info).

    I see. I just hought it's possible to add it somewhere in the resources without showing it. Anyways, so is it still possible to do the first question?
  22. Replies
    5
    Views
    1,016

    VS 2012 Toolbox builder (Get inside for more info).

    Hey all.

    I was wondering if it's possible (and how) to create something like this. I want to make a program that makes you a launcher for a game. You import the game's .exe,
    and you can also...
  23. Replies
    1
    Views
    1,465

    VS 2012 Running cmd.exe as admin failing?

    This is my code trying to run cmd.exe with admin priviligies. However, I get the request operation requires elevation. if I run cmd.exe with "Run as Admin" through my windows, it works, however,...
  24. Replies
    7
    Views
    1,095

    VS 2012 Re: SetProperty function.

    How would I use it if I have a property:

    Public ID As Integer = 0
  25. Replies
    7
    Views
    1,095

    VS 2012 Re: SetProperty function.

    How would I use the SetProperty function? Could you give me an example, ex

    Public Haha As Boolean
  26. Replies
    7
    Views
    1,095

    VS 2012 SetProperty function.

    Hello everyone.

    I'd like to do something, a function called SetProperty. This function will set the property you give it to to the value you set it to.
    For example, a class full of properties,...
  27. Replies
    7
    Views
    1,323

    VS 2010 Re: Compiling scripts.

    My bad, the codedomprovider was set to Csharp and not VB.
    However, I got these errors:

    Line 2, Column 0: Type 'INpcScript' is not defined.
    Line 4, Coulmn 0: Type 'IHost' is not defined.
    Line...
  28. Replies
    7
    Views
    1,323

    VS 2010 Re: Compiling scripts.

    Oh, I understand now. However, that's still giving me this message even if I'm implemtning the class and not inherting it. But thanks for the info, I now understand the difference.
  29. Replies
    7
    Views
    1,323

    VS 2010 Re: Compiling scripts.

    Thanks for the quick reply.

    I'm posting the code of INpcScript here.

    Public Interface INpcScript
    * * Sub Init(host As IHost)
  30. Replies
    7
    Views
    1,323

    VS 2010 Compiling scripts.

    Hello everyone.

    I'm developing some files for a game, and in this game there are NPC's (Non-playable-characters). These NPCs, you're able to talk and interact with. They all require scripts to...
  31. VS 2010 Re: Using a class from another project in a C# project.

    Yes, I have tried that. The output is the same - I'm getting wrong values while reading the file. When I'm using the C# one to test, I'm getting the correct values.
  32. VS 2010 Using a class from another project in a C# project.

    Hello everyone.

    I had to use some functions to load a file called "Output.bin", so I used my friend's files (In C#). I imported the project. However, his project uses his classes. So parts of his...
  33. Replies
    12
    Views
    1,099

    VS 2012 Re: Dictionairy - Dual entries?

    I have his code, I looked at it and converted it myself to VB.net.
  34. Replies
    12
    Views
    1,099

    VS 2012 Re: Dictionairy - Dual entries?

    I can't. I can only use this .bin file.. that's the only one I have. My friend told me it's a reader-writer error? Because he has one in C# that works fine.
  35. Replies
    12
    Views
    1,099

    VS 2012 Re: Dictionairy - Dual entries?

    Thank you for the quick reply, sir.

    I added a debug message to present me with the item ID of each entry, and some ID's are wrong. I believe this is the BinaryReader which is going wrong, and I'm...
  36. Replies
    12
    Views
    1,099

    VS 2012 Dictionairy - Dual entries?

    Hello everyone.

    I've declared a new dictionairy in my class:


    Public Items As Dictionary(Of Integer, ItemData)


    And I also have this class inside my class:
  37. Replies
    4
    Views
    626

    VS 2012 Some weird excpetion?

    http://puu.sh/3pq19.png

    This is what I'm getting. I just upgraded to Win 8.1 & VS 2013, is it because of that? Because it never happened in 2012 / Win 7.
  38. Replies
    9
    Views
    1,416

    VS 2010 Re: Locking screen capture.

    Already done, tons of times.

    Example:

    puush.me
  39. Replies
    4
    Views
    752

    VS 2010 Re: Form lose focus - exit?

    I did it, using the KeyDown event of the textbox, but nothing happens. Also, I still want it to close it when the form loses focus in any way because say I press the hotkey and I suddenly get a call...
  40. Replies
    4
    Views
    752

    VS 2010 Form lose focus - exit?

    Hey.

    I've made a little handy tool that what it does is when I use ctrl + 1, it will open a new form which is almost invisible and will focus on the textbox. When you write something
    and press...
Results 1 to 40 of 303
Page 1 of 8 1 2 3 4



Click Here to Expand Forum to Full Width