Click here to Skip to main content
15,911,762 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Combine Printjobs Pin
tolarion25-Jun-13 10:20
tolarion25-Jun-13 10:20 
GeneralRe: Combine Printjobs Pin
Eddy Vluggen26-Jun-13 6:42
professionalEddy Vluggen26-Jun-13 6:42 
QuestionMonitoring Socket with AutoResetEvent Pin
Dominick Marciano23-Jun-13 16:17
professionalDominick Marciano23-Jun-13 16:17 
AnswerRe: Monitoring Socket with AutoResetEvent Pin
Dave Kreskowiak24-Jun-13 2:19
mveDave Kreskowiak24-Jun-13 2:19 
GeneralRe: Monitoring Socket with AutoResetEvent Pin
Dominick Marciano25-Jun-13 20:10
professionalDominick Marciano25-Jun-13 20:10 
GeneralRe: Monitoring Socket with AutoResetEvent Pin
Dave Kreskowiak26-Jun-13 2:18
mveDave Kreskowiak26-Jun-13 2:18 
QuestionI am a Beginner, could you help please?. Pin
Member 1011870620-Jun-13 7:10
Member 1011870620-Jun-13 7:10 
AnswerRe: I am a Beginner, could you help please?. Pin
Dave Kreskowiak20-Jun-13 9:15
mveDave Kreskowiak20-Jun-13 9:15 
GetMyResult has to maintain it's own cache of result values. Create a collection to store Key/Value pairs, usually a Dictionary(Of Integer, Integer). The Key value will be the integer you pass in and the result will be the value returned by LongCompute.

Basically, when GetMyResult is called, it uses the value passed in to search the Dictionary for that value. If it's found, it can return the value associated with that key. If it's not found, then you call LongCompute with the passed in value, get the result, and add the new key/value pair to the dictionary. Lastly, return the result back to the caller.

GeneralRe: I am a Beginner, could you help please?. Pin
PrissySC24-Jun-13 6:39
PrissySC24-Jun-13 6:39 
GeneralRe: I am a Beginner, could you help please?. Pin
Dave Kreskowiak24-Jun-13 7:18
mveDave Kreskowiak24-Jun-13 7:18 
GeneralRe: I am a Beginner, could you help please?. Pin
PrissySC25-Jun-13 4:30
PrissySC25-Jun-13 4:30 
GeneralRe: I am a Beginner, could you help please?. Pin
Dave Kreskowiak25-Jun-13 5:33
mveDave Kreskowiak25-Jun-13 5:33 
AnswerRe: I am a Beginner, could you help please?. Pin
PrissySC24-Jun-13 6:37
PrissySC24-Jun-13 6:37 
GeneralRe: I am a Beginner, could you help please?. Pin
Dave Kreskowiak24-Jun-13 7:17
mveDave Kreskowiak24-Jun-13 7:17 
GeneralRe: I am a Beginner, could you help please?. Pin
Member 1011870625-Jun-13 5:16
Member 1011870625-Jun-13 5:16 
GeneralRe: I am a Beginner, could you help please?. Pin
Member 1011870625-Jun-13 5:18
Member 1011870625-Jun-13 5:18 
GeneralRe: I am a Beginner, could you help please?. Pin
Dave Kreskowiak25-Jun-13 5:32
mveDave Kreskowiak25-Jun-13 5:32 
GeneralRe: I am a Beginner, could you help please?. Pin
Christianirwan26-Jun-13 0:25
Christianirwan26-Jun-13 0:25 
GeneralRe: I am a Beginner, could you help please?. Pin
Member 1011870626-Jun-13 2:08
Member 1011870626-Jun-13 2:08 
QuestionSystem.threading.timer() question Pin
econy19-Jun-13 14:50
econy19-Jun-13 14:50 
AnswerRe: System.threading.timer() question Pin
Ron Beyer19-Jun-13 15:03
professionalRon Beyer19-Jun-13 15:03 
AnswerRe: System.threading.timer() question Pin
Eddy Vluggen25-Jun-13 10:07
professionalEddy Vluggen25-Jun-13 10:07 
QuestionHow to resolve error occurred while installing VB.NET application Pin
Member 1011690819-Jun-13 7:21
Member 1011690819-Jun-13 7:21 
AnswerRe: How to resolve error occurred while installing VB.NET application Pin
Ron Beyer19-Jun-13 8:27
professionalRon Beyer19-Jun-13 8:27 
GeneralRe: How to resolve error occurred while installing VB.NET application Pin
Member 1011690819-Jun-13 8:58
Member 1011690819-Jun-13 8:58 

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.