Search results for query: *

  • Users: maximc
  • Content: Threads
  • Order by date
  1. M

    Calling external exe files

    I am using the inbuilt Shell() function to call a VB6 program but what happens is that the control after calling the .exe file does not wait to finish the job but goes ahead executing the rest of the commands within that module. How can I stop executing the rest of the statements in my current...
  2. M

    The folder name problem

    I am using the in-built Shell() function to call a VB6 routine and the .exe file lies in a folder that has spaces. For example "My Documents" is embedded within my path for the .exe file that I am executing. Because of the space between "My" and "Documents", the program tells me that it could...
  3. M

    Not able to debug program

    In VB.Net, although in the Configuration Manager, I selected "Debug", yet the program does not stop at the breakpoint. Can someone help me, please?
  4. M

    Timeout Expired Error

    While executing the following statement, I get "Timeout Expired" error. The statement I am executing is: DATable.Fill(DsTable, "MyTable") The table has around 400,000 records. If I attempt to run the program again, it works fine without any problems. Sometimes on my third attempt, the program...
  5. M

    Error while using Namespace

    I am new to creating custom controls. I am using Microsoft ASP tutorials from gotdotnet.com. If I do not use the Namespace, it works fine. But if I use Namespace in a control, I get Parser error in my webpage where I use Namespace="MyNamespace" in the <@Register line as you may see below...
Back
Top