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

    Uploading a file from an application to a webform

    I have an application that produces an xml file. I want to be able to uplaod this to the administration area of my website and have it parse the xml and add it to the database. How to I submit data as form fields to a webpage from a c# app? Thanks Giles Roadnight http://giles.roadnight.name...
  2. Roaders

    IMAP, Outlook, rules

    I am just trying to get IMAP set up with Outlook but have never used it (IMAP) before so am not sure of the best way of doing this. I am trying to set rules up to move e-mails into the correct folders but they are not deleted from the inbox when they are moved. Do I have to purge deleted items...
  3. Roaders

    hosts

    I have edited my hosts file to include new names that my apache server is running but it seems to have no effect. I can ping localhost but none of the other names in the list. I have re-started my machine but it still doesn't work. When I try to visit one of the names in my web browser I get...
  4. Roaders

    Visual Studio .NET dialogue editor

    I am trying to edit some dialogue resources in visual studio.net. Whne I load up a new dialogue the window never seems big enough to accomodate the controls. When I drag the window to make it bigger all of the dialogue dissapears and I can't see anything. As far as I can tell the only way of...
  5. Roaders

    table layout when loading HTML into word

    Hi Guys I am creating a webpage using cold fusion that is to be loaded into Word then printed. The webpage has many rows that span across many pages. Does anyone know how to prevent a row breaking across two pages? I have tried using page-break-before = auto; but this doesn't work (doesn't...
  6. Roaders

    Setting up a site on a share

    I am trying to set up IIS on my local machine to run a site that is located on a share on another machine to reduce the load on the remote machine. I have gone to the home directory tab and selected a share on a nother machine and added my log in info into the log in as bit. On the directory...
  7. Roaders

    debugging remote movies

    Hi All I have a flash movie that uses Flash remoting. This works fine when I run the movie on my desktop connecting to my server. If I upload the movie to my server and open the swf in flash mx it works fine but if I open the movie on the server in a browser (either directly or embedded in a...
  8. Roaders

    How do I get at param variables

    Hi Am a newbie to this. I am passing a varaible server name in my webpage to my flash movie like this: <param name=&quot;serverName&quot; value=&quot;#cgi.SERVER_NAME#&quot;> so how do I get to it in my Flash movie? One other question, how do I refresh my webpage so that it re-loads my movie...
  9. Roaders

    Positioning new Movies

    Hi guys I am using this code: onClipEvent (load) { for (i=1;i<_root.categories.length;i++){ _root.attachMovie(&quot;newCategoryButton&quot;,&quot;image_&quot; + i + &quot;_0&quot;,i); setProperty (&quot;image_&quot; + i + &quot;_0&quot;, _x, 60); } } to create new movie clips in my...
  10. Roaders

    line indent on new lines

    Hi I have just switched from Cold Fusion studio to Dreamweaver MX. I really like it apart from one small problem. When I hit return to go to a new line it goes right to the left margin. In CF studio when I started a new line it had the same indent as the line I was comming from. Can I make this...
  11. Roaders

    Contact Lists in Outlook

    Hi When I create a new message in outlook or go to my address book I get a message that says: &quot;The address list could not be displayed, the contacts folder associated with this address list could not be openend: it may have been moved or deleted, or you do not have permissions. For...
  12. Roaders

    Sheduling defragmentation of a drive

    Hi I have three drives, C,D and G and I want to schedule c and d to defrag every night that I leave my computer on. I can get it to work through the command line with defrag but this does not seem to work with the sheduler, I would also like to see the defragmenter running. I have also tried...
  13. Roaders

    Preventing page breaks within table rows in IE

    Sorry, forgot to put a subject in the first post!! Hi Guys. I am printing a list of tables and I want each table (apart from the first) to start on a new page. I have done this using the style page-break-before : always except in the first table and this works fine. This table is a border...
  14. Roaders

    Hi Guys. I am printing a list of

    Hi Guys. I am printing a list of tables and I want each table (apart from the first) to start on a new page. I have done this using the style page-break-before : always except in the first table and this works fine. This table is a border table for another table which has all of the data. I...
  15. Roaders

    Overwriting media

    Hi I have veritas Backup exec sheduled to do a backup every morning. I have two different schedules, one for weekdays when it ejects the tape when it is done so it can be changed at 9 in hte morning, and one for the weekend so it does not eject the tape and backs up to the friday tape on Friday...
  16. Roaders

    problem with charArray class

    I'm trying to set up a charArray array to load info from a file into and use ==, != operators and so on on it. Here is my test file: //test.cpp //chrArray test file #include &quot;chrArray.h&quot; #include <iostream> using namespace std; void main(){ chrArray newChar(10); cout <<...
  17. Roaders

    include file loops

    Hi I have a vertex class that I want to add a vector object to. I #include &quot;vector.h&quot; but the thing is the vector class has a vertex object in it so the vector.h file has #include &quot;vertex.h&quot; in so I get an infinite loop. How do I get around this? Thanks Giles Giles...
  18. Roaders

    Email problems

    Hi Guys My Web Server has Cold Fusion Installed on it that sends e-mails whenever an order is placed. Occassionally I do not recieve the orders via e-mail. I have looked in the CF undelivered folder and they are not there. I have just looked in the inetpub\mailroot folder and they are all there...
  19. Roaders

    Subtracting one mesh from another

    Hi guys I am a complete novice in 3d studio and all i am really using it for is to create meshed to render in some software i am writing. I have a teapot and I want to delete everything apart from the spout and bit of pot that the spout goes into. I also have a big box containing the bit of pot...
  20. Roaders

    Superfast code

    Hi I am writing a rendering program that does not use direct3D, it odes it all itself. Obviously when doing this I need to keep my code lean and fast so I have a few questions. If I have an array of say 3000 pointers and I sometimes I need to do an operation when looping through that array and...

Part and Inventory Search

Back
Top