vb code for ...?

  • Thread starter Thread starter Thom Bui
  • Start date Start date
T

Thom Bui

Hi all,
What is the equivalent vb.net code for the following?
new Group(this);

thanks.
 
Hello,

Thom Bui said:
What is the equivalent vb.net code for the following?
new Group(this);

\\\
Dim g As Group ' ?!?
g = new Group(Me)
///
 
New Group(Me)

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

"Maybe it's a game called 'Punish the User'"


: Hi all,
: What is the equivalent vb.net code for the following?
: new Group(this);
:
: thanks.
:
:
:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top