Search:

Type: Posts; User: Fromethius

Page 1 of 13 1 2 3 4

Search: Search took 0.11 seconds.

  1. Re: [2.0] Executing a set of methods (macro script)

    Thanks, works perfect.
  2. [2.0] Executing a set of methods (macro script)

    I'm making a macro program that takes in a script with various lines of commands such as "wait 3000", "key enter", and "click". What my program is supposed to do is take this script and execute it...
  3. Replies
    3
    Views
    600

    Direct Connection

    What would be the best way of sending data directly to someone through their ip address? No servers involved.

    As in, you type their ip address into this program, (a port?), and your message, and...
  4. Re: [2005] Convert a number to a byte array

    The output that gives me is 140, 1, 0, and 0. 140 is 3 digits and not two so it cannot fit in the two bit 0xYZ format, no? Or perhaps I need to convert 140 to hex first?
  5. [2005] Convert a number to a byte array

    I noticed that packets are sent in an array of bytes.

    For example:

    { 0xF7, 0x13, 0xFE }

    How can I convert a number such as 396 to a byte array such as this?

    Thanks
  6. Re: Wireless Telephone Headset Recomendations

    I'm taking it you've never seen The Boondocks.
  7. Replies
    3
    Views
    8,943

    Re: [2005] ToolStripProgressBar Not Updating

    Yea, I tried that already, but just tried it again to make sure, and it definitely isn't working. Any other suggestions?
  8. Replies
    3
    Views
    8,943

    [2005] ToolStripProgressBar Not Updating

    I am performing a read/write operation within a function that usually takes around 2 seconds to complete. During this, I need to update certain labels and such using current values within the...
  9. Replies
    0
    Views
    532

    [2005] Anchor StatusStripProgressBar

    How?
  10. Replies
    3
    Views
    885

    Re: [2005] Unicode in Labels and Textboxes

    I think a RichTextBox could work. As for the Label, you could try applying some properties to the RichTextBox such as removing the border, changing the BackColor to that of the Container, set it to...
  11. Replies
    21
    Views
    904

    Re: Upgrading to Vista....taking ages!

    You'll be back.
  12. Replies
    24
    Views
    2,221

    Re: e.keycode

    Look into the e.Handled property.
  13. Replies
    6
    Views
    573

    Re: Best Threads / Titles

    http://www.vbforums.com/showthread.php?t=445021
  14. Replies
    12
    Views
    948

    Re: Wow, what a great job!

    tl;dr
  15. Replies
    55
    Views
    2,219

    Re: Mac/Pc Rant.

    link nao?
  16. Re: Signs that your programming professor isn't a real programmer

    I never said there was a problem with it. He just thinks it's wrong if they are not thusly formatted.
  17. Replies
    55
    Views
    2,219

    Re: Mac/Pc Rant.

    They already are teamed up. Mac does all the design and implementation and then Windows copies it :afrog:
  18. Re: Signs that your programming professor isn't a real programmer

    Seeing as I'm in this situation..:

    4) Taking everything in the outdated book as word of god.

    5) Only having methods in the main method.

    6) Having everything as static.

    7) Thinking java is...
  19. Replies
    18
    Views
    1,449

    Re: [RESOLVED] VB.NET or C++ ?

    VS 2008 is just an IDE. You can change the target framework in the project settings. But yes, but default, it is the .NET Framework 3.5 for the sake of new development.
  20. Re: [2008] move a picture box with arrow buttons

    Click the form. Then view the properties window. See the lightning bolt? Click it. Now scroll down until you see KeyDown and double click it. The code editor should open and you'll be in the event...
  21. Replies
    14
    Views
    7,545

    Re: History memory on WebBrowser

    Really broad question..

    Do you have experience saving and loadings things to and from an external file, respectively?
  22. Replies
    17
    Views
    1,025

    Re: VS 2008 Free LINQ e-book

    Firefox/2.0.0.11
  23. Replies
    1
    Views
    577

    Re: .NET Sockets in vb 2008/2005 exp.

    There sure are a lot of questions on this lately. I think this has been asked around 10 times this week. Try searching around for TCP, Sockets, Server, Client, etc.
  24. Replies
    17
    Views
    1,025

    Re: VS 2008 Free LINQ e-book

    Nope, and thanks!
  25. Replies
    23
    Views
    1,843

    Re: Public Variables vs. Properties

    Properties are used to encapsulate something. They can have either a get accessor, set accessor, or both. In this way, if you want something to be read only, you can have a property that will only...
  26. Re: How to use SendKeys to send the Text1.Text?

    Well, is it? I assume Text1 is a textbox? Is the name of that textbox Text1?
  27. Re: How to use SendKeys to send the Text1.Text?

    What kind of errors?
  28. Replies
    18
    Views
    1,449

    Re: VB.NET or C++ ?

    The harder part, I would say, would be because of all the pointer hell. It's insane. Sometimes you have a pointer to a pointer to a pointer of a reference to a pointer of an int.. lol ok maybe I went...
  29. Re: [2005] WebBrowser Showing New URL Right after it was clicked

    Blarg.
  30. Replies
    29
    Views
    1,182

    I'm thinking about getting an iMac

    http://www.apple.com/macosx/
  31. Replies
    5
    Views
    697

    Re: [2008] Creating a folder

    Directory.CreateDirectory

    Google:

    Results 1 - 10 of about 201,000 for Create a folder in VB .NET. (0.29 seconds)

    Second link.
  32. Replies
    9
    Views
    753

    Re: [2008] Prevent Process Ending

    Well, of course it's possible. That other anti-virus program did it. However, I don't think it's such a good idea.
  33. Replies
    23
    Views
    1,173

    Re: A Think Test

    It only works for IE. I was originally using firefox and had the same problem
  34. Replies
    24
    Views
    1,228

    Re: My first PhotoShop image

    You suck.

    <constructive criticism>
    Haha, just kidding. But really, it's good but they just don't.. blend well. You know what I mean? Maybe it's the halo or something, but it just looks like they...
  35. Replies
    9
    Views
    753

    Re: [2008] Prevent Process Ending

    An anti-virus software package that takes control of your entire computer that cannot be shut down. Sounds like a virus in itself. (which is why I don't use anti-virus software)
  36. Replies
    9
    Views
    923

    Re: array????????????

    Well that's a lot better of a question. As said before, you'd loop through the array, and check each character. You'd create an array, to begin. Then, you'd loop through the array with duplicates. If...
  37. Replies
    2
    Views
    14,304

    Re: [2005] Context menu strip position

    If you don't press the right mouse button, point1 is empty. Perhaps this is where your problems lie?
  38. Replies
    9
    Views
    753

    Re: [2008] Prevent Process Ending

    Yea, I was going to say the same thing. I don't really think Microsoft wanted to provide you with such functionality when designing the .NET Framework, or even Windows itself.
  39. Replies
    8
    Views
    1,146

    Re: [2005] Detecting pixel color

    Yup :)
  40. Replies
    8
    Views
    1,146

    Re: [2005] Detecting pixel color

    Yup, here you go.

    http://vbforums.com/showpost.php?p=3100979&postcount=3

    Then with that bitmap, just use the GetPixel and SetPixel member functions.
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width