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
ADVERTISEMENT
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
Dec 2, 2010
im trying to make a popup blocker type message box that pops up when a popup tries to load a page, and it asks The page [URL]is trying to open,open in a new tab?
(label)
No (button) Yes (button)
how would i make a menu appear when i click somwhere on the page,how would i make it recognise a picture, and be able to copy it to a location on the local drive?
View 3 Replies
Apr 11, 2012
I'm trying to use the WebKit-component ([URL]) in VB with the help of Visual Studio 2008. This is running without problems, except for two following two issues:
1. Hints/Tooltips are not shown (e.g. as there usually will appear one if you stay with the mouse over the Google-logo)
2. If there's a popup-window, I don't know how to get the new desired URL.
[Code]...
View 1 Replies
Jan 28, 2011
I'm working with a Silverlight Popup control (SL4). I would like to update data shown on that popup every time the user opens it (IsOpen=true) by passing a string and calling a Private method located in the Popup control behind code to fetch updated data.
I was hoping to place code to make this happen in the Opened event of the Popup, but such an event does not seem to exist (even though I found some documentation on it).
View 1 Replies
Jun 16, 2011
I have a usercontrol that has a popup that displays another usercontrol when the user selects an item from a listbox. When the parent initializes, all the usercontrols initialize.
<Popup x:Name="PopContactLogs" Width="670" StaysOpen="True" AllowsTransparency="True" PopupAnimation="Fade" PlacementTarget="{Binding ElementName=PageCustomerHome}" Placement="Center">
[Code]....
and it just keeps the original data in there. I'd really like to just reinitalize it every time and basically have a new webpart each time.
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
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
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
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
Apr 29, 2010
I wrote the following codes;
Private number As Integer
Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
WebBrowser1.Navigate("[URL]")
number = 0
End Sub
[Code] .....
But, also opens a popup window opened internet explorer. I also want to open the same WebBrowser
What can I do?
View 5 Replies
Sep 22, 2009
i can't find a code to add a popup blocker to my webbrowser1 in vb.net
View 1 Replies
Oct 7, 2010
I am using a ToolStipMenueItem so that when the user right clicks on the form a menu pops up.I'm not sure how to control the location of this popup menu. Sometimes is pops up where the cursor is, in another case it pops up in the top left of the form.I cannot find any 'position' properties - how do I control it's position?
View 3 Replies
Dec 22, 2009
I have seen on a few applications where there is a Pop-up page that has Tab controls on it with an several buttons on the bottom for Ok, Cancel and Help. These three buttons are on all 6 Tabs, but I don't think they actually have different button clicks for each tab. How does one have these three button on all the tabs but without having to have separate clicks statements.
View 2 Replies
Sep 26, 2011
Well I'm trying to have a if statement where when the user inputs the Title of the book [Title] then if it contained any letters then this message box would pop up. I also have another if statement where if nothing is there then messagebox would say that please input a name. [Code]
View 4 Replies
Aug 18, 2009
Atm i have a webbrowser navigate to that url and then a save dialog popsup, default to IE i think.How would i get this file to download without a popup dialog ?
View 2 Replies
Dec 31, 2009
Microsoft's scripting languages (VBScript and JScript) have a POPUP method that allows you to control the time span a message box is displayed on screen before the message box closesI've searched but I do not believe that this functionality (i.e. ability to control the display time) is included in the VB 2008. If I'm wrong can someone point me in the right direction? If I am right and VB2008 only offers a standard message box, can anyone how they have created popup types of messages that only exist for a specified amount of time.
I have a situation where I would like to display an informational message box on screen when an event takes place but I don't want the user to have to acknowledge the event by having to press the OK button as the machine may or may not be attended at the time the message is displayed. If someone is present they can either acknowledge the event by pressing OK or simply waiting for the specified timeframe has elapsed.
View 3 Replies
Nov 14, 2010
I have created some labels and i need them to display a popup message when you hover the mouse over them at runtime. I searched for a solution but i only found out how to display popups when hovering over a button and also the code for that was overly complicated.
View 7 Replies
Mar 23, 2012
Basically what I want to do is, say after I've filled my datatable(whichever fill method i used[dataadapter.fill; or datatable.load(reader)]), now the datatable has the fields i've selected albeit, "Select * from" or "Select field1, field3 from" - either way the table now has my fields. Later incode when i'm ready to access them, say "dt.rows(x)(" OR "dt.rows(x)!", right here I would like intelisense to show me the available fields for that table. I already have my clsDataTable that inherits DataTable.
View 6 Replies
Jan 13, 2010
i need a help about mouse over event for visual basic 2008 i am using access database file i want to retrieve image or data of cell in datagrid on moving mouse on it in pop up window
View 2 Replies
Jan 11, 2009
I have a textbox on my form and I am showing a contextmenustrip when the user right clicks on it. That all works but the only problem is the copy,paste,cut etc menu is appearing above it. How can I disable the copy,paste and cut menu from appearing?
View 1 Replies
Sep 26, 2010
I have a little problem with the shadow of a button when in popup style. [code] This fat border only disappear if I click another button; then the fat border is instead on that button. I'm sure this is by design, but I want this button style without this "feature". Is it possible to avoid the remaining border shadow behavior?
View 2 Replies