Is there some simple code I could use to run a piece of code every hour? As far as I can see the timer function only goes up to 1 minute. If the code ran every minute it would slow my application down. Any help would be appeciated.
Regards,
Simon.
Hi Mats, I'm trying to create registry entries in a different root from the VB default. I would love to know where the module is located that you said was shipped with Visual Studio.
Simon.
I recently converted my HDD to NTFS from FAT32 as I needed the extra file security. For some reason though whenever I open up an application my mouse drags like a dog. It doesn't matter what I open, whether its cpu intensive or just the Windows Explorer window, the slow makes it a nightmare...
I need to create a program using TAPI but I can't seem to find the TAPI library in the reference library. Any one know where I can find it? Do i need to download anynything?
Hey John thanks for that. I feel like a right idiot, lol. Still pretty new at this game and learnign on my feet. Anyway thanks again, much appreciated.
...but there should be at least 5 records for each employee.
Dim LT As String
Dim ST As String
LT = Form1.txtSearch.Text
ST = "SELECT * FROM TblSEF WHERE EmployeeName = '" & LT & "'"
DataEnvironment1.rsTblSEF.Open (ST)
Do Until DataEnvironment1.rsTblSEF.EOF...
...login screen. Here is my code so far :
Private Sub cmdLogin_Click()
Dim User As String
User = LoginScreen.UserName
UserLogin = "SELECT * FROM TBlLogin WHERE UserName = '" & User & "'"
If IsNull(UserLogin) Then
MsgBox "User does not exist!", vbCritical...
Works great thanks for your help. Its just one of those things you remember doing last year but you can't put your fingure on it. Thanks again much apprectiated.
I need to open up Outlook Express from my applicatin using a command button on my main form. Some one told me I could use the Set command or the define command but I couldn't find any information about it within VB. Any one know what the exact coding I need to put in? Just an example would help...
Ok here's the situation. Some one types in their birthday in a TextBox called "txtBDay". What I need to happen is once they type in their Birthday and click a button a new form needs to appear which is just a small pop up with a single list box in it displaying all the names of the...
OK what I have is a simple form that displays a members Name, Address, etc. I've set up an SQL database called "MemberSQL", "TblRecords" is the name of the Table used for this screen. "txtRecordName" is the name of a TextBox which is used at run-time to search for a...
I'm writing all this in VB6, and was hoping to use an SQL statement within VB to search through my Database. The "RecordName" TextBox is used at run-time to search for a specific record name. "RecordName" is the primary key in the table, so once they search through and a...
I'm writing all this in VB6, and was hoping to use an SQL statement within VB to search through my Database. "Test" is the name of the database, "TblRecord" is the name of the Table and "RecordName" is the name of a column in that table. "RecordName" is...
"Test" is the name of the database, "TblRecord" is the name of the Table and "RecordName" is the name of a column in that table. The Data Environment is refering to the Microsoft Data Environment Instance 1.0 you use it to connect to Data Source, its in the Project...
I have a database set up where each record has its own name "RecordName" what I need to do is use a text field to allow them to search through the databse using a text field which is at the moment simply replacing the current Record Name. I'm using a Dataenvironment to connect to the...
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.