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

    Browser closes automatically...

    hi guys, i have a little problem. i installed ie and firefox and both give me the same problem. the problem is on some links, the browser will close by it self. if i try the links on another computer, they work... sometimes, if i click on a link and it closes, when i reopen the browser and click...
  2. baggio7

    How to open a vbmodal form in a MDI

    Hi, is it possible to open a MDIchild form as vbmodal? I'm running in VB6. i know that it is impossible to do Form.show vbmodal since you can't have a modal form in a child. But is there maybe a code i can do to make it modal??? thanks, Rob
  3. baggio7

    Using fox pro tables in VB6

    Hi, i would like to know if anyone can send me an exmple of code that will take the info of a foxpro .dbf table and put it in a listBox. Also, what are the references that i have to add to vb to make it work?? Thanks
  4. baggio7

    WIN XP WONT BOOT FROM HD

    HEY, I'M WONDERING IF ANYONE CAN HELP ME WITH MY HARD DRIVE. I HAD WIN XP PRO ON MY COMPUTER AND I DECIDED TO FORMAT MY DISK SINCE I HAD SO MUCH JUNK ON IT. WHEN I REINSTALLED XP, IT WOULD NOT BOOT FROM MY HARD DRIVE. THERE ARE 2 WAYS THAT I CAN MAKE IT BOOT: 1:LEAVE XP CD IN CDROM BUT NOT BOOT...
  5. baggio7

    shellexecute

    Hello, Does anyone know how to ShellExecute a networked file. non-funcitonal example: ShellExecute (NULL, "open", "//Emilie/c:/F1000.DTA/Invoicing.exe", temp, NULL,SW_SHOWNORMAL); Cheers, Al
  6. baggio7

    how to pass parameters from ShellExecute

    hey i need to know how to pass parameters from my ShellExcute in my c++ code to my .exe thats made in vb. i know it's the forth parameter of ShellExute to pass parameters but how does is receive it in my vb code? do i have to declare it in my form_load as a variant? cause if i do that, my vb...
  7. baggio7

    ExecProgram

    hey, does anyone know how to use: ExecProgram in c++. what #include do i have to declare and whats the syntax? thanks
  8. baggio7

    Launch .exe from c++

    hey, i need help to launch my vb executable file from a c++ dll. does anyone know if it's possible and how to code it? pls be specific cause i'm not to good with c++. thanks, Maldini

Part and Inventory Search

Back
Top