Track 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 ArticleHelp require with my code
Hi guys, I need help from you. I am not able to attach the file so just describing it. My Sheet2 first column contains dates which I need to check if it matches a range of dates from Sheet Expiry...
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 ArticleInvalid use of null error!
The function below contains the error. The bold line is producing the error. How can I change that around to avoid an error? Private Sub FillValueList(ValueList As SSValueList, FillGrid As SSUltraGrid,...
View ArticleAlign a Form and it's control
I would like to know how to align a Form and all the controls in it, all the Font sizes in it - according to the Monitor's Screen size/resolution whatever it is. My object is whatever size i may design...
View ArticleNeed help with ReadFile function
I already have written a code using which I can send files over internet using a Winsock control, but there is one problem, my code can't read and write files bigger than 2GB and files which use...
View Articleput images in a msflexgrid by dragging
How can i put images in in a msflexgrid by dragging ? Each cell dragged over will get the image
View Article