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: wdp
  • Content: Threads
  • 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

    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...
  3. 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...
  4. 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...
  5. 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.
  6. 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.
  7. wdp

    email in .Net

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

Part and Inventory Search

Back
Top