Search:

Type: Posts; User: Electroman

Page 1 of 13 1 2 3 4

Search: Search took 0.30 seconds.

  1. Replies
    10
    Views
    1,067

    Re: Anyone uses FireFTP on Windows?

    I'm actually using it right now strangly enough, works really well I think, but dont see an option to stop a transfer once its started :confused:

    Hey VisualAd, Long time no see :)
  2. Replies
    131
    Views
    4,650

    Poll: Re: GTA4/XBL VBForums gathering?

    Hey guys, long time no see.

    When you planning on another meet, I wouldn't mind a bit of a catch up while shooting some of you's :D NoteMe still get on here too?
  3. Replies
    98
    Views
    5,595

    Re: 4 CC threads are enough:

    Wow, where you get all those photos on the member one, I send you some of them on MSN at some point, had loads of me and 4 of my ex lasses lol

    Glad to see u have my avater but it was the last 1 :(
  4. Thread: mods/admins

    by Electroman
    Replies
    18
    Views
    1,586

    Re: mods/admins

    Yea lol, broke up with the fiancee so had to move back into my dads (with broadband) but bought my own house now so wen I move in I'll be back to square 1 cos don't think I'll be able to afford...
  5. Thread: mods/admins

    by Electroman
    Replies
    18
    Views
    1,586

    Re: mods/admins

    Hey I come back to see wots going on n see this, hope its not me u mean lol.......highly dought it :cry:
  6. Replies
    23
    Views
    2,289

    Re: Dynamic CSS style not changing

    Don't know if I'm missing the point but how about using an Anchor but href="#". Thats wot I normally do.

    Also if your Div has a class like:

    <div class="class1">Blah Blah<br />
    <a href="#"...
  7. Re: Need PHP Script to connect to a VB6 App using an IP address

    Cheers mate I'll give it a go. Wasn't what I had in mind but looks like it might just do the trick.

    Think it was something to do with feeds the other way.
  8. Need PHP Script to connect to a VB6 App using an IP address

    Title kinda says it all but how can I get a PHP Script to connect to a VB6 App using the IP address of the PC running the VB6 app.
    I was told how to do this over a year ago prob 2 years ago but now...
  9. Thread: Hey

    by Electroman
    Replies
    13
    Views
    945

    Hey

    Been awhile.......is that an understatement lol.

    So how is everyone, have I missed anything? Dont get on my PC much nowadays nevermind on-line.
  10. Poll: Re: is a nice person.

    Haha yea visual told me the other day but thought there would have been a PM or something telling me when I logged in, nevermind.
    Been totally ages since I've had a chance to login. Far too much...
  11. Poll: Re: is a nice person.

    *beep*
  12. Replies
    12
    Views
    1,051

    Re: A webmaster's death...

    When you click the first link just press refresh after the page has loaded and it will show ;)
  13. Replies
    329
    Views
    32,275

    Re: Faq (Join the creation)

    I've added it to the list, not had a chance to look at it yet tho. Thanks :)
  14. Re: VB: Advanced Lighting and Shadowing (Tutorial)

    Sorry I was meaning to post this but forgot about it :blush:...

    I think I figured out why it was looking wrong, the way you are doing it is starting with white and then turning the pixels darker...
  15. Re: VB: Advanced Lighting and Shadowing (Tutorial)

    Anyone else get a automation error when you run it? Haven't had time to look into why its happening but think its not being initalised properly for all cards.


    As for the problem its seems from...
  16. Replies
    62
    Views
    13,044

    Re: Would there be interest for....

    "Dance Dance Revolution"? Is that the thing with the dance mat and 4 pads? Wouldn't think people would make them without the actual mat for input, guess you can use the cursor keys but doesn't really...
  17. Replies
    10
    Views
    12,280

    Re: invalid file reference.

    It'll create the .frx file next time you save the project (or save just the form too).
  18. Replies
    10
    Views
    12,280

    Re: invalid file reference.

    If you make a simple project, just a form with a picture box on it and a image in the picturebox. Then save it and open the .frm file in Notepad or simplar and you'll find:


    Begin...
  19. Replies
    10
    Views
    12,280

    Re: invalid file reference.

    As far as I can remember yea its just images, but basically its a big chunk of data, and in the .frm file it contains a line referance which tells the compiler where abouts in the .frx file that...
  20. Replies
    8
    Views
    1,159

    Re: Swapping Integers

    Ow right thought you meant it was a user-defined-type.


    Right well the following code should work...

    Dim Nums(0 To 4) As Integer
    Dim Tmp As Integer
    Dim i As Integer
    Dim j As Integer
  21. Replies
    6
    Views
    993

    Re: converting filesize

    I don't expect there will be a way to change how it returns the size but its easy to convert:


    ByteSize = 4539
    KiloSize = ByteSize / 1024
    MegaSize = ByteSize / KiloSize / 1024

    'Or...
    ...
  22. Replies
    8
    Views
    1,159

    Re: Swapping Integers

    Sort them how? in assending order? and if they are userdefined can you show the type definition.
  23. Replies
    10
    Views
    12,280

    Re: invalid file reference.

    basically whats happened is you've opened the project yet the cars.frx file was missing. VB then removes the control which relied on the .frx file (these are controls that have any images in...
  24. Replies
    3
    Views
    730

    Re: getting length

    If you can find out the bitrate of the file its pretty simple, take the filesize and devide it by the bitrate......

    To find out the bitrate you can try www.wotsit.org and search for the mp3...
  25. Re: Anyone interested in making an icon for me?

    Well I was more actually after a cab not the word cab ;) But thanx for the try :).

    I quickly slapped this one together now for the 32x32 but not sure about it, and not sure what to do as the 16x16...
  26. Anyone interested in making an icon for me?

    Just need one of a taxi, need a 16x16 one and a 32x32 one, if you want you can get clever about it but in the simplest form I just need a simple yellow cab.

    :D
  27. Activating a script on webserver from VB...

    In my VB app I want to be able to activate a script but make sure the script gets a chance to run, i.e. not terminate the request before its finished.
    So it would be like Shell()'in, the Browser to...
  28. Replies
    6
    Views
    1,638

    Re: Daylight saving

    No if I use localtime() it will adjust for daylight savings based on when the US implement it, because thats where the server is. I guess I'll just have to put up with that as I expect most my...
  29. Replies
    6
    Views
    1,638

    Re: Daylight saving

    Problem is though the server is if the server is in the US and the time I'm after is british time then the server won't adjust for daylight saving at the right time. :(
  30. Replies
    6
    Views
    1,638

    Daylight saving

    Whats the best way to adjust times to acount for daylight saving. Is there any built in functions or do I have to manually work it out?
  31. Replies
    19
    Views
    1,913

    Re: Damit, NoteMe was right....

    Jus trying to say that thing was super glued to the road, definitly a new experiance such acceleration in any gear and any rev it just picks up and go's. Insurance is in the £7,000 mark and thats...
  32. Replies
    19
    Views
    1,913

    Re: Damit, NoteMe was right....

    Seen as though even if I was really flooring it I wouldn't go over 50 in 4th that would mean I'd have to be in 5th when I reached 60 so it would take a long time. Will get up to 50 in no time at all...
  33. Replies
    19
    Views
    1,913

    Re: Damit, NoteMe was right....

    After getting the exhaust fitted the performance in 1-4 went up but in 5th its gone down :(.
  34. Replies
    19
    Views
    1,913

    Re: Damit, NoteMe was right....

    :lol:


    Well I do plan to but I'll have to wait next year so my insurance is low again and will give room to knock it back up again. Moves pretty well considering its a 1.3 :(.
  35. Replies
    19
    Views
    1,913

    Re: Damit, NoteMe was right....

    Ow yea, the log books here are a blue/green....the old ones were just green I think, could have been pink but I'm not sure.
  36. Replies
    19
    Views
    1,913

    Re: Damit, NoteMe was right....

    Pink slip me?


    This should be me back here like normal now, just cut down my hours to work on a programming project so will be at my PC more now :D.
  37. Replies
    19
    Views
    1,913

    Damit, NoteMe was right....

    I guess NoteMe was right, here's my car now its finished....

    http://www.vbforums.com/attachment.php?attachmentid=37758

    http://www.vbforums.com/attachment.php?attachmentid=37759
    ...
  38. Replies
    25
    Views
    1,446

    Re: Who's Online, and the smileys [mostly resolved]

    Erm, just a thought on this but what editor is everyone using? I'm using the Enhanced one (middle one) I get the same as RobDog & dglienna. I'm assuming penagate is using the WYSIWYG editor?
  39. Replies
    29
    Views
    2,336

    Re: 42 Midgets Vs African Lion

    Tripod has disabled the site, what did the More info link say? :(
  40. Replies
    8
    Views
    793

    Having Mom over for dinner....

    hahahahaha :lol:
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width