.NET Console Program For Perfect Number?

Sep 23, 2010

I need a vb.net console program to check whether a number is perfect or not.

View 2 Replies


ADVERTISEMENT

Perfect Numbers Program?

Nov 6, 2010

So I am trying to solve this program using the algorithm given, and I get no error messages but everytime I execute the program it just crashes. Any idea what I am doing wrong?\The user wants a program that will return a set of perfect numbers based on the value that is given. If the user types in 3, the program will return 3 perfect numbers

So this is the code I have so far...
dim perfectnumber as integer = 2
dim divisorRunningSum As Integer = 2

[code].....

View 1 Replies

VB 2008 Console - 2D Array - Infinite Loop - Program - User Enters The Number Of Enrollments For 5 Different Campuses During Two Semesters

Jun 12, 2011

I am trying to create a program that the user enters the number of enrollments for 5 different campuses during two semesters. I just got started and here is what I have so far but when I run the program it is stuck in an infinite loop and will not go to the next function. I am not sure how to end the loop.

Here is what I have so far:
Module Module1
Dim SIZE As Integer = 5
Dim campus() As String = {"Decatur Day", "Decatur Evening", "Huntsville Day", "Huntsville

[CODE]....

View 1 Replies

Console Random Number To Variable?

Nov 8, 2009

I am making a simple console game. If you have ever heard of the board game code breaker you will understand better.

In my version of the game you will have to figure out a four number combination. The only numbers it can be is 1, 2, 3, or 4.

I need to generate four random numbers and put each on into its own variable. This allows me to call back each number.

How do I do this? I have been doing some research on random numbers and I use this code to generate four random numbers

Dim rnd As New Random()
Console.WriteLine("20 random integers from -100 to 100:")
For ctr As Integer = 1 To 20
Console.Write("{0,6}", rnd.Next(-100, 101))
If ctr Mod 5 = 0 Then Console.WriteLine()
Next
Console.WriteLine()

But I can't figure out to put each number into a variable so I can call the same numbers back.

View 9 Replies

Either End The Program Or Start The Program Over In A Visual Basic Console Application - Based Upon User Input?

Apr 8, 2012

I have a procedure at the end of my console application that ask the user to either hit enter to end the program, or type s to perform another search. The issue I'm having is no matter what the user types in the program end. What I would like to happen is if the user types s, then the program starts over and lets the user perform another search. The program is procedural and I need to find a way to start back off at the top of the program which ask the user to type a name to search.

[Code]....

View 1 Replies

Write A VB Console Application Which Inputs The Month Number?

Feb 9, 2010

i am working on lab asssignment i need to know what im missing ? i am trying to Write a Visual Basic Console Application which inputs the month number, which i think i have right. also have to output the number of days are in that month which im completely lost on.here is what i have so far:

Module Module1
Sub Main()
Dim month As Double

[Code].....

View 2 Replies

Draw A Perfect Border?

Aug 5, 2010

Drawing a 3-D border should be easy enough, right? Nope. Does anyone know how to draw a border that looks exactly like TextBox's? Right now, I'm just drawing black lines at the top + left and white at the bottom + right but the bevel isn't nice and when the background color is white, the bottom + right don't show up.

View 8 Replies

Make A Console Project That When You Enter A Number It Changes The Color Of The Text

Nov 20, 2011

Im trying to make a Console Project that when you enter a number it changes the color of the text and its not working

[Code]...

View 1 Replies

C# - Bob Jenkins Perfect Hash Function In .Net?

Apr 20, 2012

I am trying to convert Bob Jenkins perfect hash function from C# to VB.Net and I am stuck at following.

a += (UInt32)(url[k + 0] + (url[k + 1] << 8) + (url[k + 2] << 16) + (url[k + 3] << 24))

How can I write above statement in VB.Net?

a is UInt32
url is String
k is Integer

I tried the following but it doesn't work.

a += url(k + 0) + (url(k + 1) << 8) + (url(k + 2) << 16) + (url(k + 3) << 24)

To avoid manually doing type casting, I am using "Option Strict Off"

View 2 Replies

Reversing A Number - Reverse A Digit (Graphics Mode)not Console Based

Aug 29, 2010

Is it possible.we can reverse a digit in VB.NET(Graphics mode)not console based

View 2 Replies

Perfect Solution For Multi-user Chat?

Mar 13, 2011

Almost 2 months i try to find perfect solution for my project. I making one multi-user chat application with SERVER and CLIENT application. I read a lot of material about socket communication and try a million of examples all around, some in C# some in VB.net, but I can't find solution.Problem that every example and my try have is when 10-20 user chatting really fast, server reacting slow or whatever is, but final product is that two or many message show in one LINE. For example if i send string "test1" and an my friend, let's call him FRIEND1, send "test2" almost in same time, server sending it to all connected clients like this:stefanACM:test1FRIEND1:test2.I try to implement in my application "Asynchronous TcpListener & TcpClient" from jmcilhinney, but have same problem...

So, can anybody help me with this.I just need one server application that will recive connection, save IP and nick of connected user, and send every message that client sent to all connected users (of course without problem that I mention on beginning of post). On end, that when client disconnect just to close connection.From Client side I need just connect part, send and receive messages.

So in one line, I think I need BASIC EXAMPLE OF PERFECT MULTI USER CHAT CLIENT AND SERVER, without any hiden bug.If someone decide to help me with code,

View 9 Replies

VS 2005 - Perfect Databinding With ComboBox And Textbox

Oct 7, 2009

What wrong with my databinding? How to correct the perfect binding with combobox and texbox.. When I select Projectname the other are changing except the email... Why the email is not changing?

Code:
commemails = New OleDbCommand
daemails = New OleDbDataAdapter
dsemails = New DataSet
dtemails = New DataTable
myconn = New OleDbConnection(("Provider=Microsoft.Jet.OLEDB.4.0;" & "Data Source=") + My.Application.Info.DirectoryPath & "SMRPsource.mdb")
[Code] .....

View 19 Replies

Check VB, Console Application, User Input To Make Sure They Entered A Valid Number?

Feb 2, 2012

Vb is not my language of choice , but I have to do this for school and I'm not having a very easy time with VB's documentation.I'm just creating a very simple console application that accepts user input: degrees in Celsius, and converts it into Fahrenheit. I want to make sure that if the user just hits enter without entering the degrees in Celsius, then an if else statement will catch and write to enter Celsius again.Here's what I've tried:

[Code]...

View 1 Replies

Data In Combobox Is Not Primery Key / Bring Perfect Result On Selction?

Jul 3, 2009

I am using this code to bring data in combobox but u_id is the premiry key n not full name then on selection how can i bring the perfect result?[code]...

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 2010 DynamicBitmap - Class Mod Perfect For Games Includes Alpha Blend Pathfinding?

Jun 18, 2010

Includes alpha blending, pathfinding, grid rendering, and lots of other algorithms that make basic game programing in VB 2010 a lot simpler. Copy the code in the attached text document into a blank class. Then add it to your project. Initialize as you would any other class...

"Dim aGameGridOrWhatever as New DynamicBitmap"Let me know if anyone finds any bugs in the PathFinding algorithm. I finished it tonight. I'll post some examples of how to do stuff to this thread soon.

View 8 Replies

.net Program Is A Console Application?

Apr 13, 2010

I am maintaining some VB.net code and I am more of a C# programmer. I have taken over maintaining several projects from people who have since left the project. The manager tells me that some of the VB.net programs are console applications. Yet in looking through the source code I am not able to distinguish wether the code is for a console application or for some other VB.net program like a VB.net windows application. Can someone tell me if there is a way to determine if a VB.net program is a console application.

View 3 Replies

Console Program To Run As A Service?

Jul 10, 2009

i'm working on a project that simply changes the wallpaper periodically...it works fine...I created two seperate projects...1) a forms application 2) console application........The forms application gets the data and settings from the user....the console application reads the data and settings from text files created in the forms application and does the job of changing the wall paper...i've got mine set to change every minute...I realy want to get this finished, but am stumped by a few things....

1) how can i get my console application to run as a windows service..have tried the SC Create command..no good.

2)how can i get it so the console program runs as an icon on the system tray near the clock.

3)When i want to publish to create the setup.exe...should i somehow merge the two projects together or publish each one seperatly and use some sort of batch installer.

View 3 Replies

How To Make A Gui For A Console Program

Feb 4, 2009

im would like to make a gui for a console program i use. I am able to start the cmd.exe and change to the directory the program is in. My problem is after i issue a command to the console such as cd c:myconsoleapp cmd.exe closes why is this. I would like the console to stay running so i can issure more commands to it without having to re declare streamwriter and reader and starting the process each time.[code...]

View 12 Replies

Start Program In Console App?

May 19, 2012

I am trying something new so i might be bad at this. I made a Console app in vb and got the start-up working and now i need to be able to run a program like notepad with using a command like "note". [code]....

View 17 Replies

Update Program - GUI Or Console?

Feb 12, 2012

I have created an update program for my project, and I'm thinking what is better - to be GUI, or to be console app? Here's both pros and cons:

GUI: user-friendly,easy, but too much for so little program. It is unnecesseraly.

Console: Simple, but not user-friendly. And easy too!'s super easy!

View 3 Replies

Execute Program Take Own From My Console Application?

May 18, 2011

I have to execute the command line program takeown.exe[url]...

from my console application, I've tried this cose but received no output and the program does nothing[code]...

View 2 Replies

How To Have Keypress On Console Without Program Has To Wait

Jun 4, 2012

I built a console application with a loop at the end,[code]in the loop when the user press "q" on the keyboard, the program will go out of the loop, I've tried using Console.Read or Console.ReadKey which is not working because it waits for the user to press the keyboard,but I need the loop to keep running although the user is not pressing the keyboard so in the program the console will be like: AAAAAAAAAAAAAAAA,etc. until the user press "q" on the keyboard,

View 1 Replies

Open Two Console Windows Through Program?

Sep 30, 2009

How to open two console windows to display two different things in visual basic

View 1 Replies

Printing Information Using Console Program

Sep 8, 2011

I have created a program that allows me to print some information onto my screen, but now I would like to print this information to my printer. Is there a procedure or a command to print directly to a printer without having to create a new class?

View 3 Replies

VS 2008 - FTP Program That Uploads In Console App?

Dec 17, 2011

I am trying to create a console application that will upload an updated .html file to a website each time I run it, I have found previous codes that download the files but I want to upload instead. So basically I am trying to create an FTP program (but only one that uploads) in a console application.

View 3 Replies

Accept Input Into Program Console Application?

Oct 26, 2010

How to accept input into a vb.net console application? How Do I allow people to type into a vb.net console application, and then press enter, and then the console application writes that and uses the console.writeline function to write what the person typed in into the network stream(or whatever its called).

View 10 Replies

VS 2008 - Console Application Run Program Then Close Itself

Apr 14, 2009

i am using windows 7 when i make a console application it run the program then close it self again.

View 4 Replies

Command Line (console) Program With Parameters For SharePoint?

Oct 29, 2009

I would like to create a console program in VB.net that would allow parameters. What i would like to do is in the code below add parameters so the webpart page can be created from the Run menu. e.g. C:.......MyProgram.exe "Design" --This would then create the Design webpart page.

I tried looking at the internet but was not very successfull.

Module Main
Public Sub Main(ByVal args As String())
Dim prj As String

[Code].....

View 1 Replies

Console Program Adds Characters B4 2b 2b With Redirected Input

Jan 27, 2010

I wrote a simple console program (simplecopy) that copies its input to output:

Module
Module1
Sub Main()

[Code]....

The output is the content of testdata.txt, but with three extra characters (hex b4 2b 2b) inserted at the beginning of the output. Those three bytes are not there when I run simplecopy without input redirection.

View 2 Replies







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