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

Visual Basic

 
AnswerRe: resize image and save in sql Pin
Rupesh Kumar Swami23-Oct-08 22:28
Rupesh Kumar Swami23-Oct-08 22:28 
GeneralRe: resize image and save in sql Pin
Member 264536524-Oct-08 0:00
Member 264536524-Oct-08 0:00 
GeneralRe: resize image and save in sql Pin
Eddy Vluggen24-Oct-08 0:39
professionalEddy Vluggen24-Oct-08 0:39 
Questiondiffernce betwen Me.Close() and Me.Dispose() Pin
vijaylumar23-Oct-08 20:50
vijaylumar23-Oct-08 20:50 
AnswerRe: differnce betwen Me.Close() and Me.Dispose() Pin
~Khatri Mitesh~23-Oct-08 21:41
~Khatri Mitesh~23-Oct-08 21:41 
GeneralRe: differnce betwen Me.Close() and Me.Dispose() Pin
N a v a n e e t h23-Oct-08 22:31
N a v a n e e t h23-Oct-08 22:31 
AnswerRe: differnce betwen Me.Close() and Me.Dispose() Pin
N a v a n e e t h23-Oct-08 22:32
N a v a n e e t h23-Oct-08 22:32 
AnswerRe: differnce betwen Me.Close() and Me.Dispose() PinPopular
Daniel Grunwald23-Oct-08 23:05
Daniel Grunwald23-Oct-08 23:05 
Dialogs (forms displayed with ShowDialog()) are just closed by Close(). You must use Dispose() to dispose the resources used by the dialog (unless you want to show that dialog instance again later).

For non-dialogs (forms displayed with Show()), Close() does the same as Dispose().
QuestionHow to Serializable OracleConnection Pin
lucdt23-Oct-08 18:07
lucdt23-Oct-08 18:07 
AnswerRe: How to Serializable OracleConnection Pin
Dave Kreskowiak24-Oct-08 1:35
mveDave Kreskowiak24-Oct-08 1:35 
GeneralRe: How to Serializable OracleConnection Pin
lucdt24-Oct-08 17:38
lucdt24-Oct-08 17:38 
AnswerRe: How to Serializable OracleConnection Pin
Wendelius24-Oct-08 7:59
mentorWendelius24-Oct-08 7:59 
GeneralRe: How to Serializable OracleConnection Pin
Anh trang24-Oct-08 17:29
Anh trang24-Oct-08 17:29 
Questionupdating database through datagrid - HELP PLEASE! Pin
libbypop23-Oct-08 17:44
libbypop23-Oct-08 17:44 
AnswerRe: updating database through datagrid - HELP PLEASE! Pin
Johan Hakkesteegt24-Oct-08 0:41
Johan Hakkesteegt24-Oct-08 0:41 
QuestionData validation in a textbox Pin
saypokguy23-Oct-08 14:03
saypokguy23-Oct-08 14:03 
AnswerRe: Data validation in a textbox Pin
Rupesh Kumar Swami23-Oct-08 20:50
Rupesh Kumar Swami23-Oct-08 20:50 
AnswerRe: Data validation in a textbox Pin
Wendelius24-Oct-08 8:20
mentorWendelius24-Oct-08 8:20 
Questiontextbox Pin
kewyn23-Oct-08 8:58
kewyn23-Oct-08 8:58 
AnswerRe: textbox Pin
Dave Kreskowiak23-Oct-08 9:06
mveDave Kreskowiak23-Oct-08 9:06 
GeneralRe: textbox Pin
kewyn23-Oct-08 9:19
kewyn23-Oct-08 9:19 
GeneralRe: textbox Pin
Dave Kreskowiak23-Oct-08 10:44
mveDave Kreskowiak23-Oct-08 10:44 
GeneralRe: textbox Pin
Guffa23-Oct-08 13:58
Guffa23-Oct-08 13:58 
QuestionHow do you get the rectangular coordinates for Bookmarks in Word 2000 / 2003 ? Pin
Tomb42123-Oct-08 8:09
Tomb42123-Oct-08 8:09 
Questiontext box Pin
kewyn23-Oct-08 7:55
kewyn23-Oct-08 7: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.