Search:

Type: Posts; User: capsulecorpjx

Page 1 of 13 1 2 3 4

Search: Search took 0.58 seconds.

  1. How to get a list of all events for Form (or other Form objects) in C#?

    In Visual Basic.NET, when you double click on the Form, it will by default take you to Form_Load, but there is also a drop down box that gives you a list of all events avaible for FORM.

    But it's...
  2. Poll: Re: Rate "The Dark Knight" on a scale of 1-5.

    3, a lot of flaws (sloppy writing).
  3. For my application, should the data connection object be a global variable?

    I'm creating a new class "XMLFile" in my application.
    Should I pass it the ADO Connection object (byref) in the constructor function?

    Or should I create a static class and create a global...
  4. Thread: 4tb ram?

    by capsulecorpjx
    Replies
    8
    Views
    2,650

    Re: 4tb ram?

    RAM's performance is much faster than going to disk.

    So for massive database servers, having an entire copy of the database in RAM increases performance, and the database only access the disk to...
  5. Replies
    6
    Views
    789

    Storing data in classes.

    Is the below code a good way to store data in classes?

    I have propetie get set classes, and a constructor to quickly set them all.

    The only concern I have is that the byval in the constructor...
  6. Replies
    78
    Views
    6,398

    Re: Why iPhones Are So Popular

    I think it's more to do with:
    1) Hardware design (iPhone 4's glass and metal case feels like jewerly, other phones are made of plastic). Even the shape feels classier (the rounded corners,but...
  7. Replies
    26
    Views
    2,535

    Poll: Re: Anyone getting the iPad 3?

    I'm going to get it later, until I hear what people are saying about the battery life, which still has me worried.

    I used to be a hater too, but I think for Tablets and phones, Apple's walled...
  8. Should I create a Control Class rather than use a Module for MVC?

    So I'm a little new to MVC. I'm trying to use it in writing VB.NET Windows Form code.

    So I'm thinking, instead of using a VB.NET module, or having code embedded in the forms, I should create my...
  9. VS 2008 Validation of XML against XSD, and ValidationEventHandler

    So the below code validates test.xml against validate.xsd (found the sample code in these forums).



    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs)...
  10. Did anyone else's Visual Studio 6 installation blow up?

    Ok so I had to reinstall Visual Studio 6 on my XP machine.

    I got a "installation did not complete successfully" at the end of the installation. I could open Visual Studio 6, but nothing worked, no...
  11. Replies
    55
    Views
    3,036

    Re: Super Size Me

    French fries and soda are pretty bad for you.

    But yea, the movie is misleading.

    Instead he should be pointing out that McDonalds makes bad food, and people shouldn't settle for such bland...
  12. Replies
    31
    Views
    2,339

    Re: Microsoft to Acquire Skype

    Microsoft overpaid, by a huge amount.
  13. Replies
    3
    Views
    1,286

    Good online resources to learn C#?

    I'm gonna stop being a dinosaur.

    I've been using VB6 for years and years. I need to learn C#.

    Anybody got any online resources that are really good?

    I want to start off with windows...
  14. Replies
    0
    Views
    388

    Futurama fans, Bender spotted!

    http://www.youtube.com/watch?v=6Hg8QgqXATc
  15. Replies
    26
    Views
    2,902

    Re: File searching in Windows 7

    Windows 7 search is broken.

    This is why I'll never ever buy Microsoft stock again.

    They're screwing up things they had right BEFORE:
    1) XP Search was fine, masking and text-searching.
    ...
  16. Re: Anyone going to buy a Windows Phone 7 Device?

    >> Windows 7 phone
    >> Hoopla

    LOL
  17. Replies
    9
    Views
    1,559

    Re: Did anyone get kinect?

    Haven't bought it, but Xbox division of Microsoft seems to be the only competent part of the company.

    Kinect technology seems amazing.

    They could use it for so many things, the start of an A.I....
  18. Replies
    30
    Views
    2,623

    Re: Amazon Kindle

    True, but I have a lot of Manga and Comic JPEGs that take over 3 gigs.

    Considering an SD card can hold 16 GB, I guess they only made it 3 gigs to keep pirates at bay or use it only for text.
  19. Replies
    30
    Views
    2,623

    Re: Amazon Kindle

    I'd buy the Kindle DX, cept they storage space is so low (3.3 gb usable).
  20. Replies
    16
    Views
    1,080

    Re: When cheap meets nerd.

    Thickness is personal preference. I prefer really thin pizzas, so even if there are fewer raw ingredients, I consider it not conducive to the end-satisfaction value.

    As for amount of toppings,...
  21. Replies
    35
    Views
    2,500

    Re: [serious] Bell's Palsy

    About a month. I looked more like two face from Batman.

    You should get prescribed a steroid-like pill that speeds up the recovery.

    I don't know why they sent you to a dentist. That doesn't make...
  22. Replies
    16
    Views
    1,080

    When cheap meets nerd.

    What size pizza is the best value?

    I created a spreadsheet that calculated the price per square inch of pizza given the diameter and price.
  23. Replies
    35
    Views
    2,500

    Re: [serious] Bell's Palsy

    I had it about three years ago.

    Go see a doctor (General Physician should be fine) right away, he should prescribe some medication that will speed up the recovery.

    Also buy an eye patch or eye...
  24. Replies
    71
    Views
    4,864

    Re: Is human life valuable or valueless?

    Man that's worse than Zimbabwe
  25. Replies
    26
    Views
    2,383

    Re: Obama's real secret.

    You fought in Iraq / Afghanistan? What's it like over there?
    For how long?
  26. Replies
    49
    Views
    17,282

    Re: Photography

    Did you get married mendhak? Is that you in the photo?
  27. Replies
    71
    Views
    4,864

    Re: Is human life valuable or valueless?

    Do these hyper radical Islamic groups realize that you can't turn the whole world Muslim by killing a few hundred "infidels" at a time?

    There seems to be little reason or goal to their attacks.
    ...
  28. Replies
    26
    Views
    2,383

    Re: Obama's real secret.

    I don't really understand the Conservative mindset. I thought a major reason for the Iraq war was to liberate the Iraqi civilians (meaning you care about them).

    But you say you don't care about...
  29. Re: VB - Binary Search in array (array MUST be sorted)

    I don't think this code will work without a "Floor" function.

    When calculating the middle with "Long" datatypes, you might get .5 (5.5, 6.5, etc..).

    When trying to access an array with a .5,...
  30. Replies
    5
    Views
    909

    Windows 7 Phone

    Microsoft really needs to hire some graphic artists.

    The UI is atrocious.
  31. Replies
    26
    Views
    2,383

    Re: Obama's real secret.

    Are you saying the the accusations that they shot civilians for sport was a lie?

    The "media" especially the Leftist media has been calling out Obama's administration on this. I got this article...
  32. Replies
    26
    Views
    2,383

    Obama's real secret.

    No Obama is not muslim or a communist or a socialist.

    His real secret is that he's a Republican and a Neocon lol.



    The State Department just hired Blackwater again. OMG.
  33. Re: +++++ Name all comedy movies you like the most +++++

    Ace Ventura 2 was the only movie that made me laugh so hard I couldn't breathe (Ace popping out of the Robot Rhino, rolling around on the floor telling his friend to turn off the lights).
  34. Re: What can be done when the governments lose all shame?

    Well India need some anti-corruption laws in place and a dedicated agency that enforces / investigates it.

    Along with heavy heavy jail terms for breaches with solid evidence, or outright dismissal...
  35. Replies
    19
    Views
    1,441

    Re: Segwaaaaaaaaaaaayyyyyyyy

    Segway is a terrible invention/design.

    A motor scooter is much safer, more reliable, faster and more comfortable, than standing on a self-balancing two wheeler.
  36. Replies
    20
    Views
    1,701

    Re: I'm so juvenile.

    I don't know, I think Chiropractors are B.S.
    Better off seeing an Orthopedist.
  37. Replies
    20
    Views
    1,701

    I'm so juvenile.

    I picked a doctor from a list of providers just because her last name Kuntz made me laugh.
  38. Why would you tape electronics to empty bottles?

    http://www.cnn.com/2010/WORLD/europe/08/31/netherlands.airport.arrests/index.html?hpt=T2


    Only reason I can think of is if the luggage got in the water during a crash, they wouldn't sink to the...
  39. Replies
    374
    Views
    25,033

    Re: What book are you reading these days?

    Last books I read are:
    City of Thieves
    Eisenhorn
  40. Re: i just finished the avatar: the last airbender series

    M Night, another director that thinks he can write, along with George Lucas, though at least Lucas can write great set pieces, just not the dialogue.

    Both also seem to be terrible actor directors....
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width