Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
VB6 Opening a Form from a string in code
Name: Brad Date: August 6, 2002 at 18:17:02 Pacific
Comment:
Can anyone help a newbie I am tying to open a form from a string, eg the string value is "Form1" When I try to use it "string.show" it comes back with "Compile Error: Method or data member not found" But when I use "Form1.show" (the forms name) the form opens. Any help is appreciated
Summary: Hi, I am newbie to python and using python to find a string in a text file which looks like this processA=logfileA processB=logfileB What I want is to get the logfile name for the search string (Proce...
Summary: What does it mean? I have a file which contains the name of various SQL scripts, like... T1.sql; inside these sql scripts i have a commit statement Do you mean that the file contains nothing but the ...
Summary: Hello everybody. I am trying to create a string that has columns with the use of the tab. In VB6 it was something like : string 3 =string1 & tab(5) & string2 & tab(10) so with the above example i woul...