recordset.LastModified does not seem to work
I have a routine that creates a log entry into a table (that has already been created, is Global and never closed while program running) as certain things are done. I call the following routine before...
View Articlelistbox click
when i hover over an item in list1 and click it , its clicked once but then right after i clicked it how do i make it click auto just once on that same item ? please urgent
View ArticleTiming an event from start to stop and showing the time in 10th/second
I have a sound file. I need to click on button1 to start the sound and also start a timer. Then I click on button2 to stop the sound. When the sound has stopped I need to see how many 10th/seconds have...
View ArticleCHECK data file by date
I need to check if \\myserverdir\database.mdb is newest of c:\midir\database.mdb, how to??? in effect i update a recordset in \\myserverdir\database.mdb and before to copy and overwrite in...
View ArticleA very tricky problem for me to figure out
I am piss-poor at math which makes certain things difficult for me to figure out. Here's what I am up against. I am trying to move a vertical bar horizontally across a picturebox at a precise as...
View ArticleMy ActiveX Control Object keep on crashing my Browser and how do I fix it???
Hello again, it's me: ThEiMp... I am writing a Webpage that uses an ActiveX Control Object to navigate around the URL of mine, which is right about now on the Internet, too. I have been making some...
View ArticleIs this the right way
Hi I wonder if this is going to be the way I think Dim strFile As String Dim FileCount As Integer FileCount = 0 strFile = Dir(App.Path & "\backup\backup\PhoneTel.mdb" & Format(Now,...
View Articlehow do display the last customers entry
hello everyone i have a database with customers that i add each day im trying to figure out how to see the new entries that i add in the same day how many customers i added in the same day like a...
View ArticleGlobal/ public array problem
Hello guys, Im trying to develop a visualizer for a program that i have made before, i made some kind of searcher but one i get an array and try to use it in a different instance it shows an erres, i...
View ArticleHelp loading into an arry
Hi folks, Long time lurker, about 7 years now? This site has been a great amount of help over the years, but I can't find any answers for this one... Basically, I have a bunch of XML files I have to...
View Articlehow to get the data on a text box?
hi, i am trying to get a specific record to a number of textboxes from ms access database. but iam not able to do that. please help me here is the coding which i am trying to do. many thanks Dim cn As...
View ArticleAllowing a Visual Basic Application to Accept Drag-and-Drop Files
Tip 86: Allowing a Visual Basic Application to Accept Drag-and-Drop Files May 15, 1995 Abstract Many Windows®-based applications can accept, or process, a file that has been dragged from File Manager....
View Articlehardware key
i am on vb6 and working on small program to get hardware register key on label1.caption when user clickes command button help me plz
View ArticleNeed two .wav files - one exactly 10 seconds and the other exactly 60 seconds
How can I get a hold of or make two wave files one exactly 10 seconds duration and the other exactly 60 seconds duration. The sound doesn't matter.
View ArticleConversion Problem
I need some help with a Crypto call. According to MSDN, the following C++ call sets the random string from the client: Code: Data.pbData = pClientRandom; Data.cbData = cbClientRandom; CryptSetKeyParam(...
View ArticleHaving trouble with control array
sorry if this is a noob problem. I have 30 pictures in a control array and i keep getting an error message that says control array element 31 does not exist Private Sub tmrbarrel_Timer() For i = 0 To...
View Articlei need help with my game
I am trying to get an array of images to move in sequence. however when the value of i changes, one the barrel stops rolling and another one starts. how would i get them to continue rolling after the...
View ArticleHow to play sound from memory using mciSendString API
VB 6 I know how to play sounds from reading a .wav file but I need to be able to play sounds from memory. I want to load a wave file into a byte array and then be able to play from that array using...
View ArticleInitiating a do until loop
Hello! I have a large set of data that I want to be extracted into certain phases. And I am trying to write a code to do so. For example the freezing cycle begins when the value in column F hits 1 and...
View ArticleQuestion in IF STATEMENT
im adding a 3 o'clock habit in my program every 3 pm in the computer clock an automatic voice will speak here is my code my code in Hour Label Code: lblhr.Caption = Format$(Now, "hh:mm:ss AM/PM") this...
View Article