Date Validation
Hi I have this code below, validating the date. so far it's just validating the date. I'm accepting a data from the user and I want to throw error also when they put future date, be it on the month or...
View ArticleUsing InStr to Search for Words on Web Page?
If I were to key in a word like "automobile" and open the first page for that particular word on Thesaurus.com, and then search within that web page in the Synonyms section for any synonyms, and then...
View ArticleHod do I get value selected from ComboBox VB6
Hi I'm using this line of code: txtFld.Text = comboValue.Text to get a value selected from ComboBox, but it doesn't show on TextField there after selecting it, any idea why? Thanks in advance
View Article[RESOLVED] update sql not executing part 2
I have this record in msflexgrid which is the basis for updating the database. I am not sure why I am getting error TYPE MISMATCH. What could be making that type mismatch error that unable me to update...
View ArticleClick 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 Article[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 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 Article