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

    prevent other network users to access web applications in IIS on my PC

    I want to prevent ALL users on the network from browsing to IIS and looking at web applications on my PC. The web site is set up as Windows authentivation. David Visual Basic 6 Ent
  2. davidrobin

    IIS hangs intermitently server2003 IIS6

    I have an ASP.NET application on IIS 6 (win 2003). The application hangs then timesout intermitently which then displays a "page cannot be found" error. It seems to be something with data access as I can request a dummy aspx page (with no data access) that I put on the site even when this...
  3. davidrobin

    multiple VS.NET applications in subdirectories of a virtual directorie

    I have a website on IIS. My web content is on the local drive "c:\whatever" and I have set up a virtual directory to point to the local drive. My virtual directory is lets say "c:\this" I have put my ASP.NET content in a sub folder e.g. c:\this\that. When I browse to the location...
  4. davidrobin

    copying a directory tree using a dos bat file

    I have a dos bat file and want to copy a directory tree from one drive to another. copy and xcopy only copy files and not any folder hierarchy (underlying folders). What is the command for copying all files AND folders in a directory? David Visual Basic 6 Ent
  5. davidrobin

    How to connect to IIS on the server via IIS on my local machine.

    I have IIS 5 on a server and IIs on my client machine. I want to connect to IIS on the server using IIS on my local machine. When I say connect as I put in the server administrator username and password. I can see some of the sites but not level lower. When I try to (via the treeview) I get bad...
  6. davidrobin

    What is the .net equiv for GetNearestPaletteIndex

    Does anyone know the .net equivalent for the GetNearestPaletteIndex api call David Visual Basic 6 Ent
  7. davidrobin

    reduce the colours in a bitmap

    I have an application where I load an image into a picturebox. What I want to do is simplify the colours. e.g. I want only the following colours in the image. white light blue dark blue yellow pink red dark red black light green dark green light grey dark grey orange there are a few others...
  8. davidrobin

    What does #9 mean.

    I am trying to understand some delphi code. i = Pos(#9, f1) Can some one tell me what the #9 means. David Visual Basic 6 Ent
  9. davidrobin

    disappearing transactions

    I have an interesting sistuation with transaction. My main code looks something like this Private sub DoStuff() on error goto Abort conn.begintrans ... do lots here including calling other functions on other forms MoreStuff() ... conn.committrans...
  10. davidrobin

    Conditional summaries

    I need to do a conditional summary. i.e. Only count if value is "EEE". I don't think there is a way to do it. Does anyone know of any work around. David Visual Basic 6 Ent
  11. davidrobin

    optional date parameters

    I have a report with a number of parameters. I need 2 optional date parameters. They need to be optional because they allow additional filtering. How can I have optional date parameters. I need to be able to check whether a date was or was not entered. I have searched but cannot find an answer...
  12. davidrobin

    How do I configure IIS to run PHP

    Can anyone tell me how to configure IIS to allow PHP scripting. Also which would be better to learn, PHP or CGI scripts. Thanks. David Visual Basic 6 Ent
  13. davidrobin

    how do I configure IIS to run CGI scripts.

    I need to run CGI scripts on IIS. How do I configure IIS so they will run? David Visual Basic 6 Ent
  14. davidrobin

    Do I need to install IIS on my machine?

    I was about to install VS.NET on a WINXP machine when the Web Projects Requiregents appeared as follows. If you want to create Web projects on this machine, you must first install additional components. To create Web projects, both Internet Information Services (IIS) and FrontPage Server...
  15. davidrobin

    XP won't shutdown just restarts

    I downloaded a some windows updates this week. Ever since windows XP Home will not shutdown. It just restarts. I have to swith the system off. Anyone got any ideas how to solve it. David Visual Basic 6 Ent
  16. davidrobin

    I have a batch file as below: @e

    I have a batch file as below: @echo off rem rem cd C:\WINNT notepad.exe exit The problem I have is the command window is staying open as well as notepad. I need the command window to close. How can I make it close. David Visual Basic 6 Ent
  17. davidrobin

    32 or 64 bit edition, How can you tell?

    I was looking on the Microsoft site for some security updates. There were different updates for Win XP 32 and 64 bit editions. How can I tell which edition my installation is. I am running XP Home. Thinking about it is XP Home 32 bit and XP Pro 64 bit. Could it really be that simple...
  18. davidrobin

    I have installed Visual Studio Ente

    I have installed Visual Studio Enterprise Architect 2003, no problems there. When I try installing Visio Enterprise Architect I get a message telling me I need VS Enterprise architect version 7.0 installed first. So I can't install it. Visual Studio Enterprise Architect 2003 is version 7.1...
  19. davidrobin

    Problem: i need to insert an jpeg

    Problem: i need to insert an jpeg file into an sql database from vb code Background: i am using aspx web forms and vb.net code Function: i need to insert a jpeg that is created at runtime into an sql database so i can load it into a dataset that will be used by crystal report for visual...
  20. davidrobin

    subclassing menus

    I am wanting to write an app that has custom menus. This has lead me to learn about subclassing. I have managed to subclass a the form so my custom WindProc function handles activation messages and changes the form caption. Now I want to move on to redraw the menu I create at run-time with...

Part and Inventory Search

Back
Top