VS 2005 - Make A Program Intercept And Stop Certain Write Requests?

Sep 1, 2009

Is it possible to make a program intercept and stop certain write requests? I need it to stop viruses from tampering with an antivirus database. If you can, how do you do it? If not, is there another way to stop viruses from changing the database?

View 39 Replies


ADVERTISEMENT

VS 2010 Intercept Web Requests And Edit <title> Of HTML Then Continue Request

Mar 14, 2012

I am trying to make a program that when run changes the <title> attribute of the HTML, on any page requested then loads the page (IE). Is this possible, without making a new browser? If so, how?

View 3 Replies

Write A Program That Requests A Word Containing The Two Letters?

May 25, 2009

(Write a program that requests a word containing the two letters r and n as input and determines which of the two letters appears first. If the word does not contain both of the letters, the program should so advise the user.)I got the program to work but he said its wrong because we need to have it looping and if one of the letters is missing you also have to say which one is missing.I have some of the pseudo code but I don't know how to make it work.If Index of("R") = 0 or index of ("N") = 0 Find out which is missing and display message.Else Find larger and display message.

[code]...

View 1 Replies

Write A Program That Requests A Name From The User And Insert The Name Into The List In Its Proper Location?

Oct 1, 2010

Write a program that requests a name fomr the user and insert the name into the list in its proper location, if the name is already in the list, the name should not be inserted. --do not use any arrays or LINQ use only streamreader/streamwriter.What i've got is this...it will add the name but not in the "proper location". if i could use an array i'd just reorder the array and then write to file, but...

Imports System.IO
Public Class Project_3a_p398
'Purpose: A program that requests a name from the user

[code].....

View 1 Replies

Write Some Functions To Stop From Having To Use The Same Code Over And Over In Program

Feb 13, 2010

I have a program and the program works fine. The only thing is that I want to shorten it up and stop using the same code over and over. I use the same redudant code through out the code. I want to write some functions in order to stop from having to use the same code over and over in my program. I wanted to know if someone could help me with functions: Here is part of my code below.

[Code]...

View 3 Replies

Make Text Editor Handle "Set As Default Program" Requests?

Jun 2, 2010

I was wondering how to make my Text Editor handle "Set As Default Program" requests, and have files saved default-ly open with it. For example creating my own file type.I don't know if this is possible in VB.net

View 1 Replies

Make An Application With A Start Button And A Stop Button On A Stop Watch Program?

Nov 1, 2009

I am trying to make an application with a start button and a stop button on a stop watch program. These are the codes I am using but my seconds on the stop watch don't start.

Public Form Dim intSecond As Integer = 0
Form 1
Private
Dim intSecond As Integer = 0
intSecond +=1

[Code]...

After I write my code and try to run the program, the seconds will not start,

View 3 Replies

VS 2005 Intercept Code Physics

Aug 23, 2010

This is not a programming question but a physics one.I was wondering if anyone has a link that good give me the math for two objects: one moving and the other intercepting. Specifically, I need to determine the vectors of the pursuing object when given the vectors of the object he is trying to pursue.This is classic video game programming and in my instance it's supposed to be a football player running with the ball being chased by a tackler.The code I have now determines where the tackler should go at one particular instant, but does not project where he should be in order to lead the target.What happens is the tackler runs behind the ball carrier - he doesn't cut him off.It's like if a QB throws the ball to where his receiver is instead of in front of him; when the ball arrives the receiver is long gone.

View 2 Replies

VS 2010 - Make The Program Stop What It's Doing If The Box Isn't Filled Out?

Feb 15, 2011

One of my forms has a few textboxes that are required. If I try to use an if/then statement, the form shows a message box stating the error but then continues and eventually crashes because the textbox wasn't filled out. How to I make the program stop what it's doing if the box isn't filled out?

View 1 Replies

Cannot Find A Way To Make A Program That Write Make A Shortcut In Start Menu For All Users

Jun 6, 2009

I cannot find a way to make a program that I write make a shortcut in the start menu for all users.My final goal is to make an MSI and deploy it in group policy to all users on a computers OU. Is this possible?

View 5 Replies

VS 2010 Intentionally Make A Program Stop Responding

Jun 8, 2012

I am making a process monitoring program for his game server. Occasionally, the programs stop responding. I've used the if process.responding then process.kill la de da, but its not working right. Is there a debugging tool out there i could use to intentionally make a program stop responding?

View 10 Replies

Make A Program That Will (by Timeing) Click Continuously Until Press Stop Button Or A Key Like F12

Jan 19, 2010

I want to make a program that will (by timeing) click continuously until I press the stop button or a key like f12. The only problem is I have no idea and got only how to click from other posts of same concept. This is what I have.[code]Now I want a timer to help it click every 1 2 or 3 seconds, whatever it may be in the text box.

View 2 Replies

Make A LAN IM Client Using The Net Send Command - Intercept Messages From Windows Messenger Service

Jun 5, 2009

I'm trying to make a LAN IM client using the net send command and I was wondering if there is any way to capture the text of the messages received through net send and display them in a label.

View 6 Replies

VS 2008 Make A Program Stop Or Pause For A Period Of Time Before Continuing The Code Without A Timer?

Jun 13, 2009

Out of curiosity, is there a way i can make a program stop or pause for a period of time (which i would choose) before continuing the code WITHOUT a timer.I think I've seen this done before, but I'm not positive.Also note that I'm talking about a forms application (not a console app if that would be any different.)

View 3 Replies

VS 2005 : Catch Program Write Commands?

Mar 31, 2009

Is it possible to intercept any program write (to file/registry) commands and prompt the user to allow, while pausing the other program's command? Antivirus thing. I know, this seems impossible. But there must be a way! Even if it's just possible to notice what's happening and save another copy of the to-be-affected file first...

View 2 Replies

VS 2005 Best Way To Write A Program That Would Handle Different Situations

Nov 13, 2010

I have written a program that reads a 3rd party .txt file database. In one of the fields "City" the 3rd party adds a city abbreviation code. Example [code[The probelm is now the 3rd party has added an additional abbreviation Sacramento (Sac)(City)..They dont always have the addional abbreviation so I am trying to determine what is the best way to write a program that would handle the different situations.

View 10 Replies

VB Program That Requests A Positive Integer As Input?

Nov 28, 2009

i did this much but something doesn't seem right...the question is A Visual Basic program that requests a positive integer as input, and carries out the following steps:If the number is even, divide it by 2.Otherwise, multiply the number by 3, and add 1 to the result. Repeat this process with the resulting number, and continue repeating until the number 1 is reached.After the number 1 is reached, displayed how many iterations were required to reach the number 1. (Hint: a number is even if number Mod 2 = 0.)

Private Sub btn_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn.Click
Dim num, multiply, divide As Double

[Code]...

View 4 Replies

[2005] Write A Program That Will Open A Solidworks File In EDrawings?

Jan 17, 2009

I'm trying to write a program that will open a solidworks file in EDrawings and print it and so far the only way I can find to do that with an edrawings ActiveX Control displayed on my form.Does anyone know if it's possible to print drawings via EDrawings 2009 without the ActiveX Control having to be displayed on the form as that is drastically slowing down my program?

View 5 Replies

VS 2008 Program Requests A Password If Its False It Returns Noturous 'failed To Login'

Feb 15, 2010

I'm trying to compare something the user sends to a listview(first column) to see if it can find a match using [code] and if it equals true the program requests a password if its false it returns the noturous "failed to login"

View 2 Replies

Make A Program Stop Appearing As "Not Responding"?

Feb 23, 2009

Anyone have any tips on how to make a program stop appearing as "Not Responding"? elegates, multithreading... are there other options i'm missing?

View 2 Replies

VS 2005 Make A Program For Running In VCD/DVD Player?

Feb 27, 2010

I want to develop a simple application which can execute (run) on Television through VCD/DVD player....??

View 9 Replies

VS 2005 Make A Program Type In Characters?

Jan 23, 2012

how to make a program type in characters. My main goal is to have the program run in the background, which I also don't know how to do.

View 4 Replies

VS 2005 Make A Simple Client-server Program?

Sep 27, 2010

I was wanting to make a simple client-server program.I saw some code for it and it was easy to understand but it was with winsock.

The program is:

Client: Clicks button.
Server: Recieves Text written in clients textbox.

Is there a reasonably easy way to do this?Maybe Net.Sockets or something similar?

View 3 Replies

Program - Requests A High Number And A Low Number From User - Searches Array And Finds All Elements Within Two Numbers

Jan 24, 2010

I need to write a program that requests a high number and a low number from the user, then the program searches the array and finds all elements within the two numbers. The program is used to search for past presidents, so if I type 43 for low number and 44 for high number, the program will display:

George Walker Bush
Barack Hussein Obama

I think I have an idea of how to search up to a certain point, but not to stop at a certain point....Here is the code that I have for that particular sub procedure:

Quote:

Private Sub btnDisplayRqst_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnDisplayRqst.Click
Dim sr As IO.StreamReader = IO.File.OpenText("PRESIDENTS.TXT")

[CODE]...

View 4 Replies

VS 2005 - Make A Program Where You Can Control An Object And It Has Multiple Animations

Nov 23, 2009

I only started using visual basic earlier this year so I'm still a newbie but I've been wondering some things:

1. When you have a picturebox back color to transparent, objects under it still get hidden. Is there a way around this?

2. I've been trying to make a program where you can control an object, and it has multiple animations, but I can't figure out a way of doing this other than having a bunch of picture boxes together and making them visible/not visible as needed. Is there a better way to do this?

3. (I think) I know how to make global variables (dim whatever as global.system.integer ? I don't have it on the computer I'm posting with), but how do I make another form use them?

4. Is there a way to have multiple sounds play at the same time? Whenever I play a sound it stops whatever else is playing.

View 7 Replies

Write A Code To Stop User From Entering A Duplicate Course Id

Mar 9, 2012

I need to write a code to stop user from entering a duplicate course Id and I am having trouble.[code]

View 2 Replies

Make A Property "Write Once Read Many" In Program?

Jan 12, 2010

What is the best way to make a class property "Write Once, Read Many" such that you can only set the property once?

I know that I could pass all the properties in the constructor and make them ReadOnly, but in cases with a lot of properties I don't want a constructor that has 20+ arguments.

Also, I realize I can "roll my own" setters, but having to do that for every property seems like a bunch of redundant coding.

Is there a clean way to do this in VB 2008 .NET 3.5?

View 2 Replies

VS 2005 : Make Program To Select A File, Create DataTables And Then Perform Some Other Functions?

Feb 9, 2011

I am attempting to have my program select a file, create DataTables and then perform some other functions. I want to be able to open another file and re-do the same steps.The problem I am having is that I add columns to my Datatables and when I try and to open another file while one is already open I get a message that a column of xyz is already added how do I properly "clear my datatable" or perhaps that isnt even the correct approach? Here is the code I have that Opens a File

HTML
Private Sub OpenToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OpenToolStripMenuItem.Click

[code]....

This was working at one time but after adding to my project I must have placed something in the wrong place inadvertantly or it has soemthing to do with adding columns,?

View 4 Replies

VS 2005 WebBrowser1 - Stop Pop Up Or Get Pop Up Url?

May 2, 2010

I made the typical web browser, but when I click on some links instead of it opening in my program, it opens up IE. How can I simply make my program the default web browser to use?

View 9 Replies

[2005] Start/stop Iis In .NET?

Oct 3, 2008

how do I do start/stop iis in .NET?

View 11 Replies







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