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 Wanet Telecoms Ltd 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: *

  1. 5ilver5aracen

    Network Folder Sharing Problem

    Hi I have 5 pc's all with vista on a workgroup network. 4 of the pc's need to share a folder on the 5th pc but one of the 4 cannot have access to some of this folders sub folders. Whats the best way of setting this up? I've tried a few things but can't get it to work. I'm a bit new to network...
  2. 5ilver5aracen

    Which is faster - com or exe?

    Hi I'm fairly new to assembly language programming on win32 and I'm using nasm to do some quick number crunching. Can anyone tell me which is faster out of a COM or EXE? Many thanks in advance.
  3. 5ilver5aracen

    Which Project Management Software?

    Hi Can anyone recommend a good project management package other than MS Project? Web based would be preferred I think with a client login as well. Its for a company of 5 people that aren't totally IT literate but they do need an electronic solution. Many thanks in advance
  4. 5ilver5aracen

    nearest postcode / town locater

    Hi I need to write some scripting that will query a database in order to find the nearest garage to a given postcode or town. Does anyone have any ideas how to do something like that? Many thanks in advance.
  5. 5ilver5aracen

    Firing Emails off using ASP

    Hi I'm sending an HTML email off from an ASP script (CDONTS). However some people receive it with all the images as attachments whereas other people receive it as it should be. I'm using the following to add the images to the email: objMail.AttachUrl imagePath,imgName Can anyone let me know...
  6. 5ilver5aracen

    Detecting MouseMove anywhere on screen

    Hi Does anyone know how I can read the mouse x and y even when the mouse is outside of my form? Many thanks in advance
  7. 5ilver5aracen

    PDF Search Facility

    Hi Can anyone recommend a good (cheap) server side PDF indexing program that will provide at least a summary and page number of the PDF in the search results? Many thanks in advance.
  8. 5ilver5aracen

    Using ServerXMLHTTP on PWS

    Hi Just wondering if any of you know how to get ServerXMLHTTP working on Personal Web Server. I'm attempting to post xml requests to another server from my PWS (on win98) but I keep getting the error: Server object error 'ASP 0177 : 80040111' Server.CreateObject Failed I've installed msxml4...
  9. 5ilver5aracen

    RSS google news feed script

    Hi I've just discovered RSS and need to add a google news feed to my website. Does anyone know of a javascript I can use to do this? The news feed I need to display is: http://news.google.co.uk/news?hl=en&ned=uk&q=mortgages+uk&ie=UTF-8&output=rss Many thanks in Advance
  10. 5ilver5aracen

    designmode problem

    Hi I've created an editable html page by setting the document.designMode. I'm trying to attach an onBeforePaste event handler to the body of the document now but each time I do this the body cannot be referenced. It shows up as Null. It seems that setting designMode on the document stops you...
  11. 5ilver5aracen

    Textrange focus problem

    Hi, I am using a div to edit some text. The div is set to contentEditable=true. The problem I have is that when the user clicks on a button/image/link that is outside the div the cursor disappears from the div. So if that button needs to apply some formatting to the textrange in the div it fails...
  12. 5ilver5aracen

    How can I tell if I have USB 2.0?

    Hi, does anyone know how I can tell if my PC's have USB 2.0? One has win98se and the other has XP home. Many thanks in advance.
  13. 5ilver5aracen

    Ordering 2 tables query

    Hi, I have 2 tables. TableA contains course details and TableB contains the dates that these courses are on. There can be many dates for each course. I have tried quite a few sql statements to try and produce a list of courses that are in date order. The courses need to be ordered by their...
  14. 5ilver5aracen

    Copying data between arrays

    Hi. I'm not sure what the best way is to do the following. I need to copy the contents of a one dimensional array into the 2nd dimension of a 2 dimensional array. So array1(0) needs to be copied into array2(0,0). Does anyone know an easy way to do this without using a for next. Many thanks in...
  15. 5ilver5aracen

    Writing to Excel

    Hi I need to copy certain records from an Access DB to an Excel Spreadsheet for a client to download. I can connect to the SS using ADO but thats as far as I have got. I can't seem to write any data to the SS. I have a feeling that I haven't set the sheet up properly. I don't really understand...
  16. 5ilver5aracen

    Detecting Multiple Key Presses

    Hi, I'm writing a simple win32 game using vb6 and was wondering whats the best way to check for the keyboard state. The game needs to know if more than 1 key is pressed and what the keys are. Many thanks in advance.
  17. 5ilver5aracen

    Blitting a resource file

    Hi, Im creating a simple 2D game in VB6 and Im not sure what the best, quickest way is of drawing the background for the screen. At the moment my background is stored in a bmp. A DX7 surface is created using this bmp. Then the sprites are added and lastly the surface is flipped to the screen...
  18. 5ilver5aracen

    Reading returned XML

    Hi, I'm very new to XML and I have to set up a credit card authorisation process using XML. I have an asp which creates and posts the XML in a form field to the ecommerce server. The ecommerce server then responds with XML which atm appears in the browser. How do I read this XML using asp? I...
  19. 5ilver5aracen

    Pasting from WebBrowser to clipboard

    Hi Does anyone know how to copy and paste from the WebBrowser object to clipboard? Thanks in advance.
  20. 5ilver5aracen

    Selecting web page text from a WebBrowser window

    Hi, I've just written a VB6 project that uses WebBrowser to access a web page. I now need to pull data from this web page. I have tried: myVar = Browser.Document.body.innerText That works ok to a point. If there are table cells on the web page the data is returned all bunched together unlike...

Part and Inventory Search

Back
Top