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

    Dell CPXJ screen resolution messed up...

    I connected my machine (a Dell CPXJ running Win2k Advanced Server) to a video cannon, and the resolution was automatically lowered to 640*480. I was forced to leave in a hurry, so instead of shutting windows down properly I killed it using the powerbutton. Now the resolution seems to be set...
  2. MatsHulten

    Can't seem to shake the CodeRed worm

    Hi Got a CodeRed infected NT4 server. I have applied the patch availeble from MS and restarted the system. Problem is that IIS only displays a page containing nothing but <HTML></HTML> I've checked IIS for what pages it should display and everything looks just fine there, and the files look...
  3. MatsHulten

    Programming multinationally, choosing region settings dynamically

    When coding ASP you can use an object called Session to dynamically set the region settings for the output regardless of what the computer uses (when running the application under IIS that is). The following code will write £125 to the calling browser, regardless of the regional settings of the...
  4. MatsHulten

    Programming multinationally, choosing region settings dynamically

    When coding ASP you can use an object called Session to dynamically set the region settings for the output regardless of what the computer uses (when running the application under IIS that is). The following code will write £125 to the calling browser, regardless of the regional settings of the...
  5. MatsHulten

    Identical function returns different data???

    I'm developing a site locally on a 2000 Advanced Server running MS SQL Server 2000. The regional settings shows that the current dateformat is according to Swedish standard (yyyy-MM-dd). An ASP-script trying to access data from a datetime field in the server populates a variable using...
  6. MatsHulten

    Debugging IIS-server with miltiple sites connected.

    I develop multiple sites and run my own mashine as testserver for many of them. However, the debug feture in Visual Interdev only seems to work if you work agains a IIS with only one web attached. Do anyone know of a way around this? -Mats Hulten
  7. MatsHulten

    Intercepting Windows sequrity box

    Hi! When in NT and W2K you are pressing Ctrl-Alt-Del followed by Enter you lock the computer. Is there a way to intercept other keystrokes programatically and execute other functions/programs? I know I can do this by purchasing some kind of macro program, but I'd really like to try it the hard...
  8. MatsHulten

    Transforming XML-&gt;XML using DOM

    Hi! Here's what I'm trying to do: ===================================================================== Convert <rs> <z:row MenuItem=&quot;19&quot; MenuRefItem=&quot;2194&quot; MenuName=&quot;User administration&quot; MenuLink=&quot;&quot; /> <z:row MenuItem=&quot;20&quot...
  9. MatsHulten

    Transforming XML-&gt;XML using DOM in VB

    Hi! Here's what I'm trying to do: ===================================================================== Convert <rs> <z:row MenuItem=&quot;19&quot; MenuRefItem=&quot;2194&quot; MenuName=&quot;User administration&quot; MenuLink=&quot;&quot; /> <z:row MenuItem=&quot;20&quot...
  10. MatsHulten

    MSSQL2k requires IE5, WHY?

    Can anyone tell me why SQL server 2000 requires IE5? -Mats Hulten
  11. MatsHulten

    VB Stencils

    Hi! Could someone point me to a Stencil for the VB object model? Objects, collections, properties and so on. Thanx in advance! -Mats
  12. MatsHulten

    URGENT Accessing web via firewall. Interdev port settings.

    I need to access a website on Internet via VisualInterdev for debugging and coding. Unfortenately our firewall seems to be stopping me. Can anyone tell me what ports InterDev uses to communicate with IIS, when it downloads and uploads ASP-files? -Mats
  13. MatsHulten

    URGENT Accessing web via firewall. Port settings.

    I need to access a website on Internet via VisualInterdev for debugging and coding. Unfortenately our firewall seems to be stopping me. Can anyone tell me what ports InterDev uses to communicate with IIS, when it downloads and uploads ASP-files? -Mats
  14. MatsHulten

    Displaying DTD in web browser

    I'm trying to display the contents of an external DTD (a file saved with the dtd extension), but the browser refuses to show it, giving me the message: &quot;Cannot view XML input using style sheet.&quot; and &quot;XML document must have a top level element.&quot; The program I used to create...
  15. MatsHulten

    Administer sourcecode?

    We are currently looking for a server software to safeguard our sourcecode. I was wondering if any of you could offer me some insight as what system to chose, and common traps. At this point we are looking at beetween 50 - 100 files to each project, and anywhere between 5 to 15 concurrent...
  16. MatsHulten

    Running script or program on logoff

    Do anybody know of a way to run a script or program whenever I logoff my computer? Something like the startup-folder in the program menu, only run at logoff/shutdown. -Mats
  17. MatsHulten

    Access command line options in VB

    Hi! I need to access command line parameters passed to my VB-program at at startup. Can anyone tell me how to do this? my_program.exe -run -5 -Mats
  18. MatsHulten

    Copy tables using recordset

    Can someone help me out with this one! I need to copy a table from one DB to another using nothing but ADO. Getting the data into a recordset is not a problem (select * from table), however I would like a more simple solution to updating the other DB than doing an insert for every record. (The...
  19. MatsHulten

    Timer that starts a certain time

    The standard timer control executes an event every x milliseconds. I need a control that executes in the same way, but uses the clock. For instance I would like to be able to start an event every day at 13.00 I can't use the sheduling functions in the OS as the program needs a certain amount of...
  20. MatsHulten

    Automate table import with a twist...

    Can someone help me out with this one? I need to automate an import to an Access DB from another system. Problem is that the other system has a native loginbox that appears whenever I try to access data from it. Any thoughts how to get around this? -Mats

Part and Inventory Search

Back
Top