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

    Timer question

    All - I want to see how long it's been since I started a timer until an event happens. Is there way to do something along the lines of: timer1.interval = 10000 timer1.enabled = true <other stuff happens> timer1.enabled = false leftovertime = timer1.timeleft text1.text (leftovertime) Or...
  2. shawnnason

    Arguement acceptance, shell command

    I have written a VB application that performs registry upgrades. I now want to modify it so that the program can be run remotely. I would like to be able to run, from a remote machine, a VB application that uses the shell &quot;net use&quot; command. I want to allow the remote user to make a...
  3. shawnnason

    Using senddata on a type

    I have created a type as follows: [code] Public Type MyData command as string numval as integer capbility as string End Type [\code] When I then try to send this type using the SendData facility of WinSock, I get an error box which says: Complie Error: Only user-defined types...
  4. shawnnason

    Removing modules

    How do I remove a module from a project? I added a module then realized that I ddn't really want the module in there, and now am stuck. Shawn
  5. shawnnason

    Winsock RemoteHost problem

    I am trying to write an application that will connect to different computer at run time by specifiying, in a text ox, the name of the computerto which I want to connect. I am using Winsock for this. I know that I can use the &quot;friendly&quot; name or the dotted noation. I have my form...
  6. shawnnason

    Package and Deplyment Wizard

    I tried to ask this in Application Deployment forum, with no result. so, I am cross-posting here, hoping for some help... When I use the Package and Deployment Wizard to create a package, I am getting an error. When I install the package and setup.exe is run on the target machine, I get the...
  7. shawnnason

    Package and Deployment error

    When I use the Package and Deployment Wizard to create a package, I am getting and error. When I install the package and setup.exe is run on the target machine, I get the following three msgboxes: Invalid command line parameters. Unable to continue --- Setup was not completed successfully...
  8. shawnnason

    Unresolved external errors

    I have an Abstract Syntax Notation (ASN) definition that is about 60 pages long. I used an ASN syntax checker to check the file and then used a commercial ASN compiler to build a .c and .h file. I then loaded te .c and .h files into Visual C++. When I build them, I get errors that say...
  9. shawnnason

    Adding modules from other languages

    I have some source code in C that is about 60000 lines long. Is there a way to incorporate this code into a Visual Basic application? Is there an easy way to convert it to VB? Can I compile it and use the binaries?

Part and Inventory Search

Back
Top