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

    change subreport pictures

    Hello - I've been able to change the picture file location for an ole object in a crystal report (.rpt) at runtime by changing it in the section format event (using the loadpicture() in visual basic). I'm using VB6 with the CR8.5 crystal reports viewer. Does anyone know how to achieve the...
  2. k2w

    out of memory on view object

    Hi, I noticed this problem when I was trying to make an exe. It compiled fine but when it was writing the exe it came up with an out of memory error. When I try to view one form object in the development area by either double clicking it or selecting the view object button in the project...
  3. k2w

    set focus problem

    Hi, I've got a strange problem. I am trying to set focus to a pdf that my program has started. To set focus I am using showwindow, setforegroundwindow and setactivewindow. Now it does what I ask it to, but it opens the articles window in acrobat (which interferes because I'm then trying to...
  4. k2w

    set focus to a form -- keep other on top?

    Hi! I'm trying to select a control on a form while keeping another form on top, but I can't get it to work, the other form gains focus and the other is only displayed in the task bar. Is there anyway to do this? Thanks for your help. k2w
  5. k2w

    proper way to end a process?

    I am currently using terminate process to end a process created by my app and then closing the process and thread handles. I've come across a lot of warnings on using terminate process(mainly b/c of memory leaks) and am wondering if there is a better way to achieve this? Thanks in advance.
  6. k2w

    CreateProcess with exe and file in different directories

    Hi! When I use CreateProcess is there a way to have the exe in one directory and the file being executed another? I get an error saying that the file or path does not exist if they are not located in the same directory. Or I can start it the way I want if I use Shell, but I need to be able...
  7. k2w

    maximize program

    Is there an API function that will maximize a program window if you have the process Id? Thanks

Part and Inventory Search

Back
Top