Click here to Skip to main content
15,888,454 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionFinding controls in web browsers Pin
Stigmurder22-Mar-07 14:01
Stigmurder22-Mar-07 14:01 
QuestionVB.Net drag and drop over a db Pin
etw22-Mar-07 13:27
etw22-Mar-07 13:27 
Questionmsscript.ocx probelm? Pin
falsevapor22-Mar-07 11:30
falsevapor22-Mar-07 11:30 
QuestionMultiple events problem... [modified] Pin
VIP-CoMmAnDo22-Mar-07 11:07
VIP-CoMmAnDo22-Mar-07 11:07 
AnswerRe: Multiple events problem... Pin
Johan Hakkesteegt22-Mar-07 21:16
Johan Hakkesteegt22-Mar-07 21:16 
GeneralRe: Multiple events problem... Pin
VIP-CoMmAnDo23-Mar-07 1:49
VIP-CoMmAnDo23-Mar-07 1:49 
QuestionBook about creating controls Pin
Star Vega22-Mar-07 10:55
Star Vega22-Mar-07 10:55 
QuestionForm Closing Pin
harveyhanson22-Mar-07 10:15
harveyhanson22-Mar-07 10:15 
I am trying to use the following code to make sure all codes are closed when clicking the x in the top right hand corner.

---
Private Sub frmTestTop_FormClosing(ByVal sender As Object, ByVal e As system.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing

me.close

End Sub

---

It is however coming up with an dll stock overflow error, what am i doing wrong?

Is there an easier way to do this???

Cheers

AnswerRe: Form Closing Pin
manni_n22-Mar-07 10:27
manni_n22-Mar-07 10:27 
GeneralRe: Form Closing Pin
harveyhanson22-Mar-07 10:28
harveyhanson22-Mar-07 10:28 
AnswerRe: Form Closing Pin
Christian Graus22-Mar-07 10:37
protectorChristian Graus22-Mar-07 10:37 
GeneralRe: Form Closing Pin
Johan Hakkesteegt22-Mar-07 21:34
Johan Hakkesteegt22-Mar-07 21:34 
AnswerRe: Form Closing Pin
MatrixCoder22-Mar-07 10:47
MatrixCoder22-Mar-07 10:47 
GeneralRe: Form Closing Pin
harveyhanson22-Mar-07 11:03
harveyhanson22-Mar-07 11:03 
GeneralRe: Form Closing Pin
MatrixCoder22-Mar-07 11:53
MatrixCoder22-Mar-07 11:53 
GeneralRe: Form Closing Pin
manni_n22-Mar-07 12:00
manni_n22-Mar-07 12:00 
QuestionWhy cant I use the .NET validators? Pin
Marcus J. Smith22-Mar-07 8:43
professionalMarcus J. Smith22-Mar-07 8:43 
AnswerRe: Why cant I use the .NET validators? Pin
Christian Graus22-Mar-07 8:47
protectorChristian Graus22-Mar-07 8:47 
GeneralRe: Why cant I use the .NET validators? Pin
Marcus J. Smith22-Mar-07 9:17
professionalMarcus J. Smith22-Mar-07 9:17 
QuestionDatagrids not refreshing Pin
GuyThiebaut22-Mar-07 7:24
professionalGuyThiebaut22-Mar-07 7:24 
AnswerThe solution Pin
GuyThiebaut22-Mar-07 8:49
professionalGuyThiebaut22-Mar-07 8:49 
QuestionHow do i get the datatype size of a column or an attribute from a database... Pin
Abhijith Rao22-Mar-07 6:00
Abhijith Rao22-Mar-07 6:00 
AnswerRe: How do i get the datatype size of a column or an attribute from a database... Pin
Colin Angus Mackay22-Mar-07 6:15
Colin Angus Mackay22-Mar-07 6:15 
GeneralRe: How do i get the datatype size of a column or an attribute from a database... Pin
Abhijith Rao22-Mar-07 7:23
Abhijith Rao22-Mar-07 7:23 
GeneralRe: How do i get the datatype size of a column or an attribute from a database... Pin
Abhijith Rao24-Mar-07 3:34
Abhijith Rao24-Mar-07 3:34 

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.