Click here to Skip to main content
16,016,301 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Common Features and Functions Across Forms Several Forms Pin
Luc Pattyn16-Feb-08 1:46
sitebuilderLuc Pattyn16-Feb-08 1:46 
GeneralRe: Common Features and Functions Across Forms Several Forms Pin
Brady Kelly16-Feb-08 2:24
Brady Kelly16-Feb-08 2:24 
GeneralRe: Common Features and Functions Across Forms Several Forms Pin
Luc Pattyn16-Feb-08 2:36
sitebuilderLuc Pattyn16-Feb-08 2:36 
Generaltimer problem Pin
Miss Maheshwari15-Feb-08 20:08
Miss Maheshwari15-Feb-08 20:08 
GeneralRe: timer problem Pin
Christian Graus16-Feb-08 11:37
protectorChristian Graus16-Feb-08 11:37 
GeneralRe: timer problem Pin
Navneet Hegde25-Feb-08 23:36
Navneet Hegde25-Feb-08 23:36 
GeneralParsing problem string to int Pin
RanaSohail15-Feb-08 5:00
RanaSohail15-Feb-08 5:00 
GeneralRe: Parsing problem string to int Pin
Colin Angus Mackay15-Feb-08 5:15
Colin Angus Mackay15-Feb-08 5:15 
Sohail Ahmad wrote:
When I parse TextBox1.text into int or Int32 The exception accurs
"Input String is not in correct formate"
How can i resolve this Problem.


Don't type stuff in the text box that isn't an integer.

Seriously, if you expect that the input may not be in the correct format use TryParse instead as it will return a boolean value to indicate if the string could be parsed or not.

Alternatively, catch the exception and handle it. (That much should not have been hard to figure out. Should it?)


GeneralRe: Parsing problem string to int Pin
Luc Pattyn15-Feb-08 7:56
sitebuilderLuc Pattyn15-Feb-08 7:56 
GeneralRe: Parsing problem string to int Pin
RanaSohail15-Feb-08 20:06
RanaSohail15-Feb-08 20:06 
GeneralRe: Parsing problem string to int Pin
Luc Pattyn16-Feb-08 1:53
sitebuilderLuc Pattyn16-Feb-08 1:53 
General[Message Deleted] Pin
Miss Maheshwari15-Feb-08 1:18
Miss Maheshwari15-Feb-08 1:18 
GeneralRe: not showing the form on mdi parent form Pin
Dave Kreskowiak15-Feb-08 6:11
mveDave Kreskowiak15-Feb-08 6:11 
Generaldatabase problem Pin
Naresh12345678914-Feb-08 23:38
Naresh12345678914-Feb-08 23:38 
GeneralRe: database problem Pin
Colin Angus Mackay15-Feb-08 1:52
Colin Angus Mackay15-Feb-08 1:52 
GeneralRe: database problem Pin
Naresh1234567896-Mar-08 1:18
Naresh1234567896-Mar-08 1:18 
GeneralRe: database problem Pin
Colin Angus Mackay6-Mar-08 1:26
Colin Angus Mackay6-Mar-08 1:26 
GeneralBest practices winforms projects in C# Pin
SimonH7614-Feb-08 22:39
SimonH7614-Feb-08 22:39 
GeneralRe: Best practices winforms projects in C# Pin
Colin Angus Mackay15-Feb-08 1:55
Colin Angus Mackay15-Feb-08 1:55 
GeneralRe: Best practices winforms projects in C# Pin
Giorgi Dalakishvili15-Feb-08 2:16
mentorGiorgi Dalakishvili15-Feb-08 2:16 
GeneralRe: Best practices winforms projects in C# Pin
SimonH7615-Feb-08 16:39
SimonH7615-Feb-08 16:39 
GeneralRe: Best practices winforms projects in C# Pin
Giorgi Dalakishvili16-Feb-08 4:56
mentorGiorgi Dalakishvili16-Feb-08 4:56 
QuestionAbt changing the settings of default keys In Win CE 6.0 Pin
Pankaj Kothawade14-Feb-08 19:29
Pankaj Kothawade14-Feb-08 19:29 
GeneralAdvice of TableLayoutPanel Pin
Brady Kelly14-Feb-08 18:05
Brady Kelly14-Feb-08 18:05 
GeneralRe: Advice of TableLayoutPanel Pin
Dave Kreskowiak15-Feb-08 6:20
mveDave Kreskowiak15-Feb-08 6:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.