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
~793 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

7 Posted Topics

Member Avatar for walba

If you are newbie in creating a Web I think you should goto this url <b>http://w3schools.com/html/default.asp</b> It is a free online tutorial about anything...^_^ The instructions are very easy to get...

Member Avatar for mhovidz
0
118
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
71
Member Avatar for xmen_xwk

Hello! Try this code. I use this code to open text file then put the filename in the textbox <pre> [COLOR=#0000ff]With[/COLOR] OpenFileDialog1 [COLOR=#008000] [/COLOR].Filter = "Text files (*.txt)|*.txt|" & "All files|*.*" [COLOR=#008000]'setting filters so that Text files and All Files choice appears in [/COLOR][COLOR=#008000]'the Files of Type box in the …

Member Avatar for mhovidz
0
111
Member Avatar for shaebie

Hello! Try this link. Maybe this will help you. Good luck! [URL]http://img181.imageshack.us/img181/8954/picture125co9.jpg[/URL]

Member Avatar for hollystyles
0
108
Member Avatar for hoosier23

Good day! Maybe this code will help you. Try this. [COLOR=seagreen]Dim StrongText as string[/COLOR] [COLOR=seagreen]Dim ReverseText as string[/COLOR] [COLOR=seagreen][/COLOR] [COLOR=seagreen]StringText="This is a string"[/COLOR] [COLOR=seagreen]ReverseText= StrReverse(StringText)[/COLOR] This will reverse the value of StringText variable.

Member Avatar for mhovidz
0
224
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
88
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
73

The End.