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 SkipVought 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
  • 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

    how do you make a timer/countdown for VB?

    this example is from VB6 help files Timer Function Example This example uses the Timer function to pause the application. The example also uses DoEvents to yield to other processes during the pause. Dim PauseTime, Start, Finish, TotalTime If (MsgBox("Press Yes to pause for 5...
  5. 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)
  6. shoo

    Using VB 6.0 to create Acrobat files.

    Does anyone know if its possible to protect a .pdf file with a password so that it becomes impossible for a reciepient to alter it without the sender knowledge. I need to do this in VB6, we create the reports with crystal 8.5 then export them and email them in pdf format. if the answer is yes...
  7. 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
  8. 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