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
~712 People Reached
Interests
HTML & VB.Net
Favorite Tags
Member Avatar for walba

Hey, I'm new to web design and I need tips on how to start to deign a website starting from the basics, step by step

Member Avatar for mhovidz
0
110
Member Avatar for mhovidz

Before in VB 6.0 my way of changing the properties of an object is <pre> TextBox1.Text="Hello"</pre> could someone help me please! Thanks in advance

0
67
Member Avatar for xmen_xwk

i have a binary file ,i dont know how to open it in my application, i need coding for it. can someone tell??? [URL]http://www.badongo.com/file/2807504[/URL] click to download the file

Member Avatar for mhovidz
0
101
Member Avatar for shaebie

hi guys, absolutely no idea where to start and im sure its a really easy thing to do. i just want to use a button to print the current form to the computer's default printer. thanks

Member Avatar for hollystyles
0
87
Member Avatar for hoosier23

I'm having trouble reversing a string. Me thinks I've stared at this too long. [CODE] Private Sub btnReverse_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnReverse.Click Dim strOrgText As String Dim strRevText As String Dim array As Array strOrgText = Me.txtTheString.Text array = strOrgText.ToCharArray() strRevText = array.Reverse 'Here is …

Member Avatar for mhovidz
0
207
Member Avatar for mhovidz

Good day! I have a problem in changing a properties of a control in class module. I want to put it in a function so that every now and then I can call it. Could anyone help me how to change it! Thanks in advance!

Member Avatar for mhovidz
0
75
Member Avatar for mhovidz

Good day! I have a problem about hiding and unhiding a web objects in AxWebBrowser using VB.Net. Our teacher's condition are: (1) There must be a command button outside the AxWebBrowser. The command button will generate a random number from 1 to 4. (2) After generating random number it automatically …

0
65