Click here to Skip to main content
16,017,100 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionOnly one window in the taskbar Pin
Jats_4ru2-May-07 4:38
Jats_4ru2-May-07 4:38 
AnswerRe: Only one window in the taskbar Pin
Psycho-*Coder*-Extreme2-May-07 4:51
Psycho-*Coder*-Extreme2-May-07 4:51 
AnswerRe: Only one window in the taskbar Pin
Dave Kreskowiak2-May-07 4:52
mveDave Kreskowiak2-May-07 4:52 
AnswerRe: Only one window in the taskbar Pin
Rupesh Kumar Swami2-May-07 5:02
Rupesh Kumar Swami2-May-07 5:02 
QuestionHow to close an application completely Pin
nahitan2-May-07 3:58
nahitan2-May-07 3:58 
AnswerRe: How to close an application completely Pin
Dave Kreskowiak2-May-07 4:03
mveDave Kreskowiak2-May-07 4:03 
GeneralRe: How to close an application completely Pin
nahitan2-May-07 4:07
nahitan2-May-07 4:07 
GeneralRe: How to close an application completely Pin
Dave Kreskowiak2-May-07 4:47
mveDave Kreskowiak2-May-07 4:47 
Yes! Any .DLL you load becomes a part of your code, not a seperate process. This is a curious question, because throughout all coding, if your code creates or loads something, your code is also responsible for managing and destroying that something properly.

Making the assumption that an object or runtime can clean itself up without you telling it to do so is a very bad thing to do. This practice leads to unstable applications and operating systems. For instance, if you application creates a Graphics object, you are also responsible for destroying it when your done with it. If not, you'll eventually run the system out of resources and crash the whole operating system.


Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionNeed Help with Outlook [modified] Pin
Jats_4ru2-May-07 3:08
Jats_4ru2-May-07 3:08 
AnswerRe: Need Help with Outlook Pin
RichardBerry2-May-07 3:40
RichardBerry2-May-07 3:40 
GeneralRe: Need Help with Outlook Pin
Jats_4ru2-May-07 4:23
Jats_4ru2-May-07 4:23 
GeneralRe: Need Help with Outlook Pin
Jats_4ru2-May-07 4:31
Jats_4ru2-May-07 4:31 
AnswerRe: Need Help with Outlook Pin
Rupesh Kumar Swami2-May-07 4:10
Rupesh Kumar Swami2-May-07 4:10 
GeneralRe: Need Help with Outlook Pin
Jats_4ru2-May-07 4:32
Jats_4ru2-May-07 4:32 
QuestionHow to keep the sessions using web request Pin
vurugonda2-May-07 3:00
vurugonda2-May-07 3:00 
QuestionHow do you overwrite bytes in a certain position in a file Pin
RichardBerry2-May-07 2:42
RichardBerry2-May-07 2:42 
AnswerRe: How do you overwrite bytes in a certain position in a file Pin
Dave Kreskowiak2-May-07 3:45
mveDave Kreskowiak2-May-07 3:45 
AnswerRe: How do you overwrite bytes in a certain position in a file Pin
ChandraRam2-May-07 4:27
ChandraRam2-May-07 4:27 
GeneralRe: How do you overwrite bytes in a certain position in a file Pin
RichardBerry2-May-07 4:51
RichardBerry2-May-07 4:51 
GeneralRe: How do you overwrite bytes in a certain position in a file Pin
ChandraRam2-May-07 7:37
ChandraRam2-May-07 7:37 
QuestionHow to call a function from c++ dll in VB Pin
sandeepkavade2-May-07 2:41
sandeepkavade2-May-07 2:41 
AnswerRe: How to call a function from c++ dll in VB Pin
Dave Kreskowiak2-May-07 3:41
mveDave Kreskowiak2-May-07 3:41 
QuestionHow do you rename a file - Without opening and save as Pin
RichardBerry2-May-07 2:41
RichardBerry2-May-07 2:41 
AnswerRe: How do you rename a file - Without opening and save as Pin
kubben2-May-07 3:08
kubben2-May-07 3:08 
GeneralRe: How do you rename a file - Without opening and save as Pin
RichardBerry2-May-07 3:25
RichardBerry2-May-07 3:25 

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.