4,455 Topics
![]() | |
> Hi, welcome to daniweb. > Please do the following: > (snip) Thanks - I appreciate any help or guidance (especially with the HiJackThis log)! I ran both MBA-M and HiJackThis, and here are the reports: Malwarebytes' Anti-Malware 1.46 [url]www.malwarebytes.org[/url] Database version: 4320 Windows 5.1.2600 Service Pack 3 Internet Explorer … | |
i hope i'm doing this right. Malwarebytes' Anti-Malware 1.46 [url]www.malwarebytes.org[/url] Database version: 4275 Windows 5.1.2600 Service Pack 3 Internet Explorer 8.0.6001.18702 7/5/2010 8:52:15 AM mbam-log-2010-07-05 (08-52-15).txt Scan type: Full scan (C:\|D:\|) Objects scanned: 260308 Time elapsed: 3 hour(s), 34 minute(s), 12 second(s) Memory Processes Infected: 0 Memory Modules Infected: 0 … | |
Hi there, I want to upload files with the extension pdf, doc excel and images to the MS SQL database from a C# desktop application. I am using C#.net and not asp. I want to upload a file from a interface to the ms sql database, Hey can someone guide … | |
I am using Bloodshed Dev C++ 4.9.9.2 but I am having a tough time understanding how to use their debugger... I can't get it to single step. It tells me there is no debugging information, I let it include debugging information when it aks me for permission to but still … | |
Hi all, In a secured php document I have a file uploader that was only for PDFs but they want xlsx, xls, ,docx, txt, rtf and ppt file extensions. To filter the files coming in I have this: [code] $allowedExtensions = array("txt","csv","htm","html","xml", "css","doc","xls","rtf","ppt","pdf","xlsx","docx"); foreach ($_FILES as $file) { if ($file['tmp_name'] … | |
[I]"The children now love luxury; they have bad manners, contempt for authority; they show disrespect for elders and love chatter in place of exercise. Children are now tyrants, not the servants of their households. They no longer rise when elders enter the room. They contradict their parents, chatter before company, … | |
![]() | Greetings! I'm suddenly having a problem accessing web pages in Internet Explorer v7.xx. Getting error message for all web pages: "Internet Explorer cannot display the webpage". File->'Work Offline' did not accidentally get checked. NOTE: I am able to log on to Windows Messenger, just not Internet Explorer Here are the … ![]() |
What are some of the issues that can cause random problems with pdf files downloaded from a website? Sometimes they display a solid black screen, sometimes white, sometimes get a warning window that says only 'adobe', and other times they work fine. There seems to be no pattern - just … | |
Maybe Prince was on to something when he recently [URL="http://www.mirror.co.uk/celebs/news/2010/07/05/prince-world-exclusive-interview-peter-willis-goes-inside-the-star-s-secret-world-115875-22382552/"]proclaimed the Internet is dead[/URL]. Steve Rubel, in an [URL="http://adage.com/digital/article?article_id=144867"]Advertising Age article this week[/URL], suggests we prepare for "the end of the web as we know it." "It's hard to believe but soon, if not already the web is going to … | |
Can any one tell me something more about the flate decoding.????? Its the technique of encoding the data in .pdf file format...thanks in advance...... | |
I have written some code in Python for a tanks game and I need to write pseudocode for the Tank's move method and main game functions (battle and bonuses). What is bold and underline are what I need to do pseudocode for in the quoted text. I know what pseudocode … | |
When printing or exporting a SSRS report, is it possible to hide information? I don't want a hyperlink that is used for report navigation to be visible on a PDF. I would prefer that a user doesn't have to manually toggle visibility. Thanks. | |
Hello Everyone, I am fairly new to xml and xslt/xpath, but I am hoping someone can help me with the following problem: I have a software system that accepts a query and returns an xml file. I want to be able to use xslt to create an html table from … | |
Hello, I'm following the tutorial of MVCMUsicStore at [url]http://mvcmusicstore.codeplex.com/[/url] and the PDF tutorial that I'm following can be downloaded at [url]http://mvcmusicstore.codeplex.com/releases/view/44445#DownloadId=121650[/url] I'm stuck at the page 53 "Creating the Edit View" (navigate to that page using the adobe reader page input) I have created the StoreManagerViewModel class in ViewModels folder. … | |
I loaned my laptop out to a friend and when I received it back he said the internet didn't work anymore. I opened IE and also tried Chrome and it would give me a pop up saying your computer is infected and would try to re-direct me to a site … | |
Hi, I want to know, how to view documents(doc,docx,pdf) in asp.net (online itself).. | |
[INDENT]Hope you have understands title tag importance in our last tip. In this tip I am going to explain keyword META tag.[/INDENT] [B][U]Search Engine Optimization Tips:[/U] [I]Tip 2:[/I][/B] [INDENT]Add your keywords in your HTML META tag. Use page relevant keywords separated by comma.[/INDENT] [INDENT]For example: If you have a weight … | |
Hi All I have a requirement to develop a VB application to download a pdf file from a server using an example URL [url]http://xxxxxxxxxxxxx/pdffiles/yyyyy.pdf[/url]. I need to perform a silent download and print the same to the local printer. As this is going to be a scheduled task, I need … | |
For the last couple of weeks, everytime I use IE, pop ups keep opaning new windows even though I have the pop up blocker on. This is driving me insane. I have run numerous virus check and cleaned them off but it still happens. Please can someone help?? I have … | |
Hello friends, I have a table which contains file names. For example i have stored a file "java.pdf" in a directory called "course". The file is located here. [url]http://www.something.com/course/java.pdf[/url] Now i stored the file name in a column named "document_filename". I stored it as "java.pdf" Now if a user click … | |
Greetings, I've searched for 2 weekends now on solutions to the problem I am having with my son's relatively new computer (arrived 9/10/07). I've tried numerous suggestions from numerous sites (mainly this one) and I'm still unable to get a desktop in normal start up mode. I can in Safe … | |
1 at first my comp's firewall kept turning off and lagging insanely and if it did, it would "not send error/send error" thing would pop up everywhere, and while doing nothing, like as if i was typing in notepad, avast would pop up and block a "trojan horse" or malware, … | |
[code]button1_Click() { RadGrid1.MasterTableview.ExportToPdf(). }[/code]hello sir, i am using radcontrol from last two weeks., now i want to export radgrid data in the form of pdf, i wrote code in Button click that is show below. please give a solution to me. | |
Hellow everyone, I have this Java Method below. I used a link which requires authentication and when I ran this in Eclipse, it worked well. validURL("http://localhost/context/myfile.pdf"); However, when I deployed this in Weblogic, the method returns an error which was " 401Unauthorized". I tried this link but did not work: … | |
I need code for word to pdf convert in php. Have any solution. | |
[B] Hi, i written a code for delete particular file which it was saved in some folder "temp" which it was shown in the below. [CODE] try{ java.io.File objFile = new java.io.File("F:/temp/FirstPdf-022.pdf"); objFile.delete(); } catch(Exception e) { } [/CODE] In the above code, i delete the file "FirstPdf-022.pdf". But i … | |
I want to print .doc ,.docx, .xls, .csv , .xlsx, .rtf documents through java. For that up till now I got following 3 approaches but I have not reached any conclusion. 1. To convert .doc ,.docx, .xls, .csv , .xlsx, .rtf to .pdf (bcoz I am able to print .pdf … | |
There will be two posts minimum... First, I'll refer you to the Knowledgebase Articles that give the needed information, and second I'll give you code samples to run a report given the methods I use. Specifically, I access a SQL or Access database via ODBC, but either database will work … | |
Hi, I have a task to convert HTML files to PDF files and i have no clue how to start. Can anyone advice as to how to go about doing this conversion from HTML to PDF? Thanks in advance, Regards, nsrivi | |
Hi! How do I export the a html/php page to Microsoft Word or PDF? | |
Hello. My mother-in-law is having an issue with her computer where anytime you go into a program, the keyboard and mouse will lock up and I can only do a hard reset (holding down the power button to turn off the computer and then turn it back on) to get … | |
Hi so i have a search box of a student database. and when searched the results are displayed in a tabular form. i first used window.print to just print out the search results div if the users want some sort of a report. but when using window.print the css is … | |
After the rundll error message (c:\windows\system32\spool\drivers\w32x86\3\dlcctime.dll) began, I could not print on my Dell924. I uninstalled my printer. When I reinstalled, only the scan, fax, copy appear to be installed. The actual "printer" will not install. I "can" scan and copy (don't use fax feature). I have Norton Internet Security … | |
hi there, my project is a desktop application, i am trying to transfer(upload) a file(can be excel,doc,txt pdf) to another sql server in another computer in the same network how can i do this in C#.net desktop application, i am not using web service or asp.net how can i do … | |
i am using javascript to print a pdf. when i click on print button,the pdf is generated nd saved somewhere and after that javascript code runs. This javascript opens the pdf and closes it(opens for a fraction of second) and then again open the same pdf with printer popup screen. … | |
hi all, I have separate action class and view(xhtml) in my project. i have a link in xhtml that opens a file. This file can be a word document or a pdf document or may be some other form but these two forms are confirmed. My requirement is that thon … | |
been googling for 5 days. The library has the book check out for the next 16 days. I'm using debian lenny linux , have nasm installed . I'm looking 1:1 assembly programing. No high level. to me no point in learning assembly if you going to use high level commands. … | |
hi. wondering if someone can take a few min to help me out. Well im taking this opencourseware from MIT, intro to programing. I got this assignment [url]http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00-introduction-to-computer-science-and-programming-fall-2008/assignments/pset9.pdf[/url] and I could do it on my own... the only problem is I dont understand what the hell they want me to … | |
When I send an email using PHP to hotmail or to my personal email, it comes through fine. The message and PDF attachment is there. When I send the same email to a google gmail account, the headers and subject seem to be intact, but there is no message and … ![]() | |
Hi, My VirusScan pops up with an alert anytime I try to start a Microsoft Office 2007 program, such as Word, Excel or Powerpoint. (For example, the pathname shown by the VirusScan Alert is C:\Program Files\Microsoft Office\Office12\EXCEL.EXE::GetProcAddress). It doesn't do this with anything else, web access etc. are fine. It … | |
I've got a couple of pdf's on python, but im having trouble grasping how to build classes. Was trying to do it for a poker program and i think im in over my head with that idea. (its a bit big just doing it with functions). So id like an … | |
Hi Friends in my project i have to build file input tag to get pdf file from user. this pdf file should be store on my web server disc and path of the file should be store on database. Hey Guys Please Please Help Me. can any body give me … | |
Ok, Not sure if you require specs, but a few main ones are; Dell XPS M1530 Windows Vista 32-bit This problem started a few days ago, i can honestly say i don't have a clue how it started. I lent my laptop too my brother one day... day later suddenly … | |
I have a need to close a popup window after a certain amount of time. I have tried many different ways to do it with no luck in IE. Works fine in Firefox, Safari, and Google Chrome. It seems to be a problem with IE referencing the window I have … | |
[B]Hi guys, How can we add background colors in PDF document while generating to pdf form by using java. If you know, could you please share to me[/B] | |
In a move that some are hailing as a new frontier for independent political candidates, the Utah Supreme Court ruled today that nominating petitions can be signed electronically as well as on paper and still be valid. "[W]e conclude that the plain language of section 20A-9-502 is not limited to … | |
I am looking for a good C++ example of a simple MySQL client program written in C++ and runs on Linux, using MySQL++ libraries that does the following (no threading): Accessing Option File Contents, ~/.my.cnf, in user home folder to read settings (load_defaults). Constructing and sending the sql statement that … | |
Hello, I am trying to populate a pdf (application, complete with form fields, altho not all are named uniquely) from a form. I am having trouble populating certain fields which are undefined/unnamed in the original pdf, or which seem to have child arrays I can't get to...I know this has … | |
I am working on a PHP application and there is a link by which Invoice Preview can be seen and it is dynamically generated. There will be an option in this preview to convert it into PDF. I am trying to find a php class or script which will easily … | |
I was going through the following pdf file, [url]http://www.cs.cmu.edu/afs/cs/project/vit/ftp/pdf/intro_softarch.pdf[/url] on page 7 it mentioned about the Abstract data type, and mentions about the understanding of the following (i am mentioning what i understood in RED) •the software structure (which included a representation packaged with its primitive operators), [COLOR="Red"]the class its … |
The End.