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

    ASP.Net Configuration

    Hi, I am a relative newbie to ASP.NET 2.0. I have created a web site (ClimbYorkshire.com - Still under development) and I was wanting to add Forms Authentication to the site. I have watched a couple of webcasts from MS and they tell me to use the ASP.NET Configuration and then click on the...
  2. viper1777

    Delphi Dlls in C#

    Hi, I have a Delphi 6 DLL that I need to run from C#.Net 2.0. I have some problems with it though. Here Goes: The Delphi Decalration is : function M_Login(ip : PChar; port : LongInt; uci : PChar; vol : PChar; pass : PChar; user : PChar) : LongInt; stdCall; And the C# Declaration is ...
  3. viper1777

    Delphi Dlls in C#

    Hi, I have a Delphi 6 DLL that I need to run from C#.Net 2.0. I have some problems with it though. Here Goes: The Delphi Decalration is : function M_Login(ip : PChar; port : LongInt; uci : PChar; vol : PChar; pass : PChar; user : PChar) : LongInt; stdCall; And the C# Declaration is ...
  4. viper1777

    Templates

    Hi, I am fairly new to visual studio web development, I can do the back end (C# and VB) stuff OK, but I am having some problems with the Web Page Development. Simply, is there any way I can develop a template that I can use to base all other pages on. But can still be dynamically updates when...
  5. viper1777

    SQL Server Jobs

    Hi, I have created an SQL job from a Delphi application using ADO. Mainly I have used the sp_add_job and associated commands. I have added a job, 2 steps and a schedule. I then query the job I created for the job_id and insert into msdb..sysjobservers. I do this to get the runnabke status of...
  6. viper1777

    Scheduled Tasks Hiding Applications

    Hi, I am using MSM Console on Windows 2000 A Server, and I have scheduled task to call a batch file to shut down the console and perform a backup. When this happens though the batch file runs and should then restart the MSM application in the DOS window of the batch file. MSM is a DOS Console...
  7. viper1777

    Eval() Equivelent

    Just a quick question... Is There an VB 6 equivelent of the JS eval() function or another way of calling subs/functions from variable data. Thanx! Dave Shaw

Part and Inventory Search

Back
Top