Click here to Skip to main content
16,006,824 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionUpdate Problem Pin
mcgann15-Sep-05 2:51
mcgann15-Sep-05 2:51 
AnswerRe: Update Problem Pin
Christian Graus15-Sep-05 11:56
protectorChristian Graus15-Sep-05 11:56 
QuestionBarCode Pin
albCode14-Sep-05 21:40
albCode14-Sep-05 21:40 
AnswerRe: BarCode Pin
risepop15-Sep-05 0:33
risepop15-Sep-05 0:33 
QuestionConnecting to internet through code Pin
ciacia14-Sep-05 21:30
ciacia14-Sep-05 21:30 
AnswerRe: Connecting to internet through code Pin
LeenaSo14-Sep-05 22:13
LeenaSo14-Sep-05 22:13 
AnswerRe: Connecting to internet through code Pin
enjoycrack15-Sep-05 0:25
enjoycrack15-Sep-05 0:25 
QuestionForm Loading.. Pin
icowa14-Sep-05 21:15
icowa14-Sep-05 21:15 
Ok, my situation is like this. I have two forms in my application (Form1 and Form2), and on each form, I have one button (button1). I put the following code in button1 for Form1.

"Dim frm2 as new Form2"
"frm2.show()"

and in Button1 of Form2

"Dim frm1 as new Form1"
"frm1.show()"

I noticed that if I clicked on these buttons a couple of times, multiple Form1 and Form2 gets created. Anyway to avoid this, like maybe when I click Form1 Button1, it closes the Form1 and opens Form2 and vice versa..?
AnswerRe: Form Loading.. Pin
enjoycrack15-Sep-05 0:38
enjoycrack15-Sep-05 0:38 
AnswerRe: Form Loading.. Pin
Briga15-Sep-05 23:02
Briga15-Sep-05 23:02 
GeneralRe: Form Loading.. Pin
icowa17-Sep-05 2:18
icowa17-Sep-05 2:18 
GeneralRe: Form Loading.. Pin
Briga18-Sep-05 21:57
Briga18-Sep-05 21:57 
GeneralRe: Form Loading.. Pin
icowa19-Sep-05 16:26
icowa19-Sep-05 16:26 
GeneralRe: Form Loading.. Pin
Briga19-Sep-05 21:53
Briga19-Sep-05 21:53 
QuestionSimple Problem Pin
tatchung14-Sep-05 20:59
tatchung14-Sep-05 20:59 
AnswerRe: Simple Problem Pin
ciacia14-Sep-05 21:42
ciacia14-Sep-05 21:42 
GeneralRe: Simple Problem Pin
tatchung14-Sep-05 22:10
tatchung14-Sep-05 22:10 
QuestionUsing NetSessionDel in VB.Net Pin
Paul_Taylor14-Sep-05 20:59
Paul_Taylor14-Sep-05 20:59 
QuestionPassing ADODB.Connection Object to Function Pin
shoaibnawaz14-Sep-05 20:40
shoaibnawaz14-Sep-05 20:40 
AnswerRe: Passing ADODB.Connection Object to Function Pin
ciacia15-Sep-05 0:00
ciacia15-Sep-05 0:00 
Questionftp problem from dotnet? Pin
Tridip Bhattacharjee14-Sep-05 19:57
professionalTridip Bhattacharjee14-Sep-05 19:57 
AnswerRe: ftp problem from dotnet? Pin
Vasudevan Deepak Kumar14-Sep-05 22:24
Vasudevan Deepak Kumar14-Sep-05 22:24 
GeneralRe: ftp problem from dotnet? Pin
Tridip Bhattacharjee21-Sep-05 3:02
professionalTridip Bhattacharjee21-Sep-05 3:02 
Questionhow to do scheduling writing code? Pin
Tridip Bhattacharjee14-Sep-05 19:56
professionalTridip Bhattacharjee14-Sep-05 19:56 
AnswerRe: how to do scheduling writing code? Pin
LeenaSo14-Sep-05 20:14
LeenaSo14-Sep-05 20:14 

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.