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

    When to use SSL?

    Howdy, I've been tasked with getting SSL setup on our website. It is all set to go but I'm not sure about how best to implement it. They want to use a shotgun approach and just SSL a few of the sites they think should be secure. I am not exactly sure if this is the best option or not. I was...
  2. Ddraig

    Active Directory and IIS, Best Practices?

    Howdy, I am trying to work on an intranet application, and an Admin application which will authenticate to active directory. However I just found out that our webserver is not linked up to active directory, and it is not on our domain. The only reason from what I have been able to gather is for...
  3. Ddraig

    Server.MapPath in Class ?

    Howdy, Trying to get Server.MapPath in a class file, I'm using VS2005 and not exactly sure what namespace I'm supposed to import. Any ideas? :) Thanks, Owen http://www.fdwsnetworks.com - http://www.tk3195.com
  4. Ddraig

    SSL Setup Tutorial?

    Howdy, I have been tasked with setting up SSL in IIS 6.0 and was curious if there are any tutorials or helpful websites out there. We're having an issue with it and displaying correctly, I'm thinking it might be a port issue but it has been forever since I've messed with SSL. Thanks, Owen...
  5. Ddraig

    Loading XML Into Dataset

    Howdy, I'm working on an RSS Reader and I'm having a small issue. I have a form, and on the form load event I have. dim ds as dataset ds.ReadXml("http://rss.cnn.com/rss/cnn_topstories.rss") Every time I run it is giving me a An unhandled exception of type 'System.NullReferenceException'...
  6. Ddraig

    Using Coordinates to Draw Image

    Howdy, I'm a bit stuck here at the moment. I'm working on drawing a line by line drawing using a string. I know I can do it with graphic.drawlines but this requires the coordinates to be in an array and I can not for the life of me figure out exactly how to do this. I have a string that is...
  7. Ddraig

    Creating Calendar froom Database Info

    Howdy, I am trying to find any good info or tutorials on some code that will allow me to create a chart in visual basic. Attempting to look for information throughout this site and the web on any information recarding the ActiveX Chart component. Owc11 but I can't seem to find anything on it...
  8. Ddraig

    Norton Ghost, Screwed up Windows Partition

    Howdy, I am in a bit of a situation. I heared my HD clicking a little bit so I thought I better backup my computer as soon as possible. Couldn't find the software I was going to use to backup to my iOmega External Drive so I found a copy of Ghost I had gotten with it. I installed Ghost did two...
  9. Ddraig

    Adding Link Button at Runtime

    Howdy, Let me post my code first then give a brief description. I have a linkbutton and a panel on the form. Private Sub LinkButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles LinkButton1.Click Dim rowCount As Integer 'For rowCount = 0 To 5...
  10. Ddraig

    Loop through SubFolders

    Howdy, I am trying to figure out a way to loop through subfolders, with in a folder. I've got the code that will loop through an inital folder but I was wondering if anyone had suggestions on how to go about subfolders efficently and what the best way or ways that have worked for them? This...
  11. Ddraig

    Date Time Issue Help/Suggestions?

    Howdy, I'm having an issue with my code and I can't seem to figure it out. I'm trying to make an alert system basically the program goes out to a site(rss feed) checks the time and if the alert is not older than 20 minutes (arbitrary number for coding purposes) then it displays a message (the...
  12. Ddraig

    DateTime Issue Need some help/suggestions

    Howdy, I'm having an issue with my code and I can't seem to figure it out. I'm trying to make an alert system basically the program goes out to a site(rss feed) checks the time and if the alert is not older than 20 minutes (arbitrary number for coding purposes) then it displays a message (the...
  13. Ddraig

    99% System Usage?

    Howdy, I have been having this issue for some time now and first chance I have had to post about it. I need some advice about how to fix this situation. Everytime I boot my PC with a CD in the drive the computer processor spikes to 100% usage. Apparently it says System is using 99% of the...
  14. Ddraig

    Pulling XML Into Database

    Howdy, I'm having a slight issue with my code here and I'm not exactly sure I've got it right. Basically what I'm trying to do is to pull in URLs (strAddress) from a database, then have it send that to my code the parses the XML. Then it should go to the next one, and do the same thing etc...
  15. Ddraig

    Hiding form on Minimize

    Howdy, I was wondering if anyone could give me an idea of what I'm doing wrong. I guess I need to know what Form Event this code should be in. Me.ShowInTaskbar = False Me.Hide() I want to hide a form when someone clicks the minimize button. I have a notifyMenu with the...
  16. Ddraig

    Windows Messanger SIP/Live Com HTTPS Error

    Howdy, One of my users is experiancing an error message when trying to connect to our SIP server. An HTTPS or TCP connection could not be made. Please wait for your network administrator to correct this problem, and try again later. Now other people throughout our organization are using...
  17. Ddraig

    Stacking Windows Forms on Screen

    Howdy, I am writing a news reader app, and would like it to alert me when one of the articles I've selected is updated. I was thinking that I could have a windows form display when updated, but I wanted it to be for each individual article, each one has the same objects, and stack or dock...
  18. Ddraig

    Search doesn't work

    Howdy, I have a user that is attempting to search for a specific word or phrase in there documents folder. I was able to test the function it will find files or documents with the name that contains the keyword but it won't find any documents that contain the keyword. For example, if I do a...
  19. Ddraig

    Filling Dropdownlist box from WebService dataset help?

    Howdy, I've got a dataset that contains two tables. An ID and Name that is being passed through a xml web service that I would like to put into a dropdownlist box. I need to set a text value of the Name to display and the ID as the value member. I was wondering if anyone had any ideas, I've...
  20. Ddraig

    Filling Dropdownlist box from WebService dataset help?

    Howdy, I've got a dataset that contains two tables. An ID and Name that is being passed through a xml web service that I would like to put into a dropdownlist box. I need to set a text value of the Name to display and the ID as the value member. I was wondering if anyone had any ideas, I've...

Part and Inventory Search

Back
Top