Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - BlakPilar

Pages: 1 ... 40 41 [42] 43 44 ... 49
616
Miscellaneous / Re: Types of Cell Phones
« on: August 12, 2011, 05:02:33 pm »
Ok, well, I've changed my mind and I'm getting a Droid :)

So far it's looking like:
  • Samsung Galaxy S, (my friend has one and I liked how light it was)
  • HTC Wildfire S,
  • T-Mobile G2x,
  • Motorola DEFY, or
  • Samsung Vibrant

617
Miscellaneous / Re: Types of Cell Phones
« on: August 12, 2011, 04:30:23 pm »
I'd go for any of the Android Samsungs available :)

But I like the kind-of blocky, squareness of phones, not curvy ones :\

EDIT: Hmm, maybe the Vibrant or Galaxy S...

618
Miscellaneous / Re: Types of Cell Phones
« on: August 12, 2011, 04:17:53 pm »
*edit* I don't think windows phones are that popular. Most people I know that have smart phones have Android on them.

Yeah, I know their not that popular. Idk, maybe I'll get a Droid (I'll be learning Java this school year, and I teach myself outside of it. Plus, it's not that too different from C#). Here's a list of the phones I can choose from. They need to be under USD$150, though.

I guess I'll do some research on the Droids, seeing as 11 (at the time of this posting) people on here have one.

619
Miscellaneous / Re: Types of Cell Phones
« on: August 11, 2011, 08:51:38 am »
Oh lol. Well I have a "dumbphone" now, I guess.

620
Sorry for my delay, but I was on a roll coming up with syntax for YANOOPL ;) (...and had summer work)

Assuming your columns are in the exact order you mentioned (number, name, size, type), then this might work for you (I haven't used VB in a while, but this should give you the gist of it ;)):
Code: [Select]
Dim rom As New DataGridViewRow()
rom.Cells(0).Value = number
rom.Cells(1).Value = name
rom.Cells(2).Value = size
rom.Cells(3).Value = type
DataGridView.Rows.Add(rom)

EDIT: You're also re-declaring you're array each time you go through your loop. Unless you removed some code (or I'm not understanding your code right), that's completely redundant :S

621
You're resetting "arry" each time you go through the loop; did you want to do that?

622
Miscellaneous / Re: Types of Cell Phones
« on: August 10, 2011, 04:30:33 pm »
... and I'll be going with the iPhone 5 ;D
Nnnnooooooooo!!! D:

Almost everyone I've talked to that has an iPhone says that it's great at the beginning, but eventually it gets crappy. My best friend has had his less than a year and right now the vibrate button and function are kaputt, the screen is slightly unresponsive (enough to be annoying), and the calling quality has gone down since he got it.

623
Miscellaneous / Re: Types of Cell Phones
« on: August 10, 2011, 12:26:42 pm »
Java and C# are similar enough. ... The annoying part would be jumping from the XNA framework to the Android API.
Yeah, I know. C++ > Java > C#, right? And yeah (again), I've fooled around with the Android API a bit before (with very limited knowledge of Java).

There should have been an option for "Not owning a smartphone."
There is; it's called "Other (feel free to specify)" :P

I have what Hayleia calls a "sillyphone" right now, and it's not bad. When texting, it's helped me memorize which letters are on which keys :D

624
Miscellaneous / Re: Types of Cell Phones
« on: August 10, 2011, 12:54:20 am »
My best friend's brother has a Droid. A lot of my friends and others in my school have an iPhone (though only one actually somewhat develops for it). There's only one other person that I know of at my school who has a Windows Phone 7, who isn't into programming at all.

I'm mainly getting the Windows Phone (HTC HD7) because we're signing up with Tmobile soon. Plus, I must admit: I'm somewhat of a "Micro$oft Fan-boy".

EDIT: Droids are cool, but I want a phone I can develop for NOW. I missed out on the programming courses for my school as a freshman, so I don't know any Java right now. I learned VB.NET by myself and learned VB6 from the intro course last year. I'm also currently self-learning C# and other major points of programming (floating and fixed point math, memory management, etc.), but I understand about 95% of how XNA gaming works, so I think I'll be okay. I just need an artist... >.>

625
Miscellaneous / Types of Cell Phones
« on: August 10, 2011, 12:43:54 am »
Which type of cell phone do you use? I.e., Windows Phone, Droid, iPhone, Blackberry, other, etc.

I mainly want to know to see how many Windows Phone users there are on here. This can help for anyone who develops for it, so we can help each other debug and whatnot (same for Droid, iPhone, etc.). I'm looking into learning XNA so I can make a game for Windows Phone (7), because I'm hopefully getting one soon ;D

626
Humour and Jokes / Re: Save IE6!
« on: August 09, 2011, 11:49:19 pm »
Spoiler For BlakPilar's opinion...:
IE9 is the way of the future!
Spoiler For Spoiler:
Or isn't it? >.>

627
Miscellaneous / Re: Where Did Your Name Come From?
« on: August 09, 2011, 11:40:09 pm »
Actually, XBox LIVE came up with my username. When I first got LIVE, I couldn't think of a gamertag, so I started putting in obviously taken gamertags and sifted through the suggestions. One of them was BlakPilar, and the other was FreeformDeer (which my cousin took). Ever since then, I've used BlakPilar for a lot of things, like my YouTube, Last.FM, and my AIM. (I also have a Zune tag of BlakPilar, but my main one is phillyphil0130*).

Spoiler For *:
It's a long story, but my nickname at school (and out of it with almost all of my female friends) is Phil, even though my name is Rich and my full name does not contain a "P" at all.

EDIT: No, I do not live near Philadelphia :P

628
Grammer / Re: Grammer
« on: August 09, 2011, 08:37:41 am »
Forgive my ignorance, but this (Grammer) is an assembly library for TI-BASIC, right?
Actually it is a programming language as opposed to a library. An assembly program interprets the code instead of the BASIC interpreter. It is probably confusing since I use the TI-BASIC tokens (for now).

Like Axe?

Yes. (Methinks)

629
Computer Programming / Re: making an applet work
« on: August 09, 2011, 01:22:11 am »
...So I was kinda sorta right? :P

630
Computer Programming / Re: making an applet work
« on: August 08, 2011, 12:41:38 am »
No, I know that's the new version, but it's not the most commonly installed one (I think). That's what I meant.

Pages: 1 ... 40 41 [42] 43 44 ... 49