Results 1 to 2 of 2

Thread: newbie in csharp.

  1. #1

    Thread Starter
    Frenzied Member mar_zim's Avatar
    Join Date
    Feb 2004
    Location
    Toledo Cebu City.
    Posts
    1,416

    newbie in csharp.

    what is with statement from vb to c#?
    VB Code:
    1. with cm
    2. .parameters.add("blah..blah")
    3. end with

    using cm????

  2. #2
    Frenzied Member StrangerInBeijing's Avatar
    Join Date
    Mar 2005
    Location
    Not in Beijing
    Posts
    1,666

    Re: newbie in csharp.

    hi,

    1) There is no "With" clause in c#

    2) Look at the attached doc, it might help (forgot the oke's name that gave it to me here, but thanx mate, helped a lot)

    3) Use this link to convert sections of code (thanx Mendhak, this helped a teeny weeny little bit) http://www.developerfusion.com/utili...btocsharp.aspx

    oh..your q? a = cm.parameters.add("blah..blah")
    Attached Images Attached Images

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width