Ctrl + F or Find.
Good day! Guys, just wanna ask how can to auto highlight the word in a webpage from a textbox of a program. just like the Ctrl + F or Find.
View ArticleTransfer data from .log files to SQL
Sorry for my English. Hello, im beginer in programing. I need write a program (windows service) which should transfer my log from many files (.log) to SQL date base. I have folder where i keep my files...
View Article[RESOLVED] Replacement Database File
I have a program using an older (2002-2003) MS ACCESS (JET) database file (ending in .mdb), I'll call it 'mydatabasename.mdb' for this example. When the main form starts, it uses tables in that db...
View ArticleExport emails from Outlook to Excel, adding an additional column to existing...
Hello everyone I copied the following code from another forum but i need it to also extract the date/time from a 4th Column in an Outlook folder titled Modified but I am having no joy in getting it to...
View Articleform auto update (DAO)
HI I'm A bit stuck I'm using VB6 (DAO) and I have a form open which stores data and it is connected to a Database I have three buttons on there which save edit and cancel but if I type any thing in to...
View ArticleSkype4COM Lib - Get reply from user
So basically I want to do skype1.sendmessage "usernamehere", "test123" which is something that I understand and am able to do. But how do I see what the user has replied back to me through code? I...
View ArticleGetting a Hyperlink's target URL
Hello all, At the moment I am programming a Web Browser but I am stuck trying to find out how to get a hyperlink's target URL. Please could you help sometime soon - any code would be good, Thanks in...
View Article[RESOLVED] how to insert a single value from 1 form to another only if the...
im trying to figure out how can i insert from Appointments a name to the Customers form only if the text is green before i update the corrent lisview need some help so far i did Code: If...
View Article[VB6] Font and positioning problems on Win 7
Hi! First of all, I'll start saying: my vb6 aplications run almost perfectly on Win7. But... Out of 40 PC running my software, 20 of them are running perfectly in Win XP, 17 of them are running...
View ArticleListView: Display only unique files that are the most recently modified
Hi All, I have a custom ListView I’m working on. One of the functions/features I’m trying to integrate is to provide a list that shows only the most recently modified file that is returned. For...
View ArticleVB6 code that will Get XML file as Input
Hi Experts, Can anyone give me a code snippet on how to get/retrieve an XML file as input and do some modification on the XML file if once my condition is TRUE. Thank you.
View ArticleSomething like Net Seal for VB 6
So I'm going to be distrubuting my software soon. How can I protect it from being cracked? People who code in .NET can use Net Seal, is there something for VB 6?
View Articlehow to calculate data of a particular colomn in listview ?
hi all I am storing data in a listview before SAVING. I want to calculate (sum) one colomn in listview when I pressed a command button and same way if I press other command button it should MINUS...
View Articlehow to fit columns in listview
is there a way to fit the coulums in the listview automaticly?
View Article[RESOLVED] how to fit columns in listview
is there a way to fit the coulums in the listview automaticly?
View ArticleEditing XML-File went wrong
Hi, I dont know if i m right here. I ve a question. I am editing a XML-File with vb6 but winmerge and the programm where the file needs to be reimported are telling me that the files arent the same. I...
View Articlehow to check if a item of a supplier is already been sold
im trying to check in my inventory if a item of a supplier is been sold and cannot be deleted this is my code Code: LsVw.SetFocus Set rs = CN.Execute("SELECT InvID,InvSupplier,InvReman,InvQuantity...
View ArticleSelective dragdrop in listviews
I have 2 listviews (both in lvwReport view) with a number of main (text) items each -but no subitems. Some items are exactly the same in either LV while others are similar but slightly different. I use...
View Articlekeeping < and > in XML
Hi, is there a posibility to keep < and > in xml files? I am using XMLDom. Best regards Sascha
View ArticleHow to delete a character/word in a sentence?
Hi, guys! say i have textbox, then i paste or just type the word "hello world", then i want the word "world" deleted when lost focus... thanks in advance. :)
View Article