[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 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[RESOLVED] how to check a status of a product before selling it
i have a inventory where i purchase products i have a combobox like this Code: CmbStat.AddItem "Not delivered yet" CmbStat.AddItem "On Hold" CmbStat.AddItem "Canceled" CmbStat.AddItem "Delivered" the...
View ArticleProgressBar value in %
How to get ProgressBar value in percentage I use code Code: Label1.Caption = ProgressBar1.Value & " %" but when download starts I get it something like this 13253 % whereas it should be like 2% or...
View ArticleHow to use dll from vbscript ?
Hi, I'd like to use the library PDFCreatorPilot.dll with VB6 and Windows XP service pack3. The problem is that I can't find this library among the libraries I can add to my VB6 project (References..)....
View Articlehow to disable the menu editor only if a Mdichild form is open
i was searching the net didnt find what i was looking for is there a way do disable the menu editor when a mdichild form is open? (i have a exit button in the mdichild)
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 Article