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 Mike Lewis 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: dg043
  • Order by date
  1. dg043

    Automatic proxy authentication

    If you open Internet Explorer and type www.google.com into the address bar and pres enter, a message box appears asking for my proxy username and password. I would like to be able to specify this username and password programmatically. I suspect that if you do not receive this, then it is...
  2. dg043

    Automatic proxy authentication

    Hi, I am trying to write a program that will open a web page in Internet Explorer and save the result. I am having a problem with my proxy server though. If I wasn't using a proxy, the code would be: Dim wbBrowser as New SHDocVw.InternetExplorer wbBrowser.Visible = True wbBrowser.Navigate...
  3. dg043

    Receiving SMTP messages

    Thanks for that, Jason. I thought that might be the case but didn't want to admit it! Dan Griffiths Software Analyst National Grid plc
  4. dg043

    Receiving SMTP messages

    Hi, I've read a lot all over the internet about how it is possible to send emails using SMTP. However, I would like to know if anybody knows how to RECEIVE emails using SMTP. Basically, I have an email adrress on an SMTP server and I want to know if I can check it using VB .NET 2003? Dan...
  5. dg043

    Cannot delete publication

    Thanks, you're right but I have tried running those scripts so that I can now guarantee that no remote servers are subscribing to the publication. However, Enterprise Manager still locks up when you try to delete the publication. This is really a moot point now anyway because I no longer have...
  6. dg043

    Cannot delete publication

    I have come across Enterprise Manager caching several times before, but in this case I have even resorted to rebooting the entire server and still the unwanted snapshot agent is in the list. I still can't delete the publication Dan Griffiths Software Analyst National Grid plc
  7. dg043

    Cannot delete publication

    I have a problem with publications on a SQL Server 2000. I have a database called DTAD and this contains a publication of the same name. This is an old process and I no longer require it. However, when I try to delete it SQL Enterprise Manager freezes and remains in a 'Not Responding' state...
  8. dg043

    File DSN problem

    Hi, I don't know whether this is the right forum to post in, but I am having trouble with a file DSN. I have a shared Access database located on a server. It uses a DSN file in the same directory on that server, that points to a SQL Server database. This setup works fine until 2 people try to...
  9. dg043

    Registry permissions denied

    Thanks for the help. If I use your code, pmegan, it works fine through both the IDE and Windows. If you notice from my previous post, there was a typo in the path of the key. Dan Griffiths Software Analyst National Grid plc
  10. dg043

    Registry permissions denied

    If I open regedit I can see that key and I can change it. As I said before, my original code runs fine through the VB IDE but gives an error message when I run the executable through Windows. My initial thought was that it might be something to do with permissions (eg. the IDE runs the code as...
  11. dg043

    Registry permissions denied

    Thanks for your suggestion but I've just tried that and the short answer is no. Firstly, there is no such object as 'My' in the application therefore the call My.Computer....... results in an error message of 'Object not set to an instance of an object'. Secondly, to my knowledge the...
  12. dg043

    Registry permissions denied

    I am experiencing the same problem as described in thread796-1042121. I can run the program (a windows forms application which simply changes a registry value) through the Visual Studio IDE but as soon as I try and just execute the program (by running the .exe file through Windows explorer), it...
  13. dg043

    Form is closing automatically

    Thanks for your suggestions. They have started me thinking in another direction. It would appear that Application.Run performs exactly the same as myform.ShowDialog. That said, you can achieve further processing after this by putting code into the _Activate event of the form. The answer appears...
  14. dg043

    Form is closing automatically

    Thanks for your suggestion, but I have already tried this and the same thing happens. It would appear that starting a windows forms application of this type through Sub Main is the wrong way to go ... Dan Griffiths Software Analyst National Grid plc
  15. dg043

    Form is closing automatically

    I have a simple Windows Forms based application which I am trying to upgrade from Visual Basic 6.0 to Visual Basic .NET. At the moment, all I am trying to do is open a form from a module. That is, I have a form called frmProgress and a module called modBas. In modBas is the following code...
  16. dg043

    Webclass Start not operating correctly

    I have a Windows 2000 Server on which I am running IIS v5.1. I have created a WebClass project using Visual Basic 6.0 and can run this project without any problem through this development environment. My problem occurs when I deploy this project to run using IIS only. The project contains an...
  17. dg043

    Cannot see functions in the webclass

    I am currently working on a web application that is to be ran through IIS. The webclass on the server is called wclsHelpDesk.dsr and in the login web event, it uses a method in a class called c_SQLCon.cls. My plan was to have that class call a method back in the webclass , to output some...
  18. dg043

    Recovering a database from a .DAT file

    Great! Thanks for the help. If I can use DISK REINIT I will but we will probably just buy the Auto Recovery software Dan Griffiths Software Analyst National Grid plc
  19. dg043

    Recovering a database from a .DAT file

    I had an installation of SQL Server 6.5 which maintained several databases. The server running this crashed and all I have left is the .DAT files which represent the data and log devices for each database. I have read that it is pssible to restore databases created in SQL Server 7.0 or above...
  20. dg043

    What does the Automatic mean after the preferred network name?

    Bizzarely, The 'Connect when network is in range' checkbox is checked on both the functioning computer and the non-functioning computer. If I un-check the box on either computer, the word after the network name becomes On-Demand Dan Griffiths Software Analyst National Grid plc

Part and Inventory Search

Back
Top