Antivirus Scan Speed Optimization?

Oct 30, 2009

I 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 Replies


ADVERTISEMENT

Check Internet Speed - Download A File Like 1mb Size, Then It Will Calculate The Speed?

Feb 21, 2012

How 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 Replies

Check The Bandwidth (download Speed And Upload Speed) Of A User In .net Or Php?

Dec 31, 2010

how 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 Replies

VS 2010 Calculate DownLoad Speed And UpLoad Speed Kb/s And Graph

Nov 30, 2010

I 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 Replies

Calculate Internet Download Speed And Upload Speed

Jul 29, 2009

i 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 Replies

XML Reading Optimization .NET?

Jul 9, 2010

Here'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]....

View 4 Replies

Make Antivirus Through VB?

Sep 3, 2009

Can we make antivirus through vb.net

View 6 Replies

Way To Create Antivirus

Mar 16, 2012

How to create a antivirus

View 3 Replies

.net - Optimization With Visual Studio Or A Logic Bug?

Feb 3, 2011

I 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]...

View 1 Replies

Crystal Report And Code Optimization?

Jul 24, 2009

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.

View 1 Replies

Optimization - Initialisation Of Multiple Classes

Jul 16, 2009

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?)?

View 3 Replies

Optimization :: Optimize Own Code Written?

Jan 20, 2011

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 Replies

[2005] DataGridView Scrolling Optimization

Jan 26, 2009

I 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.

View 4 Replies

Create Antivirus Tool Using .net?

Jan 30, 2010

how to create antivirus tool using vb.net

View 14 Replies

How To Design Antivirus Software

Dec 3, 2009

What is the vb.net code for designing antivirus software?

View 1 Replies

How To Make A Antivirus Program

Sep 19, 2010

I 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.

View 3 Replies

How To Start Creating Antivirus In .net

Jun 22, 2010

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 Replies

Check For The Lan Speed And Put This Speed Value In A Progress Bar?

Jan 4, 2012

i 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

View 1 Replies

.net - Code Optimization On Minutes Pr Hour Calculation?

May 25, 2010

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]...

View 3 Replies

Function Optimization (SSRS Report Code)?

Jan 14, 2010

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].....

View 6 Replies

Performance Optimization For Retrieving Xml Table Data?

Mar 17, 2012

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].....

View 1 Replies

VS 2010 Code Optimization: Array Initialization?

Jan 20, 2011

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].....

View 5 Replies

VS 2008 Msn/nod32/antivirus Popup

Jun 28, 2010

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 Replies

[2008] Antivirus Type And Last Update?

Jan 7, 2009

I 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]...

View 2 Replies

IDE :: Cannot Find The Optimization Check Box Or Properties For Project 2010?

Mar 7, 2011

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 Replies

Check To See When Antivirus Is Installed And Updated In Program?

Oct 14, 2010

I 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 Replies

VS 2008 - Antivirus Software Install Interception

Feb 9, 2010

I 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 Replies

WMI / SecurityCenter2 - Productstate To Show What Antivirus Are Installed

Apr 18, 2012

I 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]...

View 2 Replies

Runs As Administrator (remove Old Version Of Norman Antivirus)

Feb 16, 2010

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 Replies

How Do Programs Like Antivirus Keep Track Of Time Passed For Trial Period

Nov 18, 2010

How 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







Copyrights 2005-15 www.BigResource.com, All rights reserved