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

    Network slow after removing old DC

    I have a small business network with about 65 users and 6 servers. All of our current servers are W2k3 boxes and one of those boxes is our new DC. Our previous DC was a W2K box. For a while, they were both DCs in parallel. I transferred the FSMO roles to the new DC using the command line utility...
  2. M3Fan

    McAfee Corporate AV Nightmare

    Our corporation has been using Symantec Antivirus corporate for years with no problems. We've been very happy with it. We have about 55 client PCs and 5 servers. However, I've heard nothing but awful reviews of their latest version, Endpoint Protection 11. Resource hogging and network issues...
  3. M3Fan

    Supporting "Work at home" internet connectivity

    1. If a user is working from home and can't connect their laptop to their home's wireless or wired router, would this be the responsibility of the user or the company to troubleshoot it? Assume the laptop connects just fine in other scenarios. 2. Further, where does your company draw the...
  4. M3Fan

    XP Clients randomly not seeing shares on DCs

    I have to DCs in my network. One is a 2000 DC and one is a 2003 DC. I've had intermittent problems with two seperate clients viewing fileshares on both DCs. What happens is the servers are pingable by name and IP, with no problems, but when you go to browse shares by name, no shares appear. If...
  5. M3Fan

    Hard-coded reference in strongly typed dataset XSD

    Well, I finally broke down and decided to try using a Visual-Studio-Designed data layer for my latest web app (using Visual Web Developer 2005 Express, ASP.NET 2.0). It has worked out fairly well but one thing that drives me nuts is that the references to the stored procedures I used for the...
  6. M3Fan

    Public Calendar Event Labels by User

    I have a public calendar (in Exchange public folders) that is updated by several users. Short of just typing their name in the event description, is there any convenient way to have the events labeled by creator? Ideally I'd like to be able to have users copy events from their personal calendars...
  7. M3Fan

    Windows Authentication from non-trusted domain request

    I'm building a VB.net application which sends an HTTP request to a web form (created in classic ASP) on a remote server. I pass in several form parmeters as if they came from the actual form. The form returns an Excel spreadsheet which I stream into a file. The code works great if the called...
  8. M3Fan

    Using "in" clause with parameterized queries

    Is there any way, using the command object with parameters, to pass in a comma-delimited list of numbers (a string) into an "IN" clause? Such as below: dim tempcmd 'as ado command dim parm1 'as command parameter dim parm2 'as command parameter Set tempcmd = CreateObject("ADODB.Command")...
  9. M3Fan

    Firing word merge from VBS on client

    I am trying to create/edit/store word mail merge docs (letters, mostly) via a web app in asp.NET. The client would be able to create/edit/save mail merge docs with merge fields from the database. The docs could then be stored and retrieved whenever, possibly directly into the database (as image...
  10. M3Fan

    Call .NET form from VB6

    Hopefully this is an easy question. I'm new to interop between .NET and COM. I'm wondering how I can make my legacy VB6 application call a .NET component which has its own .NET form. I'd like the VB6 app to pass a SQL string to the .NET component, which would launch and open its own form...
  11. M3Fan

    Check if form element exists

    Hello all- I'm running into a problem with some existing code here where upon opening a form, certain combo boxes, etc are set to not visible or visible based upon the data populated into the form. The objects with the visibility being set are not always included in the form based on the data...
  12. M3Fan

    MS Word Date Automation

    Ok, here's what I need to do: I want to enter an initial date on say the first column in a 5-column wide table in an MS word document, and then I want Word to automatically populate the next 4 cells with the successive 4 day's dates afterwords. For example | First date entered here,5/20/03 |...
  13. M3Fan

    Horizontal Scrolling Listboxes

    Anyone know how to do this? How to have a horizontal scroll bar on a list box? For example, if the items in the list box are wider than the box and you still want to see them?
  14. M3Fan

    Laptop DVD Playback Choppy

    I have a toshiba sat. pro 6000. The DVD playback seems slightly choppy and out of sync with the sound, even if I have no other applications running. Any ideas?
  15. M3Fan

    Getting "More..." functionality working

    Does anyone know how to hide part of an article or section of text and have it appear when someone clicks "more...". For example, I have an explanation like this on the page: This is an article about how the human spirit More.. When they click on "More" the rest of the...
  16. M3Fan

    Stored proc help PLEASE

    Ok, I checked out the old threads on this topic and couldn't find something exactly like this. I have the following stored proc in SQL 7: /* ** This procedure inserts a visit record ** and returns the identity key of the new record */ create procedure spLogVisit @Visitor_Name varchar(50)...
  17. M3Fan

    Scroll bar help

    Ok, here's my question. I have a frame that is basically for a navigation menu on the side of the site. It has too many items to view them all in 800x600 but it looks fine in 1240x768. Now, of course if I put the scrollbars to "auto" then IE still puts the scrollbars there no matter...
  18. M3Fan

    One more file upload question...

    Ok, I have installed the Microsoft Posting Acceptor add-on to my IIS 4 on an NT server and I have gotten it to work. However, the way it works is an HTML form submits the file name to a DLL, CPSPOST.DLL. That doesn't give me many options for doing anything with capturing the file name, putting...
  19. M3Fan

    Transaction Logic

    Could someone help explain ways of implementing this to me? I have done some research on the topic and have figured out how to do it using VB registered DLL's and MTS. Is there any way to do transaction logic without the VB components? Basically, I need to update several things simultaneously...
  20. M3Fan

    The way to go

    Before I start, I know this isn't exactly ASP related, but there seems to be a concentration of very knowledgeable programmers in this ASP forum. Anyway, back to the question: Let's say you were an ASP programmer at a corporation with experience with SQL server, etc. and wanted to do some web...

Part and Inventory Search

Back
Top