is there a way to return a string list of filenames of files in a folder
i need to update a table with the filenames in a folder
thank you for your help or suggestion
is there a function in the vb.net library which can tell if a string is a number or not
eg.
dim A as string
A = "11"
the function should return true for A = "11" and false for A = "12a"
i realized that there is a Connect to Database option under the tools menu. so i clicked on it and filled out all the necessary information required. then i did test connections and it was successful. however when i clicked on ok i got this message.
"Unable to connect to database. It is...
how can i make a windows form that can be dropped on another windows form?
would i even use a windows form?
what is the closet thing in VB that is similar to a VFP container
i am going to start working on a project in which i want to use a class written in visual fox pro. i am new to vb programming so i was wondering how i would use the class in a vb form.
This is what i want to do. I will have 10 active x control objects on a form. The objects have a property called inuse. If inuse is .f. the object is free and if it is .t. it is not free. Now I want one thread to check which ones are .t. or .f. and I want another thread to call a method for...
i am creating an application that uses active x controls. the active x controls have multi threading capabilities. however i have not been able to use them because they wont work. Are there any settings that on the form that i need to change to allow the multitasking. autoyield is set to .t.
I have a form that has multiple container objects of the same type. Lets say the container objects name is conobj.
Currently the form has two conobj objects. conobj1 and conobj2.
Now i have a do while loop that cycles thru these objects to see which one i can use. The conobjs has a...
I created a class based on a container from the project manager window. Then I added a text box and a button to the container. The class name is test and the container name is testone. In the button's click button I put this code
"thisform.testone.text1.value = "it works"
Then I dropped this...
ok
i am planning one making 23 copies of the first form and then putting it on the second form. the second form will not do anything except for holding and initializing the first form.
well i want to drop the form that i am working on right now to another form. i think what i mean to do is to use the scx form i am working on as an object that i can use on another form
i am trying to create an application in which i use a scx form in another form. i do not know if it is possible. i have not reached that part of the project but i would like to know if there is anything that i need to take care or consider while i am building the first form.
will be grateful...
i want to create a template for html page that i want to send out through email i want a placeholder for the name of the person for example
<html>
<body>
You are invited to a party: [placeholder for name]<br>
</body>
</html>
now if i want to change the name to the name of the...
i have an access database that i need to be able to open in couple of computers that don't have microsoft access. how would i be able to perform this task? please help.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.