[RESOLVED] Click Button In WebBrowser Control Not Working
Here is the HTML: Code: <input type="image" value="Say It!" class="sayButton" name="SayButton" src="images/tts_oddcast_sayit.gif" onClick="DoAction(this.form.textToSay.value,...
View ArticleHow to insert and Update 2 tables at once Via Sql
i created form that sells treatments and the history to save it now a customer comes along and buys 12 treatments for 120 Euro each time he comes to the salon to do a treatment that he paid for i...
View ArticleHow to make an array of values that corresponds to an array of images?
I have an array of images in a PictureClip control. It is arranged like this: Code: +---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+---+ Â | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |10 |11...
View ArticleTrack Facebook users that visit a site
I want to track users that visit a Facebook site. Create object for browser View source Search for, 'mobilefriends' Filter and capture user links, ie, 1234567,12345777, 98765443......etc Build new...
View Article[RESOLVED] how to check if a filename is empty In CommonDialog1 before saving
i am trying to display a msgbox that if a filename is empty then a user needs to enter some name for this picture i cant figure it out this is my code Code:  Dim bm As Image   SendMessage hHwnd,...
View ArticleCan anyone help me with my assignment? ):
Hey guys! I'm taking a programming class, and I have until midnight tonight to get at least a D so I can pass and never have to take the course over again. Problem is, I really have a tough time...
View ArticleFrom frequency to integer
I am having a lot of problems managing sound. The program shall be able to receive a sound from the microphone plug-in (i.e an A played by an electronic piano), filter it and give the number which...
View Article[RESOLVED] Loading bmp's
I have a folder with 163 bmp's and they each have different names. Is there a way to load these into an Image Clip or a Picture Clip at run time? I do not want to load each one individually. Thanks in...
View Articlehow do I create a file replacement download ?
Hi All I have an application built with VB6 that quite a few users have downloaded from my website and are using. On my website, users can download the latest version of the EXE file but I have to...
View ArticleHow to Convert Vb 6.0 Code to Mobile App
I Want to Convert my Vb 6.0 Code into mobile app. I Know its Easy Process but i want some specific Step by step Process. :)
View ArticleDate Picker Format
On the Datepicker properties, I Changed Format: to 3-dtpCustom and CustomFormat: to "yyymmdd", but the value I get it's still on dd/mm/yyyy format, please help
View Articlehow to use WLANConnect () in VB6?
I am trying to use WlanConnect to a connect to a wireless network. I am always get error code 87( error invalid parameter). Could you show your vb6,0 code, thanks!
View Article[RESOLVED] System Error &H80004005 (-2147467259). Unspecified error
Hi everyone, I'm getting this error when ever I try to save my project with a Flash control in it: First of all, I would like to let you all know that I searched the forum for this thread, And yes,...
View Article[RESOLVED] How to anchor a Label to a ListView?
Hello everyone, I have a form with a Label called "StatusBar" located under a ListView called "Mismatch". We can see in the following 3-image imgur album that as the form is resized, the label is...
View ArticleInteracting with C# program
I have VB6 program and C# program. I should make it interact bewteen those two separate program. For example, VB6 program send notification(or message) to the C# program to make it start some work....
View ArticleVB6 Long variable type acting like an integer type...
Hi. I am beyond confused. My application writes out to excel. To ensure having sufficient excel row count, which could be as high as 1 million rows, I had declared a variable called Row_count as long....
View ArticleHow to write a formula getting data from a flexigrid
Trying to determine how to write code as numbers are selected from a flexigrid. The grid: HITS WIN needs to be updated as numbers are selected based on the bet amount and number of selections. see jpg...
View ArticleDeleting records from Access database
Is this code 100% reliable or are there circumstances under which it could fail? I seem to have an obscure bug where very occasionally records that match the SQL are not being deleted. Is "MoveNext"...
View Article[RESOLVED] How do I get RegExp to return MULTIPLE matches?
Ok so I've got this Code: Dim RegExp As New RegExp Dim Matches As MatchCollection a = "abc123xyzc12jjj" RegExp.Pattern = "2." Set Matches = RegExp.Execute(a) Print Matches.Count By the name of the...
View Articlecode for very fast copy from server dir tk local dir
Please! Code to fast copy a txt file from server dir to local c:/mydir/... Naturally overwrite if the txt file already exists. Dimension if txt file is approx 50/70 mb Tx.
View Article