Click here to Skip to main content
15,908,661 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Crystal Report Pin
militiaware28-Jun-06 3:50
militiaware28-Jun-06 3:50 
Questionhow to control another application Pin
Mr kilany28-Jun-06 1:19
Mr kilany28-Jun-06 1:19 
AnswerRe: how to control another application Pin
Jun Du28-Jun-06 5:55
Jun Du28-Jun-06 5:55 
QuestionTCP Port Pin
TechnoSol28-Jun-06 0:43
professionalTechnoSol28-Jun-06 0:43 
Questionhow to get pages printed Pin
fahad ahsan28-Jun-06 0:20
fahad ahsan28-Jun-06 0:20 
QuestionWeb control to hold Paragraph, bullets differnet font Pin
Member 227165527-Jun-06 23:28
Member 227165527-Jun-06 23:28 
QuestionHelp with Form CancelButton [modified] Pin
jgyie227-Jun-06 22:02
jgyie227-Jun-06 22:02 
AnswerRe: Help with Form CancelButton [modified] Pin
Alex@UEA29-Jun-06 5:11
Alex@UEA29-Jun-06 5:11 
Set the property Form.ControlBox to false.

Or

to have it visible but disable the closing action you need to handle the form's closing event

Private Sub FormClosing(ByVal sender As System.Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles MyBase.Closing

e.Cancel = True

End Sub



=o)

Alex


-- modified at 11:18 Thursday 29th June, 2006
GeneralRe: Cool! Thanks a lot! Alex. Pin
jgyie229-Jun-06 5:29
jgyie229-Jun-06 5:29 
GeneralRe: Help with Form CancelButton Pin
Alex@UEA29-Jun-06 22:21
Alex@UEA29-Jun-06 22:21 
QuestionSplit Pin
Socheat.Net27-Jun-06 21:49
Socheat.Net27-Jun-06 21:49 
QuestionNeed help with my windows service Pin
walsudani27-Jun-06 21:13
walsudani27-Jun-06 21:13 
AnswerRe: Need help with my windows service Pin
Mekong River27-Jun-06 21:35
Mekong River27-Jun-06 21:35 
GeneralRe: Need help with my windows service Pin
walsudani28-Jun-06 13:31
walsudani28-Jun-06 13:31 
GeneralRe: Need help with my windows service Pin
Mekong River28-Jun-06 15:22
Mekong River28-Jun-06 15:22 
GeneralRe: Need help with my windows service Pin
walsudani28-Jun-06 17:06
walsudani28-Jun-06 17:06 
GeneralRe: Need help with my windows service Pin
Mekong River28-Jun-06 17:24
Mekong River28-Jun-06 17:24 
Questionupdateing a program Pin
microuser_200027-Jun-06 21:09
microuser_200027-Jun-06 21:09 
AnswerRe: updateing a program Pin
Mekong River27-Jun-06 21:34
Mekong River27-Jun-06 21:34 
Questionvisual basic 2005 tutorials? Pin
bossman2127-Jun-06 17:44
bossman2127-Jun-06 17:44 
AnswerRe: visual basic 2005 tutorials? Pin
Mekong River27-Jun-06 21:38
Mekong River27-Jun-06 21:38 
GeneralRe: visual basic 2005 tutorials? Pin
bossman2128-Jun-06 5:56
bossman2128-Jun-06 5:56 
GeneralRe: visual basic 2005 tutorials? Pin
Mekong River28-Jun-06 13:29
Mekong River28-Jun-06 13:29 
QuestionClearing selected items from comboboxes Pin
Rashar27-Jun-06 17:12
Rashar27-Jun-06 17:12 
AnswerRe: Clearing selected items from comboboxes Pin
soodmonu27-Jun-06 19:56
soodmonu27-Jun-06 19:56 

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.