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

    Linked Table Manager in 2003

    I hope someone here has moved up to Access 2003, I have installed Access 2003 and Linked Table manager wizard will come up but the box will be empty. I have uninstalled and reinstalled on two different machines and still only get the black screen where my linked tables should be. TheKing [pc3]
  2. TheKing

    Format unused disk space

    Would any of you know of a WMI script/procedure that you can call to the Win32 class for formating unused disk space? I know there is one for all the diskspace, but unused kinda through me. TheKing [pc3]
  3. TheKing

    Sockets into the database.

    Hello all.... I wrote a program that uses about 400 different select statements with around 20 different Recordset names. Set up this way Client side processing Public g_Database_Connection as String G_Database_Connection = (here is the connection string out of the ini file.) Now you set and...
  4. TheKing

    "Dart" TCP control

    I am still new to TCP controls but a while back I bought a TCP control from the Company Called Dart. Well come to find out that their service isn't what you would like it to be. Here is my problem: I connect to a server with my VB application using my TCP component and it connects fine, sends...
  5. TheKing

    Shell out to a .jar file?

    I need to shell out to a .jar (java) file. I have tried: intStart_Summary = Shell("C:\Program Files\SMARTPss\HateCrime.jar", vbHide) ' Run Jar Executable and I have tried: Shell ("C:\Program Files\SMARTPss\HateCrime.jar"), (vbNormalNoFocus) There must be something I am...
  6. TheKing

    Open a file and don't know the name?

    I would like to do a check to see if there are any files in a specific folder. Example: in the folder 'Upload' I am having people upload threw a web page txt files. I will not know what the file name is for sure. Can I do a folder directory search and if a file is done uploading then I can...
  7. TheKing

    Question on Installing my own app.

    I have made my first Application with using DirectShow in 8.1SDK. I am going to be making an install disk and was wondering if there were some files I should make sure get into my install disk? I can't test it here as the only machine here with a second video card (for use with a web camera)...
  8. TheKing

    Importing from a SQL file

    I am new to Oracle 9i and I would like to creat a database in Oracle 9i from an Access.2000.mdb. I found a program that converted the database into an SQL file. I really don't know what to do with it at this point. any ideas? TheKing [pc3]
  9. TheKing

    bmp to jpg image converter

    Does anyone still have that Intel jpg converter library out there? I have a program that will take a still picture capture from a sony web/conference camera but of course VB will capture and save it as a .bmp file. about 180KB I need to then (command line) change it to a jpg hopfully around...
  10. TheKing

    Any one got a picture box control?

    I was looking for a "vb" style picture box for Access. I am trying to work with the image box but it just doesn't seem to do the same thing as a vb picture box. I try to set my image box like this: imagebox.Picture = CaptureActiveWindow() TheKing [pc3]
  11. TheKing

    vidcapfree.ocx Any one used this?

    I was wondering if anyone has worked with the Video Capture for Free tool. TheKing [pc3]
  12. TheKing

    Picture Box?

    I usually code in VB 6.0 and in there there is a control called a Picture Box. What would that be in VBA coding? I have streaming video out of a camera that I want to put on an Access form. Thanks TheKing [pc3]
  13. TheKing

    Timestamp type hangs my .dll

    I am using a vb6.0 .dll to connect to an oracle 9i database. I have just found out that my msProvider doesn't recognize the 'timestamp' field type. If I use the data provider provided by oracle 9i everything works. but I am locked into the ms provider. Now this works in .net but I have to use...
  14. TheKing

    Multiple users in .DLL?

    I am new to .DLL programming. I am making a .dll VB program that is being acessed by a web page, also this .dll uses multiple tables and hundreds of fields in an Oracle 9i database and I was wondering how the database would be affected when multiple users are using the same data. I am thinking...
  15. TheKing

    Help with DirectX

    Now this may be way over my head right now but I still need to come through with this one. I have a video conferencing camera (Sony EVI-D30) and I can do all the controlling of this camera with my little VB app that I wrote. Now the sticky part is getting the picture out of my ATI video card...
  16. TheKing

    Reading a text file with Input#

    I am bringing in multiple records from a Text box. These records are just long strings of spaces and numbers and Letters. So I dim my object that I put them in as string since I have both numbers and spaces. Now my problem is for example the length of the record is in the first 4 characters...
  17. TheKing

    Number of Class modules?

    Is there a way to know how many class modules are open at one time. And if so is there a way to find out like if the second one of three was distroyed then I would like to find that number and use its number then. What I have is a class module that calles the uses of a tcpControl. Well I...
  18. TheKing

    Can you write code for MS Outlook?

    I got asked this question the other day and don't really know the answer since I didn't know that Outlook had built in junk email filters. "Can you write code for MS Outlook or know how to find the built in junk email filters?" Thanks TheKing [pc3]
  19. TheKing

    How do you register a DLL by hand?

    I am sure this was asked in the past but the search Function isn't working right now. I have made my very first DLL and would like to try it out on my machine but I don't know how to register it. I have windows 2000 Pro. Thanks TheKing [pc3]
  20. TheKing

    Programming a .txt file

    Man I went through 10 pages of keyword search and couldn't find this prob. I was very supprised. I have a record set lets say: Recordset_First then inside Recordset_First's Do Loop I have another Recordset that uses values from first Recordset. all of the recordsets work fine, what I am...

Part and Inventory Search

Back
Top