[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 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 Article[RESOLVED] how to fit columns in listview
is there a way to fit the coulums in the listview automaticly?
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 ArticleHow to update database with changes made in data grid.
Hello, I need some help with datagrid control. On a form I have a datagrid control and I am selecting a row from the datagrid and I have a button below which helps me perform that action on the...
View Articleis it possible to connect word (doc) file with vb application
Hi awl.... as we know that generally mdb file is being used for showing database in vb, but mdb file contains only plain text. I have created 3 tables in a word (doc) file, and the data contained in...
View Articlemy program says encountered a problem and must close after i refresh the Forms
i trying to refresh the table and everytime i ger this error the code that im using Code: Private Sub refreshsystem_Click() If MsgBox("refresh program? & vbCr & _ "this may take some...
View Article[RESOLVED] Copying My Database File
Thought I had this one licked..... The following works 'sometimes' -- I HATE 'sometimes'. When I first start my program, I can select my menu option and export this .mdb file. If I 'play around with'...
View Articlephoto dosnt update the correct pictures
i have a form with to photos that i can add when i add does 2 photos or 1 photo then everything is ok but when i add 1 photo and go back to add another photo then the first photo that i added is gone....
View ArticleMoving an object from Form1 to Form2
Form1 is used as the Tool Box to hold the chess pieces Form2 is used as the Chess board Form1 has these objects (basically pictureboxes with images of chess pieces in them). I need to mouse down and...
View ArticleHelp with logging out of Twitter
I am trying to log in to Twitter and submit a tweet in vb6. I should use the REST API but it is way too much confusing. So I thought I would use the internet control. The internet control is named to...
View ArticleHow can I force the 00.00 numeric format ?
For example Dim sglX as single sglX = 00.00 VB forces the 0# to show up, and the watch window shows 0 as the variable value. Is there a way to use Format() to do that ? I tried several iterations sglX...
View Article