Random Thoughts.....What Are You Thinking?

Eorzea Time
 
 
 
Language: JP EN FR DE
Version 3.1
New Items
users online
Forum » Everything Else » Undead » Random Thoughts.....What are you thinking?
Random Thoughts.....What are you thinking?
First Page 2 3 ... 4791 4792 4793 ... 22932 22933 22934
 Bahamut.Jetackuu
Offline
Server: Bahamut
Game: FFXI
user: Jetackuu
Posts: 9001
By Bahamut.Jetackuu 2012-02-23 23:55:26
Link | Quote | Reply
 
Leviathan.Chaosx said: »
Bahamut.Jetackuu said: »
Chaos and Iro you both may want to take a look at this site:

most notably the xna studio (plus anything else of interest, the xna is what I am referencing though)|

http://msdn.microsoft.com/en-us/aa570309#one
Isn't that for phones only?

I don't do the smart phone thing.

why not?

and it's also for xbox and windows.

edit: unless I read it wrong a few months ago, they have another phone thing that's separate.
 Cerberus.Irohuro
Offline
Server: Cerberus
Game: FFXI
user: Irohuro
Posts: 6583
By Cerberus.Irohuro 2012-02-23 23:56:06
Link | Quote | Reply
 
*** YOU VB BOOK

it doesnt hardly *** tell you how to *** WRITE the *** code.

"oh hey, this is what you use to make audio play, and this is how you display pictures!"

ok, how do i do calculations and clear data from the forms.

"... you can make stuff change colors like this!"
 Bahamut.Jetackuu
Offline
Server: Bahamut
Game: FFXI
user: Jetackuu
Posts: 9001
By Bahamut.Jetackuu 2012-02-23 23:59:59
Link | Quote | Reply
 
I'd love to help you Iro as I've done some VB, but I quite frankly suck at programming and will be going through VB hell next week when I attempt to write a driver for a serial input.
 Cerberus.Irohuro
Offline
Server: Cerberus
Game: FFXI
user: Irohuro
Posts: 6583
By Cerberus.Irohuro 2012-02-24 00:00:34
Link | Quote | Reply
 
ok, so for taking 2 numbers from 2 text boxes and using them in the calculation to display the result in a label, would i do
Code
tipAmtDisplayLabel.Text = totalBillTextBox.Text * tipPercentTextBox.Text

?
 Leviathan.Chaosx
Offline
Server: Leviathan
Game: FFXI
user: ChaosX128
Posts: 20284
By Leviathan.Chaosx 2012-02-24 00:01:17
Link | Quote | Reply
 
Bahamut.Jetackuu said: »
Leviathan.Chaosx said: »
Bahamut.Jetackuu said: »
Chaos and Iro you both may want to take a look at this site:

most notably the xna studio (plus anything else of interest, the xna is what I am referencing though)|

http://msdn.microsoft.com/en-us/aa570309#one
Isn't that for phones only?

I don't do the smart phone thing.

why not?

and it's also for xbox and windows.

edit: unless I read it wrong a few months ago, they have another phone thing that's separate.
I just glanced at it real quick, and it looked like it was just for phones.

imo cell phones have gotten outta hand, but that's just me.
All I need a phone to do is make calls and maybe some silly little game to kill time if needed.

I've grown to dislike cell phones in general a lot nowadays. Still good for emergencies and such, but now it's like outta control.
 Leviathan.Chaosx
Offline
Server: Leviathan
Game: FFXI
user: ChaosX128
Posts: 20284
By Leviathan.Chaosx 2012-02-24 00:02:28
Link | Quote | Reply
 
Cerberus.Irohuro said: »
ok, so for taking 2 numbers from 2 text boxes and using them in the calculation to display the result in a label, would i do
Code
tipAmtDisplayLabel.Text = totalBillTextBox.Text * tipPercentTextBox.Text

?
The text boxes are strings, you have to convert them into integers first to multiply them.
 Leviathan.Chaosx
Offline
Server: Leviathan
Game: FFXI
user: ChaosX128
Posts: 20284
By Leviathan.Chaosx 2012-02-24 00:03:32
Link | Quote | Reply
 
In basic though I think you can just set .Text to an int, like I don't *think* you have to convert back to a string.
 Bahamut.Jetackuu
Offline
Server: Bahamut
Game: FFXI
user: Jetackuu
Posts: 9001
By Bahamut.Jetackuu 2012-02-24 00:04:47
Link | Quote | Reply
 
I installed it awhile back and I read up on it for a couple hours. It has the ability to make games for any windows device.

as for phones, the ONLY thing that is tempting me to get a windows phone is the fact that Nokia is making one now (they used to only use their own OS) I wish they'd have used Android instead though.

I miss Nokia phones they let me do a lot and the higher end ones weren't as flimsy.

I do know that the game studio acts as kind of an extension to Visual Studio but it will also detect a 360 on your network.

thought it was cool is all.
 Bismarck.Magnuss
Offline
Server: Bismarck
Game: FFXI
Posts: 28615
By Bismarck.Magnuss 2012-02-24 00:05:29
Link | Quote | Reply
 
[+]
 Caitsith.Zahrah
Offline
Server: Caitsith
Game: FFXI
user: zahrah
By Caitsith.Zahrah 2012-02-24 00:05:44
Link | Quote | Reply
 
Gimp said: »
Kind of an awkward question but what is a good sweet liquor? And how would describe it's taste?

Hrrrmmm...People always say things that interest me before bed. ALWAYS!!!

Ummm...Like what are you looking for specifically? A mixer? Tequila is my go-to-gal. You can always go sweet, sour, fruity, etc.

EDIT: I'm partial to margaritas and Mexican martinis.
 Bahamut.Jetackuu
Offline
Server: Bahamut
Game: FFXI
user: Jetackuu
Posts: 9001
By Bahamut.Jetackuu 2012-02-24 00:05:47
Link | Quote | Reply
 
I've been struggling to learn PicBasicPro for a few weeks and still feel lost, just bombed a test on tuesday, I was close though on what the program did so I don't feel too bad, as I'm learning just at a much slower pace.

I am much better at hardware, but I suck at semantics.
 Leviathan.Chaosx
Offline
Server: Leviathan
Game: FFXI
user: ChaosX128
Posts: 20284
By Leviathan.Chaosx 2012-02-24 00:05:50
Link | Quote | Reply
 
You also need an event to do that calculation.

Like a button, then onclick do your calculation.

EDIT: or on buttonpress, or something along those lines.
 Cerberus.Irohuro
Offline
Server: Cerberus
Game: FFXI
user: Irohuro
Posts: 6583
By Cerberus.Irohuro 2012-02-24 00:06:50
Link | Quote | Reply
 
ok what the hell, the question says "just make a TOE and only enter the code for the exit button click event"

but in the assignment directions on blackboard, it has
NOTE: use decimals for the tip percents.

so am i supposed to *** write the entire code or not? stupid *** class with no useful instructions
 Bismarck.Moonlightespada
MSPaint Winner
Offline
Server: Bismarck
Game: FFXI
Posts: 9553
By Bismarck.Moonlightespada 2012-02-24 00:07:33
Link | Quote | Reply
 
damnit... outa frigging sake -,-
 Cerberus.Irohuro
Offline
Server: Cerberus
Game: FFXI
user: Irohuro
Posts: 6583
By Cerberus.Irohuro 2012-02-24 00:07:37
Link | Quote | Reply
 
Leviathan.Chaosx said: »
You also need an event to do that calculation.

Like a button, then onclick do your calculation.

EDIT: or on buttonpress, or something along those lines.

well yea, i have the button for it. the entire chapter is focused on "proper window layout design" @.@
 Caitsith.Zahrah
Offline
Server: Caitsith
Game: FFXI
user: zahrah
By Caitsith.Zahrah 2012-02-24 00:07:58
Link | Quote | Reply
 
Valefor.Slipispsycho said: »
The two things that come to mind are malibu and khaluah or however it's spelled.

I mean if we're not talking flavored liquor, vodka and everclear tastes pretty sweet to me.

Bleh! Malibu! Come on, Slip! I know you're no prom queen.
[+]
 Bahamut.Jetackuu
Offline
Server: Bahamut
Game: FFXI
user: Jetackuu
Posts: 9001
By Bahamut.Jetackuu 2012-02-24 00:18:21
Link | Quote | Reply
 
yeah install the game studio and under start new, pick visual C# then xna game studio then type of game.

 Odin.Sawtelle
Offline
Server: Odin
Game: FFXI
user: tooheyv
Posts: 1925
By Odin.Sawtelle 2012-02-24 00:18:48
Link | Quote | Reply
 
Caitsith.Zahrah said: »
Valefor.Slipispsycho said: »
The two things that come to mind are malibu and khaluah or however it's spelled.

I mean if we're not talking flavored liquor, vodka and everclear tastes pretty sweet to me.

Bleh! Malibu! Come on, Slip! I know you're no prom queen.
Prom queens dont drink everclear, so I also know hes no prom queen!
[+]
 Caitsith.Zahrah
Offline
Server: Caitsith
Game: FFXI
user: zahrah
By Caitsith.Zahrah 2012-02-24 00:21:45
Link | Quote | Reply
 
Odin.Sawtelle said: »
Caitsith.Zahrah said: »
Valefor.Slipispsycho said: »
The two things that come to mind are malibu and khaluah or however it's spelled.

I mean if we're not talking flavored liquor, vodka and everclear tastes pretty sweet to me.

Bleh! Malibu! Come on, Slip! I know you're no prom queen.
Prom queens dont drink everclear, so I also know hes no prom queen!

Malibu...Malibu is what I'm knocking, silly. Everclear is best served in Jello shot form. YUM! Good memories!
[+]
Offline
Posts: 657
By Gimp 2012-02-24 00:22:28
Link | Quote | Reply
 
Caitsith.Zahrah said: »
Gimp said: »
Kind of an awkward question but what is a good sweet liquor? And how would describe it's taste?

Hrrrmmm...People always say things that interest me before bed. ALWAYS!!!

Ummm...Like what are you looking for specifically? A mixer? Tequila is my go-to-gal. You can always go sweet, sour, fruity, etc.

EDIT: I'm partial to margaritas and Mexican martinis.


Appreciate the feedback guys! I don't think i can use something I never experienced just doesn't feel authentic. It's for poetry
[+]
 Valefor.Slipispsycho
Offline
Server: Valefor
Game: FFXI
Posts: 14155
By Valefor.Slipispsycho 2012-02-24 00:27:07
Link | Quote | Reply
 
Caitsith.Zahrah said: »
Valefor.Slipispsycho said: »
The two things that come to mind are malibu and khaluah or however it's spelled.

I mean if we're not talking flavored liquor, vodka and everclear tastes pretty sweet to me.

Bleh! Malibu! Come on, Slip! I know you're no prom queen.
Hey he asked for sweet ***.. I can't really drink flavored liquors.. They're like drinking syrup..

Although you made me remember one I forgot, that I will drink.. Hypnotiq

I looooooooooooooooooooooooooooooove me some incredible hulks.. Not that ***you'll get in a bar, the real thing.. One part Hypnotiq, one part Hennesey.

Speaking of that, Hennesey and Red Bull is pretty damn good too.. It tastes a lot like apple juice..

Oh and I guess I will drink malibu under certain circumstances.. Caribou Lou.. That ***is good.
 Odin.Sawtelle
Offline
Server: Odin
Game: FFXI
user: tooheyv
Posts: 1925
By Odin.Sawtelle 2012-02-24 00:28:06
Link | Quote | Reply
 
Caitsith.Zahrah said: »
Odin.Sawtelle said: »
Caitsith.Zahrah said: »
Valefor.Slipispsycho said: »
The two things that come to mind are malibu and khaluah or however it's spelled.

I mean if we're not talking flavored liquor, vodka and everclear tastes pretty sweet to me.

Bleh! Malibu! Come on, Slip! I know you're no prom queen.
Prom queens dont drink everclear, so I also know hes no prom queen!

Malibu...Malibu is what I'm knocking, silly. Everclear is best served in Jello shot form because you can get the girls to drink like 6 before the effects kick in. Good memories!
ftfy :3
 Bahamut.Jetackuu
Offline
Server: Bahamut
Game: FFXI
user: Jetackuu
Posts: 9001
By Bahamut.Jetackuu 2012-02-24 00:29:26
Link | Quote | Reply
 
I drink straight liquor, don't really care what it is.

after about 3 shots I don't need a chaser anymore (depending if I needed one at all).
[+]
 Pandemonium.Anookulchandra
Offline
Server: Pandemonium
Game: FFXI
Posts: 2168
By Pandemonium.Anookulchandra 2012-02-24 00:32:03
Link | Quote | Reply
 
Bahamut.Jetackuu said: »
I drink straight liquor, don't really care what it is.

after about 3 shots I don't need a chaser anymore (depending if I needed one at all).

Thanks.... after that... your picture of bender made me read your post in his voice... and I am continuing to do so
[+]
 Bahamut.Jetackuu
Offline
Server: Bahamut
Game: FFXI
user: Jetackuu
Posts: 9001
By Bahamut.Jetackuu 2012-02-24 00:33:10
Link | Quote | Reply
 
ha
 Caitsith.Zahrah
Offline
Server: Caitsith
Game: FFXI
user: zahrah
By Caitsith.Zahrah 2012-02-24 00:33:26
Link | Quote | Reply
 
Valefor.Slipispsycho said: »
Hey he asked for sweet ***.. I can't really drink flavored liquors.. They're like drinking syrup..

Yeah...I don't like flavored liquors that much either.

Odin.Sawtelle said: »
Caitsith.Zahrah said: »
Malibu...Malibu is what I'm knocking, silly. Everclear is best served in Jello shot form because you can get the girls to drink like 6 before the effects kick in. Good memories!
ftfy :3

You're one of those guys, huh?

/chuckles to herself and falls off the back of a patio
[+]
 Phoenix.Shadowkero
Offline
Server: Phoenix
Game: FFXI
Posts: 4
By Phoenix.Shadowkero 2012-02-24 00:36:00
Link | Quote | Reply
 
O.o
 Caitsith.Zahrah
Offline
Server: Caitsith
Game: FFXI
user: zahrah
By Caitsith.Zahrah 2012-02-24 00:36:59
Link | Quote | Reply
 
Way past my bedtime. Night, all!
 Bismarck.Magnuss
Offline
Server: Bismarck
Game: FFXI
Posts: 28615
By Bismarck.Magnuss 2012-02-24 00:37:21
Link | Quote | Reply
 
See ya, Zah.
By Amaelphoenix 2012-02-24 00:38:38
Link | Quote | Reply
 
Night
First Page 2 3 ... 4791 4792 4793 ... 22932 22933 22934