T Thom Bui Sep 11, 2003 #1 Hi all, What is the equivalent vb.net code for the following? new Group(this); thanks.
A Armin Zingler Sep 11, 2003 #2 Thom Bui said: What is the equivalent vb.net code for the following? new Group(this); Click to expand... new group(me)
Thom Bui said: What is the equivalent vb.net code for the following? new Group(this); Click to expand... new group(me)
H Herfried K. Wagner [MVP] Sep 11, 2003 #5 Hello, Thom Bui said: What is the equivalent vb.net code for the following? new Group(this); Click to expand... \\\ Dim g As Group ' ?!? g = new Group(Me) ///
Hello, Thom Bui said: What is the equivalent vb.net code for the following? new Group(this); Click to expand... \\\ Dim g As Group ' ?!? g = new Group(Me) ///
T Tom Spink Sep 11, 2003 #6 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. : : :
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. : : :