
sevenalive
MemberContent Type
Profiles
Forums
Events
Everything posted by sevenalive
-
Some of the Icon's in IE7 are good, like the Security tab icons, or Earthball in status bar. But most of them are Not XPized. they are Vistaized. So it wouldn't blend in.
-
What visual style are you using? If you are using Metallic or Royale then it will be grey. Try to switch to defualt blue
-
If you guys have noticed on IE7 Beta 2, they have updated the icons on it. No more <XP icons. Maybe this will be the same for vista.
-
Test your computer/browser protection to the WMF exploit
sevenalive replied to Synapse's topic in Networks and the Internet
Are you serious, the guy who started this thread should be banned, getting people to put the exploit on their computers. Do not click on the link above ppl, YOU SHOULD NO BETTER -
[deleted]
-
[deleted]
-
i have had the pleasure of testing Vista Decemeber CTP. The installation takes forever, but after that your good to go. a few remarks Most computers today will not handle most of vista's security features, so if you want vista wait untill mid 2007 for the computers to have these features, plus Ultimate edition will be out. (and better computer's) Also, if you like the glass look, better start shopping for a great video card. I have a Nvidia Geforce 440 MX AGP 8x and it does not support glass. You will need a Geforce fx 5500 or better for glass to run. Ati owners, you can read the release notes on the vista site. Overall it needs work, images are definatley a big issue. In my experience, most icons were a screwed up some how. And as far as icon sizes are concerned, they suck. Small icons are to small, Normal are too big. Normal icon size is 48x48 there is no 32x32. there are 16x16, 48x48. 128x128, and 256x256. I like 32x32!!! Also the games are great, solitaire is improved a lot, hints, sounds animations, decks and tables. Plus you can save your game. I know its solitaire but it is better than nuthing. MS brought Minesweeper back with the enhancements too. Vista still has classic theme. They need it because if the theme service crashes, how would you use the GUI??? I am not to fond of the shutdown method. The off button just puts your pc to sleep, you can't change it (yet). You must click on a drop down arrow to logoff, shutdown, restart....etc.... The security in vista is great. But there are issues, i kept getting prompted for permission if vista can open up a control panel sub-system (like sounds, or add/remove) They should have those allowed automatically. I think it was windows defender's fault, but it seemed to ask me every time (no always allow) for you noobs out there, windows defender is microsoft antispyware today. Another thing, if you still have a cdrom drive, your out of luck. Vista takes 6-8 GB of space on your HDD. The disk is a DVD only, so if you don't have a dvd rom, youll need one. Vista has a long windy road to take before RTM. I expect no public beta, Come on its an OS not MSO 2003. However there will be a beta program. also activation is still there, deal with it. Windows is a 200 dollar peice of software, you use it for 3+ years, its worth it. Windows update is gone, its built in the OS. no more windowsupdate.com!!! Overall, its a great OS so far, it has issues, i expect RC1 in august
-
[deleted]
-
[deleted]
-
Java Dice rolling game
sevenalive replied to sevenalive's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
i need some help i got it 2 roll the dice but i need to sum up everything ex. sum total 2 58542 3 21554 etc. then i also need to do the percents: ex. sum precentage 2 16% 3 27% need help, here is what i have came up with. public class DiceGame { public static void main(String args[]) { int diceCount = 1; int diceTotal = 0; DiceTracker dt = new DiceTracker(); System.out.println("Welcome to the Dice Game"); dt.rollDice(36000, diceCount); dt.printResults(); dt.printPercents(); System.out.println("Was that fun or what!"); } } public class DiceTracker { int dice[] = new int[6]; public void rollDice(int roll, int diceCount) { int mRoll = roll; for (int x = 0; x <= mRoll; x++) { dice[0] = (int)(Math.random() * 6 + 1); dice[1] = (int)(Math.random() * 6 + 1); } } public void printPercents() { for (x = ) } public void printResults() { } } need help please -
Java Dice rolling game
sevenalive replied to sevenalive's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
oh sorry here is my dicetracker public class DiceTracker { public void rollDice() { } public void printPercents() { } public void printResults() { } } i am currently trying to figure out how 2 do it myself, i need help tho -
here is what i am supposed to do: write an app to simulate the rolling to 2 dice. the app should use an object of class Random one to roll the first die and again to toll the second die. The sum of the two values should then be calculated. each die can show an integer value from 1 to 6 so sum should vary between 2 and 12. 7 being the most frequent sum. your app should roll the dice 36,000 times. USe a 1 dimenasional array to tally the number of times each possible sum appears. Display in a tabular format. determine weather the totals are resaonable. here is what i got so far: *Description:Creates a DiceTRacker object and has it roll it's dine X times. *Then is prints out the counts and percentages. *Date: 12/8/05 */ public class DiceGame { public static void main(String args[]) { DiceTracker dt = new DiceTracker(); System.out.println("Welcome to the Dice Game"); dt.rollDice(36000); dt.printResults(); dt.printPercents(); System.out.println("Was that fun or what!"); } } That is about it. I need help, i am having a brain fart and i can' think. it is done in java in console, no graphics or nuthin. thanks
-
i am not sure if that VS is a part of XPize, try redownloading the VS, if that does not work, uninstall XPize. if it goes back to normal, then it is an xpize problem, either xpize or an addon. try just installing XPize with no add ons, if the problem does not appear, it is an addon you can rule out the logon screen (i created it). however i bet the problem lies with the visual style. try redownloading and installing it!
-
I am working on a new installer, XPero's installer is a little inefficent and it has some issues. IF you installed it, you can keep it until i release my own I am currently making my own, it is almost done. download has been removed
-
i can't believe he doesn't have the .net framework. You can get it on Microsoft Update and Windows Update It is required by some programs. the .net framework is made by microsoft, it is to compete with java. It is used by visual studio .net, and upcoming visual studio 2005. Visual studio 2005 has been reborn, i used beta 2, some bugs still, but over all its great. Visual Basic is Back! Numerous fixes, advancements, and uses. Easy to use IDE make visual studio 2005 great!