4,455 Topics

Member Avatar for
Member Avatar for raz09

hello i am havinf some problems, which a critical warning message about my hard drive being full or something and really has resticted my computer in normal mode, wont let me open hardly any softwares etc. i have runned hijackthis and got a logfile, i need to know which files …

Member Avatar for raz09
0
170
Member Avatar for asifakhtar

Hi, How can I create an excel file or XML from pdf bookmarks? My bookmarks consist of 3 thing separated by “:” It is “DATE: AUTHOR: DESCRIPTION” I want my excel sheet or XML should look like the following: Date Author Description October 19, 2010 Dr. ABC (MD), Omega Medical …

-1
78
Member Avatar for maykay

Hello, everyone. Well, the title is pretty self-explanatory. when I turn on m PC, it freezes 2 or 3 minutes after entering WinXP. Completely freezes: the mouse doesn't move, keyboard does nothing, C-A-D does nothing, etc etc. Safe Mode works fine, BUT Safe Mode with networking also freezes after a …

Member Avatar for maykay
0
593
Member Avatar for WASDted

[ATTACH=RIGHT]18613[/ATTACH]The term Net Neutrality has been the subject of heavy discussion for the past several years. The freedom to go where and when we want to on the internet is about to slip away. Big telecoms and internet giants like AT&T, Comcast, Verizon, Time Warner and even Google have met …

Member Avatar for lapssone
2
517
Member Avatar for Sidewalkwarrior

I use Google Chrome as my default web browser, but Internet explorer has started opening by itself every 1-5 minutes, and it's always playing audio. Sometimes even after I close it, the audio continues. I ran a hijack this scan, and here is the report. What should I do now? …

Member Avatar for crunchie
0
261
Member Avatar for rockersdash007

title says it all.....help me clear what startup files i need and what i dont!! thanks [ICODE]Yes HKCU:Run Sidebar C:\Program Files\Windows Sidebar\sidebar.exe /autoRun Yes HKCU:Run ISUSPM Startup C:\PROGRA~2\COMMON~1\INSTAL~1\UPDATE~1\ISUSPM.exe -startup Yes HKCU:Run Google Update "C:\Users\Owner\AppData\Local\Google\Update\GoogleUpdate.exe" /c Yes HKCU:Run uTorrent "C:\Program Files (x86)\uTorrent\uTorrent.exe" No HKCU:Run Jumblo "C:\Program Files (x86)\Jumblo.com\Jumblo\Jumblo.exe" -nosplash -minimized Yes …

Member Avatar for Rik_
0
403
Member Avatar for dip7

Hi. I want to read a file and scan the file to see if the file contains 0x000001 (24 bits, 23 zero and 1 one bit). if file contains 0x000001, return a "yes", else return a "no". I tried writing the program but cannot work. I am stuck with this …

Member Avatar for dip7
0
117
Member Avatar for sedalnas

Hi, i could make my website downloading a pdf files but after downloading i get this error [B][I]" There was an error opening this document. the file is damaged and could not be repaired "[/I][/B] i think the problem is in the PDF version because this problem just occur when …

Member Avatar for chrishea
0
123
Member Avatar for INI

Good Day All, Please anyone tell me how to open an adobe PDF file in VB6? Thank you all very much in advance. Ini

Member Avatar for satheshjsk
0
141
Member Avatar for Munnazz

I am unable to print pdf file using iframe in javascript. I used [B]windows.forms['MyIframeId"].focus(); windows.forms['MyIframeId"].print();[/B] But i was unable to print the iframe I wanted to select! Instead it was printing the whole page except the iframe I selected. I am using IE as my browsing tool. Could any one …

0
74
Member Avatar for Griffin54

Seasons Greetings! On one of my web site pages I have links to .pdf files. When I click on the buttons to open these .pdf's I get the following message: "A drawing error has occured." Can anyone explain why this is happening? I never used to get this message until …

Member Avatar for Kraai
0
62
Member Avatar for budest

Hey people, Looking for a bit of assistance. Went to take a look at a laptop today and set up the wireless networking on it. It is a [url=http://www.fujitsu-siemens.com/Resources/103/628784658.pdf]Fulitsu Siemens L1310G [/url] and the router is a [url=http://www.netgear.co.uk/wireless_cablerouter_wgt624.php]Negear WGT624 V2[/url]. I am able to connect wirelessly without any encryption but …

Member Avatar for michrohm
0
234
Member Avatar for ithelp

Source : [url]http://kucinich.house.gov/UploadedFiles/NEED_ACT.pdf[/url] Looks like a massive change for the world economy is in the offing.

Member Avatar for jlego
0
54
Member Avatar for pbunkers

I’m trying to automatically save an excel file to pdf file using visual basic. So, I will manually open the excel, upon opening the excel file, it will run code to calculate a daily totalizer (this I have functioning) as soon as this code finishes, I want the excel file …

Member Avatar for AndreRet
0
368
Member Avatar for sedalnas

Hi, i have a problem in downloading pdf files that is when i click the download button it just download a text file contains unreadable and unrecognizable words and numbers , so can any one help me to solve this problem my code to download a pdf file is : …

Member Avatar for sedalnas
0
131
Member Avatar for freakNpink

I did a system restore a few hours ago due to a windows update that caused my newly set up dsl to stop working. I was stuck on dial up here forever and never bothered to download updates due to it taking years and when I do this is what …

Member Avatar for mjdodd
0
233
Member Avatar for arunss

Hi, I have a bulk of pdf documents. I want to read that using php script. I searched a lot, but everyone is about creating pdf files. Here I dont want to create pdf file but I want to read it. Is there any way to read it php? -Arun

Member Avatar for chrishea
0
199
Member Avatar for csc101101

Hi, I am using firefox for web browsing, but IE runs in the background and plays audio adverts in the background. Carried out various scans found in different forums and I'm finally here. I have followed the guideline in the sticky, adverts are still running. GMER two cannot be created …

Member Avatar for crunchie
0
368
Member Avatar for puvi

hi guys, i have enrolled to for brainbench php certification which is due in another month and half, but i havent prepared specifically for the test yet, till now i have just played around with some codes, done lil bit of trial n error stuff thats it. here is the …

Member Avatar for pauper2thedemon
0
163
Member Avatar for new SE

hi.. anyone can help me to convert asp.net program to pdf? before this i'm using this code [CODE]private void ExportGridView() { string attachment = "attachment; filename=Contacts.xls"; Response.ClearContent(); Response.AddHeader("content-disposition", attachment); Response.ContentType = "application/ms-excel"; StringWriter sw = new StringWriter(); HtmlTextWriter htw = new HtmlTextWriter(sw); GridView1.RenderControl(htw); Response.Write(sw.ToString()); Response.End(); }[/CODE] to convert to excel.. …

Member Avatar for 1seo
0
193
Member Avatar for saiju_menon

I am developing an application which downloads pdf files, then water marks and then print. Downloading part is completed using internet controls and water marking also done using itextsharp dll. With the following code I am able to set the printer also. [CODE]Public Function SetPrinter(ByVal prtName As String) As Boolean …

Member Avatar for saiju_menon
0
554
Member Avatar for miunhosuk

Hi this is pdf : [url]http://www.cs.umd.edu/~elman/460.10/final/final.pdf[/url] I have question with problem 1 I solved problem 1 but i am not sure if my answers are right.:( can you check?? plz!! my answers for a) i said, if applying the composite simpson rule on a uniform mesh subdividing [a,b] into intervals …

Member Avatar for sagemore48
0
86
Member Avatar for hearthand

Basics are: Another area of my program takes in strokes and then uses the recogniser to interpret those strokes into a recognise result. The result of this conversion is saved and is accessible. This is the string part of my question. On another screen I have a panel which takes …

Member Avatar for hearthand
0
204
Member Avatar for mayanktalwar

i dont have any experince of software making...i know c ,c++ and web designing lanuguages....how should i start it..to do what i have asked...i have to decide a project

Member Avatar for ravenous
0
153
Member Avatar for Zlix

hi all! i have c2d e6600 cpu, gtx 285 gpu, 4gb ram, win xp sp2, and everything worked fine till recently... on every 3d application cpu usage is 30-60%... i discovered this only few days ago... before that i had some fps issues, tried to update gpu driver and got …

Member Avatar for Zlix
0
358
Member Avatar for euromaster1

fake secutrity alerts on my windows toolbar ive used malware bytes and it has removed the pop ups but not the tool bar fakje window security and if click it the pop outs for hdd antivirus software comes back plz help!!! this is my hijack this log Logfile of Trend …

Member Avatar for Rik_
0
179
Member Avatar for serolfaceh

Im trying to do employee database using vb6.0, problem is that, is it possible that after clicking a command button this will call a PDF file... the Scenario is this: [command button] """""""""""""""""""""" "VIEW JOB DESCRIPTION" """""""""""""""""""""" [after pressing this will call/fetch the specific job description of the employee and …

Member Avatar for AndreRet
0
1K
Member Avatar for DFFolken

Hello, I'd appreciate any help I could get on the current problem I am having with my computer. The problem seems a little complex to me, so I will try to explain as best as I can and with as much details to help you guys understand the issue better. …

Member Avatar for crunchie
0
710
Member Avatar for cordite

Hi All, I'm a trainer and I recently wrote a training booklet to be handed out at the end of Perl training courses. It has a creative commons license so I thought I'd share it here with you all. It's not designed to be a booklet for learning Perl, more …

1
42
Member Avatar for shakssage

Hello. I'm trying to print some text using printDocument. I've managed to print out the text I need into a pdf. The text is taken from the database which is initially made when the windows form loads. The problem is: Once it prints, it shows the pdf, which is fine …

Member Avatar for shakssage
0
237
Member Avatar for ShadoX

Hello all, I need to make a PdfPTable with some cells being split or merged into one. The problem is that I can't seem to find a way of doing that. Could someone please help me with this? I spent the last hour on Google and couldn't find anything.. :( …

0
36
Member Avatar for april1028

Hello. Thanks in advance for your help. I first noticed a change in my microsoft office outlook ...then later in all of the office suite products. The physical appearance changed to one that appeared something more like "safe mode". After running the scan on my pc with Lightspeed Total Traffic …

Member Avatar for jholland1964
0
251
Member Avatar for new SE

Hi all, i am working on converting the asp.net to pdf file.. now i'm using this code,but it give me an error "Type or namaspace name 'pdfConverter' could not be found".. is there any component i need to install..any help plz? [CODE]PdfConverter pdfConverter = new PdfConverter(); pdfConverter.PdfDocumentOptions.PdfPageSize = PdfPageSize.A4; pdfConverter.PdfDocumentOptions.PdfCompressionLevel …

Member Avatar for crishjeny
0
148
Member Avatar for kn0ck3r

Hi all, I've read a previous thread on this... but I've tried everything that was on the thread, but I've still got the problem. Basically, the problem is that IE just opens up on its own all the time. But I don't ever use IE. I'm an avid Firefox user. …

Member Avatar for crunchie
0
240
Member Avatar for sayyad786i

hi, I want to create a pdf from excel sheet using visual basic 6.0. Can you people help me describing or sending me a ready codes regarding the same. Thanks with regards, Sayyad H.A. India.

Member Avatar for pbunkers
0
4K
Member Avatar for LJames

I need to create pages of address labels using VB Express, so no Crystal Reports. The end user does not have Office, so no mail merge either. I am using an Access table for data source. I need to be able to save it as a pdf so the documents …

Member Avatar for LJames
0
93
Member Avatar for divyakrishnan

Hi.. I have an issue on my project.I want to open a particular page of a PDF by clicking a hyper link.How should I do it?any idea ?

Member Avatar for chrishea
0
76
Member Avatar for divyakrishnan
Member Avatar for gerbil
0
173
Member Avatar for onebetter

Msn wont run, startup or anything and it sucks :( MalwareBytes’ Anti-Malware log Malwarebytes' Anti-Malware 1.24 Database version: 1016 Windows 5.1.2600 Service Pack 2 12:17:53 PM 8/2/2008 mbam-log-8-2-2008 (12-17-53).txt Scan type: Full Scan (C:\|D:\|) Objects scanned: 93499 Time elapsed: 31 minute(s), 21 second(s) Memory Processes Infected: 1 Memory Modules Infected: …

Member Avatar for jholland1964
0
342
Member Avatar for divyakrishnan

Hi... Is it possible to search a string on a PDF file? I want to search and highlight a string on a PDF file . If any idea please help me..... Thanks for advance

Member Avatar for cereal
0
907
Member Avatar for Arekhon

It's become clear in the past couple days that some sort of maliciousness has overtaken my computer. I've run a variety of Malware detectors and my anti-virus, and everything has come up dry. Here is my most recent hijackthis log. If someone could point me in the right direction with …

Member Avatar for Arekhon
0
370
Member Avatar for ChicagoOutfit

Hello! I'm looking to create a simple form with PHP that will allow users to attach multiple files. For example, I'd like to offer these five fields: - First Name (text) - Last Name (text) - Word Document (browse) - PDF Document (browse) - Excel Document (browse) I am new …

0
101
Member Avatar for ganeshhsk

The problem that im facing is, the below code is working correctly and retrieve the pdf format files correctly and displaying it in the iframe. but it is only working in eclipse internal browser but not in firefox or internet explorer. what will be the reason for this.... Source code: …

0
51
Member Avatar for divyakrishnan

Hi... I have an issue on project.I want to open a particular pdf page by specifying its page no using PHP script.Is it possible?please help me

Member Avatar for Borzoi
0
124
Member Avatar for sandasilu

can some body help me to generate a processable form in a pdf from a html source code using iText thanks

0
39
Member Avatar for divyakrishnan

Hi.. I want export data from database to a PDF using c#.In database I stored the data as 'nvarchar'.Any body have any idea About this? Thanks in advance.

Member Avatar for sachintha81
0
102
Member Avatar for greatlobang

My PC is getting really slow in booting. I uninstalled alot of program & defrag the HDD but still the same. I have Norton Antivirus, Zone Lab Pro & Microsoft antispyware. I downloaded HJT. can anyone pl help. Txs Logfile of HijackThis v1.99.1 Scan saved at 7:28:01 PM, on 4/8/2006 …

Member Avatar for boergao
0
137
Member Avatar for lyrico

Hi every one, Can anyone help me on the problem? The scenario goes like this. I have lots of files (.pdf, .doc, and .xls) stored on my sever. I want the user to access the files. I mean, they can open it for some review purposes but I don't want …

Member Avatar for lyrico
0
84
Member Avatar for hatespy

I found trojans on my computer and already cleaned them up. But I'd like to make sure that they are all gone. Please help. Thanks much in advance. MalwareBytes’ Anti-Malware log Malwarebytes' Anti-Malware 1.46 [url]www.malwarebytes.org[/url] Database version: 5150 Windows 5.1.2600 Service Pack 2 Internet Explorer 7.0.5730.13 11/22/2010 8:09:52 AM mbam-log-2010-11-22 …

Member Avatar for jholland1964
0
462
Member Avatar for jonnypixel

Hi, I am trying very hard to make my own recurring invoice script. I simply have a field where the invoice date is entered. I just want to check if the date is equal to the date+1year ahead of time. If so then run the rest of the php to …

Member Avatar for jonnypixel
0
125

The End.