Click here to Skip to main content
15,899,026 members
Home / Discussions / C#
   

C#

 
GeneralRe: numeric conversion for if check Pin
Mairaaj Khan26-May-06 19:35
professionalMairaaj Khan26-May-06 19:35 
AnswerRe: numeric conversion for if check [modified] Pin
V.26-May-06 4:52
professionalV.26-May-06 4:52 
GeneralRe: numeric conversion for if check [modified] Pin
J4amieC26-May-06 5:12
J4amieC26-May-06 5:12 
GeneralRe: numeric conversion for if check [modified] Pin
V.26-May-06 5:42
professionalV.26-May-06 5:42 
GeneralRe: numeric conversion for if check [modified] Pin
J4amieC26-May-06 10:02
J4amieC26-May-06 10:02 
GeneralRe: numeric conversion for if check [modified] Pin
V.26-May-06 10:06
professionalV.26-May-06 10:06 
GeneralRe: numeric conversion for if check [modified] Pin
Mairaaj Khan26-May-06 19:39
professionalMairaaj Khan26-May-06 19:39 
AnswerRe: numeric conversion for if check Pin
Robin Panther26-May-06 11:55
Robin Panther26-May-06 11:55 
If you are using .NET 2.0 - why not use Int32.TryParse()?
<br />
short outint;<br />
if (!Int16.TryParse(tbStockTypeId.Text, out outint)) {<br />
	throw new ArgumentException("Argument is not integer", "tbStockTypeId");<br />
}<br />
//use outint<br />


____________________________________________
Robin Panther http://www.robinland.com
GeneralRe: numeric conversion for if check Pin
Mairaaj Khan26-May-06 19:43
professionalMairaaj Khan26-May-06 19:43 
Questionhelp for inserting data to msaccess ? Pin
cmpeng3426-May-06 2:03
cmpeng3426-May-06 2:03 
AnswerRe: help for inserting data to msaccess ? [modified] Pin
rah_sin26-May-06 2:06
professionalrah_sin26-May-06 2:06 
QuestionCustom control - configuration in desing time Pin
kamarchand26-May-06 1:30
kamarchand26-May-06 1:30 
QuestionShow Internet Optiions Dialog with C# [modified] Pin
Adiphe26-May-06 0:55
Adiphe26-May-06 0:55 
AnswerRe: Show Internet Optiions Dialog with C# [modified] Pin
Shajeel26-May-06 1:32
Shajeel26-May-06 1:32 
GeneralRe: Show Internet Optiions Dialog with C# [modified] Pin
Adiphe26-May-06 1:38
Adiphe26-May-06 1:38 
AnswerRe: Show Internet Optiions Dialog with C# [modified] Pin
Shajeel26-May-06 2:24
Shajeel26-May-06 2:24 
GeneralRe: Show Internet Optiions Dialog with C# [modified] Pin
Adiphe26-May-06 2:47
Adiphe26-May-06 2:47 
QuestionCLONE FORM Pin
Greeky26-May-06 0:52
Greeky26-May-06 0:52 
AnswerRe: CLONE FORM Pin
Robert Rohde26-May-06 1:49
Robert Rohde26-May-06 1:49 
Questionduplicate items in treeview [modified] Pin
lushgrass26-May-06 0:34
lushgrass26-May-06 0:34 
QuestionShowing and hiding controls [modified] Pin
travellermania26-May-06 0:27
travellermania26-May-06 0:27 
AnswerRe: Showing and hiding controls Pin
Larantz26-May-06 0:34
Larantz26-May-06 0:34 
GeneralRe: Showing and hiding controls Pin
travellermania26-May-06 0:49
travellermania26-May-06 0:49 
GeneralRe: Showing and hiding controls Pin
Robert Rohde26-May-06 1:46
Robert Rohde26-May-06 1:46 
GeneralRe: Showing and hiding controls [modified] Pin
travellermania26-May-06 21:43
travellermania26-May-06 21:43 

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.