Click here to Skip to main content
15,913,722 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to seperate Letters, Numbers from a string? Pin
Richard MacCutchan21-Jan-10 2:43
mveRichard MacCutchan21-Jan-10 2:43 
QuestionHow To Insert Username And Password Into MySql Using Vb.net's Form Pin
bernard tang20-Jan-10 20:27
bernard tang20-Jan-10 20:27 
AnswerRe: How To Insert Username And Password Into MySql Using Vb.net's Form Pin
Wayne Gaylard20-Jan-10 20:50
professionalWayne Gaylard20-Jan-10 20:50 
GeneralRe: How To Insert Username And Password Into MySql Using Vb.net's Form Pin
bernard tang20-Jan-10 22:46
bernard tang20-Jan-10 22:46 
GeneralRe: How To Insert Username And Password Into MySql Using Vb.net's Form [modified] Pin
Wayne Gaylard21-Jan-10 0:26
professionalWayne Gaylard21-Jan-10 0:26 
QuestionMemory usage Pin
cstrader23220-Jan-10 17:26
cstrader23220-Jan-10 17:26 
AnswerRe: Memory usage Pin
Abhinav S20-Jan-10 17:49
Abhinav S20-Jan-10 17:49 
AnswerRe: Memory usage Pin
Luc Pattyn20-Jan-10 18:08
sitebuilderLuc Pattyn20-Jan-10 18:08 
You did buy all the memory, why are you hoping it doesn't get used?
Good software takes advantage of available memory, while being willing to give up a lot of it when requested to do so. In that sense VS2008 and Vista are good. They both object to memory holding "nothing". They keep data around like a cache.

Experiment: start two instances of Visual Studio and have them both do whatever it was you did with one VS. Each of them will be slightly slower and use less memory than the single one did.

Of course, there are also other ways to really waste memory (e.g. memory leaks), where the user is not getting any advantage. Memory wasted like that is unlikely to be recoverable (try minimizing your app and watch what TaskManager says about the working set; mind you, TaskManager is not a very good indicator).

Smile | :)

Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
[The QA section does it automatically now, I hope we soon get it on regular forums as well]


GeneralRe: Memory usage Pin
cstrader2324-Feb-10 3:51
cstrader2324-Feb-10 3:51 
GeneralRe: Memory usage Pin
Luc Pattyn4-Feb-10 4:09
sitebuilderLuc Pattyn4-Feb-10 4:09 
GeneralRe: Memory usage Pin
cstrader2324-Feb-10 9:48
cstrader2324-Feb-10 9:48 
GeneralRe: Memory usage Pin
Luc Pattyn4-Feb-10 9:58
sitebuilderLuc Pattyn4-Feb-10 9:58 
QuestionCall function in VBA (Access 2007) Pin
misCafe20-Jan-10 17:06
misCafe20-Jan-10 17:06 
AnswerRe: Call function in VBA (Access 2007) Pin
_Damian S_20-Jan-10 17:27
professional_Damian S_20-Jan-10 17:27 
AnswerRe: Call function in VBA (Access 2007) Pin
Steven J Jowett21-Jan-10 10:19
Steven J Jowett21-Jan-10 10:19 
GeneralRe: Call function in VBA (Access 2007) Pin
misCafe21-Jan-10 13:19
misCafe21-Jan-10 13:19 
QuestionExport folder directory listing to Excel with Hyperlinks Pin
cavana120-Jan-10 4:11
cavana120-Jan-10 4:11 
AnswerRe: Export folder directory listing to Excel with Hyperlinks Pin
Steven J Jowett20-Jan-10 7:08
Steven J Jowett20-Jan-10 7:08 
QuestionGetpicture method in ocx Pin
Mohamed Asane19-Jan-10 21:39
Mohamed Asane19-Jan-10 21:39 
AnswerRe: Getpicture method in ocx Pin
Estys20-Jan-10 2:14
Estys20-Jan-10 2:14 
GeneralRe: Getpicture method in ocx Pin
Mohamed Asane20-Jan-10 17:39
Mohamed Asane20-Jan-10 17:39 
GeneralRe: Getpicture method in ocx Pin
Estys21-Jan-10 2:05
Estys21-Jan-10 2:05 
QuestionVB + OleDb.OleDbCommand + MS Access issue. Pin
alexvw19-Jan-10 9:23
alexvw19-Jan-10 9:23 
AnswerRe: VB + OleDb.OleDbCommand + MS Access issue. Pin
dragon_20-Jan-10 2:38
dragon_20-Jan-10 2:38 
GeneralRe: VB + OleDb.OleDbCommand + MS Access issue. Pin
alexvw20-Jan-10 14:12
alexvw20-Jan-10 14:12 

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.