Search:

Type: Posts; User: RealisticGraphics

Page 1 of 13 1 2 3 4

Search: Search took 0.29 seconds.

  1. Replies
    5
    Views
    439

    Re: Concatenation

    Good point Bushmobile. For the life of me I couldn't think of a way that would cause that error.
  2. Replies
    5
    Views
    439

    Re: Concatenation

    Not sure why you get that in VBScript. Could I see your code? All variables are stored as varients. See my example:


    dim a
    dim b
    dim c

    a = 1
    b = "test"
    c = b & a
  3. Re: JavaScript and that "Internet Explorer has restricted active content" message

    Maybe just a problem I've noticed at work, but even with the intranet placed in the safe list and having restrictions set to low, we still seem to have to click to activate items in OBJECT tags such...
  4. Replies
    18
    Views
    1,095

    Re: loop..whats wrong?

    Yes, thank you all for pointing out my mistake :cry:
  5. Replies
    18
    Views
    1,095

    Re: loop..whats wrong?

    I've updated it... However why would you use anything other than IE? Just kidding, you are absolutely right but I still have clients running 4 and I'm used to doing backwards compatibility (and...
  6. Replies
    18
    Views
    1,095

    Re: loop..whats wrong?

    Sorry, missed what you were going for... I hadn't had coffee yet :p

    This will animate them and get them to the 800 mark without the extra stuff I was doing earlier.


    <script>
    var...
  7. Replies
    18
    Views
    1,095

    Re: loop..whats wrong?

    It may be deprecated, but it still functions. Either way will work.
  8. Replies
    18
    Views
    1,095

    Re: loop..whats wrong?

    Try something like the code below. I fixed the loop for you, you were missing a "}" to close off the function and because you were getting the element, it was not an array so you didn't need to do...
  9. Re: What is the point of the ASP vb header thingy?

    Don't quote me but for the most part you only need it if you are going to use a script language other than VBScript I believe.
  10. Replies
    3
    Views
    12,518

    Re: VBScript: Replace inside CSV file

    Try using the FileSystemObject to read the line, then edit the value you want, then write the line back. Something like this might work for you assuming there is one line in the csv file.


    Dim...
  11. Re: Installed Printers on Network Computer

    Try using the WScript Network object. See example below.


    Set oNetwork = CreateObject("WScript.Network")
    Set oPrinters = oNetwork.EnumPrinterConnections

    For i = 0 to oPrinters.Count -1 Step...
  12. Re: SMTP Error @ Startup. Can't Send Any E-mail

    Resolved. I wiped my wireless router settings and reset it back up again because i found out if i connected directly through cable modem it worked. Odd issue but that fixed the e-mail issue. Still...
  13. Re: SMTP Error @ Startup. Can't Send Any E-mail

    Cox is my ISP, they were unable to provide an answer. They too believe it was a system issue and not a setting or connection issue.
  14. SMTP Error @ Startup. Can't Send Any E-mail [RESOLVED]

    For a few weeks I've been getting the error below in my event viewer. Ever since, I can not send e-mail. Receiving works fine. I've tried using several different accounts to send e-mail most of...
  15. Re: VS.NET 2005 + Bluescreen ? serious !!!

    Wow that is Serious ;)

    What is the Stop Code that you are getting?
  16. Re: CD Burning Using Managed Code? [UNRESOLVED]

    I think this will work! Thanks for all the help, this will allow my end users to increase their production from what they are currently doing. At this point I'm saying resolved.
  17. Re: CD Burning Using Managed Code? [UNRESOLVED]

    Still in a bind but have an idea... Does anyone know how to "prepare" files for windows to burn? What I mean by that is if you go to your hard drive you can select a file(s) and right click "Send...
  18. Re: CD Burning Using Managed Code?

    Hmmm... Guess I'll have to try something else then. I need to be able to burn a full 700mb cd.
  19. Re: CD Burning Using Managed Code?

    Jo0ls: With the XPBurn tool... Can you turn off the fact that it burns the complete folder structure? If I select a file to burn, I want it to burn the file and NOT create the directory structure...
  20. Re: CD Burning Using Managed Code?

    Thanks, Jo0ls. I'll take a look at your sample.
  21. Re: CD Burning Using Managed Code?

    I think I'll give this XPBurn a try. It'll be running in a controlled enviroment so it shouldn't ever be on anything less than xp. Thanks for the help.
  22. Re: CD Burning Using Managed Code?

    Anyone have experience with this:
    http://www.gotdotnet.com/workspaces/workspace.aspx?id=2d7c26d1-8e05-4fd8-a868-cf794409a37e

    It's called XPBurn.
  23. Re: CD Burning Using Managed Code?

    Thanks guys. I'll check those out and let you know.
  24. CD Burning Using Managed Code? [RESOLVED - I Believe]

    Pretty straight forward I hope... Is it possible to burn a cd using nothing but managed code? I'd rather not have to download any controls. Thanks!
  25. Re: Using AppleScript in HTML

    FYI - Issue resolved. I finally figured out how to use CDML to communicate to a FMP database. So I'm just storing timestamps in individual records for each hit. Seems to work good. Thanks for...
  26. Re: Using AppleScript in HTML

    I may be able to use a javascript to run server side on the MAC but I don't know enough about the OS9 system to do it.

    Your suggestion is good except for the fact that's why I'm using the MAC in...
  27. Re: Using AppleScript in HTML

    Let me clarify. My client is running an intranet on windows server but it is not a web server (and it can't be for non-technical reasons I won't go into here). The client is running a MAC (OS9 I...
  28. [RESOLVED] Using AppleScript in HTML

    Is it possible to do something like "<script language='applescript'>" with a source off of it?

    What I'm needing to do is run an applescript located on an Mac that an intranet has full access to. ...
  29. Replies
    7
    Views
    1,094

    Re: Sprite & Tile Libraries?

    No Prob. Thanks for the help!
  30. Replies
    7
    Views
    1,094

    Re: Sprite & Tile Libraries?

    Sure, tiles used for building towns/maps for RPG style games. Things like paths, grass, trees, etc...
  31. Replies
    7
    Views
    1,094

    Re: Sprite & Tile Libraries?

    Yes exactly what i needed. I didn't see tiles on these sites though (at just a glance). Any sites for that? Thanks for the links!
  32. Replies
    7
    Views
    1,094

    Sprite & Tile Libraries?

    I've been dabbling in simply 2d game programming. Until I get out of the "dabbling" phase I was wondering if there were any good sprite/tile libraries out there so that I do not have to deal with...
  33. Replies
    12
    Views
    1,465

    Re: ftdisk/disk errors and usb failure

    That's sort of my last resort. As I said, there are no apparent issues except a possible keyboard/usb issue. But I'm really starting to think it is the keyboard as none of my other usb devices seem...
  34. Replies
    12
    Views
    1,465

    Re: ftdisk/disk errors and usb failure

    Apparently it didn't work. I just got the error again, 10 minutes after a restart.
  35. Replies
    12
    Views
    1,465

    Re: ftdisk/disk errors and usb failure

    That sounds like a good idea. I'll give that a try.
  36. Replies
    12
    Views
    1,465

    Re: ftdisk/disk errors and usb failure

    No, don't care to create one either.
  37. Replies
    12
    Views
    1,465

    Re: ftdisk/disk errors and usb failure

    Sounds good. So if I tell it to use by external hard drive (my only other drive - usb) with that cause any problems? I was worried that windows may crash if it tries to swap to the pagefile if the...
  38. Replies
    12
    Views
    1,465

    Re: ftdisk/disk errors and usb failure

    RobDog: I'd seen the first article, the troubleshooting tips didn't help. I couldn't seem to figure out the decoding.

    Dglienna: That's decent thought. How would you go about that? My hard...
  39. Replies
    12
    Views
    1,465

    ftdisk/disk errors and usb failure

    Been getting the following two errors:



    AND



    These sometimes occur within seconds of each other and other times they are not together at all. My computer really doesn't seem to have any...
  40. Re: Execute a function based on function name returned from string? [Testing Solution]

    Method 2 was exactly what I needed. I'm gonna have to read up some more on reflection as it sounds like a powerful tool. Thanks for the help!
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width