4,334 Topics
![]() | |
I'm new on this forum and I don't know if I post it at the correct thread or topic but just want to know if my system is infected of virus or is there any software running in my computer that is harmful to my computer. I was attack by … | |
hi, i found a module called xlwt ([url]http://www.python-excel.org/[/url]) that can write to Excel. i want the code to read from a file (robert.txt) and then write to excel in a column. however, it seems that the output from this code is that it only writes to one cell in the … | |
Hi.... I have just written a c# code which connects to a web server.... Pulls out xml, extracts data and inserts the data onto a database..... however i have a small problem scrubbing certain data of junk values..... few examples of the data i want to scrub are posted below... … | |
I have laptop Toshiba satelite L555 with MS Windows 7 Home Premium 64-bit; AMD Turion II Dual-Core Mobile M520; 4.0GB RAM; AMD M880G with ATI Mobility Radeon HD 4200 and it working reasonably good, however I think is not fast eneough what specifications would say. For that reason I make … | |
Hi everyone, I hope you could help me with my problem I am a fresh graduate and I am working now as a developer in a good company By the way, I am not the one who developed this tool, it's the previous programmer and they gave the project to … | |
hi... can someone please explain how to create a new excel file using an excel template in c# I have no idea how to go about doing it and that is why i haven't pasted any code.... i have been developing an application as part of my college project..... and … | |
Hello all, I need to extract data from a website, say for eg. Buy.com's Electronics category and save it either in MS excel. I tried looking for the code over the internet, but this wasn't properly explained anywhere. Please help me. ![]() | |
I think the title says most of it. How do I, in MS Access using VBA, get information from a workbook which I can then put in as a recordset in a table? I know that excel has an easy workaround for other excel workbooks, and I've read somewhere how … | |
![]() | I have a [B]Windows XP Pro[/B] machine with [B]Outlook Express 6[/B] on it. I want to transfer it ([B]Account settings, Contacts, Calendar, Messages[/B]) to: a [B]Windows 7 Pro[/B] machine with [B]Microsoft Office 2007[/B] on it. I do not want to use the Windows Mail or Windows Live Mail. I want … |
What is the fasted way to delete rows based on a condition in Column A using VBA? Anybody have an example? Thanks. | |
Hi, I'm trying to create an excel 2003 workbook from my vb.net project I referenced the code from this website [url]http://www.dotnetspider.com/resources/20382-To-create-Excel-file-vb-net.aspx[/url] However i'm getting error on this line "objSheets = objBook.Worksheets" Can any please tell me what's wrong? [CODE]Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click … | |
Hi every one, I need help urgently please I am creating a db with an interface from VB.Net 2008, what I need is to export to excel from a datagrideview by clicking on a button. I have found a code but its giving me errors, I posted the code maybe … | |
Hi, I run a Lenovo PC with Windows XP. Lately, it's been doing some funky things. It's hard to define, so I will give a couple of examples. When clicking on bookmarks, I usually have to click and hold the mouse to get it to get to the bookmark. Or … | |
I am trying to create an Excel sheet and save it in server... Once it is saved, I display a link to the user "download excel". He can click it and then download it.. The pblm is I cant save the excel it says "The file could not be accessed." … | |
My sister has a problem with her laptop: whenever a menu/folder is opened there is mad scrolling through all the entries which you can't stop. This is driving her crazy because you can't run anything effectively without restarting the computer several times. Adaware, spybot, macafee and a few other malware … | |
How do I add a Macro to an Excel Sheet using Late Binding? I had the code working using Excel(2010) PIA: [CODE] //create a new VBA control module oModule = oWorkbook.VBProject.VBComponents.Add(VBIDE.vbext_ComponentType.vbext_ct_StdModule); //Add the VBA macro to the new code module oModule.CodeModule.AddFromString(sCode) //sCode is the VBA macro I created;[/CODE] I now … | |
my co-worker has infected your computer @ work...I have been able to get into the divice manager and find out that there is 5 viruses..when I turn on the comp, all I get is the wallpaper, no shortcuts, no tool bar @ the bottom...nothing. I tried to download another anti-virus … | |
Any ideas on this one.....? I cleaned down a virus infected pc (Windows XP Media Centre Edition SP3 with IE8). All the scans are now clean but iexplore.exe runs as a process in task manager. It throws an error every few minutes saying Internet Explorer has encountered a problem and … | |
I'm using VBA to query and modify an Excel database. The database contains information about servers and their locations. Most of the rack mount servers have the location column as something like "G-05". Those are easy. When it comes to the blade servers, the locations are listed as "G-05E2S09" or … | |
I have made a couple of preliminary versions of a web machine as an HTA and as a web dialog plug in for Google's Sketchup. The machine has moving sliders (hence machine) that get populated with names of real objects in a hierarchical structure set by the user's associations e.g. … | |
Hi Folks; This is my first post. I attempted to search through some of the threads hoping to find the specific problems i see on my desktop (running on XP), to no avail. Hope you can help. Thanks Symptoms: Virus or Malware downloaded? 1. Have to type "explorer.exe" on Task/Manager/File/new … | |
Hello, everyone, My question deals with Excel, and not Access, but I understand they should be roughly the same. I have an Excel worksheet which contains several tables. The tables are actually named ranges; basically, I grabbed an area, gave it a name, and -voila!- it is a table. Until … | |
Okay, so I've been searching the internet for hours trying to find the solution to my problem. Many came close, but didn't describe exactly what I want to do. I have an excel file that displays the names, locations and other information about certain servers for work. I want to … | |
Greetings To All. I'm just wondering if anybody has any workaround or solution for the problem as described on the thread title. I've been doing the search on the web but so far it has not worked for me. [B][U]Setup/Environment[/U][/B] [LIST]LAN with about 30 computers connected to network.[/LIST] [LIST]Mix of … | |
I think my girlfriends netbook has become infected with a rootkit virus thingy. I've tried several things the latest of which was reinstalling Windows XP. Unfortunately search results in Google still redirect to random shopping websites. Below the various log files as requested. Any help will be appreciated! mbam log: … | |
I have a spreadsheet for each month of 2010 (Jan-Dec) that is used to track church members donations by month. Under each month I have the last name, first name and weekly donation with the monthly donation total at the end of the row. I would like to output on … | |
This is my code : [CODE] icrosoft.Office.Interop.Excel.Application(); string filePath = Server.MapPath(@"~\\Staf\\TestLucene\\" + strFileName.ToString()); Microsoft.Office.Interop.Excel.Workbook workbook = application.Workbooks.Open(filePath, Type.Missing,Type.Missing,Type.Missing,Type.Missing,Type.Missing,Type.Missing,Type.Missing, Type.Missing,Type.Missing,Type.Missing,Type.Missing,Type.Missing,Type.Missing,Type.Missing); int numSheet = workbook.Sheets.Count; for (int num = 1; num < numSheet + 1; num++) { Microsoft.Office.Interop.Excel.Worksheet sheet = (Worksheet)workbook.Worksheets[num]; Range excelRange = (Range) sheet.get_Range("A1", "H10"); object[,] valueArray = (object[,])excelRange.Value2; for … | |
good evening everyone.. im a student and currently taking my thesis...im having a problem with creating a excel file with vb... the thing is I need to open the excel file inside the form in vb.net... Anyone please need help... | |
hi, i've got error like this : CS0012: The type 'Microsoft.Office.Core.MsoTriState' is defined in an assembly that is not referenced. You must add a reference to assembly 'office, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c'. whats wrong?? | |
Hi Laptop caught a virus the other day so I have spent all day running virus scans but am now at a complete loss to why I still can't connect to the internet. I have tried pinging yahoo.com to test with no packets lost etc so there is an internet … | |
Hi Folks My computer keeps popping up random warning about microsoft office outlook "MAPI32.DLL is corrupt," and randomly opening up an unknown file in Windows media player. This happens whether or not I am running explorer, firefox, or neither. Kaspersky cannot detect any issues, even after I upgraded to the … | |
Okay so about a year ago I took a usual college class on C# and since have been addicted to the language, I love writting in it. But I have been puzzled by an issue that I have never figured out, and I decided it's finally time to ask for … | |
Hello Guys!! NickName: RJ or you can call me starmax Age: 24 Location: CNMI Hobby: Hiking, mountaineering, playing guitar, mixing some music... well I'm just a simple person, I love to learn new things. actually I'm working as a Casino Dealer, for 2 years now, I'm having a part time … | |
Dear all, I'm a newbie Outlook Add-in and I have developed a small Outlook Add-in, but now I have an issue with the Add-in. Sample source code is bellow: [CODE] using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml.Linq; using Outlook = Microsoft.Office.Interop.Outlook; using Office = Microsoft.Office.Core; using System.Windows.Forms; … | |
I was happily surfing away when I got a fake windows alert saying I had an infection, disconnected the net and tried closing the alert, which opened a fake explorer also yelling about infection. Closed that and ran HT which had an on entry of: F2 Reg: System.ini: UserInit=userinit.exe That's … | |
please can someone help with the above? here is my hijackthis report: Logfile of Trend Micro HijackThis v2.0.4 Scan saved at 18:43:58, on 22/01/2011 Platform: Windows 7 (WinNT 6.00.3504) MSIE: Internet Explorer v9.00 (9.00.7930.16406) Boot mode: Normal Running processes: C:\Users\Ben\AppData\Local\Audiogalaxy\Audiogalaxy.exe C:\Program Files (x86)\Creative\MediaSource5\Go\CTCMSGoU.exe C:\Program Files\Alwil Software\Avast5\AvastUI.exe C:\Windows\SysWOW64\rundll32.exe C:\Program Files (x86)\iTunes\iTunesHelper.exe … | |
well I followed the steps before posting and it seemed to solve the problem but here is the logs anyway: GMER 1.0.15.15530 - [url]http://www.gmer.net[/url] Rootkit quick scan 2011-01-15 13:46:00 Windows 6.0.6002 Service Pack 2 Harddisk0\DR0 -> \Device\Ide\IdeDeviceP2T0L0-4 TOSHIBA_MK1637GSX rev.DL032C Running: xrsodq7v.exe; Driver: C:\Users\Owner\AppData\Local\Temp\uwldrpob.sys ---- Devices - GMER 1.0.15 ---- AttachedDevice … | |
So I don't know what this is but I'm assuming it's not good. It's a program that appears on my computer that is called Form1 on my task bar, if I click it, it"pops up" but the window is invisible, I can right click the taskbar thing and close it … | |
Hello, For the last couple months I've been having an issue where once in a while I'll be browsing, and when I click on a link, a second instance of Firefox will open up to an ad site. Then just yesterday I noticed another issue where clicking a google result … | |
:( Can someone please help me? Last night my computer shut down for no apparent reason and when i started it up again it said that had recovered from a serious error. I have a feeling i may have some nasties on board! My computer restarted and took me to … | |
I'm having this problem I'm sure many people have had before me, but i haven't been able to get rid of it. Not sure if this is the same thing, but my computer also gets the error "the service cannot accept control messages at this time." here's my hijackthis log: … | |
hey guys where can i find free office 2010 ribbon for vb.net i found ribbon for c# but nothing for vb | |
this is my code.. i can upload everything (image, pdf, doc, ppt, xls, text), but i can upload file with Microsoft Office 2007 (docx, pptx, xlsx).. whats wrong with my code? can u help me? Please?? [code] DMSDataAccess db = new DMSDataAccess(); Dokumen doc = new Dokumen(); Versi versi = … | |
I thought I had gotten rid of a fake antivirus program that had somehow got on my computer through pop ups, but it seems there is still some sort of virus on it. If anyone can help me get rid of this, I would greatly appreciate it! I'm running Windows … | |
I have a laptop that I purchased from work, but it boots to the old network and I would like to remove this without having to reinstall XP. I am able to use the PC stand alone, but it is always trying to sycronize to the network, which can't be … | |
Hi All, I am trying to output an excel workbook that I created else where in the program through a Response.Write() call. The issue I am having is that when I call the Response.Write(); it shows the download dialog for the excel file which it is supposed, but when opened, … | |
I've been getting IE popups in firefox and my computer has been running incredibly slow. I tried to do a google search in order to find a solution to the problem but it seems like it's a personalized problem that doesn't have one set solution. I downloaded and ran hijackthis … | |
Hi All, I have a small problem that I am trying to solve...It regards storing string values in an array and outputting them to a .csv file. As you know the .csv file accepts inputs delimeted by commas ",", however the arrayed values are also delimeted by commas therefore $arr[$i]="1,2,3"; … | |
Vista Home Premium X64 I got a virus that seems to have messed up my OS pretty good. I clean my system regularly using MBAM and Super Anti Spy Ware, and was using Avast AV. But my system got a nasty virus. I currently can't explore my system files without … | |
Hi So I had a post all typed up, but then when I was running GMER the computer crashed and I lost it. The gist of it is that I'm home visiting my parents and their computer is pretty close to FUBAR. It's got a virus that's redirecting search results … |
The End.