Make Antivuris A Real Not Fake / Remove It?

Dec 27, 2009

I want make a antivirus a real that can find everything iwant a tutorial that haves pictures how to do it

View 2 Replies


ADVERTISEMENT

Make A Fake Error Popup Window?

May 5, 2012

how do you make a fake error popup window?

View 1 Replies

Make Fake Progress Bar When Click On The Button?

Jun 20, 2012

i want to make fake progress bar when i click on the button:

for i = 0 to Maximum
progressbar1.value = progressbar1.value + 1
next

but the progressbar.value = 100 Too fast

View 3 Replies

VS 2010 Make A Program For A Fake/hypothetical Company?

Feb 20, 2011

I need to make a program for a fake/hypothetical company.The "company's" pricing is based on the number of days of the rental as detailed below; note that all time beyond a half day is counted at the full day or weekly rate. In addition, they offer insurance for their vehicles at a daily rate; insurance is mandatory for half-day rentals, and is only available at the full-day rate. The charge rates are as follows:

Half Day $20.00
Full Day $35.00
Weekly (7 days or more) $32.00 / day
Insurance $5.00 / day

And 8% sales tax has to be added on.

View 11 Replies

Make An Application That Actually Listens To Real FM?

Apr 20, 2011

Is it possible to make an app (with VB.NET or any other language) that actually listens to real FM? not internet radio, or XM Radio, or any of that, but actual (Signal) FM radio, the type you listen to in a car or with a radio? if it's possible, is there any special hardware that's needed? I mean, if i wanna make it will all the consumers be able to run it? or only a selected few? Im sorry if this question is too long...

And is radio dead now or is that what people say? Am i the only one that stil listens to radio?

View 2 Replies

Make Real Time Chart?

Feb 22, 2011

Make real time chart?

View 1 Replies

How To Make A Real Radio - Get A Headset And Plug It Into Computer

May 4, 2010

Today I wan't to ask you how I can make a real radio and here what i mean by real radio:

On the most telephon with touch or untouch screen have fmradio who search radio by using headset for antena. Is thera a way i get a headset and plug it into computer but in witch way i have to write the software.

View 4 Replies

Make A Program In Vb 2008 To Real All The Data Rs232?

Mar 12, 2012

Somebody know how I can read data from a device connected rs232?Im write it in a text box?

View 4 Replies

Make A REAL Key Generator - Program Code To Building A Working Keygen ?

Jun 24, 2009

I've been trying to create a working keygen for three months and I havn't figured it out. I first inserted two buttons and named one "Generate" and the other "Exit" and then I put in a textbox. After that I put in the code and debugged it every time I pressed the Generate button a 0 just popped up in the textbox. my code is below.

Public Class Form1

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

[CODE].....................

View 1 Replies

FAKE Inheritance In C# / Program?

Dec 14, 2011

Suppose I want to inherit from System.Data.SqlClient.SqlTransaction which is sealed. Supose I want to just put a wrapper around SqlTransaction and always use MyTransaction instead of SqlTransaction. Is there a way I could potentially cast MyTransaction to SqlTransaction using an Implicit/Widening operator?

View 8 Replies

How To Fake Amount Of Ram Installed

Jun 30, 2009

Does anyone know of a way to script falsifying the amount of RAM installed on a PC for an install. I have a program that needs to be installed on many systems that all have little RAM. The program requires during the setup that at least 384 MB of RAM be installed. Some of these systems only have 256 so the install fails. I know the easy answer is install more RAM. Ain't going to happen. Company has no budget. The install should be fine I think, but would like to test more. in order to do the testing to see if this would even work though I need to figure out how to have the OS tell the app it has more RAM than it does. I don't know this app but my first guess is the app queries WMI for amount of RAM?? If that's the case is there a way to set that WMI entry to something different until after the app is done? Or if someone knows another way that would be good too?

View 17 Replies

LINQ To SQL: Fake Repository With Many-to-Many Relationships?

Aug 6, 2009

I have two tables, Clients and Administrators, which are linked in a many-to-many relationship by the table ClientAdministrators. In the real application this works fine and I can get a list of Administrators for my Client. My problem comes in trying to unit test the service class that is retrieving this from the repository. I have a FakeRepository class which implements my repository interface and I have several internal lists of objects for the service class to query against.

[Code]...

View 3 Replies

VS 2010 Fake Email Sender?

Oct 29, 2010

I have this code to send an email:

Imports System.Net.Mail
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)

[code].....

View 6 Replies

Fake Compile Errors / Rebuild Program

Jul 26, 2010

Anyone ever get fake compile errors and rebuild the program and then they go away? Well mine aren't going away and I can compile and run no problem. I've got something like 100 compile errors and the "run with error's" warning doesn't appear at any time and when I do run my program it runs just the way it should. However I still see like 100 errors.

View 4 Replies

VS 2005 Verify If Email Address Is Fake?

Apr 16, 2009

I know you can use regex to verify an email address format, but is there a way to, outside of sending an email to the address to verify that an email address is actually a working email address?

View 4 Replies

Create A Fake Virus For A Collegue Keeps Changing Our Desktop Backgrounds?

Aug 27, 2009

I'm trying to create a fake virus for a collegue who keeps changing our desktop backgrounds. I have created a form in vb 2008. It as a window security icon and coule text boxs saying virus has been found, it has 3 buttons (Repair), (Quarantine) & (Ignore) and a progress bar on the form. I have put a timer event on the form too. My question is: How can i get the progress bar to pause at 50% and say files cannot be repaired, once ok is clicked on the pop up msgbox asking to Quarantine items, pause again on say 85% and msgbox say Cannot be repaired, try restart and run anti virus software.

View 14 Replies

Sql - Remove Characters From The Prefix Table And Make Sure Only From The Start Of String Are Removed

Mar 25, 2011

I need to be able to strip the following prefixes from product codes as you see I have included a simple query while yes the below shows me the cm im not wanting i cant use replace as it code replace any instance of cm the prefixes are held in the supplire table cross refer with the products table

prefixes are not always two chrachters for example can be TOW

SELECT * , left(prod.productcode, LEN(sup.prefix)) AS MyTrimmedColumn
FROM MSLStore1_Products prod ,supplier sup
WHERE prod.suppid = 9039 AND prod.SgpID = 171

[Code].....

View 3 Replies

.net - VS2008 "must Implement" Fake Errors?

Oct 6, 2010

I have a VS 2008 VB.NET Solution, which is quite large. Every once in a while, if I take latest code from source control, I get hundreds of errors. These aren't real errors. They are all about classes not implementing functions/events from interfaces (which they DO implement).

"Class [class name] must implement [event or function name] for interface [interface name]"

I usually end up spending couple of hours doing a combination of: building/rebuilding the solution project by project, cleaning the solution, deleting everything locally, taking latest... etc. At some point, everything just magically builds.

View 2 Replies

Create A Fake Array Using Generics Instead Of Using An Array

Jun 23, 2012

This was an experiment to see if I could create a fake array using generics instead of using an array. I decided to try it, because I may use it if I find any advantages to using it over an array. it works, I am just asking for a second or third opinion, have I screwed anything up, or is there an easier way to accomplish this? If I use it, it will be for a 2D game I am creating, and is used to draw the 2D screen graphics, placing an image based on what image identifier is located at what coordinates. The value stored in the fake array is an integer that disignates the graphic to draw and whether it is passible or not, i.e. 0 = a floor image, 501 = a wall image that is impassible (any image number > 500 is impassable) The Class definition:

[Code]...

View 5 Replies

Make A Button Remove Items From "my.settings"?

Jun 19, 2010

I'm back, and ive continued with my browser. I've added some cool new features but right now im hitting an old problem i forgot about. Basically ive added a music player to my browser. And you can IMPORT your songs. All tracks you import are placed in My.settings.music as strings. Thing is. I made a "edit playlist option". Here's what it looks like for now... It sucks i know but i wna get the coding right first.

[Code]...

View 18 Replies

Make String Trim \ Remove All The ""?

Feb 24, 2010

I have this string that i would like to remove all the ""

Here's the string:
form name="comment_form${form_id}" id="comment_form${form_id}" onsubmit="return false;" method="post" action="/comment_servlet?add_comment=1&comment_type=V"><input type="hidden"

[code].....

View 1 Replies

Remove Remove Statics And Use Delegates Refering To Class?

Jan 11, 2011

Just had to remove remove statics and use Delegates refering to class. i have got a little problem in one of my project.I need help to resolve it.My application Connect several FTP server with the same Class.I'm using TCPclient for few specifics Commands.The problem : All threads call the same TCPclient wich can't connect several server at once.I would like to create a New TCPclient for each thread.

[Code]...

View 8 Replies

XElement.Remove (XNode.Remove) Doesn't Work?

Oct 10, 2011

I'm trying to remove individual nodes from their parent, I tried the Remove method but it doesn't seem to be working. How is this done? Is this a bug or what?

Sub Main()
Dim xml =
<?xml version="1.0" encoding="utf-8"?>

[Code].....

View 1 Replies

How To Get Real IP

Feb 25, 2011

How to get my real IP using vb.net?

View 3 Replies

Cannot Add Real Player

Jul 7, 2009

I have problem, when I add Real Player in form. This one..

This is a problem...

I reinstalled real player , and nothing happened , the problem still with me.

The VB in the attachment....

View 6 Replies

Convert Integer To Real

Sep 4, 2009

I have written a VB (6.0) progam that pulls data from a Comm Port. I get two bytes back everytime I real the data (i.e. FF E1).Does anyone know how to represent this as a Real number (or floating point)?

View 5 Replies

Cannot Add Real Player In Form

Jul 10, 2009

My Program is Visual Basic 2008 professional..I have problem, when I add Real Player in form.url...When I add Real Player In the form, I cannot open the form, and it comes this error.url...This is important information..My laptop is HP, and I have vista 64 bit.I have new version of Real Player.I added the Real Player to form from here,,url...How can open the form with Real Player?

View 4 Replies

ConnectionString On Real Website

Jul 29, 2009

How does a real life connectionString look like? I my sample application, I have this in the app.config file:

[Code]...

View 9 Replies

ConnectionString On Real Website?

Jan 16, 2010

ConnectionString on real website

View 1 Replies

Generate A Map Of A Real Place?

May 19, 2011

I am working on a project in which I would like to generate a map. It should be in bitmap form, and should include such things as roads and cities. I DO NOT want to generate a map of a real place.

View 6 Replies







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