Click here to Skip to main content
15,912,457 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to check " charector in VB Pin
Florent Geffroy9-Dec-04 22:48
Florent Geffroy9-Dec-04 22:48 
GeneralRe: How to check " character in VB Pin
Boominathan9-Dec-04 22:55
Boominathan9-Dec-04 22:55 
GeneralRe: How to check " character in VB Pin
Florent Geffroy9-Dec-04 23:15
Florent Geffroy9-Dec-04 23:15 
AnswerRe: How to check " charector in VB Pin
Anonymous9-Dec-04 22:53
Anonymous9-Dec-04 22:53 
GeneralRe: How to check " charector in VB Pin
Boominathan9-Dec-04 23:08
Boominathan9-Dec-04 23:08 
GeneralLinking DLL's Pin
Simon W Ross9-Dec-04 22:18
Simon W Ross9-Dec-04 22:18 
GeneralRe: Linking DLL's Pin
Dave Kreskowiak10-Dec-04 3:24
mveDave Kreskowiak10-Dec-04 3:24 
Generalprevent form from closing Pin
Nadroj9-Dec-04 10:12
Nadroj9-Dec-04 10:12 
im wondering how you can setup a form so it cannot be closed?

i am trying to have a form so that the only way to get rid of it is to press a button on the form, which will only .hide() it. and another button on different form will .show() it, restoring all of it's window settings, etc. this is including when the user presses alt+f4 or hits the X (close) button, to hide rather than close the form.

...

i was just reading up on it, and it seems to work like this:

Private Sub BrowserForm_Closing(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles MyBase.Closing<br />
    e.Cancel() = True<br />
    Me.Hide()<br />
End Sub


this the proper way to do this?

thanks for any input.

------------------------
Jordan.
III
Questionhow to grap current HTML Pin
rwbuentello9-Dec-04 8:16
rwbuentello9-Dec-04 8:16 
Questionhow to connect to database by using webservices?? Pin
arzu9-Dec-04 7:15
arzu9-Dec-04 7:15 
AnswerRe: how to connect to database by using webservices?? Pin
Dave Kreskowiak9-Dec-04 9:10
mveDave Kreskowiak9-Dec-04 9:10 
AnswerRe: how to connect to database by using webservices?? Pin
Mekong River11-Dec-04 4:52
Mekong River11-Dec-04 4:52 
Generalextra menu Pin
GaryKoh9-Dec-04 5:44
GaryKoh9-Dec-04 5:44 
GeneralRe: extra menu Pin
Jim Matthews9-Dec-04 6:52
Jim Matthews9-Dec-04 6:52 
GeneralRe: extra menu Pin
GaryKoh10-Dec-04 4:23
GaryKoh10-Dec-04 4:23 
Generalconverting from numbers to words &quot;Crystal reports&quot; Pin
anom2m9-Dec-04 1:31
anom2m9-Dec-04 1:31 
GeneralRe: converting from numbers to words &quot;Crystal reports&quot; Pin
Dave Kreskowiak9-Dec-04 3:10
mveDave Kreskowiak9-Dec-04 3:10 
GeneralRe: converting from numbers to words &quot;Crystal reports&quot; Pin
A.Kishior12-Dec-04 9:15
A.Kishior12-Dec-04 9:15 
GeneralRe: converting from numbers to words &quot;Crystal reports&quot; Pin
anom2m12-Dec-04 21:35
anom2m12-Dec-04 21:35 
QuestionRe: converting from numbers to words &quot;Crystal reports&quot; Pin
The ANZAC11-Feb-09 5:09
The ANZAC11-Feb-09 5:09 
GeneralSending mails in VB without Warning(pls help) Pin
Boominathan9-Dec-04 0:00
Boominathan9-Dec-04 0:00 
GeneralRe: Sending mails in VB without Warning(pls help) Pin
Dave Kreskowiak9-Dec-04 1:11
mveDave Kreskowiak9-Dec-04 1:11 
GeneralRe: Sending mails in VB without Warning(pls help) Pin
Boominathan9-Dec-04 18:04
Boominathan9-Dec-04 18:04 
GeneralRe: Sending mails in VB without Warning(pls help) Pin
Dave Kreskowiak10-Dec-04 3:10
mveDave Kreskowiak10-Dec-04 3:10 
GeneralSuspend flexgrid layout while populating data. Pin
mystiqu8-Dec-04 22:54
mystiqu8-Dec-04 22:54 

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.