Antivirus Scan Speed Optimization?
Oct 30, 2009I have been developing an antivirus using vb.net. The virus scanner works fine but I was thinking of ways to optimize the scanning speed (because large files take forever)
View 3 RepliesI have been developing an antivirus using vb.net. The virus scanner works fine but I was thinking of ways to optimize the scanning speed (because large files take forever)
View 3 RepliesHow do i exactly check internet connection speed.I have searched around google and found out a method w/c will Download a file like 1mb size, then it will calculate the speed.
View 1 Replieshow do i check the bandwidth (download speed and possible upload speed) of a user in vb.net or php that uses my app or visits my site resp?
View 1 RepliesI have a codes that calculates DownLoad speed and UpLoad speed kb/s. I would like to implement this kind. I also want to put such kind of graph. Any article or links where can I start building my own like that.
View 2 Repliesi want to monitor the speed at which my system is currently Downloading and uploading. I dont have any idea how will it can be done.
View 6 RepliesHere's what I've got thus far:
Dim xpDoc As New XPathDocument(strXmlUrl & strXmlInfo(0) & "?xml=1")
Dim xpNav As XPathNavigator = xpDoc.CreateNavigator()
Dim xpExpression(9) As XPathExpression
[code]....
Can we make antivirus through vb.net
View 6 RepliesHow to create a antivirus
View 3 RepliesI have an small physics toy application I am developing. It works fine except the particles will not push each other away, only pull towards, I debugged that sub going through it command by command and realised the value 'H' would not change, what ever it was set to during the first pass through the sub is what it kept, the only way to change this value is to manually set it i.e 'h = 1'. Once the calculation is redone on the 'H' value it resets to what it was previously, even though the x1,y1,x2,y2 are all different, thus meaning H should be different.
I think it is me that has made a mathematical mistake somewhere, but I cannot see where it is. I need a fresh pair of eyes to look over my work. Please let me know if you find anything.
[Code]...
Ok, the error I'm getting is "Load Report Failed" and it happens when I need to load a large number of crystal ReportDocument objects. I've searched on this, and there is a property in the registry that you can change to -1 and it allows to load more, however I'm still getting the error, just after I get about twice as many documents loaded.
The report is basically a one page document (for each client in the database with an interest charge). It displays the amount of interest charged, and other information pertaining to the charge. These documents are basically printed out and mailed to the client.
I created a "Print Preview" screen which has a CrystalReportViewer object, and an ArrayList property. The ArrayList property has an array of all reports, and there are next and back buttons to browse through each report. Once they are satisfied, they will print them all out, and I can dispose of the objects.
The solution for this, from everywhere I've seen, is to "Dispose the object after you are done with it". My problem is that I can't dispose it until they are finished with the print preview screen.
Is there a better way to go about this that won't require too much time to code (we are already over the deadline on this project) or a simple solution to get past the ReportDocument limit? Right now it is erroring on report 150., There are 180 records (as of today) that need to be loaded.
In a project of mine I'm currently doing this:
[code]...
all classes inherit docMain and addTemplateToList( X ) adds x to a List(Of docMain). Now my question is: Is there a better way to do what's done in the code sample? I thought of something like:
[code]...
Is this somehow possible in VB.net (Reflection?)?
How can I Optimize my own code written by VB.net? Is there any tools for it? Does Visual Studio have any one? What's your suggestion? I use VS2008 as my editor.
View 1 RepliesI have a DataGridView where I bind a datasource (sql query) to it. The row count is high with many columns. Trying to scroll through this DGV is painfully slow.
Does anyone know of any kinds of optimization I can do so that I can scroll faster? Like what is the DataGrid doing when you scroll? Does it repaint every screenful? Does it validate every row? It seems like it is doing something unneeded when a user scrolls.
how to create antivirus tool using vb.net
View 14 RepliesWhat is the vb.net code for designing antivirus software?
View 1 RepliesI am beginning to make a antivirus programs. tell me these basic:
1. What language should i have to use?
2. What database should i have to use?
3. Have you got any sample about sourcode of antivirus send to me.
I want to create antivirus in vb.net can any one tell me how to start creating antivirus as i am new one to .net
View 4 Repliesi want to check for the lan speed and put this speed value in a progress bar.
for example:
[==== ] the lan speed now is 23 KB/s
and there is another problem is if there are a LAN and a WiFi adapter in the same time how do i check for the speed for both adapters
The following code takes a timeframe in minutes since midnight and creates an array with minutes pr hour. But, it's slow. Any better suggestions out there? (no, changing language is not an option :-) )
Const clDeparture As Long = 123
Const clArrival As Long = 233
Dim lHour As Long
Dim lMinute As Long
Dim alHour(25) As Long
[Code]...
I came across the following code recently and would like to optimize it:Public Shared Function ComputeLabel(ByVal Action As Integer, ByVal Flag1 As Boolean, ByVal Flag2 As Boolean) As String
Dim Prefix As String = ""
If Flag2 Then
Prefix = "Conditional "
[code].....
I have written a code which does the thing as the title says. The problem is, the whole process took 10 minutes just for 1000 records. Here is the code:(Written in vb.net 3.5 and sql server ce)
MyConnection.Open()
Dim count As UInt32
cmnd = New SqlCeCommand(sqlstring, MyConnection)
[Code].....
I'm wondering if you know if there is a better way to write this code in order to speed it up. It has several blocks of if statements filling arrays, like this:
row0: If x < b(1, 1) Then a1(i, j + 1) = 0
If x > b(1, 1) And x < b(1, 2) Then a1(i, j + 1) = 30
If x > b(1, 2) And x < b(1, 3) Then a1(i, j + 1) = 60
[code].....
I am looking for a way to create a popup that will be shown like a 'somebody has come online' on msn , nod32 has 'scan results'. Howver I am unable to figure this out with 'tutorials' that dont work or projects that are out of date / canceled. I am looking for something thats being shown above all other apps that are open but without losing control over those apps. The fading etc is not that important I will figure this out when I get there.
View 4 RepliesI am using the code to show if antivirus is installed and to display its name. What other options are available under the
Dim searcher As New Management.ManagementObjectSearcher("SELECT * FROM antivirusproduct")
like last update etc
Imports System.Management
Public Class Form1
Private Sub button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim scope As New Management.ManagementScope("\.
[code]...
i am trying to add a text file in Debug folder. But when i go to project tab to add a new item, there is no option to add a new item? What part of the setting needs to be changed? Using Visual basicExpress 2010.
View 1 RepliesI am trying to build a program for a PC Business to check and see if an antivirus is installed, if not suggest some that are available, but im lost when it comes to trying to get my program to check and see if one is installed.
View 2 RepliesI have run into a problem with installing my software. Once the setup gets to installing the exe file the resident antivirus program is removing this file from the installation folder and placing it automatically in quarantine. Message comes up saying it may contain a virus, which is not the case. Seems this is a new feature of antivirus software. I do not want the end user to be configuring their antivirus quarantine to restore the file.
View 3 RepliesI am writing an app that picks up information from wmi/securitycenter2 to show what antivirus, antispyware and firewall are installed It also returns a productstate value which shows whether product is enabled/disabled and whether definitons are up-to-date or outdated
[Code]...
I'm working on a script/application to remove the old version of Norman installed in a windows network. To do this I have this tool called"Delnvc5. exe"..To remove the installed client I've now used "Delnvc5.exe /quiet". On some computers where the users have admin rights.But the problem is on computers with other policies where the user is not allowed to run this application so i made this..[code]When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.
View 2 RepliesHow do programs like antivirus keep track of time passed for the trial period? Eg I want to make a program that expires and stop working in 30 days One way I thought of is to make use of the system time.
View 6 Replies