Is there a way to send "SpaceBar" Key to a different App. running on desktop from VB using SendKeys or any other method?
I have an external tutorial application (a web App.) that run one chapter at a time and waits for a click on the next button to play the next chapter. Is there a...
Is there a way to move mouse pointer to a specific location (i.e to a button on a different application) and execute its click event programmatically?
I have an external tutorial application that run one chapter at a time and waits for a click on the next button to play the next chapter. Is...
Hi All,
Is there a way to move mouse pointer to a specific location (i.e to a button on a different application) and execute its click event programmatically?
I have an external application that run music every time when I click the next button on it. What I want is to create a program that...
Hi.
I have an VB application that updates Visual FoxPro table located on the network drive using ADO connection to this free table. (see below coding that used in the program)
I have so many issues with the application and one time it managed to create 1.2million temp files on this network drive...
HI
Does anyone knows how to move mail items from one folder to another using CDO?
All my mail items are stored in a "User" folder under Inbox.
Thanks
Try This - Hope it helps.
First Add 'Microsoft Excel 8.0 Object Library' from Project|Reference
Dim ExcelApp As Excel.Application
Dim ExcelWorkBK As Excel.Workbook
Dim iRow as Integer
Set ExcelApp = CreateObject("Excel.Application")
Set ExcelWorkBK = ExcelApp.Workbooks.Add...
I have allow my users to capture comments in multi line text box and data keyed in this box get stored in a ‘memo’ field of a MS FoxPro table.
Is there a way to remove any crlf & any other non-printable chrs when reading this data back for reporting purpose?
Thanks
'Class Does not Support Automation
or Does not support expected interface'
Has any one familar with this error?
I have problem running a program writen in VB
on client machines. I have installed this
using package & Deployment Wizard (incl Data Access
Components) but I beliew this occors when...
Thanks for your input Mike.
You're absoulately correct. I am getting the same error "specified row could not..." when I try to update it. Is there any way to show latest changes to all users, when this occors?
Thanks for your time.
How can I create multiple Wizards for a single project?
It appears wizard forms always need to be "frmWizard" ???
It there any other way to include more than one wizard per project?
I have a group project consists of 2 projects (Project1 & project2)
How can I show a form belongs to project 2 when user click a button on
form belongs to project1?
I tried this with negative results.
Load Project2.Form1
Thanks
Dear Sawatzky,
You were right. Error occurs when try to open the connection. I also tried with closing DBF with negative results. I can use the same coding without a User ID & a password with no errors. Do I have the correct syntax? or will it looking at a workgroup file only when there's a usid...
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.