how 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 ArticleHow can i add validation rule to DTPicker and Microsoft calendar??
Hello Everybody Am using DtPicker on one form and Microsoft calendar on another form. can someone help me with a validation rule for both so that i can get a msg box if i leave the calendar blank...
View Articlehow to show (calculate) the profit of a single column after selling a product
How Do i calculate & Update each single column after selling a product from the inventory i dont know if the calculation is by item number or something else so i show the 2 tables of inventory and...
View ArticleCondensing Text in Text Box?
I am wondering if there is a way to condense the text in a Text Box if it goes beyond a certain number of characters?
View ArticlePass variable from one module to another (one sub to another sub)
I may not have all my terminology correct, but hopefully it will come across with what I am looking to do. I have two MODULES in my VB Editor. I think we are using VB 6.3. Within each MODULE, I have...
View Article