Click here to Skip to main content
15,904,416 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionMaxLength for text field in propertygrid Pin
nickbartels20-Oct-08 7:44
nickbartels20-Oct-08 7:44 
AnswerRe: MaxLength for text field in propertygrid Pin
Jon_Boy20-Oct-08 8:40
Jon_Boy20-Oct-08 8:40 
Questionspecifying path to a file on another computer on the network Pin
Dbase20-Oct-08 7:00
Dbase20-Oct-08 7:00 
AnswerRe: specifying path to a file on another computer on the network Pin
nlarson1120-Oct-08 7:13
nlarson1120-Oct-08 7:13 
Question[Message Deleted] Pin
Vineet Swami20-Oct-08 1:29
Vineet Swami20-Oct-08 1:29 
AnswerRe: How to use cache memory Pin
N a v a n e e t h20-Oct-08 1:37
N a v a n e e t h20-Oct-08 1:37 
GeneralRe: How to use cache memory Pin
Vineet Swami20-Oct-08 1:52
Vineet Swami20-Oct-08 1:52 
AnswerRe: How to use cache memory Pin
MikeMarq20-Oct-08 2:28
MikeMarq20-Oct-08 2:28 
I'm pretty sure this is completely controlled by your computer's hardware and you cannot directly tell your computer to cache something in any programming language. Bascially cache is relatively small so your computer has some algorithms that generally move the part of your program that is in use into the cache and move it out when it is not. This works more than 90% of the time so I wouldn't worry about it too much.

There are ways to indirectly affect cache hit rates and make your program slightly faster but since you are a begginer I would recommend you learn how to use the language first and worry about making your program fast later (assuming it is not fast enough already).
GeneralRe: How to use cache memory Pin
elektrowolf20-Oct-08 3:21
elektrowolf20-Oct-08 3:21 
AnswerRe: How to use cache memory Pin
Ashfield20-Oct-08 3:22
Ashfield20-Oct-08 3:22 
Questionsend email using CDO 1.2.1 Pin
mohammed zarqa20-Oct-08 1:09
mohammed zarqa20-Oct-08 1:09 
AnswerRe: send email using CDO 1.2.1 Pin
Thomas Stockwell20-Oct-08 2:10
professionalThomas Stockwell20-Oct-08 2:10 
GeneralRe: send email using CDO 1.2.1 [modified] Pin
mohammed zarqa20-Oct-08 3:29
mohammed zarqa20-Oct-08 3:29 
AnswerRe: send email using CDO 1.2.1 Pin
Wendelius21-Oct-08 8:03
mentorWendelius21-Oct-08 8:03 
QuestionApplication.LocalUserAppDataPath Pin
JR21220-Oct-08 0:52
JR21220-Oct-08 0:52 
AnswerRe: Application.LocalUserAppDataPath Pin
Jon_Boy20-Oct-08 3:26
Jon_Boy20-Oct-08 3:26 
GeneralRe: Application.LocalUserAppDataPath Pin
JR21220-Oct-08 3:39
JR21220-Oct-08 3:39 
GeneralRe: Application.LocalUserAppDataPath Pin
Dave Kreskowiak20-Oct-08 4:40
mveDave Kreskowiak20-Oct-08 4:40 
GeneralRe: Application.LocalUserAppDataPath Pin
JR21221-Oct-08 3:23
JR21221-Oct-08 3:23 
GeneralRe: Application.LocalUserAppDataPath Pin
Jon_Boy20-Oct-08 4:42
Jon_Boy20-Oct-08 4:42 
QuestionLinking C source code to Visual Basic source code Pin
ajorge200819-Oct-08 22:18
ajorge200819-Oct-08 22:18 
AnswerRe: Linking C source code to Visual Basic source code Pin
N a v a n e e t h20-Oct-08 1:42
N a v a n e e t h20-Oct-08 1:42 
QuestionFormal trap with inherited class Pin
Sonhospa19-Oct-08 20:40
Sonhospa19-Oct-08 20:40 
QuestionAnd or combined statement in VB.NET? Pin
User 540919019-Oct-08 13:03
User 540919019-Oct-08 13:03 
AnswerRe: And or combined statement in VB.NET? Pin
Eslam Afifi19-Oct-08 13:52
Eslam Afifi19-Oct-08 13:52 

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.