7,623 Posted Topics
Re: sounds like a bad graphics card maybe? if it has onboard video try removing the addin graphics card and using that - if it works then we know you need a new card, if not then we can assumne its a bad motherboard and / or ram/cpu/psu | |
| |
Re: you can make it ask for a password but its crapppy as holding shift usually removes it (but not on all versions) its under database tools -> security | |
Re: yeah, download Visual Web Developer and SQL Express as well as the Personal Site Starter Kit. | |
| |
Re: what graphics card (ATI or Nvidia) do u have and do you have the newest driver for it? | |
Re: im learning it at college and i hate it (although i do value its importance) - IMHO its great for speed/size critical things but for most applications it is not worth taking the time as Assembly is hard to maintain and could require many hundreds of lines to accomplish what … | |
Re: ive got a similar app which i run from my pocketpc. Ive noticed that some machines do as you describe whereas others do not. It is not a network issue but a machine specific one | |
Re: In the server explorer sidebar you can select what control each field should be and then be able to drag them nto your form | |
Re: yeah, my laptop of 6 years does that. Doeant read anything now first it stopped dvdrws, then dvdrs then dvds then cdrws then cdrs then cds and now doesnt read anything :( - i think the drives just wear out | |
Re: you need to install the XP bootloader to the second drive you can do this by removing the old drive and booting off your xp cd (cant remember what the exact command is) | |
Re: yeah, its working fine for me, i just lodged a message | |
Re: you can turn that off, its under security policy | |
Re: the new drive requires partitioning and formatting in xp go control panel -> administrative tools -> computer management Select disk management under the storage section on the left | |
Re: It is visual basic (cant tell which version but i think its .NET) dont know what it does really | |
Re: i have a similar piece of cde but its in ASP.NET (VB) not classic ASP | |
Re: here is how to get UK pounds: on xp go control panel -> regional and language Click the languages tab then the details button add United Kingdom under keyboard | |
Re: if its an SCSI or SATA hdd or is connected to a RAID controller then you wil need a driver floppy for windows to find the disk. | |
Re: i have included a zip file with php pages with the following: [B]data entry html form (its a simple adress book)[/B] [B]php script to process the form and put it into the database[/B] [B]php page showing a report of all the contacts in the database[/B] (edit dbinfo.inc.php and specify your … | |
Re: i know i have something like this on my dell. it runs the network card at 1000mbps when in usual mode or 100mbps when in powersave. | |
| |
Re: my keyboard is circa 1993. I love it as its clicky - hate those new keybiards with small squidgy keys (have to use a d to ps/2 adapter lol) | |
Re: "int" isnt for decimal variables , its for whole numbers you should use the "float" datatype for decimals e.g float pricea, priceb; | |
Ok here is my code: [code] <html> <head> <title> PHP Test Page </title> </head> <body> <?php echo date("H:i"); echo gmdate("M d Y"); $counter_file = "count.dat"; if(!($fp = fopen($counter_file, "r"))) die ("Cannot open $counter_file."); $counter = (int) fread($fp, 20); fclose($fp); $counter++; echo "You're visitor No. $counter."; $fp = fopen($counter_file, "w"); fwrite($fp, … | |
Re: [B][COLOR=#d000a0]im an:[/COLOR][/B] [B][COLOR=#d000a0][/COLOR][/B] [B][COLOR=#d000a0]ISTP[/COLOR][/B] | |
Re: on some dells (my one does) you hit control + f11 repeatedly when the pc is starting up and it will reinstall the OS from a hidden partition | |
Re: on my personal website if the page is not found they get a sorry message and are taken back to the previous page in 3 seconds | |
Re: why do you need netscape anyway? | |
Re: depends if its a BIOS/hard disk password or a windows password. its probably best not to get inolved though | |
Re: take a look at the "windows prentation foundation" or something along the lines of that | |
Re: use memtest86 to check for bad ram maybe? some pcs have a max ram per slot e.g my old pc has max total ram of 384mb and max per slot of 128 so i had: 256 256 and it effectively wasted 128mb of ram | |
Re: yeah i use fireworks (had to make a logo for college database project) | |
Re: it should satart automatically when you put the cd in i think you burnt it wrong. you DO NOT burn the .iso to a disk as a file, like you would do for say, a word document you want to send to a friend. you have to burn it with … | |
Re: yeah the answer is no as XP is an NT based system so has no DOS backend (unlike win98) | |
Re: yeah if will need replacing. get a new one if its still under warranty but you may also want to consider just buying another brand as seagates seem to be more prone to dying prematurely than other drives in my experience | |
Re: i disagree I run a web server happily on 128mb ram and 2x 233mhz pentium IIs Main thing is fast HDDs / NICs and reliable | |
Re: that dlink does suck. my cousin has it get a linksys - i have 3 and highly recommend also the phones shouldnt be that bad, my phoneis next to my wifi router and it works fine the reason it might randpmly reboot/drop is i have noticeed if you are using … | |
Re: maybe the icons didnt get bigger as such, maybe what in fact happened was that the resolution was reduced. right click on the desktop and select properties then go into the setiings tab there should be a slider saying screen resolution - try and increase it. if something happens like … | |
| |
Re: i think its something in the options menu as i know the ones in college are always going like that (maybe people do it for a laugh?) | |
Re: try holding down shift when right clicking |
The End.