Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for ronb

I don't think that you have to use the Set keyword because it is understood automatically by the compiler in assigning values to a variable. I also get the same problem but I think the error comes from the referencing of the assigned variable.

Member Avatar for aronhugos
0
4K
Member Avatar for markperfinan

Hi everyone! I am Mark, a college student presently having his internship. I was assigned to help the software developers of our company and were given prototyping tasks specifically with involving Sharepoint. I hope all of you will help me with my issues and I will also try to help …

0
30
Member Avatar for markperfinan

I always get an error with Line 39. It always have NullPointerException error. Could you check what is the error? Here's my code Imports System.Runtime.InteropServices Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim filen As String filen = TextBox1.Text test(filen) End Sub …

Member Avatar for markperfinan
0
383

The End.