VS 2008 How To Create A Prompt
Jun 9, 2009how to make a prompt
View 2 Replieshow to make a prompt
View 2 RepliesBasically, I am looking to create a program with the CMD (command prompt) window inside of it.Along with a drop-down list, containing a few pre-made codes.For example;Is the easiest way to kinda accurately show what i'm attempting.Cross-thread operation not valid: Control 'txtResults' accessed from a thread other than the thread it was created on.
View 2 Repliesi'm tring to execute some commands in cmd prompt in vs 2008. (with out using BATCH FILE)
[Code]...
I am having a little trouble with my VB.NET program and was wondering if someone could point me in the right direction?I have started a cmd.exe process in my vb.net (2008) program however I would like to execute commands for my process (in the same command prompt window created) on the fly. For example (the commands are irrelevant)... on the click of button 1, I would like to carry out the command "cd C:". Once that has finished I'd like to be able to click button 2 which executes "help". (I do not want the commands to execute when the process starts).[code]
View 14 Replieshow to get rid of this prompt for three files I'm executing through my VB code? Here is the code that is calling the three files to run after they've been copied locally to the workstation.[code]
View 1 RepliesI'm trying to figure out how to prompt a user to enter a captcha. Some programs out there have a little popup with the captcha image and a textbox, the user then enters the characters from the image and the captcha is solved by the user of the application. When I try to request the image directly, it gives me a different image than the one currently in the webbrowser control. Any ideas how I can create the pop up of this captcha image for the user to enter?
Note : . I'm looking for a way to prompt the user to enter a captcha from website.
1. Is their a way that i can capture the command prompt results and place it in a richtextbox?
View 6 RepliesI have a mini form application. What I need is to have a message box asking the user to confirm exist. Yes/No. This should happen if the user click the exit button on the form or the (X) on the title bar.
I have this piece of code attached to the exit button on the form. I'm trying to use an if statement but don't have a clue as to how I can apply it to what I already have.
Private Sub btnExit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnExit.Click
MessageBox.Show("Are you sure you want to exit?", "Confirmation", _
[Code].....
I need to give an app 2 string values on startup via the command prompt like this
C:myapp.exe string1 string2
How do I accept these values?
Every time I try and redirect input and output of command prompt I have a problem. The debugger itself crashes! Something must really be wrong. What is a good way to launch CMD and send commands to it, receive output.
View 1 Repliesis there possible to encrypt a command batch (.bat) file so that user can't read the source code?
Or is it possible to embed it in VS 2008 so that user are invisible to the cmd file?
I'm currently making a text editor, and I wanted to make my application accept arguments from the command prompt, you know <Directory>myapp.exe <textfile>. How can I do this?
View 4 RepliesI have redirected the results of the command prompt to a multi-line textbox and i want to get the line number of the error. [code] how would i get the line numbers? it should get 90,92,95.
View 4 RepliesI want to create a class is it where I can do...
[code]...
How do I do this? Do i create a class and create a instance of CarData? but how do I add Color and Year etc to it?
How can i make it so vb can run a cmd prompt and all the output will be displayed in textbox1.
View 2 RepliesI have created a VB 6.0 Active-x control for an ASP.NET application.The control is responsible for downloading files from Server to Client machine and installing them.In general will have a set of applications needs to be run in sequence order.Every time i try to install an application it asks for UAC prompt and then proceeds to installation.Functionally it is working fine.But my client requirement is UAC prompt should come for the first process only and should not prompt for the following installations.I am using CreateProcess() API method for installations.
View 5 RepliesI am trying to figure out how to have a prompt open up when I open a program.
I am trying to set a size to an Array and I want the Prompt to ask for the size that is needed.
I need to sort my code to work for Visual Basic 2008 Express Version, I am trying to open the Command Prompt through Visual Basic and make Visual Basic run through the Command Prompt. By this i mean i need Visual Basic to Send Messages from a text box on my design to the command prompt, e.g to make my program go through the command prompt to do the basic hide files in a picture.
[Code]...
I'd like to ask about the way in ASP.NET VB to detect the changes in stocks prices, if the price inceased, the containing cell inside the grid blinks in green, decreased will blinks in red? ex: if the price now 10.00$ and increased to 10.01$ the containing cell will blink with 1 second in green..
View 1 RepliesI am trying to import Oracle tables to SQL Server. Now i am specifying user name and password for oracle. But how to prompt oracle to ask user name and password when its DSN is selected and store in variables(user id and PWd)
Through out this process i am using ODBC connections.
I am not a developer but I like tweaking with system, I am recently trying to create an app that can reset admin password, but the problem is that I am not able to run the following command from standard account.
net user user_name * I know it is because of security reason but there must be some way so that software developer can tweak it, can someone guide me..[URl]..
I'm using VS2008, targetting the 3.5 framework.I'm getting sick of having to create a Control, then manually rename it later. Is there any way to force the Designer to ask me for the name in a Dialog as it is attempting to create the Control? Or even to autofocus to the Control Name in the Properties menu?
View 2 RepliesI dont know how to invoke a cmd prompt from vb.net window. from the vb.net i have tp ping an ip adress of a system in the cmd prompt.
View 3 RepliesThe question is self-explanatory. It would be great if the code was one line long (something to do with "Process.Start("...")"?). I researched the web but only found old examples and such ones that do not work (at least for me). I want to use this in my class library, to run Git commands
View 1 RepliesI have a form with a tabcontrol. Each tab has a formview for adding/updating data. The user could have multiple formviews open at once. I would like a way to prompt the user to save if they are leaving the screen.[code]...
View 3 RepliesIn my application, i have put a question on form closing if the user wants to save the changes?. But right now, i have just put it in default whether they make changes or not.I thought of prompting it on text change.. but the text automatically changes on load as it retrieves data from sql server.
View 15 RepliesWhat I have done so far is place the compiler inside the bin of my project folder, inside the Debug folder. I managed to call the cmd shell but the problem is whenever I pass commands to that cmd shell, it doesn't work. What happens is it opens a cmd shell and when I pass commands on it, it opens many other shells.[code]...
View 1 RepliesBefore posting this question I have carried out a few searches on this forum but I am afraid I am struggling because I am very new to Visual Basic and although I do have some programming background, yesterday was day 1 and I took a web tutorial and watched a few video tutorials. (Long way to go!).
OK to the question and I know I should really not ask 2 but It's better to get them both in one post I think.
I want to build a small utility to run a form in full screen to basically hide an old application running in the background.
My old application is a database (Non VB code) which works very well but while it batch exports a lot of data the software displays some pretty ugly windows, I want to call my VB utility from a command prompt with 1 or more switches to display some meaningful text about where it is in the routine.
I also want to be able to send a switch at the end to close it completly.
Q1 - What is the best way to manage command prompt switches ?
Q2 - How do I make it close itself ?
Windows Command Prompt with VB
View 1 RepliesI am looking for an easy way to have a command prompt like interface for my form. The idea is to make it an interactive text interface. Here is an example of what it might look like > Hi Hello! > How are you? I am fine! >_So it's very much like a chat. BTW, I am not referring to what the example is, just the concept of a command prompt, that I can create a scrollback buffer for. Very much like a MSDOS prompt.
View 5 Replies