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 SkipVought 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: wdp
  • Order by date
  1. wdp

    Break point not halting code first time through

    I have a problem, I think some of my aspx pages are corrupting or I may have a setting causing the problem. Pages that have been working in the past have suddenly started caching themselves and there does not seem to be much i can do about it. If I put a break point in the onLoad event of the...
  2. wdp

    Nice to know

    Thanks for the heads up on the gotdotnet.com/team/ide. there's a lot of good stuff there.
  3. wdp

    Nice to know

    Thanks. It all seems like too much hard work, i'll give it a go though.
  4. wdp

    Nice to know

    Does anyone know how to include tips in sub procedures. ie Public Sub MySub(myInt as integer) End Sub Dim x as integer MySub(x) What I am trying to do is include the tips in the procedure so that it's easier for other users to understand what they need to put in. e.g 'MySub(...x as Integer...
  5. wdp

    Multi Thread Callback?

    Thanks
  6. wdp

    Multi Thread Callback?

    Can you help? Im trying to run an import routine and update the client screen progress bar at the same time. I can create a thread and drop the class into it but I understand that you should never change controls on the users screen with any other thread other than the thread that created them...
  7. wdp

    Windows Service Permissions?

    Thanks for the help, but I still cant get the dammned thing to work, I have even tried creating an exe that does work as a normal program, this does read and write files, so I made the service shell the application. Guess what, It don't work. Its as though the permissions have been inherited...
  8. wdp

    Windows Service Permissions?

    Can anyone help ? I am trying to run a Windows Service in .Net that reads and writes XMLFiles. I have ran the code from a standard exe and it works fine, however after installing the service and starting it, it seems to not bother reading and writing the xml file. Is this a permissions thing? I...
  9. wdp

    How do I Remove a cached page from the browsers previous/next button c

    No, It is now, still no change. The update/submit button is and has been working correctly but the main problem is that I want it to be removed from the clients browsers toolbar Back button.
  10. wdp

    How do I Remove a cached page from the browsers previous/next button c

    Does anybody know how to remove a previously visited aspx page from the client browser instantly. I am using a data entry form which i want removed from memory when the user leaves the form from either a submit button or by pressing the Back button. only the Submit button works.
  11. wdp

    Hanging Visual Studio

    Thanks for the hot fix, I have installed and so far so good.
  12. wdp

    Hanging Visual Studio

    can anybody tell me why my vs hangs when i run the program. I have tried different combinations, I have tried to first Rebuild Project and solution before running with the same result. on average I usually get success by the 3rd attempt. Has anybody else had this problem.
  13. wdp

    email in .Net

    Yes, You need to set a reference from your project to the .Net System.Web.dll
  14. wdp

    email in .Net

    Thanks
  15. wdp

    email in .Net

    How do I email using the clients default eg Outlook, Outlook Express, Lotus Notes

Part and Inventory Search

Back
Top