Click here to Skip to main content
15,881,711 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: WebBrowser Pin
Socheat.Net7-May-07 15:22
Socheat.Net7-May-07 15:22 
QuestionRe: WebBrowser Pin
Jelle Stokroos2-May-07 0:42
Jelle Stokroos2-May-07 0:42 
AnswerRe: WebBrowser Pin
Socheat.Net2-May-07 17:13
Socheat.Net2-May-07 17:13 
QuestionIs it possible to view video thumbnail using VB .net app? Pin
x86phre3x1-May-07 20:43
x86phre3x1-May-07 20:43 
AnswerRe: Is it possible to view video thumbnail using VB .net app? Pin
Christian Graus1-May-07 22:30
protectorChristian Graus1-May-07 22:30 
GeneralRe: Is it possible to view video thumbnail using VB .net app? Pin
x86phre3x1-May-07 23:32
x86phre3x1-May-07 23:32 
GeneralRe: Is it possible to view video thumbnail using VB .net app? Pin
Christian Graus1-May-07 23:46
protectorChristian Graus1-May-07 23:46 
QuestionClosing the current form Pin
Rajiya1-May-07 18:35
Rajiya1-May-07 18:35 
Hi,

I have a frmlogin form, on the login button click it opens a new frmmain form. But my problem is that even after login, it keeps that frmlogin forminstance along with the frmMain form. If i use me.close() on the click of the login button, it closes the entire application and does not show the frmMain form.
My code is as follows:

Dim objcal As FrmMain
objcal = New FrmMain
objcal.ShowDialog()
Me.close()

Where am i going wrong???

Thanks,

Riz
AnswerRe: Closing the current form Pin
The ANZAC1-May-07 18:37
The ANZAC1-May-07 18:37 
AnswerRe: Closing the current form Pin
Christian Graus1-May-07 18:55
protectorChristian Graus1-May-07 18:55 
AnswerRe: Closing the current form Pin
Zaegra1-May-07 20:42
Zaegra1-May-07 20:42 
AnswerRe: Closing the current form Pin
Rupesh Kumar Swami1-May-07 21:28
Rupesh Kumar Swami1-May-07 21:28 
QuestionNeed help building a TreeView Pin
ljohns1-May-07 16:45
ljohns1-May-07 16:45 
AnswerRe: Need help building a TreeView Pin
ljohns1-May-07 16:47
ljohns1-May-07 16:47 
GeneralRe: Need help building a TreeView Pin
ChandraRam1-May-07 23:06
ChandraRam1-May-07 23:06 
GeneralRe: Need help building a TreeView Pin
ljohns3-May-07 4:01
ljohns3-May-07 4:01 
GeneralRe: Need help building a TreeView Pin
ChandraRam4-May-07 0:12
ChandraRam4-May-07 0:12 
QuestionHow do I pass a byte array from C++ to VB.NET? Pin
prcarp1-May-07 15:28
prcarp1-May-07 15:28 
AnswerRe: How do I pass a byte array from C++ to VB.NET? Pin
Dave Kreskowiak2-May-07 3:35
mveDave Kreskowiak2-May-07 3:35 
GeneralRe: How do I pass a byte array from C++ to VB.NET? Pin
prcarp2-May-07 8:46
prcarp2-May-07 8:46 
QuestionCreate Object From Type [modified] Pin
Polymorpher1-May-07 14:18
Polymorpher1-May-07 14:18 
QuestionUpdating Table of Access Database Pin
keninfo1-May-07 11:56
keninfo1-May-07 11:56 
AnswerRe: Updating Table of Access Database Pin
Christian Graus1-May-07 12:56
protectorChristian Graus1-May-07 12:56 
GeneralRe: Updating Table of Access Database Pin
keninfo1-May-07 23:57
keninfo1-May-07 23:57 
GeneralRe: Updating Table of Access Database Pin
Christian Graus2-May-07 0:55
protectorChristian Graus2-May-07 0:55 

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.