7,373 Topics

Member Avatar for
Member Avatar for vexx85

I'm not sure where I should be posting this (I posted this in Windows XP as well), so if I'm not where I need to be to get an answer, please let me know! I've been trying to delete this folder for some time now, I've researched a lot on …

Member Avatar for ShadowPuterDude
0
144
Member Avatar for rosagirl33

Need to know what to delete, my browsers are soooo slow for a cable modem. Thanks! Logfile of HijackThis v1.99.1 Scan saved at 6:52:18 PM, on 5/25/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: F:\WINDOWS\System32\smss.exe F:\WINDOWS\system32\winlogon.exe F:\WINDOWS\system32\services.exe F:\WINDOWS\system32\lsass.exe F:\WINDOWS\system32\svchost.exe F:\WINDOWS\System32\svchost.exe F:\Program Files\TGTSoft\StyleXP\StyleXPService.exe F:\WINDOWS\system32\spoolsv.exe …

Member Avatar for DMR
0
292
Member Avatar for ber

Hi, I'm very new to programming and Python. I need to process two separate files, one containing words, the other frquencies of these words. What is the best way to process these files and obtain a new file with frequencies*words in there? Btw i'm afraid the files cannot be read …

Member Avatar for vegaseat
0
97
Member Avatar for Aries4

Hi everyone, it's my first post here, so play nice! ;) Everything was working fine on the computer (Win XP), and then all hell broke loose. I downloaded a video clip from a friend off msn, and then after watching it, I could no longer load up Internet Explorer, or …

0
97
Member Avatar for someshwarv

I am having two different networks connected to the same SWITCH D-Link [I]DES-1024D[/I]. [COLOR=MediumTurquoise]First Network:[/COLOR] This network is VPN through Sify (ISP) to connect to remote server. This network doesn't have internet. [COLOR=DarkOrchid]Second Network:[/COLOR] This network is using Microsoft ISA (Internet Security & Acceleration Server) server installed on Windows 2000 …

Member Avatar for 'Stein
0
206
Member Avatar for thuband

IE, File Explorer and File Folder Short Cuts will not open. Ran AdAware, Trend Housecall and TrendMalware Cleaner, Spy Bot, MS AntiPsyware to no avail. Any time I run IE, File Explorer, Control Panel the bar at the bottom of the Desktop disappears for a few seconds and then reappears. …

0
54
Member Avatar for matika

hiii all do any1 knows how to read the header of a file to know its format as example if i've a mp3 file but it's name do not include .mp3 i wanna make a program that read the header of the file and detect it's format but i dont …

Member Avatar for tayspen
1
274
Member Avatar for drock9975

I've never seen this before and am perplexed beyond belief... by the way I'm using Visual Studio I have a rather large program/game i'm working on right now, and it reads in via ifstream file i/o from binary files in several locations to initialize variables. For some reason for one …

Member Avatar for drock9975
0
190
Member Avatar for raziel42

Good morning! I hope someone can help me with this. My sister sent me an AOL AIM virus and in my attempts to google a fix for it I think I made the problem worse! I believe it also installed Surf Sidekick and Web Nexus - I think I made …

Member Avatar for crunchie
0
291
Member Avatar for T. Eynon

Does anyone know how to create a batch or script file for loading users into the Local Groups Adminstrator folder of an XP PC. We have about 150 users that we would like to make administrators on for several test PCs and would like to do this with a batch …

Member Avatar for T. Eynon
0
338
Member Avatar for Yonas

Hi all, Something funny has happened recently when using WORD. When I open a folder to scan the list of files contained therein, I notice that a certain number of the file names are now listed in the color blue, rather than the usual black. What has caused this color …

Member Avatar for DMR
0
155
Member Avatar for yuzhang

Hi all: Try to do some programming under Linux. The programme I am writing is supposed to read all the char from a file via "command in line argument (i.e. agv[i])" and via redirection (i.e. read <FILE_NAME. In my program, I have written: FILE *stream; stream = fopen(argv[i],"r"); if (stream==NULL) …

Member Avatar for yuzhang
0
385
Member Avatar for cindy_16051988

Hello, everybody. Sorry to disturb you all. Currently, I have a speech recording and playback software developed by Microsoft Visual C++ 6.0. The software is used to train children with speech problem and scores will be calculated and showed at the end of each practice session. The software is able …

Member Avatar for cindy_16051988
0
232
Member Avatar for yuzhang

Hello all: I successfully use `(int)i=fgetc(stream)` to read data from a file. But the problem is: All the data in the file are integers, like 3 0 2 3 0 0 1. (with a space between every two integers) Code: for(i=0;(i<100)&&((n=fgetc(stream))!=EOF)&&(ch!='\n');i++) { buffer[i] = n; printf("%d=%d ",i, buffer[i]); /*For debugging …

Member Avatar for Ancient Dragon
0
149
Member Avatar for Jen_1111

Hi, Can anyone please help me with writing a code in vb which saves the results in excel file. I am able to create an excel file and record the result from one of my script, but I have 8 other scripts and I want to record all the scripts …

0
67
Member Avatar for docchristin

Hi! I'm trying to delete a file, but unfortunately I always get the message "Error Deleting File or Folder: Cannot delete .... : it is being used by another person or program. Close any programs that might be using the file and try again." I'm trying to delete the files …

Member Avatar for tayspen
0
168
Member Avatar for Sascha

Ok, so I followed the advice, now I've still got these weird problems with my connection (ever since the virus warning came up in AVG), so I'm posting my lists again -- From HijackThis: Logfile of HijackThis v1.99.1 Scan saved at 11:20:33 PM, on 07/05/2006 Platform: Windows XP SP2 (WinNT …

Member Avatar for TiJay
0
161
Member Avatar for Sascha

I recently got a message from AVG Free Edition indicating that I had a virus, which would normally allow me to "heal" or toss the bugger in the virus vault. In this case, it offered that I could "go to the file", which was called system32:cua.dll -- however, when clicking …

Member Avatar for tayspen
0
298
Member Avatar for Paddy

All of my shortcuts do not work, and all of my programs will not launch even when I double-click the exe file. Windows always asks what program I want to open the files with. When my computer boots up I get asked which program I want to open my start …

Member Avatar for DjLizard
0
244
Member Avatar for JBO

I have just freshly upgraded my desktop to XP pro. It is hard wired to my Linksys wireless router. I have two other laptops, both of which I have no problem sharing files between, but they cannot seem to share files with this desktop. I can see the desktop when …

Member Avatar for JBO
0
277
Member Avatar for swapnamishra

How can we execute the commands on one file in a such a way that the results will get saved in another file? Do we have any such built in method which we can use?

Member Avatar for pythonguy
0
122
Member Avatar for uagrad89

I've got a couple of problems that I'm having trouble getting rid of. First, ZoneAlarm keeps telling me that files with varying names (typically things like 9F4C.tmp or some other random combination of letters and numbers) is trying to access the Internet. I always click to Deny these when they …

Member Avatar for 'Stein
0
321
Member Avatar for yaduks

Hi, having various infection problems - can someone help please? [U]Problem 1[/U] A message in a window appears every few minutes saying "This system is shutting down....this shutdown was initiated by NT/ AUTHORITY SYSTEM. C:\Windows\system32\lsass.exe terminated unexpectedly with status code 1073741819. The system will now shut down and restart" The …

Member Avatar for 'Stein
0
199
Member Avatar for Nooro

PLease if someone could help I clicked on the link for the facebook myspace virus. ANy help would be very grateful. Logfile of HijackThis v1.99.1 Scan saved at 12:54:20 PM, on 4/29/2006 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 …

Member Avatar for 'Stein
0
209
Member Avatar for Nooro

I would greatly appreciate anyones help with this. I clicked on the link that said facebook myspace picture click here. Here's the hijack me profile: Logfile of HijackThis v1.99.1 Scan saved at 12:54:20 PM, on 4/29/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: …

Member Avatar for tayspen
0
238
Member Avatar for Eldian

I am having trouble getting audio to play in WMP. I've only noticed this problem when I downloaded the player, which was no problem until my last reformat. I have tried re-installing the sound card driver, which did nothing, and reinstalling WMP, which also did nothing. I first noticed the …

Member Avatar for klrdn
0
235
Member Avatar for crizzio

so basically, i think i have the basic idea written down but am not really understanding the errors i recieve like for example one of the errors were, "error: invalid conversion from `int' to `double*'" but ya...code if below....id appriciate the help, thanks [code]/** * CS-11 Asn 9 * gradebook.cpp …

Member Avatar for Dave Sinkula
0
200
Member Avatar for robertlees

I would like to create a spell check facility. I have a huge flat file of words. This file has no cr/lf. How should I do this ? I think I want to read this file say 500 characters at a time. I'll store this data in a variable, adding …

Member Avatar for robertlees
0
265
Member Avatar for DotNetUser

I'm coding in VC++.NET 2003. I have a class that needs a log file to log info and errors for debugging. The problem I have is that FileStream and StreamWriter can not be global. I get compiler error C3145 : cannot declare a global or static managed type object or …

Member Avatar for Ancient Dragon
0
134
Member Avatar for micky7899

[B]As suggested by richh0323 and tayspen[/B] have posted my new HJT log, please see if everything is ok. [COLOR=magenta]ALSO STILL IAM GETTING A LOG FILE BY THE NAME logDAPIE ,WHENEVER IAM STARTING MY INTERNET EXPLORER THIS FILE GETS TO MY DESKTOP HELP WITH THIS [/COLOR]Logfile of HijackThis v1.99.1 Scan saved …

Member Avatar for micky7899
0
134
Member Avatar for tgreer

[B]Brief Summary[/B] I've written a Windows Service. It uses Process.Start() to launch a Console Application. The console application performs a File.Copy(), to copy a file from the local file system to a network share. [COLOR=Red]Problem: [/COLOR] The file copy fails. I get an exception that tells me "part of the …

Member Avatar for tgreer
0
391
Member Avatar for Xgpnavsys

The computer has just recently started to become slow and sluggish with no major updates done to it except Norton 2006. Two programs " Search Extender," "Shopping Wizard," "Home Assistant" show up in Add/Remove programs. I need some information on removing these also. Logfile of HijackThis v1.99.1 Scan saved at …

Member Avatar for Xgpnavsys
0
390
Member Avatar for pistolsnipe16

I'm not sure if what I'm noticing is due to spyware or if I even notice anything. If you have the time look over it. Thanks. Logfile of HijackThis v1.99.1 Scan saved at 1:02:48 AM, on 4/22/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.5296.0000) Running processes: …

Member Avatar for 'Stein
0
274
Member Avatar for MetalHead252

Hi, It seems I have to viruses acording to Norton anti-virus. However, neither could be fixed, or deleted. I googled the name of the virus and this web site was one of the results. I was hoping maybe you guys could help! Thanks in advance! I downloaded the hijacker thing …

Member Avatar for 'Stein
0
143
Member Avatar for tuannie

Hey everyone, I' m currently having trouble getting the following code to work. What I'm trying to do is getting my program to do read from a text file which has the following information: 234323 c 343212 d 323432 a 763634 b The corresponding information shown above will correspond as …

Member Avatar for Ancient Dragon
0
158
Member Avatar for paradox814

What I want to know is there a way that everyime a new folder or file is created it has an automatic permission settings of my choosings? I could have sworn there was a command I could add to the .cshrc file to do this for me. But if I …

Member Avatar for TKSS
0
111
Member Avatar for crws416

Hi all, I have taken some code to read a file into an Byte array, which is then returned to another part of my code, below is what i have. [CODE] public void jButton6_actionPerformed(ActionEvent e) { String Filelocation = "c:\\temp\\hello.txt"; try{ InputStream is = new FileInputStream(Filelocation); //get the size of …

Member Avatar for crws416
0
121
Member Avatar for dp600

There are to people who can log onto my computer,both have full privliges.oN the no 2 log in desk top is a file I wish to delete,when I try to do this I get the folloing error message(Access is denied.Make sure the disk is not full or write protected and …

Member Avatar for dp600
0
111
Member Avatar for jonruiz1

Logfile of HijackThis v1.99.1 Scan saved at 10:36:04 PM, on 4/15/2006 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:\Program Files\TGTSoft\StyleXP\StyleXPService.exe C:\WINDOWS\system32\spoolsv.exe C:\WINDOWS\system32\nvsvc32.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\system32\ZoneLabs\vsmon.exe C:\WINDOWS\explorer.exe C:\windows\system\hpsysdrv.exe C:\WINDOWS\system32\hphmon06.exe C:\HP\KBD\KBD.EXE C:\Program Files\MessengerPlus! 3\MsgPlus.exe C:\WINDOWS\system32\bcmwltry.exe C:\WINDOWS\system32\RUNDLL32.EXE C:\Program Files\Zone Labs\ZoneAlarm\zlclient.exe C:\WINDOWS\system32\ctfmon.exe …

Member Avatar for 'Stein
0
151
Member Avatar for jto

i have a *.dat file which is i am sending as attachment can any body help to convert this file in to text file or any other database format such as access /oracle etc

Member Avatar for Ancient Dragon
0
167
Member Avatar for chelo77

Need help with a function that reads from a text file usins fscanf function. example say there is 20 stings that are 60 chars long on their own individual line. Does fscanf() read the whole text file or does it read only up to the carriage return. If it doesn't …

Member Avatar for Ancient Dragon
0
156
Member Avatar for comwizz

Hello everyone, I am having some problem in reading the data inputted in a file correctly using linked lists. I think this might be because of having pointer next of type password class. Thanks, comwizz. The code is posted below. You may directly see the section if (reply==3) as that …

Member Avatar for comwizz
0
159
Member Avatar for Saint48198

I'm trying to pass the valuee from the arrays for age, sex, and wTime to the cal_Fitness_Level function, but I can't seem to get it right. I either get the same level for everyone or garbage. code and data follows. [code]#include <fstream> #include <string> #include <iomanip> #include <iostream> using namespace …

Member Avatar for Saint48198
0
228
Member Avatar for ultirian

Ok so I have a couple of files within a C program diffrent files for diffrent things etc. What I want to know is, Can I open all the files at the beginning of the program (in main) and close it when the program exits or Should I write the …

Member Avatar for dwks
0
93
Member Avatar for Aldin

Hi I am having a file called Log.csv which contains 196 columns 9 of them empty and 1447 rows, I start reading the file but as I think I am facing a problem of getting the whole data, actually it gives me empty screen when print out on the screen. …

Member Avatar for Ancient Dragon
0
2K
Member Avatar for Saint48198

I'm having trouble with a program. The program needs to do a selection sort of last names. I have the program sorting the names correctly, but I can not get the correct first name to appear next to its last name. I've tried a loop and either get the same …

Member Avatar for Saint48198
0
170
Member Avatar for Ancient Dragon

Whenever (or most of the time) I hit the bookmark to come to this site I get a File Not Found error from your server -- I know its your sever because it has a DaniWeb banner across the top. Click the bookmark again and everything works normally. This is …

Member Avatar for Dani
0
74
Member Avatar for weehoong

Hi there guys! Just want to say these communities are great! i've really benefited alot from the forum and its tutorials. Special thanks to [B]FireNet [/B] and his file handling tutorials. It really helped me alot! Not forgetting, thanks alot to all of the members here too. :idea: :cheesy: anyway, …

Member Avatar for Drowzee
0
407
Member Avatar for martinkorner

In the HTML, javascript + css forum someone told me that to make a download dialogue box pop up when a page is opened you can use the following script: [QUOTE]$file is the actual file (with the path included) $new_filename is the filename that you want to send to the …

Member Avatar for UberAAZ
0
433
Member Avatar for buggytoast

Hey guys! :D My program implements the vector class however it only shows I know how to use the Vector Class, and not how to develop a code for a linked list :( My teacher says I can just do a copy paste job, which is precisely what I did. …

Member Avatar for buggytoast
0
148

The End.