Click here to Skip to main content
15,915,603 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow can I convert vb6 to vb.net Pin
Adekolurejo8-May-06 4:13
Adekolurejo8-May-06 4:13 
AnswerRe: How can I convert vb6 to vb.net Pin
User 17164928-May-06 5:13
professionalUser 17164928-May-06 5:13 
GeneralRe: How can I convert vb6 to vb.net Pin
Adekolurejo8-May-06 6:44
Adekolurejo8-May-06 6:44 
GeneralRe: How can I convert vb6 to vb.net Pin
User 17164928-May-06 8:33
professionalUser 17164928-May-06 8:33 
QuestionWant to crate a Collection Of Control Pin
hisuman1008-May-06 3:53
hisuman1008-May-06 3:53 
AnswerRe: Want to crate a Collection Of Control Pin
Robert Rohde8-May-06 4:08
Robert Rohde8-May-06 4:08 
GeneralRe: Want to crate a Collection Of Control Pin
hisuman1008-May-06 5:25
hisuman1008-May-06 5:25 
GeneralRe: Want to crate a Collection Of Control Pin
Robert Rohde8-May-06 6:07
Robert Rohde8-May-06 6:07 
Dim coll As Collection
coll = New Collection
coll.Add(Button1)
coll.Add(Button2)
Dim b As Button
For Each b In coll
   b.Text = "Got you!!!"
Next

Questionaudio recording for incoimg/outgoing voice Pin
mamindlapurnachender8-May-06 3:06
mamindlapurnachender8-May-06 3:06 
AnswerRe: audio recording for incoimg/outgoing voice Pin
jonathan158-May-06 4:06
jonathan158-May-06 4:06 
QuestionDatagrid.click (Function Pin
Macky1008-May-06 1:32
Macky1008-May-06 1:32 
QuestionVariant Pin
vikas99738-May-06 0:44
vikas99738-May-06 0:44 
QuestionRe: Variant Pin
Eric Dahlvang8-May-06 4:18
Eric Dahlvang8-May-06 4:18 
AnswerRe: Variant Pin
vikas99738-May-06 4:56
vikas99738-May-06 4:56 
QuestionTextBox which accepts few characters. Pin
Chandan_Kr7-May-06 23:33
Chandan_Kr7-May-06 23:33 
AnswerRe: TextBox which accepts few characters. Pin
Mekong River8-May-06 0:28
Mekong River8-May-06 0:28 
AnswerRe: TextBox which accepts few characters. Pin
George B Gilbert8-May-06 12:44
George B Gilbert8-May-06 12:44 
Questioncompiler Pin
noor al-huda7-May-06 22:59
noor al-huda7-May-06 22:59 
Questionhow to get list of all registered domains Pin
narayanagvs7-May-06 22:46
narayanagvs7-May-06 22:46 
AnswerRe: how to get list of all registered domains Pin
Mekong River8-May-06 0:31
Mekong River8-May-06 0:31 
QuestionDatagridview control Pin
roitha7-May-06 22:17
roitha7-May-06 22:17 
AnswerRe: Datagridview control Pin
Mekong River8-May-06 0:42
Mekong River8-May-06 0:42 
QuestionOpen MDIChild Form Pin
roitha7-May-06 22:13
roitha7-May-06 22:13 
AnswerRe: Open MDIChild Form Pin
Mekong River8-May-06 0:37
Mekong River8-May-06 0:37 
QuestionWhat event handler to use for a "press once" key event? Pin
KaKa'7-May-06 21:53
KaKa'7-May-06 21:53 

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

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