Results 1 to 1 of 1

Thread: conversion help!(solved)

Threaded View

  1. #1

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

    Cool conversion help!(solved)

    i got this code from c# and i dont know how to do this in vb.net
    VB Code:
    1. DataColumn cCustID = new DataColumn("CustID", typeof(int));

    VB Code:
    1. 'solution
    2. dim ccustid as datacolumn = new datacolumn("CustID", GetType(integer))

    thanks in advance...mate
    Last edited by mar_zim; Jul 27th, 2004 at 01:20 AM.

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