Jump to content

zohan6934

Member
  • Posts

    10
  • Joined

  • Last visited

Awards

This user doesn't have any awards

About zohan6934

  • Birthday November 13

Contact Methods

  • Twitter
    https://twitter.com/zohan6934

Profile Information

  • Gender
    Male
  • Interests
    Computers, games
  • Occupation
    IT technician

System

  • CPU
    AMD FX-6300
  • Motherboard
    MSI 970a-G43
  • RAM
    32 GB G.Skill Ripjaws 1600
  • GPU
    AMD Raedeon R9 390
  • Storage
    256 GB Cruical SSD, 1TB Seagate HDD, 2TB WD HDD
  • PSU
    850W EVGA Full Mod
  • Display(s)
    1080p 40 inch 60hertz TV, 720p 60hertz monitor
  • Cooling
    Shit ton of fans
  • Keyboard
    Blackweb Centaur Keyboard
  • Mouse
    Janky ass mouse
  • Sound
    Logitech Speaker+Bass
  • Operating System
    Windows 10

Recent Profile Visitors

645 profile views

zohan6934's Achievements

  1. Hey everyone, Does anyone know a way to block websites for a certain user on windows 10? I know I can just edit the host file but I still want the admin account to have full access, just need the regular user account to be restricted. This can be done on chrome with a few extensions, but I need it to be a bit harder to get around then uninstalling the extension, or using another browser Any ideas? Thanks
  2. Didn't work, I tried it both with the power off, and touching the pins as I pushed the power button, still not boot at all
  3. Ok so I've been trying to tackle this problem on my personal rig for a couple hours with no luck maybe someone out there knows more than I do I've got a 990FXA AM3+ socket motherboard from MSI, I was attempting to overclock my RAM, I went into Bios, changed the settings, restarted...and got nothing, I figured that I either screwed something up or my ram didn't like going that high, well I tried to reset CMOS by taking out the battery for about a minute, put it back in and got nothing, looking through the manual for the board it looks like I also need to reset some jumpers, but I'm not sure how to reset those jumpers, I didn't see anything on the pins to reset them so I skipped that and tried everything else I could think of, if anyone can help me out I'd be much appreciated
  4. I have a project due in a couple days for my class, it's in vb (I'm sorry) I keep getting an error that says "Value of type 'String' cannot be converted to 'System.Windows.Forms.Label'." Option Strict On Public Class Form1 ' Currency Calculator ' ----- ' 2/22/2016 ' Program will calculate currency exchange from Euros to USD and from Yen to USD Private Sub btnCalculate_Click(sender As Object, e As EventArgs) Handles btnCalculate.Click ' This event handler will take the users input and times it by 1.13 to get the exchange rate for Euros to USD lblUSD1 = Format("currency") ' Declare a variable to calcualte the exchange rate Dim dblexchange As Double ' Takes the number in txtEuro and times it by 1.13 to get the exchange rate dblexchange = CDec(txtEuro.Text) * (1.13) ' Displays the Result in lblUSD1 lblUSD1.Text = CStr(dblexchange) End Sub Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click ' This event handler will take the users input and times it by 0.0087 to get the exchange rate for Yen to USD lblUSD2 = Format("currency") ' Declare a variable to calcualte the exchange rate Dim dblexchange As Double ' Takes the number in txtEuro and times it by 1.13 to get the exchange rate dblexchange = CDec(txtYen.Text) * (0.0087) ' Displays the Result in lblUSD1 lblUSD2.Text = CStr(dblexchange) End Sub Private Sub btnClear_Click(sender As Object, e As EventArgs) Handles btnClear.Click ' Clears all numbers from the Text boxes and labels txtEuro.Clear() txtYen.Clear() lblUSD2.Text = "" lblUSD1.Text = "" ' Reset the focus txtEuro.Focus() End Sub Private Sub btnExit_Click(sender As Object, e As EventArgs) Handles btnExit.Click Me.Close() End Sub End Class I'm trying to create a currency converter for Euro and Yen to USD but my teacher wanted it the currency format, where it rounds to the nearest hundredths place in the decimals and includes the $ sign as well as any commas needed If anyone could help me out and point out in detail what it is I'm forgetting I'd love you forever I'm sorry I'm still really new to programming
  5. The title may be a bit misleading and if so I apologize I'm very new to programming, I've only learned some VB so far, but in my attempt to learn I try to program something different every day, Most of the time it's something simple, a Trivia question one day, a simple program that displays a message when started But today I wanted to try something a bit more difficult, I make a clock in VB and sync it to an online clock at http://www.time.gov/ I know how to make links to website in applications, but not sure how to have a program reach out to a website for certain information in this case a time I'm not sure how to do this, or if it's even possible in vb, if someone could help me out I'd greatly appreciate it
  6. As the title says, do you guys think that whenever the next gen consoles come out, they'll support 4k @60fps games?
  7. Hey people, I got a question that may seem a little weird I'm curious to know what makes a game more or less CPU/GPU intensive, I know that most modern games depend on a good GPU to do more of the heavy lifting while the CPU can basically sit in a chair sipping some tea While a lot of older games relied more heavily on the CPU What changed? Just curious thanks
  8. Know of any good boards that I can buy then? I got the board I did because it was what I could afford when I built my rig, I don't have a problem upgrading
  9. Hey ppl, I got a question, I'm currently running a AMD-6300 6 core CPU on my desktop I want to upgrade to an 8-core AMD (Sorry Intel peeps I just think AMD is good enough for the workload) Temperatures aren't to much a problem, I get temperatures under load of around 40C or so with my cooler (Don't remember what cooler though sorry) I'm using a MSI 970a-G43 motherboard, anyone gor a good 8 core CPU for that board, or should I get a new Motherboard all together? Opinions appreciated
  10. zohan6934

    Howdy

    ayyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
  11. zohan6934

    Howdy

    Hey I'm knew to the forum (and this is really the first forum I've attempted to visit regularly) I plan to be active in the support sections (Fixing computers is something I enjoy way to damn much) Anyway that's bout it so see ya round
  12. Kova white would be AWESOME! I'd love to get one because my mouse is a half decade old piece of junk with nearly broken clickers
×