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 bkrike 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: Kori
  • Content: Threads
  • Order by date
  1. Kori

    VBLAYOUT.OCX

    For some reason after moving my computer to my new desk, when opening a old project I had worked on like 3 month's ago says when opening it that it can't find the "VBLAYOUT.OCX" It still opens the project I work on every day. Any idea's?
  2. Kori

    Visual C++

    I am very very new at Visual C++. How do you grab a variable from another dialog box? If a dialog box is what it is called? I am familiar with Visual basic so I will tell you what I am after in VB terms. I have a two forms called frm1 and frm2. I am now in frm2 but want to grab a variable...
  3. Kori

    msgbox

    My message box causes a error that says: 'invalid procedure call or argument'. Does anyone know what the cause of this could be from? my msgbox line is like this: MsgBox "No records found with the selections made.", vbOKOnly
  4. Kori

    msgbox

    My message box causes a error that says: 'invalid procedure call or argument'. Does anyone know what the cause of this could be from?
  5. Kori

    sql text and visual basic

    I have a part of code that calls a routine that sets up a sql text. If the data I am looking for is not in the database it crashes. Here is the line I open the data base with: Set sn = g_cmwdb.OpenRecordset(sqltext, dbOpenSnapshot, dbReadOnly) How do I know there isn't any data in the...
  6. Kori

    invalid argument when using a global variable

    I know I know it is not good programming rules to use global variables but I do. Few that is. My delima is I am getting a error when I try to read that global variable from another procedure after I have set it. It says it is a "invalid procedure call or argument" Any ideas? I...
  7. Kori

    Nextday/Previousday

    Does anyone know a easy way to write some code that will find the next day and the previous day? I have a date but I want to know the day in advance and the day previous to that date. I figured this would be easy but it gets complicated when you are on the 31st or 30th or 1st...
  8. Kori

    How do I find the Type of my drive

    I am in the need of finding out what Drive I am currently on. For example if you go to the properties of your hard disk it says Type: Local Disk Or for the network: Type: Network Connection Anyone know how to go get these?
  9. Kori

    Writing to Access Using ADO

    Can anyone give me insight on how to write to a Access database using ADO. I know you use the rst.addnew 'do the writing rst.update commands but it gives me errors. I think I need to make the database a read/write db but how??? and where????
  10. Kori

    Commondialog box

    I am wanting to grap multiple files in a directory. Well I was trying to use the commondialog box and it will not allow me to grab all the files. I have a total of 15,000 files and it only grabs half of them. I have uped the maxfile size to its max of 32727 and it still grabs half. Does...
  11. Kori

    Verifying if a ascii file

    I am trying to find a procedure or function in Visual Basic that will go and look at a file and tell me if it is a valid Ascii file. Can anyone help????
  12. Kori

    Finding a directory

    I am trying to find code that will take a file name such as "netscape.exe" and pass back the directory it is located in. Any ideas?
  13. Kori

    Combo Box Initialization

    I feel like I am back to starting visual basic for the first day. Can anyone help me with this small easy issue. I am trying to initialize a combo box to a record inside it. I want the record I pick to be the one high lighted when I show this combo box. I will know which record by knowing...
  14. Kori

    Releasing CPU Memory

    Is there some type of command I can use to release window's memory when I exit my program?
  15. Kori

    Opening Netscape from inside VB App

    How do I open a Netscape Browser from inside a visual basic project. I want the user to be able to click on a word "update" and it open the Netscape browser to a certain page. Is this possible?
  16. Kori

    Creating a install

    I want to be able to create a username and password for Windows2000 using a Visual Basic application. Does anyone have a clue where I need to start?
  17. Kori

    Creating a user and password for Windows2000

    I want to be able to create a username and password for Windows2000 using a Visual Basic application. Does anyone have a clue where I need to start?
  18. Kori

    File Path

    I am looking into a way to find the start menu's path and set it to a variable. I then will know what the folder is called inside the start menu, and the file to open the file. But with Windows NT and Windows 9x being different on there paths to the start menu is there a command I can use in...
  19. Kori

    Reading multiple files from a directory

    I am wanting to read Text files(*.txt) from a specific directory. I want to grab the first file read it through then grab the second file and read it through until I have read every file in that specific directory. I will know what directory these text files are in but how is done?
  20. Kori

    EDT32x30.ocx

    When closing Netscape and then opening a VB program from the executable I get a "EDT32x30.ocx" Error. Is this a VB problem or Netscape problem? If either how do I get around this problem?

Part and Inventory Search

Back
Top