Jump to content

nightmare_Vg

Member
  • Posts

    106
  • Joined

  • Last visited

Awards

This user doesn't have any awards

1 Follower

Contact Methods

  • Steam
    nightmare_vg
  • Origin
    shift7410
  • PlayStation Network
    InternetLag

Profile Information

  • Gender
    Male
  • Location
    USA
  • Interests
    Gaming, Computers
  • Biography
    Ever since I was born I have had a love for computers, I am recently leaving the Console wars and joining the PC master race

System

  • CPU
    Intel Core i7 3930k
  • Motherboard
    AsRock X79 Fatality gaming series mother board
  • RAM
    G skill RipJaw ram 1866 MHZ
  • GPU
    Gtx 780ti (asus reference card)
  • Case
    Corsair 600T
  • Storage
    WD black 1 terabyte
  • PSU
    1050 watt XFX power supply
  • Display(s)
    LG 27MP65 27 inch screen (2x)
  • Cooling
    Corsair H60 CPU water cooler
  • Keyboard
    Unkown
  • Mouse
    Logitech g500S
  • Sound
    Logitech 930 Wireless Headset
  • Operating System
    Windows 7

Recent Profile Visitors

675 profile views

nightmare_Vg's Achievements

  1. Im running both computers off of a gigabit switch and I am getting stable 50 ping on my 1st computer and 50-700 ping on the other computer, The computer with the bad ping is amd based and I suspect its the motherboard motherboard : GIGABYTE GA-970A-UD3P any help? Thanks -night
  2. thats a place holder thats a name has no effect on the code
  3. becuase the equation is any two variables so it can be c-b a-c b-a ect...
  4. Im in 9th grade and im going into C++ next year im stuck here man I have 2 more days and If I dont solve this one issue I drop my A average to a C (60-70%)
  5. I am trying to create a calculator on visual basic for my class project and one equation wont work, The equation is subtract any two numbers from 3 text boxes the code is the following Public Class Form1 'Declare variable Dim FirstNum, SecondNum, ThirdNum As Double Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click 'Assign textbox values to variables FirstNum = TextBox1.Text SecondNum = TextBox2.Text ThirdNum = TextBox3.Text If TextBox3.Text <> " " Then ThirdNum = 0 If TextBox1.Text <> " " Then FirstNum = 0 If TextBox2.Text <> " " Then SecondNum = 0 'Determine which operation based on the radio button If RadioButton1.Checked = True Then TextBox4.Text = (FirstNum + SecondNum) * ThirdNum (other equation tested and works) End If If RadioButton2.Checked = True Then TextBox4.Text = (FirstNum - SecondNum) Or (SecondNum - ThirdNum) Or (ThirdNum - FirstNum) Or (FirstNum - ThirdNum) End If http://gyazo.com/4aaa2be43378047fb20cc32a5a1a72ac http://gyazo.com/fe1aa8e2795069a0d5f06bd123607f06 So to clear somethings up If I fill Variable A with the number 4 and Variable B with the number 1 I get this error http://gyazo.com/56edc0c677d1dde6688234c39010f450 But if I fill the third variable © with zero it calculates it no problem how do I fix this error? PS: Sorry for formatting issues will fix if there is any issues
  6. MG2 Looking to play have skype and TS3
  7. its for a canadian friend dude he lives in canada
  8. budget 750-950 What games? sorry for the scarce post CSGO,BF4 ect.
×