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

    Printing formatted text in vb.net

    HI, I use this line in VB6 to print columns in a table, when I converted to vb.net, I cannot find the equivalent. I went through documentation, examples, this forum, FAQ and search, but I cannot find even a clue, I am trying to print one line at a time retreiving fields from a table: "...
  2. irocz

    Convert a C++ array to SAFEARRAY

    Hi All, I have a C++ DLL which receives an array parameter as follows: typedef const char* pStr; typedef const pStr* Strarry;// the declaration of the function: __declspec(dllexport) int _stdcall filem(pStr filename,Strarry fielddesc), I already handled the BSTR string for the first...
  3. irocz

    C++ declarations in VB

    Hi, Has anybody ever converted c++ declaration to a VB program, I looked at the help within the DLL section and did not provide much. Thanks
  4. irocz

    Deleting a recordset

    Hi, How can I permanently delete a recordset in .dbf format instead of marking it for deletion, without having to write a procedure to do it, which will involve copying the file?. I tried using the updatebatch method but did not work. I am using VB6, and I know that in Clipper and in Visual...
  5. irocz

    Insert a record using SQL

    Hi, I am trying to use SQL to insert records in a table without the use of a Data control, my connection string works, I've been successfull using Select * from table, but I can't use a string to insert using the execute method, Is there another way, or am I missing something? Here is what I...
  6. irocz

    Freeze on Startup- Windows Me

    I just bought a new PC Athlon 1000GHZ, 256 MB Ram, 40 GB HD. On Board SIS sound, on board SIS 10/100 Ethernet Card, AGP S3 Savage 4 Display adaptor. Mother board is AMD K7S5A. Installed Windows Me. the problem is only when I boot the pc the first time, after detecting hardware and operating...

Part and Inventory Search

Back
Top