Do u use ADO or DAO?
if u use DAO,so use a "Data" object.Then u may change table from its properties(RecordSource).It contains all tables of a database.
Behnam2204@yahoo.com
www.geocities.com/behnam2204
BehnamPro
Hi friend,
Every form has a "WindowState" property wich describes form size when opening.it can gives 3 value:0-Normal or 1-Minimized or 2-Maximized.
I think it is better that you let 0 to this property for child windows : form1.windowstate=0
Behnam2204@yahoo.com...
You can get the address of for example cookies from "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Cookies" and delete all cookies from there.Also for temp files.But pay atention that some temp files would not delete because theye are in use by a...
Try:
answer=msgbox("Question",vbYesNo)
Now :
if answer=6 it means the user clickes Yes and if answer=7 it means the user clickes No
Behnam2204@yahoo.com
BehnamPro
I`m not sure but i have an idea:First you can get the HTML code of the page and then search the "<a href=" tag (hyperliks tag).The address between this tag is the url.
Tip1-You can search the text by InSrt().see object browser.
Tip2-the link may be a picture.
Tip3-read some about html...
If you have a saved text file and want to open it try :
set ws=createobject("Wscript.shell")
ws.run("c:\test.txt")
-->You should enter text file address instead of "c:\test.txt".
Behnam2204@yahoo.com
BehnamPro
Yes,It`s simple:
In the Form properties window select "Icon" and select an icon for it.
Note:You can select your icons from Icon folder where you installed VB.(...\VB98\Graphics\Icons) Behnam2204@yahoo.com
BehnamPro
Yes,It`s simple:
In the Form properties window select "icon" and choose an icon from the dialog box.
note :You can select your icons from Icon folder where you installed VB. Behnam2204@yahoo.com
BehnamPro
So add "On Error Resume Next" first the code,Because in this code if an excel application is running then an error would occure,then in the next line in code prosses the error and would find that excel application is not running,so runs excel.
Excuse me if mistakes in dictation or...
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.