4,455 Topics
![]() | |
URGENT~ norton 360 auto protect won't turn on, comp slow.. i recently removed some viruses (Trojans) and some malware (crazy stuff.. had virus alert!! written everywhere, changed my bg, had everything into links to some sites, etc --- now its gone) i scanned my comp with my norton 360, panda … | |
Hi to all, Did any one know how to identify the uncompressed pdf and compressed pdf. Thank you, Prem | |
Hello, I recently started having some issues only after I let my g-friend borrow the laptop for some schoolwork. There seems to be a virus or something amiss I just cannot find the problem myself. I have ran Kaspersky, Microsoft Windows Malicious Software Removal Tool, and tried to do a … | |
Using Python with pylab included, I have created a plot. In the plot's title, I am including a variable from the program. I save the plot as a ps and every thing looks great. However, when I try to print the document to paper or to a pdf, the numbers … | |
I'm implementing an [URL="http://www.objectmentor.com/resources/articles/acv.pdf"]acyclical visitor[/URL] in my project and having some difficulties with the requisite dynamic_cast. The setup looks something like this: [CODE]class Visitor; class Entity { public: virtual void accept(Visitor &v) const = 0; }; class MyClass ; class MyClassVisitor { public: virtual void visit(const MyClass &obj) = 0; … | |
Hi everyone, Very frustrating for me since I use Norton, I keep my system updated from Microsoft, and I have both AdAware and Malwarebytes on my system, I don't fileshare or go to gaming sites. My IE is now unusable. It immediately gives me popups or shuts it down without … | |
Greetings. I need to print an Excel document to a PDF with hyperlinks. Creating hyperlinks in Excel is no problem. If I print to a PDF (using Adobe PDF print driver), the hyperlink appears and works in the PDF. No problem. But I need to change the display text of … | |
EEGs and MEGs and MRIs take pictures of out brains (images in jagged lines overlaid onto regions of the brain) to diagnose problems in the hardware. But when used in conjunction with specific pictures across different individuals, it appears that the pictures cause similar enough responses that a computer can … | |
Hi, I want to extract text from PDF in C# asp.net. I am using this code as following link :: Link:: [url]http://www.codeproject.com/KB/cs/PDFToText.aspx[/url] But this code is not working properly. The main problem is that when i get output file they have no that content which are in Inputfile. Is there … | |
PDF file was not going to attach... The email body itself contains some text body ..i think may be it was that damaged pdf file...Can any 1 have some pointers regarding that | |
I wrote a small program in php for a website this code allows a user to upload a file and it emails it to whomever we declare as the recipient. This code works great on my windows server but when I put it on the Linux based server in fails … | |
Hi everyone, this is my first time posting and I been surfing through the internet for days and weeks but found no solution to my problem. I'm currently using window 7 and First is that my IE 8.0 is not working meaning it just cannot find any webpages but my … | |
Hi, i am trying to create a report using VB6...the format of the report is attached as pdf file..the format of report is important for me.. i have my data in Access and finally would like to print report on a word document.. Please let me what should i use … | |
hey,can any1 tell me what im doin wrong here.im trying to upload a pdf file but the file is not gettin uploaded.here's my code [code=php] <?php require_once "../inc/functions.php"; sessionCheck(); session_start(); $old_sessionid = session_id(); //i've added these lines session_regenerate_id(); //i've added these lines $new_sessionid = session_id(); if($_POST['submit'] && $_FILES['txtFile']['name']){ global $uploadPath; … | |
I'm attempting to create a form that will eventually take user submitted information to create a pdf and email it to them with a pdf attachment. I got through making the form, and how I've been getting the information from page to page (its about a 4 page little form) … | |
hi everyone . i want to ask some questions and i need ur help please. i want to know some concepts of OPEN GL and how it works , where can i find some ppt or pdf that explain this concept. and where can i find some java programing example … | |
Hi, Please tell me how to sign a PDF with a digital signature using VB programming. Thanks. | |
Announcements for the first round of broadband stimulus grants and loans have slipped a bit; while all the announcements were supposed to be made by March 1, they are now expected to be made by March 15, according to an [URL="http://www.stimulatingbroadband.com/2010/03/broadband-stimulus-pipeline-usda-says.html"]article [/URL]on the Stimulating Broadband website. In the first round … | |
my browser is taking me to the places where I do not want to go. Someone please help me check my hijack this log. Thanks Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 8:53:15 PM, on 3/5/2010 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v8.00 (8.00.6001.18702) Boot … | |
:)Friends. I need some good JQuery PDF ebooks. Please Help me to learn it. Thanks in Advance. | |
Will the instructions you provided earlier work on the XP version of the "XP Antispyware 2010" malware, [B]crunchie[/B]? I'm helping a family member who got hit with basically the same malware. I followed your instructions and after the two scans and got the following MBAM and and OTL logs: [B]MBAM[/B] … | |
I bought a MacBook a while ago and with it came an OS 9 cd, and having lost the cd for the main computer (a G4 tower) i threw the cd into the drive... i couldn't open the OS 9 install program because it required me to open the classic … | |
Hello. I have EXACTLY the same problem as in [URL="http://www.daniweb.com/forums/thread134693.html#"]this thread[/URL], i.e. when I try to open some programs, instead of simply opening them I get an "Open With" box and then I have to scroll and find the program or browse for its exe file, and when I try … | |
Write Your First Application On Win32 ===================================== What is Win32 :-) win32 is an plactform that like J2ME and J2SE means that it have it's memory model and have a architure and have those Applications programming interfaces to call to the operating system . Like the APIS in the java … | |
i have kind of the same problem. windows xp hangs randomly. the screen freezes but mouse pointer is still responsive. fan still runs but it seems like hard drive turns off. it is like when computer goes to standby mode but fan and screen are on. i booted windows in … | |
Hi, I want to read all content of PDF file including text and images in to the html file and after that i want to edit that html file and again i want to export that html file into the PDF format. Please provide me any help. Thanks | |
I need to run large PDF files of financial reports, saving each Acct. ID to a separate PDF file so I can post electronically (to avoid printing out 800 pages a month and distributing in paper format). I don't know VB but the attachment shows the steps I need to … | |
Can someone please help me with the viruses I have on my comnputer. I have tried to change the permissions on them but nothing works, I cannot delete them or anything. I recently tried to download another anti-spyware and root syste, but it fro\e my computer and went to a … | |
Hello, I would like to reshape and then transpose data that I import from a file. I downloaded the 'numarray' to access the shape and transpose functions since I am using python version 2.5. This is the pdf I'm using: [url]http://stsdas.stsci.edu/numarray/numarray-1.5.pdf[/url] The data is one long column (length=455), I will … | |
I recently had trouble with the avsoft malware and would appreciate it if someone could look at my logs and tell me if I need to remove anything. I have run malwarebytes 4 times and have found something each time. I have posted my most recent logs from mbytes and … | |
Hello, i have two questions to ask first the code below work and send the information on firefx only i cant send on internet explorer, second i am new to php i need to send an attachemnt as word or pdf. can any one help. Thanks <?php error_reporting( 0 ) … | |
How do I save a PDF Professional file so that others I send it to can edit it? Thanks | |
According to figures revealed with the publication of the [URL="http://www.ibm.com/security/xforce"]IBM X-Force 2009 Trend and Risk Report[/URL], not only do web application vulnerabilities remain the largest category of security disclosure for the last year but, worryingly when you consider that the number of such vulnerabilities found by organisations has not decreased … | |
Hi all, I think this is a pretty minor problem, considering that I bought my laptop only a few days ago and haven't really downloaded a lot (only programs that I trust) or visited many websites. Basically, everytime I run Spyware Terminator, it tells me that there is a critical … | |
Those of us who still read newspapers have seen them -- the pages and pages of teeny type describing changes in zoning, foreclosure notices, and all sorts of other arcane information. Most of us just turn the page. But in publishing, it's big money, and newspapers that have already lost … | |
I use a php file in order to collect data from an interactive form on a website. The php code sends the submitted file to a folder on the server, and displays a "Thank you for your submission" message. I would like to add a hyperlink to a payment page, … | |
Hi i'm trying to export a journal article with fpdf everything work's fine. But i can't seem to find a solution on how to align the article's two columns at the last page of the exported PDF. Any ideas? | |
I am trying to export sql data into a pdf file, can this be done? Hope someone can help, cheers | |
Hello guys, I have problems with herss.exe for months. This spyware has extended not only to my computer but also to all of my usb keys and external disk. So whenever I scan and delete all of the files, it appears again after restart. Avast finds same stuff every day. … | |
Hi... I suspect this pc has a virus. It automatically sends out email to people in the contact list with offer of iphone 3 Gs, recently from [url]www.eeook.com[/url] and [url]www.ayoeft.com[/url]. It also run very slowly. I installed MBAM, Spybot S&D, and Ad-aware one week ago but were automatically uninstalled. I … | |
i dont have any idea how to send through email i have a sample ticket. i dont know if i'm going to convert the php file into pdf.. i have no idea exactly.. if ever its hard, how can i send the sample ticket through inputted email of a customer... | |
Hi, I posted about the problems I'm having in another section here because I don't think it's a spyware/virus issue... but I could be wrong! : [URL="http://www.daniweb.com/forums/thread262826.html"]http://www.daniweb.com/forums/thread262826.html[/URL] Basically my pc is running VERY slowly (even in safe mode) and stalls every few minutes. Sometimes when it stalls it's for 10 … | |
Hie guys does anyone know something about dotProject. l am trying to modify code in completed.php to display en extra column which is Project Name in a pdf file | |
Hi, recently it's very frustrating to me that my firefox has been hijacked. Every time I start firefox, it starts at a strange website rather than my home page. I have run AVG, Ad-Ware, Trendmicro, Registry Mechanics, the problem still persists. Here is my HijackThis log file, if anyone can … | |
Okay so I went through all the steps and here is my issue... I use BitDefender for my protection and turned it off to run A-Squared & HouseCall (the other would not go past 31%). BD found this Trojan but none of the others did. Problem is BD said it … | |
i have a lot of doc files to convert everyday. Any suggestion that help me to automate this conversion. Thanksssss :) | |
Hi All, I am exploring on file properties.Specifically I want to know about file icon and other. How does the process of file save is done when we create it first time? And where all properties get save. I want to change that icon file through code for any file. … | |
Hi All, Im having some trouble with creating PDF's. I have researched and found a boat load of scripts, but non work as I dont have a library installed. That is my question.... How do you install a pdf library? I have tried PDFLib but when i run a script … | |
Who could forget the saga of sex.com, the domain that just continues to keep giving? Indeed, it has had such a history that books have been written about it and kept many a journalist in beers for good measure. The rights to ownership of the sex.com domain were at the … | |
My problem is I want to be able to read through this xml document and populate a winform before validating it and then storing it into a table. This is a snippet of the xml document, it's way too big to put it all here. [code=xml] - <Applicant> + <common:PersonName> … |
The End.