Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements

16 Posted Topics

Member Avatar for wilko1995

hi there, I recently bought a new graphics card for my computer but the problem im having is that i cant use the screen with the new gfx untill its installed but i dont know how to install it without a screen... :/ please help

Member Avatar for JorgeM
0
77
Member Avatar for wilko1995

Hello, My graphics card - Gigabyte GT630 - wont send a signal to the monitor. Could someone please explain how to get it to work? thanks

Member Avatar for rubberman
0
121
Member Avatar for wilko1995

Hi, How would i go about creating a menu like the one that this website has? [URL="http://oas.com.au"]http://oas.com.au[/URL]

Member Avatar for AleMonteiro
0
101
Member Avatar for wilko1995

Hi all, I want some help with this code, the problem is that the content and menu are stretching all the way to the right... but should be centered. [CODE=css]/* BEGIN BASIC FORUM STYLES */ body { background-color: #4E4E4E; text-align: center; /* make sure IE centers the page too */ …

Member Avatar for Skorpio07
0
212
Member Avatar for wilko1995

Hi all, [CODE]<?php $con = mysql_connect('localhost','root',''); if (!$con) { die("Could not connect: " . mysql_error()); } mysql_select_db('users',$con); $sql="SELECT username FROM users_info"; $user = $_POST[username] if($sql != $user) { die("Error: Username is not in our database! Make sure you check the spelling."); } else { redirect('/users/' ->$user); } mysql_close($con); ?>[/CODE] The …

Member Avatar for karthik_ppts
0
113
Member Avatar for wilko1995

Hi, How would i make something like on google maps where you type in an address/location and it will show you how to get there, and give you directions. I dont need a full code butwould like to knw what something like that is call/how to start off with it. …

Member Avatar for wilko1995
0
113
Member Avatar for wilko1995

Hi all, I have this .vb script but i want to be able to open it without going through Visual Studio 2008. What file extension would i use so i am able to run it without VS2008?

Member Avatar for Oxiegen
0
75
Member Avatar for wilko1995

Hi all, I want to make a dropdown link list like the one at the top of DaniWeb. What would that be called? How do i start?? Thanks Wilko

Member Avatar for scrappedcola
0
90
Member Avatar for wilko1995

Hi all, When i log into my Administrator account it only has a black screen and the cursor. I have tried Repairing it and Restoring to a previous time, but neither have worked. I can get it to work in safe mode but thats it. Please help, i need it …

Member Avatar for compnutt
0
251
Member Avatar for wilko1995

Hi all, i need help with this code. [CODE]<html> <head> <SCRIPT LANGUAGE="VBScript"> <!-- Sub button_OnClick Dim TheForm Dim y Set TheForm = Document.form1 If IsNumeric(TheForm.inputbox.Value) Then If TheForm.inputbox.Value >= 1 Then y = TheForm.inputbox.Value * 1.3 Alert("Your $AUD is $" & y) End If Else Alert("Please enter a numeric value.") …

Member Avatar for WaltP
0
119
Member Avatar for wilko1995

Hey, does anyone think they could explain how this code works? [CODE]def hanoi(n, a='A', b='B', c='C'): """ move n discs from a to c using b as middle """ if n == 0: return hanoi(n-1, a, c, b) print a, '->', c hanoi(n-1, b, a, c) hanoi(3) [/CODE]

Member Avatar for TrustyTony
0
133
Member Avatar for wilko1995

How do i make a code so that i can open a file if the person that is using it types 1 for yes or 2 for no Heres my code, [CODE]#include <iostream> #include <fstream> using namespace std; int main(){ // for logging in int Pass, Name; Pass = 159876; …

Member Avatar for Ancient Dragon
0
205
Member Avatar for aianne

i can help u but the rules state "Dont give away code" but i can always help

Member Avatar for Tigran
0
109
Member Avatar for wilko1995
Member Avatar for CreativeCoding
0
116
Member Avatar for wilko1995

Hey, im making a code to ask a user to type in a username and password to continue and for the console to say "thanks" and i need help. Heres my "Unsuccessful" Code: [code]#include <iostream> using namespace std; int main(){ int a, b; a = 159876; b = 43812385; int …

Member Avatar for wilko1995
0
135
Member Avatar for wilko1995

Hey, WHen i load Dev-C++ a box comes up and says "There doesn't seem to be a GNU Make File in Path or in Dev-C++'s bin... " how do i make a GNU Make File? wilko1995

Member Avatar for abhi_elementx
0
126

The End.