7,713 Topics
![]() | |
I too am having probs with isearch in firefox. any help would be great. Logfile of HijackThis v1.99.1 Scan saved at 12:28:19 AM, on 4/18/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\Explorer.EXE C:\WINDOWS\system32\spoolsv.exe c:\Program Files\Common Files\Symantec … | |
my desktop has been hijacked and a "Security Warning" is permanently displayed on my desktop. The warning states "A fatal error in IE has occured at 0028:C0011E36 in VXD VMM<01> + 00010E36. Error was caused by Trojan-Spy.HTML.Smitfraud.c....* System can not function in normal mode. Please check you security settings...* Scan … | |
I'm having trouble figuring out how to query multiple tables. (Note: I've greatly simplified the tables for clarity purposes) I have 2 tables: Invites and Purchases The invites table has the following fields: email & invitee The purchases table has the following fields: useremail & product Invites tables +------------------+----------------------+ | … | |
I have a datagrid that is populated with data. If the operator scrolls off to the click on a field that is off to the right (not initially displayed on the grid) ---- then the operator does something that needs to repopulate that data with a different set of information … | |
It was the [b][color=red]DISPLAY[/color][/b] that was the stumbling block :confused: [font=Arial][color=dimgray][QUOTE][font=Arial][color=dimgray][b]What is the $100 Laptop, really?[/b][/color][/font][/color][/font] [font=Arial][color=dimgray][font=Arial][color=dimgray] The $100 Laptop will be a Linux-based, full-color, full-screen laptop, which initially is achieved either by rear projecting the image on a flat screen or by using electronic ink (developed at the MIT … | |
below is my code the whole program is for prompting user to enter 10 nos. b/w 20 to 100 it will while is there to check wheter the user entr the corect number or not, it will also check that the entered number is unique and was not previously entered … | |
Hello again! Over the last few days, strange things have been happening. I've run my Ad Aware SE, my Spybot, I use Firefox when I browse, but I'm still having trouble. I'm connected to the internet, because I can talk on AIM, but when I try to browse with either … | |
[code] /* v_regdb.c ****************************************************************/ /* */ /* */ /* */ /* This is a maintenance program for an existing Vehicle Database. */ /* The program is an interactive menu system, which allows the user to */ /* edit, delete and insert records into an existing database. */ /* All input … | |
hi, i need help with getting rid of the offeroptimizer popup I have ran hijack this. My log file is below. Please help thanks in advance Logfile of HijackThis v1.99.1 Scan saved at 7:16:39 PM, on 11/04/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running … | |
Hello. As i couldnt work out my problem with my other version, i re-wrote it in a totally different form, now my program does display all the entries i make,, but the problem now is how do stop the dialog box from keep coming up. For example: i input 2 … | |
I am trying to solve an on going problem with an AMD 1.8 system. I have a new Radeon 9200SE card installed and a new Optiquest Q95 monitor, running XP Home SP2 with 256MB Ram. I probably could double the RAM but the system is not running any high powered … | |
help please i was on the computer the other day and my baby unplugged my multi plug which has my monitor and computer with some other things in it and now when i turn on the computer and monitor the monitor is really dark ive tried to reset the settings … | |
I have a tnt2 32mb agp card. works fine, but cant handle newer games. So ive purchased a fx5200 by pny (pci card). I want to run both cards, but i made a silly mistake when installing the new card. I kept my tnt2 in ( as primary) I installed … | |
Hi, I am thinking about writing a program to compare MP3's in different directories that will compare file size, ID3 tags, bit rate etc. I want to be able to search the computer for MP3 files, then list them in a rich text box like you would see in windows … | |
I've been taking an accelerated C++ program for 3 weeks now...my current assignment is to write a program that, with user input of a mortgage loan amount, the term of the loan, and the interest rate, display the monthly payment. Then list the loan balance and interest paid for each … | |
:confused: This is my first recursion project and i have no idea if i'm even going about it the right way...It's a palindrome checker, which checks for integers. I can't check it character by character as a string. It compiles clean but when i execute it i get weird results … | |
ok so i am a hs student learning some c++ and recently learned the fstream function and tried to make a load save type thing for a programm i am courently makeing. as far as i can tell the coding is correct but it isn't saveing or loading the file … | |
i teach a high school c++ course. i would like to use a window for user interface instead of dos console. could anyone provide me the basic code to display "hello world" in a window? and if possible a link to the code necessary to use window api for c++ … | |
Hey there I am new to this game. I have to create a ball puzzle to display in a webpage it consists of a tube and 8 balls 4 black and 4 white the white balls are slightly larger than the black balls I need to be able to manipulate … | |
i have created these table can you please look at them and tell me if there are right, or can you find a better way of doing them [U][B]CSS TABLE[/B][/U] CSSID Number primarykey Surname Text DOB Date/Time Comment Text [U][B]pencil table[/B][/U] PencilNumber Number CSSID Number Type Text DateIssues Date/Time LengthIssues … | |
I am trying to write a phonebook program that uses a dat file to store the numbers (ex. in dat file--John Doe 5554445555). I have it to the point when the user keys "John" in, it will display the number. If the user keys in "John Doe", it will not … | |
i have designed a database an one of my feilds is set up as an array. i had no problems reading my data into the array but i am having trouble trying to display the feild. when compiling the following error occurs. error 88 expected (. the error occurs in … | |
Hi I have a dataset which acts as a datasource to my datagrid. It just shows all the columns from a table. One of the columns is an image column. How do i show these icons\pictures on the grid? My code looks like this: dim cmd as sqlcommand dim da … | |
last night, all of a sudden when I was surfing, I realized my "right-click" function doesn't work at all in my IE (but it does everywhere else, windows, etc.), and my IE also doesn't change the site's address inthe address bar once I leave a site (for example, if I'm … | |
The following code is not performing correctly. It opens the username file but does not display the mark. [code]#include <cstdlib> //these commands are pre processors directive #include <fstream> //required for library function #include <iostream> #include <cstring> #include <string> using namespace std; int main() { cout << "Marking Program"<<endl; string username; … | |
Hye all!! here is an program statement i don't know how to do it :o ..so plz let me know itz solution... program is written below:- [B]Write a program that will get 10 numbers between 20 and 100 and store them in one dimensional array of type int , as … | |
I am looking for a site that is great with coding for msn spaces, or if you could help I was looking for a code to display the # of entries I've made, the # of comments to the site, and # of categories in the site. | |
I recently purchased a Radeon 9250 pci card for my Dell 2350. Need I say the Install instructions are wanting. Question: Do I remove the old video driver before installing the new driver? If so how can I run a monitor to do the install? Do I then plug my … | |
Okay, a lot of crap got downloaded on my computer that is giving me so much trouble... 1) Spyware Avenger - I did not download it. 2) Virus Hunter Security -- I did not download this either. 3) There is a desk top icon called Sex and when I right … | |
Hi, everyone. You may have probably heard this a hundred times, but I am new to programming and I am taking an intro to C++ class. I have a program that I have written, but I can't understand why it will not exit gracefully. This is what I have written, … | |
I 'm trying to code the SelectedIndexChanged event to display an airplane in other control instances when the user selects an AircraftID. I have three textboxes: aircraftID,CompanyName,and Fuel charges. When I input data in all three textboxes and click the menu the aircraftID appears in the listbox. I need to … | |
I have a Jetway motherboard with a Celeron 1.7 gig chip and onboard video card. We had problems a while ago with the display freezing up. Eventually the screen would not display during the boot process. Right now we are trying to install a new hard drive and install Windows … | |
hi i know this is a newb question, but how do i get doubles to display the end zeros after the decimal point for example i want to display 1.20 but i'm getting 1.2 cheers | |
I am using PHP 5 and I ran into a problem using $_SESSION and session_start() because they do not store values. I have the register_globals option set to Off and the session.auto_start set to 0. I am running apache 2.0 on my computer (Windows XP) as a test server through … | |
Norton keeps telling me that i have a downloader VA virus and I can't get rid of it. It is messing with my iexplore.exe. Please help. Logfile of HijackThis v1.99.1 Scan saved at 5:54:52 PM, on 4/6/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running … | |
:evil: The following C program is mainly written to work as an address book. I have written the code but the VC++ compiler shows four errors and I cant find them :rolleyes: . Can some one please help me find them..my assignment deadline line is on the 10th of this … | |
hi everyone System.out.println(currentPlayer); it returns to me like this:[B]Player@7cbde6[/B] i know it was caused by toString() and it is suggested to ues overriding method but i don't know how to do it, so can somebody teach me how to use overiding method so System.out.println(currentPlayer); will display what i want thank … | |
Helloy all. Ok, so i have this client who is older and needs to hav his text size in windows larger so he can see it clearly. I've messed around with the obvious display settings under the Appearance tab in Display in the control panel, set text contrast colors to … | |
can anyone help me? I have an IBM thinkpad P2 laptop with (i think) 256mb memory running win xp pro. yesterday morning i made an attempt to boot it up while it was plugged into the mains adapter. Upon turning it on i got nothing at all on the screen … | |
i know this is a vb assignment, but my tutor want me to do it in vb or c++ with access, i need to create tables with access, i can see two tables but am sure there another one, i know css is a table and pencil is also a … | |
i know this is a vb assignment, but my tutor want me to do it in vb or c++ with access, i need to create tables with access, i can see two tables but am sure there another one, i know css is a table and pencil is also a … | |
Whenever I start my comp I gets this meesage (even if not connected to the internet): This system is shutting down. Please save all work in progress and log off. Any unsaved changes will be lost. This shutdown was initiated by NT AUTHORITY\SYSTEM --------------------- Time before shutdow :60 --------------------- Message … | |
I am trying to make the random generator fill my array with no duplicates. An diplay the in order but aslo first line to print array[0], then second line array[0] and array[1], so on and so on until it display all twenty on one line. Pease help [code] #include <iostream.h> … | |
I've been having problems with my browsers running slowly lately. I ran all the sypware software, AV softwares, etc. Cleaned up my system, my DSL is working fine according to a number of tests. Is there still something here I'm missing? My updated HJT log is attached. Thanks! Logfile of … | |
Hi After suffering around i got an attack of Iguard and Virtual Maid. It kept throwing pop-ups at me, and just making surfing a pain. I have now deleted these spyware programs using Adware, and SpyBot. I also did online virus checks, and firewall checks, which all say i am … | |
(Create a program that will allow the user to enter and analyse a set of data collected from an experiment. The data is to be entered by the user from the keyboard and stored in an array to be processed by the program. It is known that all the data … | |
Heeeeeeeeeeeeeeeeelp :cry: :cry: :cry: hello all can anybody help me pleeeeeeeeeeeeeeaaaaaaazzzzzzzzzz!!!!! Create a program that will allow the user to enter and analyse a set of data collected from an experiment. The data is to be entered by the user from the keyboard and stored in an array to be … | |
My system is as follows... Amd Athlon XP 2600+ Biostar M7NCD (nfroce2) 512k Ram Western Digital 80gb 7200 rpm HD EVGA geforce fx 5200 ultra and also trying MSI geforce fx 5600 pro A few days ago I powered on my system and after the Windows XP Splash screen I … | |
I have this program that is supposed to take in numbers from the Main cpp file and add them to the link list. Eventually i have to sort them then display them on the screen. For right now i am just trying to insert them to the link list but … | |
What I need to do is have the data on the bottom line of my chart to show the full date as it is in the database that I take the data from. In the database it is in the form of 29/March/2005 and this is how I want it … |
The End.