Search found 1912 matches

by dos mes
Tue Jan 29, 2008 7:30 pm
Forum: Programming
Topic: XP vs Vista, program compatibility
Replies: 10
Views: 1128

Image
As for salvaging, you could always copy your controls and source over into a new project created with lower level framework.
by dos mes
Tue Jan 29, 2008 3:45 pm
Forum: Programming
Topic: XP vs Vista, program compatibility
Replies: 10
Views: 1128

08 languages use .net framework 3.0 (maybe 3.5?). Most XP users would only be running 2.0...if even. I suggest that when starting a new project, at the top right of the project dialog box, change the framework to 2.0.

For now, they would have to download and install the required framework.
by dos mes
Sat Jan 12, 2008 1:29 pm
Forum: Hardware & Software
Topic: xplorer 360
Replies: 2
Views: 778

Re: xplorer 360

aaron108 wrote:NOTE: if it matters any im running windows vista
In vista, right-click on x360 > run as admin. Even if you are the administrator of your computer, because of the UAC protection you'll still have to do that or disable the UAC all together.
by dos mes
Fri Jan 11, 2008 11:56 am
Forum: Hardware & Software
Topic: making icons?????
Replies: 6
Views: 811

If photoshop isn't available to you, this site is a great option: Bradicon!
by dos mes
Sun Jan 06, 2008 6:26 pm
Forum: Hardware & Software
Topic: Computer Monitor vs TV
Replies: 15
Views: 1453

Don't forget about tv vs monitor longevity. Assuming you buy a quality tv, it will almost certainly outlive a good monitor.
by dos mes
Mon Jul 16, 2007 12:41 pm
Forum: Programming
Topic: Some C# Questions
Replies: 15
Views: 1529

For your square root problem here's a possible solution.(note: its sloppy and there's probably better ways to do this but it works...) double d = # you want to check; long i = (long)Math.Sqrt(d); // you want to convert the sqrt to a value that does not hold decimals. ie: integers, longs, etc... if (...
by dos mes
Fri Jul 13, 2007 6:07 pm
Forum: Programming
Topic: Some C# Questions
Replies: 15
Views: 1529

Code: Select all

int variable = (Math.Sqrt(otherVariable));
To:

Code: Select all

int variable = (int)Math.Sqrt(yourDouble);
There is also the "Convert.To...()" function which is useful for many different conversions.
by dos mes
Wed Jul 04, 2007 9:15 am
Forum: Programming
Topic: Trackbars in VB.
Replies: 4
Views: 644

Under the trackbar scroll event handler:

Code: Select all

this.opacity = .1 * trackbar.value;
for vb, just change 'this' to 'me' and remove the semicolon
by dos mes
Sat Feb 10, 2007 11:40 am
Forum: Cafe
Topic: 360 VGA Cable
Replies: 17
Views: 1034

I believe This is what you want.
by dos mes
Sat Feb 03, 2007 12:37 pm
Forum: Cafe
Topic: Windows Vista
Replies: 59
Views: 2864

metkillerjoe wrote: I'll get Vista Ultimate for free :P .
Same, the company my uncle works for, works with MS and all the employees get any ms software product they want/need free. I should be getting my Ultimate edition within the week 8)
by dos mes
Sat Feb 03, 2007 7:31 am
Forum: Cafe
Topic: ok so
Replies: 32
Views: 1725

Awesome, glad to see you stay :D Even though we gained an asston of people with this merge to the non modding scene here, you aren't a dumbkid and therefore you = good to talk to...
by dos mes
Sat Jan 06, 2007 1:26 pm
Forum: Cafe
Topic: I don't have the right adjective for this girl....
Replies: 39
Views: 2267

Serious question. Are you emo?
by dos mes
Sat Jan 06, 2007 1:13 pm
Forum: Hardware & Software
Topic: Action Replay for the Xbox 360?
Replies: 7
Views: 748

You serious? How much memory is required to do this? Because I have a 1 gig flash drive. Or could I perhaps put the files on my 20 gig iPod and hook it up into my 360? If you're trying to run old saves from your old xbox off of a flash drive you wont be able too. You can only use them for media and...
by dos mes
Sat Jan 06, 2007 12:47 pm
Forum: Cafe
Topic: Stupid weather
Replies: 41
Views: 2295

Re: Stupid weather

God damn. It's the fricken middle of January and we have all the windows open in our house. It's near 75 outside. Usually at this point there's at least some snow on the ground I know metkillerjoe understands my pain in Massachusetts :P Any of you other guys getting weird weather lately? Upstate Ne...
by dos mes
Sat Jan 06, 2007 10:03 am
Forum: Hardware & Software
Topic: Action Replay for the Xbox 360?
Replies: 7
Views: 748

If it helps with your decision, I have an Xsata, and it's amazing. It's like having a softmodded Legacy Xbox, in the sense that you can get anything off your harddrive, or put anything on it. It's definitely worth the price. But, if your 360 isn't within about 2-3 feet from your comp, you can't real...
by dos mes
Mon Jan 01, 2007 4:26 pm
Forum: Cafe
Topic: What's in your clipboard?
Replies: 72
Views: 4286

VoiDeD wrote:---
for (int i = 2048; i <= MapSize - 4; i += 4)
{
Signature = Signature ^ BR.ReadInt32();
}
---

Helping someone make a resigner.. I know I'm going to suffer for it...
Why would you do that?!? There's got to be at least 50 resigners floating around the FF...
by dos mes
Mon Jan 01, 2007 12:21 pm
Forum: Cafe
Topic: H3 and our Troops
Replies: 9
Views: 759

H3 and our Troops

Bungie tossed around some betas to the troops in Iraq and these are some pics of them playing. Pics This is the best part imo. Here are 2 very short(but still revealing) clips that one of the troops must have taken. Vids Watch the second vid, but watch it by pressing pause/play all the way through i...
by dos mes
Mon Jan 01, 2007 11:03 am
Forum: Project Recruitment
Topic: Need Beta-testers
Replies: 5
Views: 558

It's called a "Klob" and it's the gun in the 3rd picture.
by dos mes
Wed Dec 27, 2006 11:57 pm
Forum: Hardware & Software
Topic: Where can I get Windows Media Connect?
Replies: 12
Views: 827

Yea. Thump/jump/flash it's all relative :P
by dos mes
Wed Dec 27, 2006 11:03 pm
Forum: Hardware & Software
Topic: Where can I get Windows Media Connect?
Replies: 12
Views: 827

My suggestion is to just use a jumpdrive. It's so much easier and you can get a decent sized drive pretty cheap today.