Search:

Type: Posts; User: Blupig

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    1,300

    Re: Working on my developer résumé

    Wow, I didn't expect this much help! Thanks guys :)
    I asked on another site too and someone else gave me some good pointers, so I'll redo the whole thing with everyone's suggestions in mind. Thanks...
  2. Replies
    6
    Views
    1,300

    Working on my developer résumé

    Hey folks,

    I'm getting to the point where I'm looking for internships and part-time positions during my undergrad. I've sent out my résumé a bunch of times, but no bites so far. I thought comp sci...
  3. Replies
    19
    Views
    2,312

    Re: What do you all get for internet speeds

    That's nuts
    Here's what I get with one of those weird bandwidth resellers:
    http://www.speedtest.net/result/4114522242.png
    Telecom is the worst in Canada. Everything is monopolized so it's all so...
  4. Replies
    7
    Views
    31,631

    Re: Starting with Assembly

    I'm like 2 years late, but I found that starting out with a basic CPU simulator helps to get used to the idea of programming so low to the hardware.
    Programming for the Motorola 68000 family is what...
  5. Re: so when will we be able to develop for Linux and Mac using .NET 5?

    I've never actually looked in to Adobe AIR, perhaps I should. Would you recommend it?
  6. Re: so when will we be able to develop for Linux and Mac using .NET 5?

    Well that's a huge bummer. I find that the workflow and cleanliness of .NET development to be unparalleled and was really looking forward to using that for cross-platform development. Out of all the...
  7. so when will we be able to develop for Linux and Mac using .NET 5?

    I'm sure everyone here has heard of Microsoft's announcement to make .NET 5 open source, and said it would pave the way for cross platform dev using the framework. I can't seem to find any info on...
  8. Replies
    4
    Views
    811

    VS 2010 Re: Parsing large textfiles?

    Before I was just opening the file into a string then parsing the string and outputting it again. After some research I figured that I should try the same thing but line-by-line instead. It went a...
  9. Replies
    4
    Views
    811

    VS 2010 Parsing large textfiles?

    Hello, I'm trying to do something very basic, though the fact that the text file I'm using is around 152mb in size makes it a bit harder.

    I'm trying to parse out HTML tags from the file. My Regex...
  10. VS 2010 Re: ListView REALLY doesn't like being cleared

    Thanks for the quick reply nonetheless :) I'm happy to know I can get help here when I'm in a rut
  11. VS 2010 Re: ListView REALLY doesn't like being cleared

    Sorry I'm stupid. I'm killing myself here. I used lstWorlds.Clear instead of Items.Clear. Can close this thread. Ugh how embarassing lol
  12. VS 2010 [RESOLVED] ListView REALLY doesn't like being cleared

    The line of code that is throwing off my ListView is literally

    lstWorlds.Items.Clear()

    My list allows the user to refresh the items using the refresh button, so naturally the list has to be...
  13. Replies
    1
    Views
    572

    VS 2010 "Force" websites to display mobile?

    I've done some research but can't really find anything about this. My application is meant to be the only thing running, but sometimes you need to look something up and it's a pain in the ass to open...
  14. Replies
    10
    Views
    1,715

    Re: Porting a VS 2012/Windows 7 App to Windows XP?

    Lol Vista wasn't THAT bad after they put out a couple service packs. Windows 7's resource consumption rates aren't that much lower than Vista SP2's.
  15. Replies
    6
    Views
    1,019

    Re: ReGex Woes...

    If you don't want to use Regex at all, you could totally just split the array text into different lines then use substring to take out what you want. That's the easy way out, though.
  16. Re: Resetting Web Browser Anchor Properties gives error at run time

    What's the code you're using? Also, have you tried using the dock property instead? If you're looking to fill the window, then use DockStyle.Fill.
  17. VS 2010 GeckoFX - How to properly build & release a project?

    I've been experimenting with GeckoFX 15.0 recently (great library) but when I want to build my project to a release, the resulting EXE doesn't run. It crashes. I know this has something to do with...
  18. Replies
    4
    Views
    1,735

    VS 2010 Re: Gecko 14 & Xulrunner 14.0.1 help

    Use Xulrunner 14 not 14.0.1. Regardless, GeckoFX is at v15 now, so download Xulrunner 15.0 if you still have the problem.
  19. VS 2010 Force winforms webbrowser to use portable java?

    Hello. I'm making a secure application that fits on a thumb drive, and it uses a webbrowser control and a Java applet. For security reasons I want the webbrowser to use the portable Java we're...
  20. Replies
    22
    Views
    2,223

    "Jerky" movement - GDI+ game

    Hey guys, looking to make a really basic little Pacman game with GDI+, but the issue is the primitives have choppy movement. Everything is double-buffered, but what I'm looking for is the type of...
  21. VS 2010 Using SendMessage to send a string to a handle?

    Hey guys, just wondering if it's possible to send a string using SendMessage (or something else) to another application of which you have the window handle. I've come across a few things that change...
  22. Replies
    4
    Views
    1,023

    VS 2008 Re: scrape the string between the div tag

    Could always use Regex or indices and subtrings, but it wouldn't be as flexible
  23. Replies
    1
    Views
    769

    VS 2010 Re: Run simultaneous tasks?

    I don't mean to spam, but does anyone know anything about this?
  24. Replies
    1
    Views
    769

    VS 2010 Run simultaneous tasks?

    Hello everyone, I'm doing some work with tasks in preparation for the new .NET 4.5 multithreading and am curious as to how I'd be able to create a task array, fill each cell, then start them at a...
  25. Replies
    0
    Views
    639

    VS 2010 Handle Ajax Request?

    Hello, I'm making a username checking tool for a game called Runescape. This is not a cheat nor a hack, so to my knowledge this thread is in compliance with the VBF rules.

    I wanted to know if...
  26. Replies
    1
    Views
    550

    VS 2010 How to use the IE9 control?

    I just noticed that the default webbrowser control in VS is IE7. I've had a few of my users who use the built-in browser for my program complain about websites not working, and apparently Youtube is...
  27. Replies
    10
    Views
    1,854

    Re: More than 1 "WebClient"

    I think I MIGHT know what the problem is. For some reason, I think that the thread that DownloadFileAsync uses is the same for each call, so it waits for the first download to be finished to start...
  28. VS 2010 Re: Quick way of detecting if a URL points to an image or a website?

    Don't mean to bump, but any help would be great
  29. Replies
    10
    Views
    1,854

    Re: More than 1 "WebClient"

    I don't see why you can't just declare a second WebClient and call its DownloadFileAsync function. You tried that yet?
  30. VS 2010 Quick way of detecting if a URL points to an image or a website?

    Hey guys, just wondering if there is a quick way of determining if a navigated URL (using a webclient) is an image or an actual website. I'm making an image viewer for an image host that displays...
  31. Replies
    1
    Views
    539

    VS 2010 Lots of trouble with number conversions

    I've been assigned a project to convert each of the following number types to the other and vise versa:

    - Decimal
    - Hex
    - Octal
    - Binary

    Decimal to hex was pretty easy, but the only help...
  32. Replies
    19
    Views
    1,545

    Re: University course decision

    You all have been such a tremendous help, I really appreciate it! I'm starting to feel more confident about choosing the sustainability route, and getting some kind of tech qualification either after...
  33. Replies
    19
    Views
    1,545

    Re: University course decision

    That's great to hear :) I'd like to get some kind of official certification at least just in case the environmental jobs thing falls through. It's good to hear that any type of coding/computer skills...
  34. Replies
    19
    Views
    1,545

    Re: University course decision

    I've looked into both - The university I'm going to attend doesn't offer any double major programs (weird) and no related minors. By no related minors I mean that if I major in sustainability, the...
  35. Replies
    19
    Views
    1,545

    Re: University course decision

    That isn't exactly an option, if it were I would do that in a heart beat. If I were to do one degree then the other afterwards, I would be spending 8 years of my life getting two bachelors when I...
  36. Replies
    19
    Views
    1,545

    University course decision

    Hey guys, I'm a little stuck as to what to take in university. Right now, I've got both environmental sustainability (spec. in environmental science) or computer science lined up.

    The thing is...
  37. VS 2010 Re: My custom properties for my groupbox are grayed out

    Wow I don't know how I missed that, I knew it was something stupid. Anyway, thanks :)
  38. VS 2010 Re: My custom properties for my groupbox are grayed out

    Oh yeah of course, thanks! Not even the slightest idea about my issue, though? :(
  39. VS 2010 [Resolved] My custom properties for my groupbox are grayed out

    Hey guys, bit of a problem. I'm fairly experienced with making user controls and have never had this happen to me before. I feel like it's something stupid, so please go easy on me, but all of my...
  40. Replies
    10
    Views
    3,785

    VS 2010 Re: Double buffer not working

    Thanks, this works nicely :)
Results 1 to 40 of 123
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width