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
ADVERTISEMENT
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
Sep 19, 2009
hen I launch a .net application on a machine that does not have .net installed I recieve the "In order to run this application please install .net framework 2.0" - i'm not sure what exactly it says but something to that effect.Now if i take the same application and use winzip self-extractor to call the exe, the message is no longer shown it just craps out.
View 3 Replies
Jan 7, 2009
I could use Qfecheck.exe to verifies the installation of Windows 2000 and Windows XP hotfixes and read its output into vb.net.But it is not compatible with vista. How can i find the hotfixes installed in vista?
View 1 Replies
Jun 11, 2011
This is going to sound weird but I was wondering if there is a way to show in a list all of the installed Windows Updates.
View 9 Replies
Mar 23, 2009
I have a Windows XP box that is showing vulnerable by a 3rd party scanner for MS08-070 in regards to four OCX files tied somehow to Visual Basic 6.0. However VB6 is not installed on this computer; attempts to download MS08-070 and patch doesn't work.I'm guessing there is a some other application that may have dropped these in my c:windowssystem32 folder. The file versions are older as compared to what MS08-070 say they should be so I'd like to get them patched/updated.Microsoft's recommendation in the article is to update the application on a machine that has the latest patches for VB6 and redistribute that application.
View 1 Replies
Aug 2, 2011
Is there anyway to find what virus software is installed and whether it is up to date, and whether firewall enabled/disabled from within a VB app?
It is for a health check tool for my customers, so picks up and shows lots of info such as ram, processor etc and want to be able to show antivirus name and as much info as I can about version, updates etc
View 7 Replies
Sep 16, 2010
I am looking for away to include a power point slide show inside a form in vb.net 2005. Office 2007 will be installe on all of the client machines which run the program. I have found ways to launch and control a power point slide show in an exteral window, but no way to attcah it and place it on the form window.
View 1 Replies
Sep 3, 2009
Can we make antivirus through vb.net
View 6 Replies
Mar 16, 2012
How to create a antivirus
View 3 Replies
Jan 30, 2010
how to create antivirus tool using vb.net
View 14 Replies
Dec 3, 2009
What is the vb.net code for designing antivirus software?
View 1 Replies
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
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
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
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
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
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
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
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
Jun 1, 2011
I have been trying for days now how to create a process to the user to easily create a connection to any installed data types they have installed. I have found an example right inside vb2008. I never use this because I code my own connections, but this would be real nice if I could include it or duplicate it.
View 1 Replies
Feb 20, 2011
I have a textbox1 and button1 and panel1 (which is used as a popup control)i want if textbox1.text="show" then modalpopup control whose id is panel1 will be visible on buttonclick event other wise .... modal popup control panel1 will not be shown ...how to do this ? using vb.net ?
View 2 Replies
Jun 6, 2011
SQL statements:
SQL = "SHOW TABLES;"
Try
conn.Open()
The remarked area works fine when I'm accessing a specific table. I've successfully inserted the products_model field into the combobox too. The datagridview does show the table names in the db using the SHOW TABLES sql statment, but I'm not understanding how to get this info into the combobox instead.
View 1 Replies
Aug 14, 2009
Can anyone help me to make a program which include a Button shows the current Month and the year and when clicking the button it shows a DialogBox ith a MonthCalender (this one I have done - the Monthcalender shown on a Dialogbox).Further I want to change the month shown as a Text of the Button when I click other Buttons to make the calender to go backwards or forwards,
Another thing I want to know is how to make the TreeView which expand / reveal another line or something on clicking the "Plus".I am learning only VB 2005 / VB 2008, please give the codes etc for VB 2005 only.
BTW, Can you tell me how to paste a picture in this writing place? I tried to paste the picture to shoow what exactly I want to do, but I couldn't do it.
View 9 Replies
Mar 7, 2010
I'm writing a program for my algebra students to practice integers.Stuff like....
3-6
-4 + (-5)
3(-4)
-15 � 3
etc.
I want to show an explanation and for the addition and subtraction, I want to show it on a number line. For example, if the problem is 3 - 7, the number line should show and arrow to that goes right to 3, and then left 7 units (starting from 3). Then the student can see that the answer is -4.I could probably do this with some string manipulation, but what would be the easiest way to do it in a picture format? Maybe a bitmap.
View 1 Replies
Jun 8, 2011
how do you show information from a datagrid cell to show up in a text box in another form, this is for a college project.
View 1 Replies
Nov 7, 2010
How do you refresh a datagridview in code to show to show new data in the DB?
View 3 Replies
Jun 5, 2011
I have made an application using an access database. When I publish the application the database is set to be included. But when I install the application, the database does not install, then when I start my application I get an error because it cannot find my database.
View 1 Replies
Jul 17, 2009
I have created one setup package using VS 2005 deployment. I need to check wheather Microsoft Webservice 2 is installed or not condition before installing. I have used "Launch Condition" which need Component Id. But i am not able to find to where i can get component id for "Web Services Enhancements 2.0 SP2 for Microsoft .NET".
View 2 Replies
Feb 1, 2011
I need to check to see if a hot fix is installed on a windows box. from XP - Win7 there is a mix on the network and I am charged with making sure that they are up to date and have all patches.
I need it in a window app so that I can sort the IP's that have them and IP's that dont. and them am going to print the list out.the thing is I am not able to find how to pull the Hotfix'es off of Vista and Win7
I am looking for a Snipit to point me in the right direction.
View 6 Replies