Is it possible in VB to refresh/reset a combo box? I know it used to be in Access..
i think i used to use combo1.requery.. any ideas?
Create Like a God
Command Like a King
Work Like a Slave
AHH!
thanks but way too complicated..
I just need to know how to talk about: The value of the one that is selected in the list!!
HElp :-( Create Like a God
Command Like a King
Work Like a Slave
I have a list of values, in a list box. and a total in a text box.
On clicking my remove item from the list, i want it to minus the item in the list from the text box..
please help...
Hugely Appreciated for anyone who does!! :-) Create Like a God
Command Like a King
Work Like a Slave
Do you mean a decompiler for .exe's?
For VB 3 and lower: German but i think it will translate..
http://www.fys.ruu.nl/~beljaars/Download.html
For VB3+ use a hex to pull some code from an .exe:
http://dmoz.org/Computers/Software/Freeware/Editors/Hex_Editors/
hope this is what you meant. Create...
I am trying to embedd my program into a web page, this was how i was suggested to do it! But can someone offer me a walkthrough... :-) Create Like a God
Command Like a King
Work Like a Slave
Hmm, can you offer me anymore info about OCX?? i looked for it in MSDN lib. but doesn't give me anywhere to explore! Create Like a God
Command Like a King
Work Like a Slave
I have not been programming long, only about a year on and off, but from my knowledge of VB this would be a great project to start off on. It is a saimple enough task to do, and you should need only a few form controls, and make it as fancy as you like.
I use enteprise edition, this writes an...
This is my code to display the item in the list box, and total the price:
lstProducts.AddItem cboProduct.List(RowPostChgArr) & " To: " & cboDestination.List(ColPostChgArr) & " @ GBP £" & PostChgArr(RowPostChgArr, ColPostChgArr)
txtCost.Text = Format(Val(txtCost.Text)...
set the scene: i am trying to make a calculator for a postage cost.
Combo's to select product and quantity, cmd button to add to list, combo's index relate to array.
The name of the product gets added to the list, and the price to a text total.
I want to remove individual items, which i can...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.