6,015 Topics

Member Avatar for
Member Avatar for white house

help please. I have set up a home network between my desk top on XP professional and a laptop on XP home. I can share the printer and use the internet on both. When trying to share the desktop's files I can see them on the laptop but can not …

Member Avatar for jbennet
0
132
Member Avatar for Zulfiqarmd

Hi all, I am working on generating CSV month by month for annual report. what I do is just create CSV file initially and append to it every month end. So as to generate annual CSV file in following format: Month 1, Nokia8800, 156.0 Month 1, Nokia3120, 113.0 Month 2, …

Member Avatar for iamthwee
-1
98
Member Avatar for SammyHasibi

[code] { FILE *scorefile; int score; int temp; scorefile = fopen("scores.txt","r"); if (scorefile == NULL) printf("Error opening input file\n"); else { temp = 0; while (feof(scorefile) <= 0) { fscanf(scorefile,"%d",&score); temp = temp +1; } } fclose(scorefile); printf("Temp = %d\n",temp); system("pause"); return(0); } [/code] The program counts the number of …

Member Avatar for andor
0
249
Member Avatar for Marc1978

Hi, I'm unable to open a file that has videos in it - keep getting a windows explorer error and then it shuts down. Likewise when I try and delete the file and also search for it the explorer error message comes up. Have run McAfee skybot and found nothing. …

Member Avatar for DMR
0
178
Member Avatar for rowly

[COLOR=seagreen]hi, i didn't get any reply probably coz ya didn't understand what i mean ![/COLOR] [COLOR=seagreen]alright i'll make it simple.[/COLOR] [COLOR=seagreen]i have a file in excel and i have to read from this file [/COLOR] [COLOR=seagreen]here is the contents of this file[/COLOR] [TEX] [COLOR=seagreen]2,joined,2929828,429.6,2[/COLOR] [COLOR=seagreen]4,toytoy,2929299,122.8,19[/COLOR] [COLOR=seagreen]3,front shift,2299229,205,22[/COLOR] [COLOR=seagreen]3,shift,1111111,222,20[/COLOR] [COLOR=seagreen]...[/COLOR] [COLOR=seagreen]...[/COLOR] …

Member Avatar for rowly
0
103
Member Avatar for vbcielle

Can anyone help me...i have a file modt.txt and i want to save the content in modt2.txt but it seems my code is not working. Moreover, if i have the content of the 1st file Have a nice day. i want to save it to the 2nd file without double …

Member Avatar for vbcielle
0
156
Member Avatar for cancer10

If I want my users to download a .zip or .exe file the command is <a href=filename.exe>Download</a> or <a href=filename.zip>Download</a> This will ask the visitors where to save the file on their hard disk. But what if I want my users to download a doc/pdf/php/html file and I dnt want …

Member Avatar for MCP
0
114
Member Avatar for Fatshadow

Just wondering if anybody here has any experience of writing programs in C or C++ to use and manipulate the Master File Table, to restore previously deleted files?.....

Member Avatar for Salem
0
1K
Member Avatar for sunandoghosh

FILE BACKUP AND TRANSFER SOFTWARE - BEST...!!! Hi everyone...!!! WHICH IS THE BEST SOFTWARE (PREFERABLY FREEWARE) CURRENTLY AVAILABLE FOR FILE BACK UP AND TRANSFER...??????? (NOT SYSTEM CLONING but only data/file backup and transfer) Scenario: I am having one Hard Disk of say 200 GB with three partitions 20 GB; 40GB; …

Member Avatar for fry
0
150
Member Avatar for tke999

I developed a web service in VS2003. The prototype ran great. I fully developed the functionality and in the meantime upgraded to VS2005. Now I can't get my web service to run. I referred to [U][URL]http://msdn2.microsoft.com/en-us/library/ms228268.aspx[/URL][/U] At the MSDN site I am told that the compilation tags for VS2005 now …

Member Avatar for leonpwhirl
0
159
Member Avatar for complete

Included file not found during compile time. This must be an easy question for you to answer. I have a header file (basetsd.h) that is located in the C:\Program Files\Microsooft Visual Studio\VC98\Include directory. Where do I set the path to this header file? I don't want to hard code it …

Member Avatar for FireSBurnsmuP
1
181
Member Avatar for EnderX

I've been requested to update a segment of a database, and given that it's kind of longish, I was looking for some way to directly write the data I've got from a file into the DB. I know it can be done via a third party; I have used Delphi …

Member Avatar for pritaeas
0
126
Member Avatar for onlyshiva

hi I am shiva and I am making a web application in asp.net. I want to use "file open dialog box" control in my web application. But I cant do it because I dont know how use of "file open dialog box" control in asp.net. So please help and provide …

Member Avatar for tgreer
0
218
Member Avatar for seeppms

I am using filepointer in C. when I compile the code and run it for the first time the filepointer works fine and logs are written into log files. But during next hits there is an inconsistency in logs getting written. sometimes getting written and someother times not written. But …

Member Avatar for WaltP
1
160
Member Avatar for stupidenator

Hi, I am in need of some help with a small portion of my program. I have an input file as follows: [CODE]10 9 15 program1 11 1 30 important 12 11 10 junk program 14 15 5 other program 17 6 20 another program[/CODE] I need a function to …

Member Avatar for stupidenator
1
172
Member Avatar for reRanger

Hallo: I am new to this forum and am very glad to be here. I am currently working on a Python project which will be using Tkinter for a graphical (Windows)(XP) output. I have studied Python while completing my software engineering degree but have not used it for 2-years. I …

Member Avatar for vegaseat
0
136
Member Avatar for jto

i have a data file in text format , i want to convert this text file again in to oracle data base file for this i want coding in vb such that to calculte from this byte to that byte should be update in particular field etc. pls help me?

Member Avatar for Yomet
0
297
Member Avatar for kharri5

So I have a question regarding ifstream and reading a file. I have to read in this file, but some of the lines of the file will have missing sections of data. These lines I want to just throw away and then continue reading the file on the next line …

Member Avatar for Ancient Dragon
1
264
Member Avatar for Mayuraprabhu

Hi Friends, I am New to This Forum,i need an help i am write a programe to compare the contents in the word file and an xml file,please do let me know. thanks mayur

Member Avatar for chmonalisa
0
100
Member Avatar for compnutt

:rolleyes: when i try to backup my settings & documents to cd/r it shows at the bottom file window saying backup. i clicked to start the procedure & says that is not the correct file name. i have to do a backup to cd/r because i have alot of files …

Member Avatar for compnutt
0
128
Member Avatar for AndrewSmith

ola I need to copy a file from one directory on my server to another. The thing is, if the file already exists in the destination folder, I need to copy it with a different name (i'd just like to add a 2 or something to the end of the …

Member Avatar for chmonalisa
0
156
Member Avatar for royaloba

Hello to everyone, i have a project which base on text file. and i already know how to view the text file using a listbox, what i want to know is on how to delete a specific row in text file.. thanks;)

Member Avatar for WaltP
1
472
Member Avatar for zerobreach.com

Hi all, Can anyone shed some light as to why this is not working? for i in `cat wordlist.txt | dos2unix | sed -e 's/ *$//'` do sed -e 's@$i@<a href=http://www.domain.com>$i</a>@g' article.txt done I've also tried: perl -pi -e 's@$i@<a href=http://www.domain.com>$i</a>@g' $file The worlist.txt file consist of words one line …

Member Avatar for sut
0
81
Member Avatar for calheat

recently my winxp got corrupted and all my important files are on my main drive. I wanted to reformat my pc so I had to make a bakcup. I went to my old pc and installed my hdd, the problem is my win98SE OS cant detect my drives after boot. …

Member Avatar for Xpenetrator
0
35
Member Avatar for Alphabeta

Hi!, I'm kinda new to shell scripting, Here's a problem that I have faced and dunno how to solve: First, I want my script to rename the files stored in a .txt file line by line(there's no pattern that I can use with mv, so I want mv to deal …

Member Avatar for jim mcnamara
0
119
Member Avatar for arjunsasidharan

Hi ppl.. i need a big fat favour from you guys.. The program i given below helps to Encrypt and decrypt any file(EX: Notepad, word.doc, Access) any files.. Ive been ask to do another task along with it.. They have told me to disable t File- Edit-(containing in the Menu …

Member Avatar for arjunsasidharan
0
146
Member Avatar for crestaldin

[COLOR="Navy"]Hello all, I installed MySQL 5.O but due to some errors I need to uninstall the file , but while trying to delete the file, I keep getting a message that some files (under a specified directory) are shared by other processes or used by other users so I can't …

Member Avatar for mmonaco27
0
138
Member Avatar for analeah

Hi, I just installed the latest version of Visual C++ from Microsoft on a windows XP system. I have used this program before, but this time, on my new install, when I try to compile, I'm getting an error, "c:\documents and settings\user\desktop\r\listdbl.cpp(1) : fatal error C1083: Cannot open include file: …

Member Avatar for Salem
0
325
Member Avatar for sumeet_b

my taskmanager isnt working Logfile of HijackThis v1.99.1 Scan saved at 23:12:11, on 29/08/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:\WINDOWS\system32\spoolsv.exe C:\WINDOWS\system32\rundll32.exe C:\WINDOWS\Explorer.EXE C:\WINDOWS\QWJkdWw\command.exe C:\WINDOWS\system32\CTsvcCDA.EXE C:\Program Files\Common Files\EPSON\EBAPI\SAgent2.exe C:\Program Files\Common Files\Microsoft Shared\VS7Debug\mdm.exe C:\Program Files\Network Monitor\netmon.exe C:\WINDOWS\system32\rundll32.exe …

Member Avatar for Xpenetrator
0
167
Member Avatar for sumeet_b

ill b forced to reboot if i cant get taskmanager to work:sad: some one please review hijackthis file (also tabs are not appering in the botom toolbar every time i minimize the application is lost :sad: ) Logfile of HijackThis v1.99.1 Scan saved at 23:12:11, on 29/08/2006 Platform: Windows XP …

Member Avatar for campkev
0
147
Member Avatar for suneet

Please help me in knowing from where I will be able to find "gdiplus.h". Just because of this file Program is showing an error "FATAL ERROR C:1083 : cannot include open file 'gdiplus.h' No such file or directory"

Member Avatar for WolfPack
0
53
Member Avatar for sumeet_b

please help taskmanager not working Logfile of HijackThis v1.99.1 Scan saved at 23:12:11, on 29/08/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:\WINDOWS\system32\spoolsv.exe C:\WINDOWS\system32\rundll32.exe C:\WINDOWS\Explorer.EXE C:\WINDOWS\QWJkdWw\command.exe C:\WINDOWS\system32\CTsvcCDA.EXE C:\Program Files\Common Files\EPSON\EBAPI\SAgent2.exe C:\Program Files\Common Files\Microsoft Shared\VS7Debug\mdm.exe C:\Program Files\Network Monitor\netmon.exe …

0
47
Member Avatar for himanjim

Can anybody tell me what are file descriptors in C?? I searched the net but can't clear my concepts!!!

Member Avatar for mostafadotnet
0
156
Member Avatar for wlfeyes

I was trying to open up internet explorer, and it crashed my system for a good half hour. I finally was able to boot it without any trouble and do a system restore. This is the hijackthis file after I was able to do a system restore. It slowed down …

Member Avatar for Xpenetrator
0
313
Member Avatar for pillow

I have installed apache 2.2.3 and PHP 5.1.5 on Win XP (IIS is also set up on different port) I have try the sample code from php.net; however, it keeps giving me error on opening the file please help. [php]<?php $file = "data.xml"; $depth = array(); function startElement($parser, $name, $attrs) …

Member Avatar for pillow
0
163
Member Avatar for scoobie

Hi, Can someone please help me. I have a really large text file that contains a list of hash values, it has about ten million entries. I wanted to do a binary search on this to check if a particular hash value is present in the file and to return …

Member Avatar for Phaelax
0
975
Member Avatar for himanjim

FILE *ptr; char i; ptr=fopen("file.c","r"); while((i=fgetc(ptr))!=Null) printf("%c",i); leads to infinite loop??? but while(fgets(str,80,ptr)!=NULL) puts(str); on the similiar terms doesn't???

Member Avatar for Salem
0
166
Member Avatar for Panda123

Hello Im trying to segment a file. In doing so I need to open/createnew smaller files. The code I have [ initial.open("c:/test.jpg", ios::in|ios::binary); // input output.open("c:/copy.jpg", ios::out|ios::binary); // output] only creates one file output. I would like to have a for loop which creates n file eg text1, text 2, …

Member Avatar for Micko
0
96
Member Avatar for michael123

I want to know is it possible to generate PDF file automatically at the background, I have adobe acrobat installed, usually this application is installed at client side, they can save as pdf file at local machine, however I want create pdf file from client side and save it to …

Member Avatar for FC Jamison
0
124
Member Avatar for vssp

Hai friends I need one clarification. I am usuing php code to read the existing pdf file . Some files open correctly but some pdf file open below format in browser. I not clear how its come. Biu the same coading open the existing pdf file correctly. Please help me …

0
108
Member Avatar for mmc_uk

hi there! Does anyone knows how to delete from Random Access File? I know how to add records in Random Acess File and then display in List box. Once i search the Product ID, i want to then delete that record from Random Access File. My teacher told me you …

Member Avatar for Etwood
0
127
Member Avatar for BullHorn

Anybody knows the name of the software that compresses files into .JPG format while just showing as an image with some hidden content in it? :O

0
46
Member Avatar for winpoorni

Dear all, im new to Delphi language.can u pls help me to do this one. i want to read a particular file and searching for a particular word in that file.. pls assist me to do this one in delphi language Thanx in advance.. Poornima.R

Member Avatar for Micheus
0
393
Member Avatar for shinny

Hi there, I am trying to parse a CSV file, I have a program which will read in the contents of the file and display them to the console and i need to parse some of the fields, which I have no idea how to do [IMG]http://saloon.javaranch.com/ubb/frown.gif[/IMG] I am trying …

Member Avatar for hooknc
0
190
Member Avatar for vssp

Hi Friends I got very big issue I hope some one can solve my issue!! How to write the new line in existing pdf file ? I am using third party library file libphp_pdf.dll its working in linux machine only. I am try to configure windows machine i got the …

Member Avatar for vssp
0
499
Member Avatar for selvam.cit

hi, i am having two files n.sh here i wrote code like clear f() { echo "this is my program to test function" } again i am having one more file n1.sh here i wrote like this ./home/selvam (this is my program directory (ie.. actual n.sh file is in this …

Member Avatar for John A
0
214
Member Avatar for juon

[B][U]Free Software Developed by our developers[/U][/B] [B][URL="http://www.webhostforasp.net"]FREE download DotNetNuke File Manager[/URL][/B] [B]This software is completely free.[/B] [B]Designed using ASP.NET 2 Technology [/B] [B]User-friendly interface,Designed like DotNetNuke File Manager with the tree based file explorer [/B] [B]Powerful file manager with no need for FTP, upload files from your hard drive, copy, …

0
149
Member Avatar for jubleebow

Hi to all, I want to ask how can I load files with for loop? My file names are like D1,D2,D3 and so on.. THen how do i assign the filename variable so that Matlab recognises it? I tried using this code but it seemed that Matlab recognised the a …

Member Avatar for WaltP
0
87
Member Avatar for Jamie3747

Does anyone know how to fix this? I am running Windows XP with IE6 I have tried ALL of the following, with reboots after each one that was necessary. Still I cannot download, or see the File Download dialog box 1. Removed all virus/firwall software 2. Removed recent Microsoft patches …

Member Avatar for caperjack
0
129
Member Avatar for benyam_dessu

I need help on java's objectstream object in my program i have created [FileOutputStream o; ObjectOutputStream obj; FileInputStream f; ObjectInputStream in;] and i have player object it has name and score properties i have written the object in a file appending at the time of creation but when i want …

0
72

The End.