I'm using VB6 connected to Access via ADO. My code creates an array of check boxes at run time based on the results of a query using this code: Load chkProject(intCounter)
Ok - I have a text file (say c:\text.txt" with a certain number of names all in a vertical list (I suppose you could say with return-line feed between them in ascii) I can read the first line with this function
Can anyone help me with this problem. I created 4 pictureboxes ... With an event handler (mouseenter, mouseleave) i can let the picturebox grow (mouseEnter) and shrink (mouseleave) to default height en width (separated)
Hello I am Jay I have a problem with my vb6 project. This is my assignment all I have to do is to type in a string of characters in one textbox. That string of characters should appear backwards, and in numbers text form. Eaxmple if I type in "abc" it should appear "cba" and with ...