[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[RESOLVED] Click event handler
Hi everyone, I'm trying to get my project to click on a specific area of my form I need to make the mouse to click the area I want, but I can't figure out the changes to make to get the mouse click on...
View Article[RESOLVED] problem in login
i have problem when i make a login for a project in VB i linked the dbase with the vb using the adodc and test connection and made sure that every thing is ok and matched and i used it in old project...
View ArticleSendKeys and Windows 8
Hi, I just noticed all my VB6 programs containing SendKeys not working under Windows 8. The error message after SendKeys is: "Error 70 - access denied". It would be quite a problem to port all programs...
View Article[RESOLVED] Need To Save Image From Webbrowser Control
I have the webbrowser control on my form navigated to an image url (http://www.thesite.com/theimage.jpg). Unless there is a way to load that image directly into a picturebox, I would like to be able to...
View ArticlePrinting selected record data report vb6
Can someone help me?. I'm having a trouble displaying filter records in datagrid to data report. I'm trying to print the selected record by date using filter,but when I print it, all the data in...
View ArticleWorking with a class module
I have been trying for some time to create a routine that will provide for sending multiple email & attachments from within a Mail List program I have. I have settled on a modification of...
View Article[RESOLVED] Detremine which process is using an app
Hi, I can not remember where I saw it but someone posted an example of how to check which process is using the specified application so you can hopefully avoid those "Can not close! Program is being...
View ArticleAutomatically highlighting the first/top item in a listbox?
Hi there everyone! I was wondering if there was a way to click the first item at the top of a listbox called gamelist as if I clicked it with a mouse. I know the item index is 0, but would anyone know...
View Article