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

Visual Basic

 
QuestionStart up module for VB.NET Windows Application?? Pin
barney_197213-Nov-07 5:25
barney_197213-Nov-07 5:25 
AnswerRe: Start up module for VB.NET Windows Application?? Pin
AliAmjad13-Nov-07 5:30
AliAmjad13-Nov-07 5:30 
GeneralRe: Start up module for VB.NET Windows Application?? Pin
barney_197213-Nov-07 5:56
barney_197213-Nov-07 5:56 
GeneralRe: Start up module for VB.NET Windows Application?? Pin
AliAmjad13-Nov-07 8:06
AliAmjad13-Nov-07 8:06 
GeneralRe: Start up module for VB.NET Windows Application?? Pin
barney_197213-Nov-07 21:51
barney_197213-Nov-07 21:51 
AnswerRe: Start up module for VB.NET Windows Application?? Pin
Ocean4713-Nov-07 7:43
Ocean4713-Nov-07 7:43 
GeneralRe: Start up module for VB.NET Windows Application?? Pin
barney_197213-Nov-07 21:46
barney_197213-Nov-07 21:46 
QuestionExecuting the content of a String Pin
JosBerb13-Nov-07 5:08
JosBerb13-Nov-07 5:08 
Hi everybody,

I'm having some problems to code something. I want to execute a function stored in a "string". I think that is easiest to understand with an example:

Public Function GetCurrentValue() As Integer<br />
      Return 67688<br />
End Function<br />
<br />
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load<br />
     Dim methodName As String = "GetCurrentValue"<br />
     Dim result As Integer<br />
     result = ExecuteFunction(methodName)<br />
    End Sub<br />


The result value should have 67688. Anybody knows how can code the "ExecuteFunction" function?


Thank you everybody

Regards,

JosBerb
AnswerRe: Executing the content of a String Pin
AliAmjad13-Nov-07 5:37
AliAmjad13-Nov-07 5:37 
GeneralRe: Executing the content of a String Pin
JosBerb14-Nov-07 0:11
JosBerb14-Nov-07 0:11 
AnswerRe: Executing the content of a String Pin
nlarson1113-Nov-07 16:37
nlarson1113-Nov-07 16:37 
GeneralRe: Executing the content of a String Pin
JosBerb14-Nov-07 0:19
JosBerb14-Nov-07 0:19 
QuestionEncryption Pin
mpavas13-Nov-07 3:53
mpavas13-Nov-07 3:53 
AnswerRe: Encryption Pin
AliAmjad13-Nov-07 5:39
AliAmjad13-Nov-07 5:39 
AnswerRe: Encryption Pin
Ocean4713-Nov-07 7:13
Ocean4713-Nov-07 7:13 
GeneralRe: Encryption Pin
mpavas13-Nov-07 19:20
mpavas13-Nov-07 19:20 
AnswerRe: Encryption Pin
Steven J Jowett13-Nov-07 22:41
Steven J Jowett13-Nov-07 22:41 
GeneralRe: Encryption Pin
Mark Churchill17-Dec-07 14:47
Mark Churchill17-Dec-07 14:47 
QuestionPopulate web page Pin
mcnewsxp13-Nov-07 3:48
mcnewsxp13-Nov-07 3:48 
Questiondifficult to handle datagridview with keyboard Pin
eyes200713-Nov-07 3:23
eyes200713-Nov-07 3:23 
QuestionError creating window handle Pin
Steven J Jowett13-Nov-07 1:17
Steven J Jowett13-Nov-07 1:17 
AnswerRe: Error creating window handle Pin
Steven J Jowett13-Nov-07 22:46
Steven J Jowett13-Nov-07 22:46 
QuestionCOM, Marshal, GetActiveObject Pin
Rheinflut199513-Nov-07 1:15
Rheinflut199513-Nov-07 1:15 
QuestionReference of VB6 COM & Activex components in VB.net setup : Need urgent help [modified] Pin
nishkarsh_k12-Nov-07 23:44
nishkarsh_k12-Nov-07 23:44 
AnswerRe: Reference of VB6 COM & Activex components in VB.net setup : Need urgent help Pin
Pankaj - Joshi13-Nov-07 0:30
Pankaj - Joshi13-Nov-07 0:30 

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.