Create A Writing Speed Test Application?

Mar 12, 2012

I'd like to create a simple application to determine the writing speed. In this application I want to view a line of text (may be more than one line) to the user to write it. And I want to select (higlight) the character the user pressed in my line and to move like a cursor to the next character (or to put underline under the current charater). How can I do that? and what is the object or component i must use to insert the text. Finally, if I want to make it multiple lines how to determine the enter key pressed by the user and how to move the cursor to the next line?

View 2 Replies


ADVERTISEMENT

Application To Test Network Speed (Transfer Rate)

Feb 11, 2009

Lately our network is having some speed issues at certain times of day, so what I'd like to do is make a little app that will test the network speed at certain intervals, like once an hour between certain servers etc and then write the results to a text file. Is VB 2008 cable of doing something like this? I thought of maybe copying a 500mb file from 1 place to another and somehow record the average transfer rate of that file, but I am not exactly sure about how to record the transfer speed.

View 4 Replies

Make A Program To Test A Speed Of Mac?

Feb 10, 2012

are there any way we can make a program to test a speed of mac even if you are not using it?

like for instance
64:16:F0:003:9A

how can i test this without using it?

View 1 Replies

Create An Application That Allows A User To Enter Three Test Scores Each For Three Students?

Sep 30, 2009

I am a new user to VB and I am having difficulty with one of my assignments. The assignment states that to create an application that allows a user to enter three test scores each for three students. The application should calculate each student's average test score and assign a letter grade. The application should prompt the user for each student's name and three test scores.

[Code]...

View 3 Replies

Increase Speed Of Reading And Writing Text Files?

Sep 1, 2009

I have created a code in VB.NET to read data from text files. Data is read from a list of files, where each file is changed using a for loop. Data is written to a new text files. Each file is read one by one and written in the same way. Now, my speed of execution is very slow. I am using a Quadcore processor with only 20-30% of CPU utilization when my code runs. Is there anyway I can increase the speed of reading and writing? To read only 125 files it takes 10 minutes or more, which is very slow indeed, because in the end I need to read thousands of files and write them. Each file is approxiamately 30-50kb.

Here is my code.

Public Sub ReadRMRDataFileIntoTextFiles()
'Read in the customerids once up front
Dim customerids As Collections.Generic.List(Of String)

[Code].....

View 5 Replies

Recommended Application(s) To Test SQL Server 2008 Queries For Application?

Apr 11, 2012

I am new to working with SQL databases (and databases in general) so I do not have a lot of experience with how queries work and how I can practice them. When I was first learning xml and XPath, I found XPath Visualizer incredibly helpful after someone on stack overflow mentioned it to me.Due to this, I am wondering if a similar tool exists for SQL databases?Basically a tool that will allow me to connect to a database,enter queries and see somehow what the results would be like.

I have looked online a bit, however I have found relatively few options in terms of any utility that would do what I want, and that looks reliable.I will ultimately be writing an application to interact with an SQL 2008 server in vb.net, however for now I am just experimenting so I will know what I am doing when I actually want to create my application.So far I have managed to connect to the database using an OLE DB connection, but I am now looking for a way to experiement with queries without just querying and figuring out a way to interpret the results in my program. Basically I want to be able to remove the programming aspect of things so I can experiment with queries without needing to question anything in my code that is unrelated to the specific query.

View 7 Replies

Speed Up An Application By Using Ngen?

Apr 26, 2009

i have an application that i need to speed-up, i think using Ngen will do this for me but i have no idea how to do it, is ngen something that run's when the user installs my applicartion, is this somthing i do before i create an installation program?

View 3 Replies

Speed Up Web Application Compilation?

Jan 19, 2011

I have tried looking at "related" questions for answers to this but they don't seem to actually be related...Basically I have a VB.Net application with a catalogue,administration section (which can alter the catalogue, monitor page views etc etc) and other basic pages on the customer front end.When I compile and run the app on my local machine it seems to compile fairly quickly and run very fast. However when deployed on the server it seems to take forever and a day on the very first page load (no matter what page it is, how many stylesheets / JS files there are, how many images there are, how big the page markup is and so on). After this ALL the pages load really fast. My guess is this is due to having to load the code from scratch; after that, until it is recycled, the application runs perfectly fast. Does anyone have any idea how I could speed this part of the application up? I am afraid that some customers

View 1 Replies

VS 2008 Speed Up Application?

Jan 26, 2010

My application works fine.However, I am connecting to 5 DBF files and the queries are very slow.[If I copy the DBF files to the local hard drive everything runs fast enough. 30-40 seconds vs. 1-1.5 minutes]The DBF needs to stay on the network.I am hoping that using the index will speed things up enough.Can anyone tell me how or give me a code example on how to index on DBF files?

View 14 Replies

C# - Increase Speed Of An Application In .Net Winform?

Sep 19, 2011

I have Created an windows Application in .Net, when i start it first time, it takes lots of time to load. however i have used StoredProcedures to get data from database.So is there any technique to decrease the load time of an application?

View 2 Replies

How To Speed Up New Version Of Desktop Application

Aug 6, 2011

I would like to know how to speed up the new version of a vb.net 2008 desktop application. The old version of the vb.net 2008 dektop application ran extremely fast.Is there some kind of .net tool I can use to see where the bottle necks are located at?The new version is necessary since the production database will be changing in a month.

View 5 Replies

IDE :: Application Run At Full Speed While Stepping With F8

Feb 24, 2012

I am using VS 2010 on Win 7 32 bit.I am debugging a VB application (simple Windows form) by stepping through it with F8; however, for some unknown reason it sporadically runs at full speed after I press the F8 key. This can happen at any given location in code and sometimes not at all.

View 2 Replies

VS 2008 Speed Up Web Service Application?

Jan 25, 2012

is there any way to speed up web service application

View 7 Replies

Check Internet Speed - Download A File Like 1mb Size, Then It Will Calculate The Speed?

Feb 21, 2012

How do i exactly check internet connection speed.I have searched around google and found out a method w/c will Download a file like 1mb size, then it will calculate the speed.

View 1 Replies

Check The Bandwidth (download Speed And Upload Speed) Of A User In .net Or Php?

Dec 31, 2010

how do i check the bandwidth (download speed and possible upload speed) of a user in vb.net or php that uses my app or visits my site resp?

View 1 Replies

VS 2010 Calculate DownLoad Speed And UpLoad Speed Kb/s And Graph

Nov 30, 2010

I have a codes that calculates DownLoad speed and UpLoad speed kb/s. I would like to implement this kind. I also want to put such kind of graph. Any article or links where can I start building my own like that.

View 2 Replies

Dot Matrix Printing Speed Is Very Slow In Application

Jul 5, 2010

I'm asking this question here, in this forum, as I couldn't find MSDN Managed forum for Crystal Reports. And the previously asked questions are unanswered. I've developed an application using VB.NET and Crystal Reports in VS2008. The report generated gets printed correctly on modern laser or inkjet printers. However, the entire formatting gets affected when I print these reports on dot matrix printer. Apart from that. the print speed is very slow. I tried exporting the report to PDF, XLS, DOC and other formats - but no solution. There was Export to Text function, which is not working in Crystal Reports now.

[Code]...

View 1 Replies

Create A Ping Test App?

May 22, 2009

I created an application using the Ping control. So far, when "Button1" is pressed, it performs a ping test to [url]... How do I create it so that it will display a message in RichTextBox1, depending on whether or not it was successful?

View 1 Replies

Different Writing Code Application .net 2005 Application For Single User And Multiuser?

Jul 5, 2011

what is the different writing code application vbnet 2005 application for single user and multiuser?

View 3 Replies

Calculate Internet Download Speed And Upload Speed

Jul 29, 2009

i want to monitor the speed at which my system is currently Downloading and uploading. I dont have any idea how will it can be done.

View 6 Replies

Test If A File Exist And Create It If Necessary?

Sep 18, 2011

I want to test if a file exist and create it if necessary.Former I did it by testing folder and file then creating it.I want now to play with "try catch" exception handling, but it seems more heavy.I had to test the file twice..... Is there a cleaner way ?

Sub CheckLogFile()
Dim tempFolder$
'check MY_LOGFILE exist if not create it

[code]....

View 6 Replies

How To Increase Speed Of A Data Entry Application Used By Multiple Users

Mar 15, 2012

We are four in a team using a data entry application created using VB and MS Access as backend DB. The application is installed on all our PCs, but uses my PC as server. We enter data at same time. The application has been slow since we started using it. We were advised to increase the internet bandwidth, which we doubled, but the application is still slow. What can be done to increase the speed of the application to make work move faster?

View 1 Replies

Make A Gravity Application (with Speed Readings/music Player) For The Car?

Jun 3, 2012

I'm trying to make a gravity application (with speed readings/music player) for in the car.So I've found some sample code to create an event handler in C#, except I don't know any C#. This is the code to add an eventhandler:

motion.CurrentValueChanged += new EventHandler<SensorReadingEventArgs<MotionReading>>(motion_CurrentValueChanged);

How do I do this in VB.NET? as there is no CurrentValueChanged...

View 8 Replies

Create A New Dataconnection To Point At Test Database?

Feb 17, 2011

I have been left to maintain some vb.net applications - all of which utilize SQL server 2000 as the backend db. I need to change a report in one of the apps to include some newly added fields fromt eh database. I added the new fields to the specific table in the "testing" SQL server database which is on a completely different server. I am creating a new data source and have selected the database icon and then selected a connection string that clearly points to the test database on the test machine. I then selected the table containing the two new fields but for some strange reason, the two new fields I added are still not showing up in the list there! I have checked and double checked and it's as if it's still pointing to the live database on the live server where these fields do not even exist yet.

View 3 Replies

Create A Unit Test For The The Page_Load Function In ASP.net?

Apr 11, 2011

How can create a unit test for the the Page_Load function in ASP.net?

I am using build in Visual Studio Unit test frame work. I want to create a unit test that check the Elements of the web page and their values.

I know about selenium and its abilities in unit testing.

This is the web Page to test WebPageControl.ascx.vb:

Public Class WebPageControl
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

[Code].....

View 3 Replies

Create And Send An E-mail Within A Coded Ui Test?

Sep 16, 2011

I need to create code to send an e-mail within a coded ui test and cannot get anything to work. I seem to be having trouble getting the correct Import. We use Outlook.

View 3 Replies

How To Create Unit Test For ActualHeight In Silverlight 4

Apr 22, 2010

How can I write a unit test to test the actualWidth property to a userControl in Silverligh 4? I hoped that this method would pass, but it fails. I am using the Silverlight ToolKit april 2010, and VS 2010.

<TestMethod()> _
Public Sub TestAcrtualWidth()
Me.MyUserControl.Width = 100
Me.MyUserControl.UpdateLayout()
Assert.IsTrue(Me.MyUserControl.ActualWidth > 0)
End Sub

View 1 Replies

Can't Test Application.StartupPath On IDE

May 31, 2011

I work with a database, the db is on the <project_folder>database folder.

If want to open the database, Application.StartupPath returns[code]...

So I have to compile the project to an .exe to make tests.

View 4 Replies

Test Application With Unicode

Sep 9, 2008

I am looking for some advise, I currently have a VB.Net application using .NET frameworks 2 written in VS 2005. One of my clients wants to know if the application works with Unicode, at the moment I have not tested this and what I am looking for is some advise on how to do this e.g.

1) Does anything need to be added to my project e.g. code to allow this functionality. 2) Is there a way that I can easily check to see if my application can work with Unicode? 3) Advise on how other people test for this? I know it is a bit general, but as I have not done this before I am obviously trying to build my knowledge and get it right with regards to testing etc.

View 9 Replies

Test Application With Unicode?

Sep 9, 2008

I am looking for some advise, I currently have a VB.Net application using .NET frameworks 2 written in VS 2005. One of my clients wants to know if the application works with Unicode, at the moment I have not tested this and what I am looking for is some advise on how to do this e.g.

1) Does anything need to be added to my project e.g. code to allow this functionality.

2) Is there a way that I can easily check to see if my application can work with Unicode?

3) Advise on how other people test for this?

I know it is a bit general, but as I have not done this before I am obviously trying to build my knowledge and get it right with regards to testing etc.

View 1 Replies







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