No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
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...
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
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 …
Hello! Try this link. Maybe this will help you. Good luck! [URL]http://img181.imageshack.us/img181/8954/picture125co9.jpg[/URL]
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.
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!
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 …
The End.