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
ADVERTISEMENT
Aug 7, 2009
Is there a way to make an update for your program that the 'user' can update the app without re installing the whole program?
View 1 Replies
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
Dec 2, 2010
How to use this query to update record [code]....
View 1 Replies
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
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
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
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
Sep 23, 2010
I need a vb.net console program to check whether a number is perfect or not.
View 2 Replies
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
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
Sep 30, 2009
How to open two console windows to display two different things in visual basic
View 1 Replies
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
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
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
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
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
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
Jul 27, 2011
I have a VB 2008 console application .NET 3.5 who handles large data tables in a SQL 2005/8 database. Sometimes when SQL server do not response as application expect. Then SQL Connection change status from open. I try to get the event of changed connection string before error occurs.
1 - SQL Connection status changes from open to another status
2 - When this event fires a fix sub routine or function starts and fix the sql connection
3 - Return back where SQL Connection was when status was affected by program.
My app is a large list of SQL Commands who runs in a class orginsed as a simple list of sqlcommands.When a SQL Connection fails I will start at the last point in the program after SQL Connection are open again.
View 3 Replies
Oct 15, 2011
I was thinking of making a program which creates a console in which it sends a ping to an domain, in this case "www.google.com". then read this into my vb application. Probably looking to read each line into a listbox, this way i can add a parser to only take the data i want.
View 3 Replies
Aug 18, 2010
I am creating a very simple Voting System, that will be use on electing new set of officer in a teacher cooperative...
So I have to create two separate program, a Server Program that will manage all the information in the election and a Client Program where voters will vote their selected candidate...
The election officers wanted that the Server Program will display the Voting Results at real time... So when the Voter finished voting, The Voting Result displayed by the Server Program will also be updated every time the Client Program Insert the data to Database....
An action listener in Server Program that will execute if new data is inserted in a Table in the Database made by the Client Program...
View 11 Replies
Nov 21, 2010
The latest assignment from my teacher was to create a console program where the user enters a character and the respective ASCII value in Denary, Hexadecimal and Binary, Even Parity, Odd Parity and Hamming code is returned.I've managed to implement all of them except the latter with relative ease, I am familiar with the concept of Hamming code and can compute it easily by hand, but don't really know how to implement it as a function in my program. [code]
View 1 Replies
Jun 1, 2011
I was thinking of adding a simple bandwidth monitor to a console application and I was wondering if it would be possible to keep a line in the console window visible at all times. I could set something up manually to pass new console output into a method that would get the contents of the console, clear the console, add the bandwidth data on the first row, then rewrite each line of previous information back to the console, etc.. but that seems like a really hacky way to go about it, and I'd be limited to the amount of rows visible at once in the console window (no scrolling).
STATS: Downloaded: 2599b, Uploaded: 754b <- this always stays at the top
constantly changing text
constantly changing text
constantly changing text
[code]....
View 3 Replies
Mar 30, 2009
I want to create a program that will auto update another program i have created. I want (this program) to check for updates (from a txt file that i wil have in the first line the previous version and in the second line the present version) and if there will be a new version then start downloading and the progress bar will show the progress. How can i do this?
View 3 Replies
Jun 1, 2009
I have a console application I'm using to run scheduled jobs through windows scheduler. All the communication to/from the application is in email, event logging, database logs. Is there any way I can suppress the console window from coming up?
View 5 Replies
May 11, 2011
so I am making a program that will run a server for a game. I've programmed a console into the form and it works but it only works until it is finished reading the slandered output.
[Code]...
View 2 Replies
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
Aug 8, 2010
I am currently working on an application, where I am using a console application, that will set up the application prior to the main form is run. This is no problem I've got that all working perfectly, the only problem I have is that the console is showing while the application is running, I was wondering whether anyone knows any way in which I would be able to hide the console before it gets shown to the user.
View 12 Replies
Mar 6, 2011
I am not able to view the results of Console.Write() and Console.Read() in VB.Net.
View 2 Replies
Feb 23, 2011
I am trying to send/print/write all possible ASCII codes (0-255) to another console-window application. From my application I would enter the name of the "receiving" application and the comma seperated hex values that should be sent/print/written to it. I have used AppActivate to select the "receiving" application and then have used sendInput and send.sendkeys to attempt to send the desired ASCII value. However, these appear to have limitations on values greater than 127. I need to be able to send all 255 values.
View 1 Replies