No announcements
Found 2547412 threads
-
0 Votes
input validation for Console application
getting the results from our security scan: This input is used by the application, without being validated, to filter personal records from ...Unanswered | 2 Replies | 468 Views | Created by IlhaBaba - Thursday, October 3, 2019 4:17 PM | Last reply by CoolDadTx - Monday, October 7, 2019 1:51 PM -
2 Votes
Console application: reading input
How can I make it so that when the user inputs a string, the console application writes another line? For instance: Input: ...Answered | 3 Replies | 3449 Views | Created by bornapilot - Monday, November 17, 2008 10:31 PM | Last reply by konikula - Tuesday, November 18, 2008 7:37 AM -
1 Votes
License Key Validation for Console Application
Hi All, I've been looking at license key validation for one of my applications, it's a Console Application. I have absolutely no idea where to ...Answered | 3 Replies | 2570 Views | Created by Brendan Thompson - Monday, April 16, 2012 6:42 AM | Last reply by Brendan Thompson - Wednesday, April 18, 2012 1:44 AM -
5 Votes
user input in console application
Hello mortaza.mkr, how can i get a series of integer numbers in a console application as input and store them in an array of ...Answered | 4 Replies | 10707 Views | Created by mortaza.mkr - Wednesday, July 20, 2011 9:34 PM | Last reply by Muthukrishnan Ramasamy - Thursday, July 21, 2011 10:39 AM -
0 Votes
Input in C# Console Application
; Console.WriteLine(" Input Number "); ...Proposed | 3 Replies | 362 Views | Created by __noahnoah__ - Tuesday, January 1, 2019 1:53 PM | Last reply by Hakkim.Elrhumi - Wednesday, January 2, 2019 8:12 AM -
2 Votes
user input in c# console application
Hey guys is there any way you can get a users input from a console based application in c#, so instead of the typing ...Answered | 5 Replies | 3842 Views | Created by harry4696 - Saturday, October 6, 2012 7:36 PM | Last reply by Roar Jørstad - Saturday, October 6, 2012 9:15 PM -
2 Votes
Console application receiving input switch parameters
Hello everyone I'm trying to build a Console application which can receive input switch parameters like 7-zip cmd works, for example ...Answered | 4 Replies | 7687 Views | Created by Ivanzinho - Thursday, November 11, 2010 4:05 PM | Last reply by Mike Dos Zhang - Tuesday, November 16, 2010 2:52 AM -
0 Votes
Input Validation
Here are a few useful ...Answered | 2 Replies | 3160 Views | Created by Touraine - Thursday, March 18, 2010 5:28 PM | Last reply by Touraine - Friday, March 19, 2010 12:29 PM -
0 Votes
Input validation
Hi, I would like to perform input validation before a service method is called. I have attributes on the MessageContract of the service that decides how ...Answered | 2 Replies | 4724 Views | Created by herbjörn - Wednesday, January 24, 2007 9:37 AM | Last reply by herbjörn - Thursday, January 25, 2007 6:51 AM -
0 Votes
timer for console application
i know we can use Timer class in window.Forms. application But what about writing a console application, what can i use for doing the same thing as Timer ...Answered | 2 Replies | 3101 Views | Created by jackyko - Friday, February 29, 2008 6:05 PM | Last reply by Praveen K. Jha - Saturday, March 1, 2008 7:28 PM -
0 Votes
validation on input parameter
this solution? One more problem is that though validation message are appear for any miss match input but it hit the procedure and report ...Answered | 2 Replies | 3932 Views | Created by Bhakta Ranjan Deka - Wednesday, July 1, 2009 3:56 PM | Last reply by Bhakta Ranjan Deka - Friday, July 3, 2009 7:56 AM -
0 Votes
CUSTOM CONTROL FOR input validation
WaqarAttari said: Hay ! Let say I have a TEXTBOX and 1) I don't want to let the user to enter any input except numeric values 2) IUnanswered | 4 Replies | 2869 Views | Created by WaqarAttari - Saturday, July 7, 2007 12:48 PM | Last reply by sakthistudent - Tuesday, July 29, 2008 8:53 AM -
6 Votes
Validation Question For Input Mask
;." for dollar amounts). But in addition to this I would also like to ensure that the user entered something valid using an input mask. This may be a simple question ...Answered | 3 Replies | 2808 Views | Created by NuNn DaDdY - Monday, August 10, 2009 2:25 PM | Last reply by Sylva Okolieaboh - Monday, August 10, 2009 2:56 PM -
0 Votes
Need Help Encrypting User Input In A C# Console Application
I'm creating a C# console application that shall encrypt ASCII characters. The application will get the users input and scramble it with random ASCII characters: ...Answered | 1 Replies | 3123 Views | Created by Ashley H - Monday, July 30, 2007 1:16 PM | Last reply by Alan M_ - Monday, July 30, 2007 1:44 PM -
2 Votes
Input Validation
Look at the Text.IsSubText("0123456789.",char) statement, which is true for all the characters in the first string. You have to test all the chars of the input in a ...Answered | 2 Replies | 540 Views | Created by ACRC - Saturday, October 10, 2015 1:16 AM | Last reply by WhTurner33 - Saturday, October 10, 2015 10:41 AM -
3 Votes
input validation
a table validation rule should help, the rules must be fomulated for valid data, eg ID_OLD_COMPONENT<>ID_NEW_COMPONENT. Bye, ...Answered | 2 Replies | 514 Views | Created by mantis258 - Thursday, May 28, 2015 8:51 AM | Last reply by Tom Borgmann - Thursday, May 28, 2015 11:08 AM -
0 Votes
Redirecting Console Standard Input
Using the same code, will it work outside of a Winform? Say place the code into a console app and first run static text...then if that works try to capture input ...Unanswered | 2 Replies | 3446 Views | Created by Rob Fallone - Saturday, July 15, 2006 9:52 PM | Last reply by OmegaMan - Wednesday, July 19, 2006 7:22 PM -
0 Votes
input validation technique for strings
I am trying to figure out how to validate user input for my project. The input type will be string. From what I understand string input ...Answered | 5 Replies | 3390 Views | Created by new to sql server - Sunday, December 23, 2007 4:12 PM | Last reply by new to sql server - Thursday, December 27, 2007 10:18 PM -
0 Votes
Input validation approaches
I have tried Silverlight input validation methods such as exception based, IDataErrorInfo but none seems to work. Does anyone know if any of these Silverlight input ...Discussion | 1 Replies | 1250 Views | Created by XiaoweiJia - Thursday, November 10, 2011 9:39 AM | Last reply by Benjamin Roux [MSFT] - Thursday, November 10, 2011 4:38 PM -
1 Votes
Console Application - Pass input arguments in Cmd line - Published Application
Hi, I have a console application which takes the input arguments from command line. I am able to test this in the Debug mode by setting the command line ...Unanswered | 4 Replies | 570 Views | Created by Uday.Jaladi - Monday, July 27, 2015 2:15 AM | Last reply by Pintu Shukla - Monday, July 27, 2015 9:21 PM - Items 1 to 20 of 2547412 Next ›
No announcements