Line - Make A Console App That Basically Makes A Big X Between Pipes
Feb 3, 2011
i am trying to make a console app that basically makes a big X between pipes, but with a fixed line on the bottom where you can freely move a <#> with the arrow keys i did the giant x but i have no clue how to make the fixed line and i cannot find any information about it. i tried using the Console.write() but that only gives move a line that i cant use. Il paste the code i have to far.
[Code]...
View 2 Replies
ADVERTISEMENT
Jun 18, 2012
Im trying to make a program which basically performs unit conversion. I have basically made two text boxes, one for the S.I. Units and the other for British Units. The general idea is that when i input any number in the S.I. Unit text box, it should display the answer in British Unit text Box and similiarly if i input any number in British Unit Textbox, the answer should be displayed in S.I.Unit textbox. Now the problem lies here that the code that i created is by using if else. now the compiler automatically gives me the correct result in the British box when i input the value in the s.i. unit box, but when i input the value in the british text box, it gives an error that :
"An unhandled exception of type 'System.InvalidCastException' occurred in Microsoft.VisualBasic.dll
Additional information: Conversion from string "" to type 'Double' is not valid."
Heres the part of the code.
Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click
Dim p As String = "Pressure"
[Code].....
View 4 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
Oct 15, 2010
How do i make a folder that my program makes hidden. I am using (MkDir)
View 5 Replies
Mar 4, 2009
I where wondering about it is pausible to make a program that makes a popup on your screen at a time you chose in the program? and then you could choose a text and a icon as a message, so the program reminded you about something?
View 15 Replies
May 8, 2009
how to make a program that makes all the possible characters and numbers (A-Z & a-z & 0-9) from 5-20 characters, and put them in a list or something?
Someone may think this is bruteforce hacking, but I don't see why I should do that? If I want to find a password on 13 characters, it would be: 62^13 = 200028539268669788905472 possibilities... in other words... it would take forever!
View 3 Replies
Aug 28, 2009
Im trying to make a program that makes a user type in a password, then open a folder where the user can put files. but once they close out of the file browser. the program needs to save the files and remove the directory. for example think of a file cabinet being the program, and the drawer being the temp folder. when the user closes the drawer, it goes back into the cabinet, or in this case the program.
View 7 Replies
Nov 3, 2011
does anyone know if there is a plugin that makes it available to make visual studio language independend? So when I "push" a button I can see and edit the code in C# or in VB.net? I would be ok if I cant use all language specific options.
View 1 Replies
May 24, 2010
i was just wondering is there was anyway to make a button that makes all enabled timers turn off. Because at the moment i am going to end up with loads of lines basically repeating this.. [code]
View 4 Replies
Jul 15, 2009
I got a list of 16 items and I have sorted them and I want to show the number of comparisons the program had to make using the insertion sort?(in a textbox for example)I mean is there a formula?
View 10 Replies
Oct 13, 2011
I am trying to write out to console a percentage of data loading. I tried to use C# syntax which would be Console.Write(" Percentage: " + nCurrent + "/" + nTotal; however in VB I get the actual character 'r' being displayed in my string. Is there a special code I need to insert in order to update my cursor to the beginning of the line so that I may reuse that line?
View 1 Replies
Jul 23, 2010
In console application we write the statement as
Console.WriteLine("the addition is {0}",i)
it gives the output addition is 50
Now my question is: I want the answer to appear like this addition is 50.How I will assign the output to the next line?
View 3 Replies
Sep 22, 2009
I am trying a simple hello world application with a console. Using Console.wrtiteline("Hello World"). After the program writes hello world how do I get it to pause on the line? IE print "press any key to continue...."
View 2 Replies
Feb 10, 2012
I'm Trying to write a Cisco Command Line Parser to have an automated Graphical User Interface replacement for the Cisco console output. I have been able to get the ping time using Regular Expressions from a ping output and graph it, but am now stuck with more detailed out put of other commands like "Show interfaces" command, how I can parse the Show Interface command output and extract all the useful info which i need?
[Code]...
View 1 Replies
Feb 20, 2011
I have declared my variables As Decimal, and what I am struggling to do is to display these values to 2 decimal places in such a way so that they both appear on the same line of output. Here is the guts of the problem (noting I have two different versions of Console.Writeline...the second one does display on one line, but without two decimal places).
[Code]...
View 3 Replies
Mar 15, 2010
Just wondering if there is anyway to read each line of text that is output from a console application?
Basically I want to use PSEXEC through a vb.net GUI application and I would like to be able to read any error codes that may occur from the command line.
View 3 Replies
Jan 31, 2011
I'm working on a console application that needs to write a line until a certain value is met and than do the same backwards until another value is met.
The line need to be 51 spaces wide, start and end with the pipe ("|") character and have a cross ("X") character in between.
I can only define both the characters once.
The result needs to be something like this:
|X_________X|
|_X_______X_|
|__X_____X__|
|___X___X___|
|____X_X____|
|_____X_____|
And then from the last line on, go back to form a big X on the screen and start over again, going over and over until a key is pressed.
View 3 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 17, 2010
I am working in VB. I have a fairly long and detailed explanation that I'll avoid posting but what I'm looking to find is quite simple. I'm looking for information how the command line executable LAME.EXE (the Mp3 encoder) returns information to the host program/form.
I am a VB novice and a novice to programming in general and am looking to learn more about as much as I can on the whole but basically I have a Windows form that gathers all the necessary information as a front-end:
The input .wav file path
The output .mp3 file destination
The encode settings (bitrate, frequency, etc)This information is pooled in to a string like this: lame.exe -v -b 112 input.wav output.mp3 or any variant on the settings selected in the GUI which is then in turn used to execute LAME.EXE with the set of parameters in a command line console...That's all well and good and it is quite functional but what I'm looking to do is to 'hide' the console in itself and have the encoder feed back its progress, say as a percentage inside the GUI.
The problem is that it doesn't appear that LAME in itself has this kind of functionality explicitly built in. I know it's possible however, as every single front end in the world has this functionality.I have tried a few ways of doing this with avoiding the issue of not being able to find the functionality within the codec. Perhaps I'm looking in the wrong place entirely or I'm not thinking correctly 'outside the box' as it were.
what I'm looking for is to use a command like this within the script itself: lame(v,b,112,"C:input.wav","c:output.mp3") or even pass the parameters obtained from the GUI a string formatted dynamically on the fly itself.I expect of course that this kind of functionality won't be available anywhere at all, what I'm really looking for as a workaround that reports the actions/progress/console output of the executable back in to the VB program somehow.
View 1 Replies
Jun 14, 2011
Private Sub StreamInput(ByVal Text As String) m_Process.StandardInput.WriteLine(Text)
m_Process.StandardInput.Flush()
End Sub
Private Function ConvertFromOem(ByVal Text As String) As String
Return _
[Code]...
View 3 Replies
Mar 28, 2011
IO.Pipes.NamedPipeServerStream and ClientSteam
View 3 Replies
Jan 15, 2012
I am writing a program that manipulates text file using console application. What I want to do is to delete 1 specific line based on the ID entered by the user.[code]My program should delete the line with the ID DR-02, but my program deletes items from DR-02 to DR-04 instead of DR-02 only.[code]
View 3 Replies
May 21, 2012
I am trying to connect to SQL Server 2008 from my windows application using vb.net through named pipes.
I did some browsing and I found, to connect through named pipes we just have to mention "Initial Catalog =Test_DB; Data Source = np:Server_Name;integrated security=SSPI;".
But this doesn't connect to the server at all. Is this the right way to connect to sql sererver using named pipes?
View 1 Replies
Mar 2, 2012
I'm struggling with finding the best way to implement named pipes IPC with a robust timeout management. I don't mean timeout on establishing a connection but timeout on read/write streams.
All examples I find don't have a timeout implementation.
View 1 Replies
Oct 4, 2011
The client/server communication will only take place in the same network.I can use TCP, but then I have to configure separate IP ports for every server instance. I can however simply use named pipes so I don't have to think about port numbers and simply use the name of the server instance.There will not be very frequent and/or large data client/server communication. It's some sort of a ERP application that will only communicate once per 30 seconds on average.
View 2 Replies
Oct 12, 2007
I designed an app that basically gets paths to servers I have admin rights to, I am doing such things such as checking available space on the servers etc., the problem I am having is my app only works if I manually login via something like (start, run, \server) and supply my admin username and password just to store that authentication.How do I code this so it prompts the user in my program ONE time for all 5 servers (they all use the same username and password)
View 5 Replies
Aug 5, 2009
I created a vb .net app and basically it connects to the server (my brother's computer at his house) and sends messages. The problem I'm having is, we both have routers. The only way I'v gotten all of this to work, is by both of us connecting ppeo broadband and then our ips work, otherwise the "real ip" is used for all the pcs in my house. How can I connect tcp to him wothout him having to connect broadband. Because to connect broadband he needs to be connected to an ethernet port, so then he cannot be wireless.
View 3 Replies
Aug 19, 2010
how to redirect outputs from console to a window form text box,but the console application I'm using is always running real time, thus my .net application hangs until I close the program that is read real time.The code displays the application to a 2nd form with a textbox multi line. Until I close that my entire program hangs and the console application monitored runs.
How do I code it to:
1. Run real time without hanging the entire program.
2. the console app must run at all times. (figured how to hide/ and no window created for it)
Sub Console()
Form2.Show()
Dim myCon As New Process
myCon.StartInfo.UseShellExecute = False
[code].....
View 6 Replies
Aug 18, 2011
I'm building a tool that consists of a Webservice that will run commandline tools at specific times. On average there will be running 15-20 CL tools at the same time. Every CL tool runs no longer than about 0,5-1 minute on average. The webservice needs to be able to check each CL's status every 2-3 seconds or so.
I've got some advice about how to do this; named pipes looks likes the best "technical" solution. However I'm wondering if communicating with simple very small text "status" files would be a better, less complicated and less error-risk, way. I prefer the solution that is the most resource friendly.
View 3 Replies
May 10, 2009
I am explaining an issue that I have faced in my SSIS Package today. A script task reads a string from particular position in a feed file which is basically Transaction amount. I am providing the psuedo code below to explain the issue
[Code]...
View 1 Replies