Click here to Skip to main content

C#

    RSS: RSS Feed
Home > Forums > C#

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page  Show 
  Refresh
GeneralRe: calling forms from treeview nodes PinmemberMartin#1:18 12 Oct '07  
QuestionDOS exec not receiving input from standard I/O... PinmemberFuzzychaos23:29 11 Oct '07  
AnswerRe: DOS exec not receiving input from standard I/O... PinmemberPhil J Pearson11:23 12 Oct '07  
AnswerRe: DOS exec not receiving input from standard I/O... PinmemberFuzzychaos23:16 14 Oct '07  
GeneralRe: DOS exec not receiving input from standard I/O... PinmemberPhil J Pearson8:58 15 Oct '07  
QuestionParameter Collection PinmemberSonia Gupta23:15 11 Oct '07  
AnswerRe: Parameter Collection PinmemberSonia Gupta23:25 11 Oct '07  
i tried the following code
class abc
{
ParameterCollection p;
public ParameterCollection ab
{
get
{
return p;
}

}
}
public class waste
{
public waste()
{
abc a;
a = new abc();
a.ab.Add("ParameterName", TypeCode.Decimal, "ParameterValue");
a.ab[0].Direction = ParameterDirection.Output;
a.ab[0].Size = 100;
}
}
 
can i improve the code?
 
Soniagupta1@yahoo.co.in
Yahoo Messenger Id = soniagupta1

GeneralRe: Parameter Collection PinmemberPete O'Hanlon0:16 12 Oct '07  
GeneralRe: Parameter Collection PinmemberBrady Kelly0:43 12 Oct '07  
GeneralRe: Parameter Collection PinmemberPete O'Hanlon0:59 12 Oct '07  
GeneralRe: Parameter Collection PinmemberBrady Kelly1:15 12 Oct '07  
GeneralRe: Parameter Collection PinmemberPete O'Hanlon1:32 12 Oct '07  
GeneralRe: Parameter Collection PinmemberSonia Gupta2:10 12 Oct '07  
GeneralRe: Parameter Collection PinmemberPete O'Hanlon2:27 12 Oct '07  
GeneralRe: Parameter Collection [modified] PinmemberSonia Gupta2:47 12 Oct '07  
GeneralRe: Parameter Collection PinmemberPete O'Hanlon3:18 12 Oct '07  
QuestionMdi Child Form bring to front PinmemberZilo(svk)22:59 11 Oct '07  
AnswerRe: Mdi Child Form bring to front PinmemberMartin#2:11 12 Oct '07  
GeneralRe: Mdi Child Form bring to front PinmemberZilo(svk)5:26 12 Oct '07  
AnswerRe: Mdi Child Form bring to front PinmvpDave Kreskowiak6:00 12 Oct '07  
QuestionClick the Back & Forword Button internet explorer PinmemberGagan Deep Garg22:39 11 Oct '07  
AnswerRe: Click the Back & Forword Button internet explorer PinstaffChristian Graus0:44 12 Oct '07  
Questionbiometrics...need help PinmemberTheCardinal22:23 11 Oct '07  
AnswerRe: biometrics...need help PinmemberPaul Conrad14:32 12 Oct '07  
AnswerRe: biometrics...need help Pinmemberil_masacratore22:36 14 Oct '07  

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

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


Advertise | Privacy | Mobile
Web02 | 2.5.120210.1 | Last Updated 12 Feb 2012
Copyright © CodeProject, 1999-2012
All Rights Reserved. Terms of Use
Layout: fixed | fluid