Creating An Internet Filter That Is Supposed To Interface With Web Browsers?

Oct 22, 2009

creating an internet filter that is supposed to interface with web browsers, eg. Explorer, Chrome (not a web browser I made) and then block specific websites on the browser. I'm kind of lost on where I need to start with the interface. Could someone please just point me in the direction I need to go for 1) the program to work with any browser 2) For blocking specific sites.

View 2 Replies


ADVERTISEMENT

Creating A Proxy For IE (or Other Browsers)

Apr 2, 2011

I'm using VB.net. I need to create an application that sits in between the browser and the actual internet. Basically, I'm creating an online game that will edit some webpages that are incoming so that they contain parts of the game (it's a kind of scavenger hunt). How would I create this?

Does anybody have any ideas for this? I've found nothing online. If you do know something about this, I prefer code examples and not just subjects. I tend to need big pushes in a direction to learn something new.

View 1 Replies

How To Show Interface In Internet Explorer

Aug 18, 2009

I have an application in VB2008(GUI) and MySql as database. I want show my interface in Internet Explorer. How does this interface work on web access.

View 1 Replies

Graphical Interface - Need To Filter Data Received From Serial Port?

Jun 4, 2010

I'm doing a project and want to do a graphical interface using V. Studio 2010. I want to use VB.NET as a programming language.
- Do I have to add any software to define VB.net?
- What is the function that reads the data from the serial port?
- If I want to receive more than one type of data, and I want to put/read them in separate text boxes, what is the function to filter the incoming data?

View 4 Replies

VS 2008 Creating Internet Ports

Dec 16, 2009

There are some programs like uTorrent that allow me log into them through the url...How would I be able to create a port like that, and display information there?

View 3 Replies

Creating A Timer Form A Internet Cafe?

Feb 15, 2012

im trying to do is countdown timer.already done with the start time and stop time but when it comes to the pause time and resume cant seem to make it work, what i did was put on the event click on my pause button was add a timer1.enabled = false and on the resume button timer1.enabled true, it does it job pausing the running time, but when i resume for example, i pause at a time of 05:30 for 9 seconds then resume the timer resumes at 5:21, (im making a countdown timer here) ,what i want to happen is that, when i resume, it will resume from 5:31 then continue counting down to 5:30,5:29 .

View 1 Replies

Creating A Filter / Search Function For A Listbox

Nov 14, 2009

i am trying to create a search function/filter for a list box basicly when i type a letter or letters into a text box i want the listbox items to be filtered so say i have 5 names in the list box as follows:

[Code]...

View 8 Replies

Creating Auto-shutdown Internet Download Addon

Mar 23, 2009

My idea is that i want to create a auto-shutdown app that will allow me to auto-shutdown after downloads have completed using IE6. Third part download managers have these built in for example however i would like to make one for IE download dialog. Any ideas on how do start. Detect when a download is active, set time, autoshutdown etc.

View 3 Replies

.net - Creating A Program That Runs As A Service And Submits A State To A Database (over The Internet)?

Dec 2, 2011

What I am looking to do is write a VB.NET program, as a service that reports anything on client1 that I want (say the fact it is online) to a database on the internet, so I can look on management1 and see the online status of the machine (assuming management1 has a connection to the online database).

What is being reported doesn't matter, what I am looking at is a starting point to create a system like that. I have googled obviously and come up with nothing, I'd just like a "starting point" or some documentation to look at for creating something like this. The service doesn't look too difficult but the periodic reporting of online status or ANYTHING to any kind of database is not something I am sure how to deal with.

I already have setup a VBS that reports information to an ASP script that then places it in a database but I don't know how I would create say a "keep alive" connection for a vb.net service.

View 1 Replies

Creating An Interface For The Command Prompt?

Aug 29, 2008

I would like to create an interface for the command prompt so users here do not have to type in everything. I would probably use a FileOpen dialog to pass paths, etcfor me would be a link to (or small sample code), that does something like register a .dll.

..open the command prompt in the background and register a .dll using the following: "regsvr32 C:WINDOWSsystem32UTA_CTL.dll".

[code].....

View 6 Replies

Creating A Command Line Interface With Objects?

Dec 16, 2011

Im considering making my own command line interface with custom commands etc. I was thinking the following objects would be sufficient:

Textbox - for input
Rich text box - for showing processes and output
Button - to insert input

If it can be done, how can I provide line breaks in the output on the rich textbox e.g.

line1: input instruction
Line2: <cp><textfile.txt>
Line3: I/O error, file not found, check file root.

My version of CLI will have no integration with the windows CMD.

View 2 Replies

Creating A GUI For An External Command-line Interface?

Jul 18, 2012

I am trying to create a gui that will interact with an existing external console application, e.g. the user only changes information in text boxes or radio buttons and that will prompt the VB.net program to sumbit a certain set of commands. I will create a folder for the end user that has only two programs in it, the VB.exe and the OtherProgram.exe. I have tried using ProcessStart with SendKeys to send information to the terminal with limited success (errors include multiple instances opening, entering "ttttttteeeeeeexxxxxxtttttt" instead of "text") and also Shell(OtherProgram.exe) and SendKeys with the same result.

I am trying to make an easier experience for using a legacy Fortran.exe program rather than every user going though the command prompts in the terminal window.

View 4 Replies

Interface And Graphics :: Creating A Graph From An Array?

Nov 29, 2008

I have the following array, (y axis) and wish display a curve. I am trying to find a way to code this so that can run it under Windows (PC) and under Windows mobile. The x axis increments 5 pixels with every point in my array.

Dim MyData() As Long = New Long(39) {10.0, 10.0, 10.0, 10.0, 11.0, 13.0, 16.0, 21.0, 30.0, 42.0, 54.0, 66.0, 78.0, 88.0, 92.0, 94.0, 95.0, 94.0, 93.0, 88.0, 82.0, 75.0, 66.0, 67.0, 72.0, 72.0, 67.0, 60.0, 55.0, 48.0, 41.0, 35.0, 29.0, 23.0, 18.0, 14.0, 12.0, 10.0

[code]......

View 13 Replies

VS 2008 Creating Kaspersky 2010 Like Interface?

Jun 11, 2010

I wish to have the main screen just like the Kaspersky main screen, in my applications. That is, I'm really impressed by those tabbed menus. I mean, the user will select the menu from left side and corresponding menus and details is shown in right (see the pic below). How can I do that ?

View 9 Replies

Change File Permissions Dynamically By Creating A Interface For It?

Nov 11, 2010

how do i change the file permissions dynamically by creating a interface for it..?i am using vb.net..so pls tell me how to go abt with the coding..

View 1 Replies

Creating An Interface With Several Textboxes And HTML Component And Several Buttons?

Jan 29, 2010

I am creating an interface with several textboxes and HTML component and several buttons.But when I drag any textbox onto the existing form they line up vertically one under the another or they attach directly together on the same row. I want to be able to drag and drop and place these as well as the HTML component wherever I need on the form. In VB6 I simply selected what I needed and placed it with ease. Can someone tell me what I need to do gain this simple freedom in vb.net

View 3 Replies

Interface And Graphics :: Creating An Application With Mlutiple Forms

Mar 18, 2009

I am creating an application with mlutiple forms. When you click on a button in the main menu, the main menu will close and the new window will be diplayed. When you hit back on the new window, the main menu will be displayed.I know how to show new forms by using Form1.Show(). When I try to return to the main menu by hitting a back button I created, the main menu does not show up, but the program continues running. In the first form, I have the code: [code] Also, am I creating the new forms the right way for an application the will have maybe 15 forms?

View 2 Replies

Interface And Graphics :: Creating Good Perlin Noise With .Net Code?

Mar 31, 2012

I've been trying to get some help for this in another thread,but it looks like it's a task that is going to need a wider audience to try and find someone who knows something about writing/creating procedural textures at the pixel level in VB.Net. The VB6 example I'm trying to convert to VB.Net is attached to this post.

[Code]...

View 6 Replies

Interface And Graphics :: Creating Outlook Style Navigation User Control?

Feb 3, 2010

I believe that this is in the correct forum due to it being about creating an interface item, but if I am wrong then let me know and I'll try and bring this thread to the attention of the mods to be moved to a more appropriate forum. I am currently trying to create a generic navigation control with a similar style to the outlook navigation bar. I have figured out how I would be able to dynamically create the bottom part where you select the menu option, but I'm struggling to figure out how I would be able to create the top part, which can contain any user control that the developer would want.

So basically what I'm trying to figure out is, is there a way to allow for a developer to add controls to a specific area of your user control?If there is a way of achieving that then if anyone knows how to do this;In ASP.Net you have the login controls and with one of them, you are able to have different views depending on whether the user who is viewing the web page is logged in or not. Is there a way of achieving this in VB.Net for a user control that could be set up so that I could have the developer able to switch the view in the designer to show them the view for when a specific navigation option has been selected.

The one thing that I have thought of that could possibly cause a problem is having the capability of knowing when one of the user controls has been clicked, while I haven't figured this out exactly, I believe I should be able to achieve this by having an event for the navigation user control that provides the developer a reference to the control.

While I would hope that I have explained what I'm thinking well, its before my first coffee of the morning so I might have missed out some detail which would help someone to help me if I have then please let me know and I'll provide any details required.Also if what I'm envisioning is Pie in the sky, then let me know and I'll just have to make a base which I would just have to make a more bespoke system.

View 1 Replies

Repeating While It's Not Supposed To VB?

Jan 28, 2011

So, I'm making my program which let's people auto-update other programs. Code:

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim path As String = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) & "UpdateFiles"
Label1.Text = "Finding updates..."'To do: Find all files in the folder, and let em update one at a time. Write names of Plugins to label2.text ProgressBar1.Maximum = 10000

[Code]...

View 8 Replies

Code Doesn't Go Where It's Supposed To?

Mar 2, 2010

I have a VB.Net project that I haven't worked on in awhile. I got into this morning and started to run it. I got some errors so I decided to step thru the code. I enter the Page_Load event of a Form module and execute a function call and it takes me to a "End Function" statement. Totally bypasses the function that was called. I continued to step thru it and it just took me randomly thru code. No order whatsoever. I believe I've had this happen before but don't recall how I fixed it.

View 5 Replies

Form Do Not Close When It Is Supposed To

Jun 7, 2011

I have a method where I am making a trial period. When the date has exceded its trialperiod the program will not close.

The code looks like this:

Public Sub DemoRestrict()

If My.Settings.dteStartDate = Nothing Then
My.Settings.dteStartDate = Now

[CODE]...

Why does the form not close? is just runs to the next method in the load sequence

View 3 Replies

How Repeaters Are Supposed To Work

Jun 25, 2012

I'm having lots of trouble understanding how repeaters are supposed to work and how I'm supposed to use them. Basically, I have a label, a set of image buttons, and a div within a repeater. When you click on the button, I want to populate the div that was created with these repeaters (so a different div for each iteration of the repeater).[code]I can't get the repeater to iterate. It's only firing off once and then stops. I can't get a label with the repeater data source's Subject (a field in my database) to appear.

View 1 Replies

Make Sure A File Is Where It Is Supposed To Be?

Jan 17, 2012

I am making a program, but I need to make sure a file is at a certain place on a computer other then my own. How do I do this?

View 5 Replies

What Are Operators Supposed To Do With One Or Both Objects Being Set To 'Nothing'

Feb 1, 2011

Using 2 objects of the same type, I'm trying to implement < and >, but I can't seem to find any authoritative source on what to do with either or both being Nothing. In other words what the accepted practice or MSDN suggestions are.[code]Accessors is my canonical method for centralizing an enumeration of the properties (all are decimal)return false for both if either is Nothing?I found a comment, but can't seem to verify or validate it that A null object is always less than a non-null object..

View 2 Replies

Custom Button Is Showing Border When Not Supposed To?

Aug 25, 2008

I was playing around with designing a custom interface for a test application and I am using a custom image for a close button. I am using the FlatStyle properties to define it's look'n'feel. I've set the border to 0 but when the application loses focus, the border of the button shows up.I have tried to force the property to go 0 again when the application's "LostFocus" event is captured but doesn't work.I am also using a "rollover" method using MouseHover and MouseLeave events to change the image of the button.Using Visual Basic 2008 Express Edition.

View 1 Replies

Sql Select Statement In Vb Returning Value When Its Supposed To Be Null?

Apr 3, 2012

My code seems to behave a way I don't understand. Sometimes it returns null as expected and sometimes it returns a value when its supposed to be null. How can someone explain this? Here is the code that selects from access and displays the result in a messagebox:

cmd5.Connection = cnn
cmd5.CommandText = "SELECT receipt_num " & _
"FROM brought_coffee, farmer where crop_year= " & yr & " and " & _
"brought_date=#" & dtt & "# and farmer_centre='" & ctr & _

[code]....

View 1 Replies

Change Calculator And Is Supposed To Calculate The Number Of Dollars?

Sep 16, 2011

I am trying to learn how to use the modulus operator.this excersise is a change calculator and is supposed to calculate the number of dollars , qtrs, dimes, nickels and pennies from the change that is calculated.

in the form if i put a value in for owed = 30.00 and paid 34.25 my dollars returned = 4 and that is correct but the number of qtrs = 0 and should be 1. I am not sure how to correctly use this - any assistance you can provide is great - this is purely educational

Private Sub btnCalc_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCalc.Click
Dim owed As Decimal
Dim paid As Decimal
Dim change As Decimal

[Code]...

View 8 Replies

SelectedItem Property Of The Combobox Is Supposed To Return A Integer Value?

Jun 22, 2010

My question is, the SelectedItem property of the Combobox is supposed to return a integer value, is it not? Because I am getting back integers, sometimes, then the next time through I get back a String. Has anyone else had a problem like this with the Combobox?

View 4 Replies

Global Variable - Value Of Num1 Supposed To Be Equal Everywhere In The Form At A Given Moment ?

Nov 8, 2011

HTML

Public Partial Class WebForm1
Inherits System.Web.UI.Page
Public num1 As Double[code]...

This is a part of a calculator code. When you press the button "BtnAdd" the text in TxtRes is held by the global variable "num1" and the operation number (whether add or subtract) by "oper". My problem is : OUTPUT 1: prints num1 = 25 (for example)While OUTPUT 2: prints num1=0

Why is this happening ? Isn't the value of num1 supposed to be equal everywhere in the form at a given moment ?

View 1 Replies







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