Set Up A Small Program/script That Can Test Simple Web Functionality?

Jun 17, 2010

I need to set up a small program/script that can test simple web functionality.I already have a window that automatically load the right URL. What I need now is pointers to how I can make that program return a code if it can load the site, then automatically log in to the site and return a code if it is able or not to log in. Then log out, wait for five minutes and then refresh the site and run again.

View 2 Replies


ADVERTISEMENT

Implement Printing Functionality Into A Simple Program?

Apr 22, 2010

I'm trying to implement printing functionality into a simple program for my company. It's not necessary, but it would be a nice finishing touch for everyone. And really, in practice, my printing feature works. My problem is that each line is printed on a separate page of paper and I can't find a way to just like, print a page.

It doesn't have to be fancy. I know that I won't need word wrap, nor will anyone ever print more than one page. Here's my ginked & modified code thus far:

Private Sub PrintDocument1_PrintPage(ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles PrintDocument1.PrintPage
Dim linesPerPage As Single = 0

[Code].....

View 1 Replies

Created A Small Test Program For Faxing

Mar 28, 2006

I have created a small test program for faxing.On some machines it works and on others it throws the following COM error when trying to send the fax:[code]Here is the source code from my test application.All it requires is a reference to FaxComExLib.[code]

View 15 Replies

VS 2010 Simple Test Program

Jan 1, 2012

I would like to develop a very simple question-answer program whereby there is a user form with a label which contains the question, a text box where the user enters the answer and a button that the user clicks to change to the next question. This should be rather simple but I would like to have about 500 questions in the end (will be slowly adding more questions).

View 19 Replies

Windows Form Multiplication Test Loop, Math And Cath Very Simple Program?

Nov 26, 2010

I think for you my problem is very simple..I have done the same program in console mode without problem, now i try into windows form...

I generate by random 2 number A&B I multiply them and I will compare it with the result in my textbox3

if it the same as the computer has calculated il will show you congratulation, however i will say try again

I have a problem to calculate the sum, A&B are well generated but nothing in Calc Result

When Calc was working when I write nothing in the textbox3 and i click on Verify it show the msgbox congratulation.I'm looking just for this step, I've fixed the other issues And another things When It's right I would like to random another number for A&B after closing the msgbox, how can I processd ?

[Code]...

View 3 Replies

Make A Small Program For Ticketing On A Parking For A Small Hotel?

Aug 27, 2010

I need to make a small programm for ticketing on a parking for a small hotel.So i have 2 Printers pariking In (for delivery of the tickets) and 2 Readers PArking Out.Both Printers and REaders are working Serial.So i need to poll the serial ports of the printers and readers every second.The data is stored on a SQL database so i need to read and write in the database.Can i do this with 1 PC and 1 programm or 1 PC and 4 programms that are runnning at the same time ?

View 2 Replies

Created A Simple Test With SendKeys

Feb 27, 2010

I created a simple test with SendKeys, and tried both SendWait and Send.[code]I tested in skype, and a few of the letters doubled. I tested in Flash, I got "Iffff yyouu cccaaaannn rrreaaaddd thhhiiisss,,, iiittt wwwooorrrrkkks."Clearly the issue is caused by lag. What can I do to prevent doubling (or tripling) of letters?

View 1 Replies

VS 2010 Array - Small Report Card Project - Pull 5 Students With Each Student Having 5 Test Scores A Piece

Jan 13, 2012

I'm basically trying to do a small report card project. I only need to pull 5 Students with each student having 5 Test Scores a piece. The full Code of what I have for the submit button is below. I have actually 3 questions.

1. I always seem to have trouble with them unless I initialize them when I dim them. Is there a better way than below

2. The below code works really well for Student 1 and all 5 test scores. Rather than do that code 5 times though, what is the best way for me to basically state that IF dblStudent1(intMax) = 4 Then Change dblStudent1(intMax) to dblStudent2(intMax) etc.

3. Would this be better suited towards a multidimensional array ?

Private Sub btnEnterGrades_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnEnterGrades.Click

Dim strStudentNames() As String = {" ", " ", " ", " ", " "} ' Holds the 5 Students Names
Dim intMax As Integer = (4) ' Place Holder for Student Number

[CODE]...

View 8 Replies

Simple Snippet That Will Allow The User To Test The Connection For The FTP Server ?

Jan 12, 2009

I need a simple snippet that will allow the user to test the connection for the FTP server entered in a textbox and the username and password from 2 other textboxes. (Server = TextBox1.Text, U/N TextBox2.Text, PW TextBox3.Text) I forgot to note something obvious - there's a "Test FTP" button

View 2 Replies

Test An Answer To A Simple Addition Sum That Is Input From The User To One Have Stored For The Question?

May 22, 2009

i am trying to make a simple Vb program for children to do simple maths, now im not sure im going about it the right way, i have stored all the questions in a database and have called them up to the form and that is working fine, i cant seem to get the right code to check the answer from the user against my stored answer, i am using txtBox to store my answer and a txtbox for the input

View 5 Replies

Add Windows Explorer Type Functionality To My Program?

Jun 24, 2011

Is there a .net control I can use which will allow me to create a program which allows me to browsers through drives and folders to open any given file in the associated program and start any program?

View 2 Replies

Do Addon's Functionality With A Visual Basic Program?

Feb 17, 2009

Anyone know of a way to do addon's with a visual basic program? I want to create a program that has some basic functions, but to stay away from bloatware and unused functions. How would you create a main program when it is installed and then be able to add and remove features to it?

View 4 Replies

Implement Drag And Drop Functionality In Program?

Oct 1, 2011

I want to implement drag and drop functionality in my program, but it isn't working. Here's the

vb.net

'I removed the code because it wasn't needed anymore ;)

I've set the AllowDrop property to true, and when I drag a file onto a program, the cursor changes to Unavailable, and I can't drop my file.

View 11 Replies

VS 2008 - Unzipping Files From Program (Shell32 Functionality)

Mar 20, 2009

I want to unzip files from my program, so i'm using the Shell32 functionality like so:

Module Module1
Sub Main()
Dim sc As New Shell32.Shell
Dim srcDir As Shell32.Folder = sc.NameSpace("zippath")
Dim destDir As Shell32.Folder = sc.NameSpace("destinationpath")
Dim items As Shell32.FolderItems = srcDir.Items()
destDir.CopyHere(items, 256)
End Sub
End Module

This theoretically works, but i'm unzipping an 8Gb compressed file and the dialog that pops up says it will be done in 1day, 19hours. This is ridiculous because when I just right click on the file and decompress it from there, it takes only a couple of minutes! I can't imagine what the problem is! I know that the shell process actually spawns its own thread, so I worried at first that my process was exiting before the thread could spawn and added a Thread.Sleep(1000) after destDir.CopyHere() but it had no effect.

View 4 Replies

Program Files Are All Mixed Up - In Class Saved Program In With Load Of Other Test Programs For The Same Assignment

Jan 8, 2010

In class i saved my program in with load of other test programs for the same assignment and got everything mixed up i finally figured out what was what and loaded the program in Visual Basic. Now my program doesn't recognize one of my forms when i try to access the design view of it. I hit run for the hell of it and the program runs with errors of course but the form1 "the missing one" shows up with all the buttons etc and i can use it.

Heres the link to the files. [URL]

View 3 Replies

Overload Default Functionality When User Clicks The X (Close Program)?

Oct 13, 2009

How do I go about overriding the default functionality when a user clicks the X in a VB.NET form-based application? I am currently handling the MyBase.Closing event... but since it's a DirectX app, I need to do some cleanup before allowing the form the close.

View 3 Replies

Put Undo In A Small Program?

Jan 21, 2010

I want to put undo in a small program

View 10 Replies

Build A Small Program Which Will Allow Some One To Click On The Exit Button And The Sound Will Play And At The End Of The Sound The Program Will Then Close?

Apr 17, 2009

I am trying to build a small program which will allow some one to click on the exit button and the sound will play and at the end of the sound the program will then close. The sound clip is about 3 seconds long Here is what I have:

Imports Microsoft.DirectX
Imports Microsoft.DirectX.DirectSound
Public Class Form1
Private Dsound As CSoundDevice

[code]....

View 14 Replies

Get Rid Of A Blink At The Start Of A Small Program?

Jan 25, 2011

I have been trying, without success, to get rid of a �Blink� at the start of a small program.

My program opens with a title page (Form2, which is visible at 100% Opacity) that I want to fade after a few seconds, this works fine except that at the first reduction of opacity, Timer1's first 'Tick', the whole of Form2 blacks out for a moment. (Blinks)

I have a short demo program to show what I mean but don�t think I can attach it to this question. The code is shown here but I don�t know how to include Form1 and Form2. They are very simple however, they�re both Size 1000,600
Form1 has a single Button (Exit) and a Timer; Form2 has a full-size photo as background.

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

[Code]....

I developed the code on a XP machine, but I also get the same 'Blink' on my Win. 7 Pro machine.

View 6 Replies

Small Program To Get Text From A DAT File?

Sep 19, 2011

i have a small program to get text from a DAT file. the program gets all the text and puts it into a rich text box (rtb1) then I click a button (btnformat) to split the text in the dat file into indexes so that I can output the indexes that I want to an excel file. This program works when I use small amounts of data but if I use say 800 lines of text the program crashes/ can't handle the volume of data and just stalls.

View 14 Replies

Make A Small Program To Encrypt Files Using AES

Apr 11, 2009

i am trying to make a small program to encrypt files using AES, and then have the password from the AES encrypted using RSA for its use of public keys. i've got the AES part working fine and i found a good RSA tutorial here url....but after i encrypt the AES password (which is saved in a .txt file) using RSA, then i try to decrypt it again, it comes out as an empty .txt file!

View 4 Replies

Created A Small Program Which One Uses The SQLite Database?

Apr 28, 2011

I created a small program which one uses the SQLite database. I have a simple table employees, composed of the name and password. I can not write sql script correctly. application code is:

Imports System.Data
Imports System.Data.SQLite
Public Class Form1

Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLogin.Click

[Code]...

View 4 Replies

Small Errors When Translating Code From C# To Program

Feb 19, 2012

I have almost completed a translation from C# to VB.NET, however, I run into some small errors[code]...

View 1 Replies

Small Program To Change The School Wallpapers?

Sep 4, 2010

im new to these forums and was working on a small program to change the school wallpapers. i want the user to be able to choose the imageand not have to put it in a secific directory could anyone please advise me on how to do this

[Code]...

View 1 Replies

Small Program Which Would Display One Window(frame)?

Oct 10, 2009

I made a small program which just is one window(frame) i want to put this prog. in my PC when i restart my computer this window display.

View 11 Replies

Write A Small Program For ITunes Using Windows COM?

Apr 20, 2010

I are trying to write a small program for iTunes using Windows COM. We are able to talk to iTunes and create popup boxes that show the current track, and a few other small things. However, when we try to set this info to a Label for example, we get:

InvalidOperationException was unhandled by user code Cross-thread operation not valid: Control 'Label1' accessed from a thread other than the thread it was created on.

The program then hangs and locks iTunes from closing. I believe the issue is the event handler I have created, which I know very little about. We are using VB 2010, so that may change some things. We followed a rough example from a forum post HERE. If you scroll down the orange text, you will see a reply right after by Will Hughes with a "Handles iTunes.OnPlayEvent". If I add this to the end of my event handler, I get:

Handles clause requires a WithEvents variable defined in the containing type or one of its base types. Not sure if its important to the issue or not, but I found it curious. Our code is shown below.

Imports iTunesLib
Public Class Form1
Private iTunes As New iTunesApp

[Code].....

View 3 Replies

Written A Small Program To Set Wallpaper On The Desktop?

Oct 5, 2008

i have written a small program to set wallpaper on the desktop when i change the wallpaper then if I refresh the desktop then problem is that,wall paper is disappeared and a blue screen comes.secondly i want few changes i want to set wallpaper as Tile,Center and stretch i want to use radio buttons on the form for this purpose so how can i make these changes.

View 1 Replies

Create A Small Application That Can Make Small Calculations?

Feb 1, 2010

On form 1 , i have a number of buttons that open up different websites.What i want to do is when i click a button on form 1 , i want forum 2 to show ( Form2.show() ) , Form 2 will have a list (Buttons) of internet browsers.

View 4 Replies

Make A Small Program For Church To Power On And Off Projector

May 11, 2012

I am attempting to make a small program for my church to power on and off the projector According to the user manual I need to send the following to it. Power On: C00[CR] | Like so: "C" -> "0" -> "0" -> "[CR]". However I am getting the following error when attempting to turn it on by the program: Conversion from string " " to type 'Byte' is not valid. [code]

View 14 Replies

Make A Small Program For Feedback And Send It To My E-mail?

Feb 28, 2011

m using Microsoft Visual Studio Basic 2010 and im fairly new to it. Im trying to make a small program for feedback and send it to my e-mail. I have seen e-mail sender tutorials on youtube but thats not really what I am looking for. Im looking for it to be automatically sent to me, not having to type in "To" so as if its hidden I guess. So Basically

View 2 Replies







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