Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: opSpy
  • Order by date
  1. opSpy

    How do i: Refresh/reset a combo box?

    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
  2. opSpy

    Please Help, ever so simple should take a pro. about 4-5 secs. to ans!

    Brilliant, both lots of help.. thx a lot people. Much Much Apprecited.. :-) Create Like a God Command Like a King Work Like a Slave
  3. opSpy

    Please Help, ever so simple should take a pro. about 4-5 secs. to ans!

    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
  4. opSpy

    Please Help, ever so simple should take a pro. about 4-5 secs. to ans!

    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
  5. opSpy

    Decoder for VB

    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...
  6. opSpy

    How to create program to be an OCX control?

    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
  7. opSpy

    Can i embedd my VB6 form into a web page?

    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
  8. opSpy

    Can i embedd my VB6 form into a web page?

    Or have it load when i click a link from the web page? If so is there any way of making your project a lot smaller, as the exe seems to be quite big.
  9. opSpy

    How do i print my form centered on the printer paper?

    centered horizontally and vertically otherwise As subject..
  10. opSpy

    Where Do I Start? I Have A Simple Task To Do

    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...
  11. opSpy

    List Box / Array Problem

    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)...
  12. opSpy

    List Box / Array Problem

    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...
  13. opSpy

    How do i remove the border on a list box appearance flat?

    lstproduct.appearace = 0 where is the control to get rid of the border ?
  14. opSpy

    HOT DO I USE MULTIPLE LINES IN A LABEL'S CAPTION

    great..much help thanks!
  15. opSpy

    HOT DO I USE MULTIPLE LINES IN A LABEL'S CAPTION

    I am adding from a list into a label.caption, to print. But it just rewrites the caption, how do i move onto a new line??
  16. opSpy

    HOW TO PRINT CONTENTS OF A LISTBOX

    Thanks, lots of help. much appreciated.
  17. opSpy

    HOW TO PRINT CONTENTS OF A LISTBOX

    I am adding from a combo, items to a list. I want to print a receipt, how do i print the list.
  18. opSpy

    PRINTING

    I am trying to print a 'receipt', and need to show the contents of a listbox, how? i've tried all sorts!

Part and Inventory Search

Back
Top