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 Mike Lewis 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: freemaxnkeke
  • Order by date
  1. freemaxnkeke

    Button Menu Index

    don't use the brackets ("") for your case but just the value of the index... Select Case ButtonMenu.Index Case 1 frmForm.Show Case 2 Action... End Select and also check if all your indexes are different and all your buttons belong to the same group
  2. freemaxnkeke

    PDW

    when you create the package, you have to give all the dependings files of your exe, i.e the .ini files you've created... cause VB cannot find these dependecies automatically...
  3. freemaxnkeke

    extension

    you can use this rename("PATH OF YOUR FILE", "THE NAME YOU WANT TO GIVE IT");
  4. freemaxnkeke

    Write to and read from Com ports using MS Visual C++

    try to fing on internet (because I lost the web page _sorry_) the Class CRS232...all the functions are inside for writing and raed from this port.
  5. freemaxnkeke

    How to convert string to number?

    you can use this (sometimes it works) it's called "cast" int iNumberX = (int*)m_editX;

Part and Inventory Search

Back
Top