Search:

Type: Posts; User: BadgerBadger

Page 1 of 12 1 2 3 4

Search: Search took 0.04 seconds; generated 49 minute(s) ago.

  1. Replies
    1
    Views
    530

    VS 2008 Re: VB Editor Problem - Keyboard

    I think this is more of a general PC question since changing your language on your computer seems to be the fix:...
  2. Replies
    3
    Views
    896

    Re: VS Style Code Editor

    Apologies for the late reply, but you might want to check out ScintillaNET.
  3. Replies
    15
    Views
    1,564

    VS 2008 Re: Search text file

    Assuming there are lines of text in that format, try the following:

    -Loop through each line in the file and use the Contains method to check if "VBFORUMS" exists in that line.
    -If so, split that...
  4. Replies
    2
    Views
    1,131

    VS 2010 Re: Pass args with values to Console App

    Loop through the arguments and find the position of "-writethis". The position for the arg after that would be args(writethis_pos + 1).
  5. Replies
    4
    Views
    739

    VS 2010 Re: IDE BackColor

    http://visualstudiogallery.msdn.microsoft.com/en-us/20cd93a2-c435-4d00-a797-499f16402378
  6. Re: How to make a Pop-Up Blocker for Tabbed Browser?

    I don't see how it makes a difference.
  7. Replies
    17
    Views
    1,418

    Re: New idea of soccer

    I would like some kind of soccer that isn't televised. :D
  8. Replies
    35
    Views
    2,455

    Re: Validating characters in a string

    An alternative to Regex would be to use the Substring method to check if the first 3 characters are equal to "TPX", then check if the last 5 characters are numerical by using Integer.TryParse or...
  9. Re: Browser Homepage Hijacking - Fed Up With It !!

    If all else fails, try posting a HiJack This log on the techguy forums. They can usually tell you what to do to get rid of it for good.
  10. Replies
    5
    Views
    933

    Re: Find String Within a String

    If you just want to know if the string exists within another string, check out the Contains method.
  11. Replies
    4
    Views
    624

    Re: How's ur Easter celebrations?

    Any holiday that includes creme eggs is good in my book. :thumb:
  12. VS 2008 Re: How can i make a form non movable?

    I'm pretty sure the Lock property is only for the designer.

    I'm not sure on the specifics, but I think you will need to override WndProc and capture the WM_MOVING message.
  13. Replies
    22
    Views
    1,712

    Re: (VB 2005) Form Immobiliser

    If it is just a class then you can add that class to your other project without compiling it to a library.

    Right click on solution explorer, add, existing item (select your FormImmobiliser class).
  14. Poll: Re: Do You Use the MSDN Documentation and If Not, Why Not

    As like most people, when I first started learning I did find the documentation hard to understand, but that never stopped me from making myself understand it by using pages such as this and this.
    ...
  15. Replies
    6
    Views
    867

    Re: Need Help With a Simple C# Program!

    Create an instance of the class.

    http://stackoverflow.com/questions/330138/why-cant-i-call-a-public-method-in-another-class
  16. Replies
    4
    Views
    884

    VS 2008 Re: [HELP] Hotkeys

    The Form1_KeyDown event is only fired when your form is active.

    Also, you may want to check through the rules of the forum. You may have missed some of them.
  17. Re: Shining attractive windows form background

    http://msdn.microsoft.com/en-us/library/aa970268.aspx
    http://www.codeplex.com/Ribbon

    Although shiny windows should suffice. :D
  18. Re: [Serious]Why are you not a believer of the existence of God

    Here it goes again!
  19. Re: WPF Expander : Changing expand/collapse arrow position

    I can't help you with your own version of this dialog, but I would recommend looking into using a TaskDialog, which is basically what you're trying to recreate.
  20. Re: Windows 7 Ultimate (Upgrade Version) Price

    I think I'll pass on that. :D
    Oh wow! I never realised Good was that awesome. Thanks!
  21. Re: Windows 7 Ultimate (Upgrade Version) Price

    Ah damn, I think I have ran into such an issue before.
    Thanks for that link and the info, VA.

    Any recommendations on where to purchase this product?
    I think Amazon is the cheapest I have seen so...
  22. Re: Windows 7 Ultimate (Upgrade Version) Price

    Yeah, I'm rather confused about all the different prices I'm seeing.
    As you mentioned, I think £150 from Amazon is the cheapest I have seen so far, excluding the Microsoft Store.
    Is there any...
  23. Windows 7 Ultimate (Upgrade Version) Price

    I recently discovered that the Ultimate package is the only package I can upgrade to without doing a clean install and losing all my data, since I'm currently using the Vista Ultimate OS.
    I phoned a...
  24. Replies
    1
    Views
    629

    VS 2008 Re: Help to compile?

    Have you tried that yet?
    I also recommend asking the author of that topic or someone on the official forum.
  25. Replies
    7
    Views
    1,772

    VS 2008 Re: How to do syntax highlighting?.

    Sorry I can't be much help here, but I'm just curious:
    Isn't there an official code editor already available for it?

    Judging from personal experience, I would suspect there is an official IDE for...
  26. Replies
    69
    Views
    5,854

    Re: Nobody cares about your twitter

    LameBook gives me joy.
  27. Replies
    3
    Views
    529

    Re: Merry Christmas, GOD Bless Everyone

    I must say that that was the highlight of my Christmas.
  28. Replies
    69
    Views
    5,854

    Re: Nobody cares about your twitter

    I use it to keep track of gaming/tech related news. Oh and to stalk Stephen Fry.
  29. Replies
    13
    Views
    1,098

    Re: Do you have a party on X-mas EVE....?

    I would love to see developers/general I.T. geeks try to dance. :D
  30. Replies
    16
    Views
    1,544

    Re: Do you own any pets?

    That's the only reason to get them.
  31. Replies
    36
    Views
    2,211

    Re: iPhone and iPod touch

    Thanks for the info, kleinma.

    The whole process seems more complicated than I expected. I'm sure the basic plan should be enough for me.
    You and others will most likely see me here again in the...
  32. Replies
    36
    Views
    2,211

    Re: iPhone and iPod touch

    Yeah, I was just trying to find out what providers are available in the UK for the iPhone. I think it's either O2 or Orange, but I could be wrong. I'm not the best when it comes to phones and...
  33. Replies
    36
    Views
    2,211

    Re: iPhone and iPod touch

    Thanks for the info, guys.

    I completely forgot the iPhone is a contract thing. I would like that "phone" feature, but I think monthly pay evens out with the iPod's lack of a phone.
    I think the...
  34. Replies
    36
    Views
    2,211

    Re: iPhone and iPod touch

    As someone without a mobile phone or a portable music player, is it worth saving money for an iPhone, or just getting an iPod Touch once I can afford it?

    I currently have no money and want both.
  35. Re: "It seems to be one of those mad pub ideas"

    mendhak is on a roll.
  36. Replies
    15
    Views
    948

    Re: New VBForums Discovery For Me

    I can't believe I've never noticed that before.
  37. Re: Borderlands! (and a tiny bit on Assasin's creed)

    Entity is officially awesome. You don't need to watch it to acknowledge the awesomeness.
  38. Re: Borderlands! (and a tiny bit on Assasin's creed)

    Nothing ever will be. :D
  39. Re: Phil Taylor is the Worlds Greatest Athlete - Discuss !

    Chess players are clearly the greatest athletes of all time.
  40. Re: Borderlands! (and a tiny bit on Assasin's creed)

    AC2 is next on my list when I get some spare money.

    Aslo, anyone heard about "Brink"? It's coming out in 2010 and it seems to be a mix between Killzone 2, Borderlands and Mirror's Edge (to a...
Results 1 to 40 of 466
Page 1 of 12 1 2 3 4



Click Here to Expand Forum to Full Width