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

    CListCtrl - Extended Styles in MFC (LVS_HEADERDRAGDROP)

    hi, i have set the extended styles of my list control as follows [code] MylistCtrl->SetExtendedStyles(LVS_EX_CHECKBOXES|LVS_EX_GRIDLINES|LVS_EX_HEADERDRAGDROP); [\code] The checkbox and grid lines are working fine, but i am not able to drag drop the header column (left click n drag the header...
  2. shoo

    ftpPutFile Failed: Get:LastError returned 123

    Hi, I was trying to use WinInet APIs. The code segment that set this error code is given below: bResult = ::FtpPutFile( hFTPSession, "c:\ftptest.txt", "ftptest.txt", FTP_TRANSFER_TYPE_BINARY, 0); Used...
  3. shoo

    Read .bmp files iin chunks to append to an ADO recordset field

    Hi I want to be able to read a bmp file in VB6 then append it to a field in an ado recordset. I was able to write "something" to the database, but when I attempt to read the file and display it with LoadPicture in vb6 I get an error "wrong file type" or something. Does...
  4. shoo

    Does anyone know how to use the SVGControl.DLL API's

    Does anyone know how to use the SVGControl.DLL API's Thanks (acrobat viewer)
  5. shoo

    Securing reports after converting to .pdf, before emailing

    Is it possible (and what is needed) to secure a report (in vb6)after having converted it to pdf format and before emailing it. Thanks
  6. shoo

    I am creatign rports with crystal 8

    I am creatign rports with crystal 8 and converting them to pdf format for emailing and faxing. Is it possible to make these files read only and protect them with a password form VB6?? thanks

Part and Inventory Search

Back
Top