Jump to content

rgrant1993

Member
  • Posts

    8
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About rgrant1993

  • Birthday 12/21/1993

Contact Methods

  • MSN
    rgrant1993@hotmail.com
  • Yahoo
    rgrant1993@yahoo.com

Profile Information

  • OS
    Windows 7 x86

rgrant1993's Achievements

0

Reputation

  1. for internet explorer we have <--[if ie]> <![endif]--> what is the mozilla firefox code? i researched this and came up with <--[if Gecko]> <![endif]--> But it is not working. i am linking the cascading style sheets to my html page. like this- index.html <html> <head> <title>Moz</title> <!--[if Gecko]> <link href="CSS/index.css" rel="stylesheet" type="text/css"> <![endif]--> </head> <body> <hgroup> <h1>text 1</h1> <h2>text 2</h2> </hgroup> </body> </html> index.css @charset "utf-8"; /* CSS Document */ body{/* background image and settings */ background-image:url('../images/background.png'); background-repeat:repeat-y; background-size:1345px; } hgroup {/* text center */ text-align:center;
  2. just use this: @echo off Color 0c wmic csproduct get name pause
  3. I need to make listbox3 with Line 1 a shortcut inside another code. here is what i mean... CODE is WRONG! Registry.SetValue(Listbox3.line1.text) The code is to change the value inside the registry. thanks in advanced.
  4. i need more info.. im not comprehending what your saying.
  5. go to the game install folder and look for the file containing the graphics settings.
  6. More than likely a vbs is causing this. VBS is visual basic script. a lot of little kids these days think its funny to make fake viruses. Open your Taskmanager and look for anything that shouldnt belong. IF that doesn't work? its prob. your pc settings goto> right click desktop > personalize > Desktop color > under drop down box goto icon then select the size.
  7. Basically i have multi files to run creating a program. all of the files are in the same folder, so i need my .batch file to retrieve its own location to open the files in a sequencing order. using the directory input information (C:\Users\Richard\Desktop\Folder) is out of the question because whome ever downloads the file may move the folder to a different location. This WOULD be much appreciated!
×
×
  • Create New...