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

    GetLastError always returns 0

    Hi. I have this in my program: Public Declare Function CopyFile Lib "kernel32" Alias "CopyFileA" (ByVal lpExistingFileName As String, ByVal lpNewFileName As String, ByVal bFailIfExists As Long) As Long Public Declare Function GetLastError Lib "kernel32" () As Long...
  2. Idiota

    Condensed fonts in Crystal Reports Designer

    Hi, I'm working with VB6 and Crystal Reports 8.5. I need to know how can I tell the printer something like "condensed mode now" to print reports with printer-condensed-fonts. The reports where made with printer fonts. Thank you
  3. Idiota

    program execution environment?

    Hi. I need to know if my vb6 program is running from the vb environment (using the run command or the F5 key) or if it is running from the exe file. Is there any way to know it? Thank you very much Daniel
  4. Idiota

    How can an ActiveX Control stop program execution?

    Hello! I want to write an activeX control, which would be used in a vb6 environment. What I want is to quit the complete program execution when a certain condition happens. Is this posible? I think the guys from dev-soft did it when their control is shareware and you press a button in their...

Part and Inventory Search

Back
Top