5,346 Topics
![]() | |
super sensitive tiny (preferably wireless) external microphone Respected Friends This is my first post here and seeing the helpful community here I am daring to ask for your advice. Is it possible to get online (AND SHIPPED TO INDIA) ; an external microphone which is a. super sensitive (so that … | |
Hi there! I'm new here. I already tried posting this in the PCI/Peripheral Device Forum and recieved no answer yet. My problem: I have a Compaq Deskpro-EN PIII-550 10GB-HD 192MB-RAM WinXP Pro When I install a PCI Firewire host adapter card (3x 6pin external/1x 6pin internal) my computer will no … | |
Right, I have McAfee Anytivirus and Antispyware, and put simply, it sucks, I also have Spybot Search & Destroy and Ad-aware but I cant detect and delete whatever virus/spyware i have on my comp at this giving moment. Its eating my bandwith I use Firefox and I get popups from … | |
Hi all, just need some help on my coding. I cant figure out what i'm doing wrong as far as i can see it should be working.... It s a very basic guestbook form and the cgi script seems to work but for some reason my reply page won't show … | |
Okay, I've gotten irritated enough with this to find a forum and post here. The initial machine: K8N Neo2 Athlon64 3200+ 1Gb Corsair XMS Radeon 9600 (Sapphire) 450W PSU 2x SATA HDD 2X PATA HDD Thermaltake Xaser III case Soundblaster Audigy2 ZS Buffalo Wifi card DVD Writer I ran it … | |
hiya all.The problem is this i have created this Form1.exe in visiual basic.But I can't seem to be able to erase it.I tried everything.First I tried shift+del then i went like to safe mode from admin than from my normal user name but each time i try to erase it … | |
I had to power off as it would not shutdown. Now when I turn it on, it goes through POST fine, starts to boot and then just a blank screen. No curser, no HD activity. Nothing. I am building XP onto a new HD just to ensure hardware is OK. … | |
Note -- This post was split from thread [url]http://www.daniweb.com/techtalkforums/thread5036-5.html[/url] [QUOTE=TallCool1]Nothing is lost. Nescape/Mozilla can import favorites from Internet Explorer, and Microsoft provides [URL=http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q152/6/81.asp&NoWebContent=1][b]favtool.exe[/b][/URL], which works both ways. But these are only temporary solutions. Your long-term problem is a hijacker, Trojan, or Virus that's wedged its way into your desktop. This … ![]() | |
Ok,I sent a im to somone but, anyways I'm realy new to this hijackthis.I was hoping somone could tell me how it works it what I need to do with it? Also how to post a hijackthis log.Any help would be great thanks | |
Hello all, I've recently put together an older computer for my mother. The computer will POST, and it recognizes the sound card, hard drive and recognizes the video card. However, after post when it is going to load it goes to a blank screen that says: "Press A Key To … | |
Please help, for some reason its like explorer keeps restarting itself.. I was infected with a virus but I got rid of it.. It was a Trojan Dropper, I had read that it is a backdoor.. I didnt want to post in the virus/hardware forum because I don't know if … | |
OK, it may not be the floppy drive itself, but... Every time I boot Windows (doesn't happen in Linux) my floppy drive light comes on and starts buzzing. It happens about 2-3 times before it finally stops. I'm thinking it's virus-related, but is it a virus trying to infect it … | |
Below is my source code for a questionnaire I created using HTML and ASP. It contains radio buttons for the selections. I coded it using ASP and HTML. However, when I click the submit button the selections made by user are not displayed on the screen. What am I missing? … | |
Hi everyone. I haven't had much luck finding articles addressing this issue so I thought I'd post my question here. First off, I'm a pretty serious video editor. I've been looking into the PowerMac G5's and wanted to know the pros/cons between a PowerMac G5 and a high-end pc running … | |
I guess that first post was a bit vauge. I have Apache/1.3.3 (Win32) mod_perl/1.29_01-dev up and running. But it's Wide Open! Can someone give me a Walkthrough on setting up the htaccess, htpasswd, and how to use the dbmmanage? Examples would help. Forgive Me the first post, this is really … | |
What I'm needing to do is set up a Login mechanism for My Website, The Login Page can be found at http://cksPlace.dns2go.com But it's from My last set up using only a FTP server, and AnalogXs' Simple Server. That's when I was running on an ole 98SE box, and it … | |
hi people, i am having some problems, perhaps understanding about how dynamic memory allocation works with pointers and arrays. Im trying to get the user to input the size of the string in my program and allocates a certain amount of memory to hold the string of the size. Next, … | |
i'm new to java and this is my first post and a silly one too plzz help me out under what context should these both be used and how is it internally expressed or used by the compiler | |
hi there, i was told to post my hijack this log file here so here it is: Logfile of HijackThis v1.99.1 Scan saved at 10:23:39 AM, on 8/30/2005 Platform: Windows XP (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 (6.00.2600.0000) Running processes: C:\WINNT\System32\smss.exe C:\WINNT\system32\winlogon.exe C:\WINNT\system32\services.exe C:\WINNT\system32\lsass.exe C:\WINNT\system32\svchost.exe C:\WINNT\System32\svchost.exe C:\WINNT\Explorer.EXE C:\WINNT\system32\spoolsv.exe C:\WINNT\System32\atiptaxx.exe C:\Program … | |
Hello, I'm trying to capture letters entered by user into an array using classes. Although I'm having some unknown difficult issues: [code] //main .cpp file. int main() { char guess = 'a'; hangman game1; game1.getbuffer(guess); guess = 'b'; game1.getbuffer(guess); return 0; }[/code] at the minute as you can see I'm … | |
Please help, for some reason its like explorer keeps restarting itself.. I was infected with a virus but I got rid of it.. It was a Trojan Dropper, I had read that it is a backdoor.. I didnt want to post in the virus/hardware forum because I don't know if … | |
Please help, for some reason its like explorer keeps restarting itself.. I was infected with a virus but I got rid of it.. It was a Trojan Dropper, I had read that it is a backdoor.. I didnt want to post in the virus/hardware forum because I don't know if … | |
hope I can get a little help here. I have list here, right now it is showing the whole path when user drops the list down. I don't want user to see the path. I want them to see only single name like Phone, pics etc. but when user selects … | |
Hi All, I am new to java/jsp. I have made a jsp page. And i have included the java code in jsp itself using <%,%> tags. Now i want to move the code to java files keeping this as plain jsp. I think i need to use java beans.Can anyone … | |
My problem is similar to many problems in this forum. My system will not boot or beep with my X800 pro in. I'm building Gigabyte GA-K8NXP-9 mainboard 3000+ Athlon64 X800 pro 256MB PCI-E etc. I have decided the VGA card is most likely at fault since i can boot the … | |
Hey, i have recievied Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /u3.bristol/s20/ad999/public_html/register.php on line 63, i was wondering what the problem could be, i really need help as my dissertation deadline is coming soon. <?php # Script 12.6 - register.php // This is the registration … | |
Dynamically Update Your Web Pages Via E-Mail If you can Send an E-Mail you can Dynamically update Your Web Pages. Following a few simple Steps and the Power of Blogs you can Mail in your Web Page Updates anytime you want too. Step 1 - Get a Blog account. Go … | |
i dont know if im posting in the right place or not but what do most of you feel about this is there any safe way in doing this that wont harm your computer? are programs such as windows blinds and etc safe? what are your suggestions, etc? post your … | |
Hello. Can anyone point me to a tutorial on how to properly organize header files? What I have (this time, I really can't post the code itself) is an MFC document class that contains a vector of classes that have an instance of a pointer to a base class (defined … | |
Hello, I've got a problem with packtes sending. I'd like to send packet that is record like this: [code]TPacket: Record Typ: Integer; Length: Integer; RequestType: Byte; Request: String; // or Array of Char end;[/code] I'm using TidTCPClient to send packets. But When I write: [code]client.WriteBuffer(Packet,SizeOf(Packet));[/code] Client is TidTCPCLient var, and … | |
Wasnt sure if this is the right place to post, but here goes anyway. You will need either IE5+, Opera 8, Firefox or a recent version of Mozilla to view this tutorial. Safari should work too, but I am guessing on that, so it would be good if someone can … | |
Hi there! I'm new here. My problem: I have a Compaq Deskpro-EN PIII-550 10GB-HD 192MB-RAM WinXP Pro When I install a PCI Firewire host adapter (3x 6pin external/1x 6pin internal) my computer will no longer POST. powers up, fans on, can hear HD spin up, but then that's it, no … | |
Hi everyone, I am new here, I need help and want to help!! I will post my question soon, best regards, Alem | |
i have an a8n sli premium board that wont boot. I was overclocking my memory when bios crashed while saving. after that pc wouldent boot. power was flowing as all fans ect started spinning, i can hear the harddrive going through post, its a sata hd hardware is a8n sli … | |
1. Once we have attached something to a thread is there any way to delete the attachment at some later date? since we have a limited amount of space for attachments how do we clean this up for future use? 2. I added a new contribution to Code Snippets but … | |
Hello all you VB.NET 'ers This being my first post would first of all like to say "Hallo!" :cheesy: My problem is with Microsoft's FTP class [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;832679[/url] When I use this class, I am calling the GetFileList Function to populate a listbox so that the user may be able to … | |
Hello, I am new to Python and I am just starting to figure things out but this one has me stumped. I need to capture the exit code of my processes in order to track them in a database. I have all the other components working except this. In DOS … | |
Hello, this is my first post ever sow please don't kill me right away but I am looking for some code to get started with ... I am a hardware guy :o but I would like to start using my basic knowledge on C++ for one of my personal project … | |
Hi, I need some help with a computer my friend let me have. They had lightning strike and the only thing they noticed was the power buttons led wasnt working, but after a while the whole thing went dead. They took it to a company that charged them $80 to … | |
I'm looking for a script that will allow me to post a large amount of files to a folder on my website, and then have it generate an html page with a list of links to those files. Any ideas? I just have so many files, and don't wish to … | |
I'm a man age 36 just from a few days ago, on Aug 8. let see tell you about myself, kinda hard to do...... I'm a computer geek and I love computer games like black hawk down, I from Houston Texas and I was born here, I am married and … | |
Hello everyone, this is my first post here and im in need of some help. I have a Compaq Presario (R4012US) with a built in Broadcom 802.11 b/g card, windows XP home SP2. I was able to access the internet with it a week ago with having anywhere from 2-4 … | |
Alright now. I have a P4 3.0ghz processor with a Asus p4p800 Deluxe mobo, 1gb of ocz ram, a GeforceFX 5950 ultra, audigy 2 zs platium pro, wireless netgear g adaptor, floppy drive, cd-rw drive and a dvd drive. I havent changed anything recently but my computer will turn on … | |
I recently tried to install a 6600GT video card, but got no POST, no mouse, nothin'. Here's the [URL=http://www.daniweb.com/techtalkforums/thread30691.html]thread[/URL]. I RMA'd the card, but in the meantime, I read that one of the fixes for the problem I had was to reinstall Windows XP. I don't want to unless I … | |
Hello, I have recently aquired a Gateway 700gr - p4 550 3.4ghz 1g ddr sata. The machine will not post. Fans come on but nothing beyond that. I have tried removing the peripheral cards one at a time and nothing. The only reaction I get from the machine is when … | |
Hi I'am new to this but I really need to clean out this computer. I tried to follow the threads on how to remove aurora. As I was on safe mode I tried to run the nail fix but when I clicked it it said the nail fix was'nt unzipped … | |
This is a store bought system. The system was booting fine. Then the last 2 months it would boot successfully 4 out of 6 times without the scandisk error messages. Now it will not boot at all. No post, nothing. Product recovery CD-Rom that came with system does nothing either. … | |
Hi All, I hope this is the right category to post this in. Can I cross post in the Building a Community category? Okay here it goes... I have a tons of e-mail addys saved up from my time online which is 6 yrs. now. Most of the people conacted … | |
Hi All, I am beginner here, just wanna to introduce Help4Hosters team [url="http://www.help4hosters.com"][/url] I will post my requests soon, best regards, Kateryna Help4Hosters Team member [i]Web link removed. Advertising your website in forum posts is not permitted! - Catweazle[/i] | |
I tried to post this earlier; no go. I am very new to the Mac world. Purchased airport extreme card online, tried to install it myself. When I tried to power up my iBook, nothing. Black screen. Had to remove the airport extreme card to make my mac operational again. … |
The End.