4,334 Topics
![]() | |
Hi expert, i facing a problem when i try to connect to database by using vb.net below is my code: Imports System.Data Imports System.Data.OleDb Public Class Form1 Dim dSet As New DataSet Dim da As OleDb.OleDbDataAdapter Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLogin.Click Dim User, … | |
Hoping for help. Trying to get my daughters computer ready for college and can't seem to kill the three trojan.tdss files Hijackthis log: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 8:17:43 PM, on 8/22/2009 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v8.00 (8.00.6001.18702) Boot mode: Normal … | |
Hi All, I'm trying to implement the NORMSDIST function of MS excel in the C#. I found its implementation from the following link. [url]http://office.microsoft.com/en-us/excel/HP052091941033.aspx[/url] and I've written the following code for this i.e. [code] static double NORMSDIST(double z_score) { double z_ = - ( (z_score * z_score) / 2 ); … | |
Hi there, I am trying to delete all internet temporary files but when i go to internet properties and attempt to do that, it says "Windows Host Process Rundll32 has stopped working". I have run HijackThis and am posting the log here. Could someone please help me? Logfile of Trend … | |
![]() | hellooooo People! well I have the following problem: I want to recreate something like the Office-"adressbook" in my application, so the user can search through his/her outlook contacts directly, without first opening the outlook adressbook dialogue. That means that I have to search through my contacts in a Datagrid...but I … ![]() |
i too have the same problem.....plz check if there is any virus....here is my log file..... Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 9:40:35 AM, on 8/17/2009 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe … | |
Can anyone help with this... Google is being very strange, won't let me log into iGoogle, all links opened redirect me to yahoo.de unless i 'open in new tab', overall just not working very well. My log: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 15:19:36, on 15/08/2009 Platform: … | |
Hi everyone! I have an application in C#, that at some point calls a [code=c#] Microsoft.Office.Interop.Word._Application [/code] Problem is that when that point is reached, it takes ages to load the word app. I thought of creating a thread at the beginning of the program, so that the word app … | |
i want to ask some question ??? [code] Dim conConnection As New ADODB.Connection Dim cmdCommand As New ADODB.Command Dim rstRecordSet As New ADODB.Recordset conConnection.ConnectionString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source="D:\Documents\Visual Studio 2008\Projects\trial database\Microsoft Office Access 2007 Database.accdb"" conConnection.CursorLocation = ADODB.CursorLocationEnum.adUseClient conConnection.Open()[/code] im using visual studio 2008 ,i want to access to mirosoft access … | |
Hi all, My PC, which was purchased brand new last year, has started to take a very long time to load up programs and tends to freeze when I click on a website link or program file. The PC has 3GB of Ram and has an Intel Core 2 Quad … | |
Hello Helpful Tech My friend gave me his computer to clean out a virus. I used Malwarebytes to clear it up, another Vundo virus, now unable to access internet. Hijack this shows missing lsp.dll I'm about to run lspfix and was wondering if there is anything else I should fix … | |
Hello, long time no see, i'm getting better at fixing problems but can't fix this one. I've looked on the net & it seems to be a popular problem but i can't find a solution. I cannot alter the homepage in internet options, it always resorts back to [B][url]http://www.microsoft.com/isapi/redir.dll?prd=ie&pver=6&ar=msnhome[/url][/B] I … | |
Odd random sounds, like people talking. Firefox shuttering, odd slowdowns stuff like that. ------------------------------- Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 2:26:03 PM, on 8/9/2009 Platform: Windows Vista SP1 (WinNT 6.00.1905) MSIE: Internet Explorer v8.00 (8.00.6001.18813) Boot mode: Normal Running processes: C:\Program Files (x86)\Microsoft Windows Feedback Panel\WFPASIEve.exe C:\Program … | |
hi all, this is the link for the image of the infected page. [url]http://picasaweb.google.com/lh/photo/GsTRevYbTEJo40vK863L8Q?feat=directlink[/url] After i accidentally click a link in an email, my yahoo search result's background is infected. below is my hijack log file. Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 3:26:53 PM, on 8/6/2009 Platform: … | |
![]() | Hey guys, So I've had my Vista laptop for more than 2 years now. Last month, I took it to Tokyo. That was when things started to get messy. My explorer.exe crashes at every startup. I have to do ctrl + alt + del to run explorer.exe every single time. … ![]() |
hi, i have a dell laptop model #PP22L. i know i have a virus because i keep getting popups that tell me im infected and they want me to purchase their software. i ran a hijackthis report and the following info came up. before the scan ran these 2 boxes … | |
My computer is not acting well. Windows XP will often not start (I'm using safe mode now), my browsers are being hijacked (both IE and Firefox), IE starts by itself (sessions noted in Task Manager), and many of the things that are suggested on this site will not install, or … | |
Hi, I think this is the right place to post this question, if not, please let me know :) I am running Windows XP Home and recently have been battling the adware/spyware/evilness, but suddenly now have a problem with Microsoft word that I don't think is related..maybe. I was working … | |
Hi Guys, I have a client with an SBS 2003 server. They use a Microsoft Access 2007 database which is split in two. a front end (Which includes all the forms) and each of the client PC's has a copy of the frontend on their PC's. And a backend (which … | |
hello friends, i am trying to use microsoft office document imaging library in my c# application to add OCR functionality to my application.However when i tried to run the following piece of code the compiler threw an error " Retrieving the COM class factory for component with CLSID {56F963EC-6EFC-4A6B-9A1E-5BFE545C89D0} failed … | |
Hi Guys I am using C# to make an app that will read an excel file, edit the data and then generate a graph for me using said data. The program works well, but when I open the graph in excel it is incredibly slow and sometimes crashes excel. I … | |
Tons of stuff on my hijackthis log can someone tell me what is junk thanks Ryun Logfile of HijackThis v1.97.7 Scan saved at 12:27:03 PM, on 8/2/2009 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\Explorer.EXE C:\Program Files\Lavasoft\Ad-Aware\aawservice.exe … | |
I can type any address is address bar and go there but when I type the facebook address IE shuts down... here is the hijack this info: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 7:44:59 AM, on 6/21/2009 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 … | |
Hi, My problem is that: [COLOR="Green"][B][U]i turned on my computer and because i didn't install Microsoft Office yet, i was using Notepad to keep my temporary files. i clicked and it never responded, so i thought it was a process that i needed to stop running through task manager, i … | |
Good afternoon, My laptop seems to be experiencing major problems as it seems to be connected ok to the internet but I cannot get any web page to display. MSN accounts seem to be working but web pages wont display at all with the usual message "Internet explorer cannot display … | |
Dear All,, I have a search query for searching 40 fields that are belonging to 5 different tables.. I have used INNER JOIN for this purpose... I have stored the search conditions into a $string variable and the result is getting correctly.. Here comes the problem.... I want to paginate … | |
Hello, so i have a nasty problem with my searching, whether its on google or yahoo or anything else. i use firefox to browse the internet and i pretty much google search anything so it really bothers me when theres something wrong with my browser! whatever i have in my … | |
Hello, my friends. I have a small problem. When I start windows as soon as it boots up, either firefox or IE starts directing me to a christian radio station. I have uninstalled both browsers and still having problems. Thanx in advance, guys!! Here is my Hijackthis log: Logfile of … | |
All, All the help & HOWTOs say you can get subtotal from groupings and grand totals with the use of: =sum([fieldname]) and I have used this in the past, but current report is erroring by giving the popup, asking for value entry on each of these I placed in the … | |
My computer has been really slow lately. I used to be able to click IE or Firefox and it would popup almost instantly and now it takes 15 or so seconds. Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 6:11:29 PM, on 07/28/2009 Platform: Windows XP SP3 (WinNT 5.01.2600) … | |
I've been having problems with my soundcard and wireless that I think are due to spyware on my computer. I've gone through the steps in the Read Me post and would be grateful if someone could take a look at my log files and tell me what I need to … | |
Can somebody help me out, I am kind of worried about some viruses. My laptop restarted last night and when i came back a windows live page came up and said I might have some malware on my computer so I ran a scan with malewarebytes but no hits Logfile … | |
Like 3 days ago, my system got destroyed by a virus, all standard programs weren't working anymore, so I decided to reinstall the whole thing... After doing that, the virus is still here.. I can't access any AV site, nor microsoft.com,... Every 10minutes a mallware popup shows up ( it's … | |
Gud day everyone, Im daniel and im new here.. i have problem same to others..it started when i print something in MSword i receive this message "Windows cannot print due to a problem with the current printer setup" i tried to check my printers and faxes settings but i cant … | |
Can Someone please check this Hijack log i suspect a virus has infected my computer because it is running really slow Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 4:02:10 AM, on 7/20/2009 Platform: Windows Vista SP1 (WinNT 6.00.1905) MSIE: Internet Explorer v8.00 (8.00.6001.18702) Boot mode: Normal Running processes: … | |
I always get an error with Line 39. It always have NullPointerException error. Could you check what is the error? Here's my code Imports System.Runtime.InteropServices Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim filen As String filen = TextBox1.Text test(filen) End Sub … | |
hi.. i developed a web application using asp.net2005 in windows xp professional,database is sql server2000.. i have to run the application in another system.. so i used deployment to run the application in another windows system.. after deployment i got a setup file with "msi" extension. i installed this "msi" … | |
[B][COLOR="Green"]Hi, I'm running Win XP I was looking through an old thread (now closed) & found the following recommendation (below). At the end of the recommendation it says to post the log... and... that's the reason for starting this thread... [/COLOR][/B] [B][U][COLOR="green"]Recommendation from old thread[/COLOR][/U][/B]: Please download SmitfraudFix (by S!Ri) … | |
I have same problem and this is my logfile Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 10:10:08 PM, on 8/14/2008 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Boot mode: Normal 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:\Program Files\Common Files\iS3\Anti-Spyware\SZServer.exe C:\WINDOWS\System32\svchost.exe C:\Program Files\Common … | |
I am writing a program that reads paragraphs from a word document and puts them between XML tags. I have a class which handles the loading and reading of the word document. The document loads fine, and the program can read all the words into the program, but not on … | |
Help word automation with c# urgent please Posted: 07-21-2009 02:29 PM Hello I'm trying to create a doc from a template I can access bookmarks an everything is ok except when there is a bookmark inside a textbox in the template, I can't acces that nor the bookmarks in the … | |
Hi All, I have been encountering a quite weird problem at my laptop for almost 3 days. Right now, I can’t visit any website via any kind of browser.Except http, all other protocols are working fine at my laptop.However in safe mode, http is working correctly. 1.Different anti-malware applications confirmed … | |
Hi Today i downloaded Mozilla Firefox version 3.0.4. I installed it and no page is loading. It gives the following messages after failing to load the webpages. [COLOR="Red"]Redirect Loop Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked. … | |
Windows XP professional Service pack 3 Microsoft Office 2003 Symantec Endpoint Protection 10.1 The PC is on the network nearly everyday I get the following messages below, Hanging application OUTLOOK.EXE, version 11.0.8217.0, hang module hungapp, version 0.0.0.0, hang address 0x00000000. Windows cannot query DllName registry entry for {CF7639F3-ABA2-41DB-97F2-81E2C5DBFC5D} and it … | |
I've seen posts on this, but here's my specific issues. When I log on, my taskbar starts out normal and then turns gray and I have no volume. My volume icon disappears and my Control Panel says that I have no Audio Devices. Here's my log from HijackThis: Running processes: … | |
Hi there, I'm having the exact same thing happen. ): I'm not too good with this sort of stuff but have tried allsorts of spyware removal with no avail. I did the scan with HijackThis and here is my log file... Much appreciate any help from you. ^^ Logfile of … | |
A few days ago my computer starting starting slower than it used to. At first I thought it froze during startup. So I turned it off and back on again, but after 5 minutes it finally moved past the start-up screen. Even after startup it was still running slowly so … | |
Hi, how can I create using asp.net simple xml file which looks like following: [code=xml]<?xml version="1.0" encoding="UTF-8" ?> <my:myFields xmlns:my="http://schemas.microsoft.com/office/infopath/2003/myXSD/2009-07-13T10:21:01"> <my:field1>FirstName</my:pole1> <my:field2>SecondName</my:pole2> <my:field3 /> <my:field4 /> <my:field xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" /> </my:myFields>[/code] How can I write prefix [B]my[/B] on beggining of tag? | |
Hi guys, am running xp pro and having problems with pc going into sleep mode when i open microsoft office outlook, sometimes it will open but as soon as i try and open a folder it shuts down and the only thing i see is a small window saying attention … | |
i am doing a program to block ip address . First i import the list of ip address from 2 table of sql database. Then the third datagridview will show the ip address that difference in the 1st and second datagridview. Here is what I have so far... [CODE] using … |
The End.