Search:

Type: Posts; User: 3com

Page 1 of 9 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    727

    Re: Need help with ZipFile (Class)

    Done! :)
    Using "v1.9.1.8 DotNetZip lib" instead of MS ZipFile class.

    3com
  2. Replies
    1
    Views
    727

    [RESOLVED] Need help with ZipFile (Class)

    Hi guys
    Has many time retired, and I'm out-date 100%, and not familiar with ZipFile (Class). :)

    I want to zip dir and sub-dirs into one zip file, and this class can do the trick, I had tried...
  3. Replies
    190
    Views
    35,854

    Re: above 50 years old and still programming

    Introduce yourself into the game's universe, it's a good hobby, and people dedicate to, they are winning pretty money.
  4. Replies
    190
    Views
    35,854

    Re: above 50 years old and still programming

    you can call to Wheeler Dealers
  5. Replies
    25
    Views
    2,230

    Re: [VOTE] Removal of a general setting

    Remember the big brother watch to you. :cool:
  6. Replies
    190
    Views
    35,854

    Re: above 50 years old and still programming

    Of course you do, here are a legion of beautiful nurses waiting for us. :p
  7. Replies
    34
    Views
    4,789

    Re: Favorite games top10.

    Thank you. :)
    I do not know if I can request for betatester here. obviously in a new thread, since this's the sepator's thread.
  8. Replies
    34
    Views
    4,789

    Re: Favorite games top10.

    Doom
    Halo
    Duke Nunkem
    Syberia 1 & 2 (Waiting for version 3)
    Zelda
    Alone in the dark
    Metal gear
    Resident Evil
    Dino crisis
    And of course the First Person Shooter game I'm doing now.:)
  9. Replies
    77
    Views
    6,409

    Re: GoTo is still alive!

    On error case, please go to the rules thread.:rolleyes:
    Although it may seem terrible, goto can be useful sometimes.:p
  10. Re: Blat, Bray, Blare Blast, Etc... What noise do you find most obnoxious?

    Oh no!!, that would be suicide. My father in law is 2 meters tall and weighs 150 k.:p
  11. Thread: Sorting Problem

    by 3com
    Replies
    7
    Views
    1,027

    Re: Sorting Problem

    Cool feature :p
  12. Re: Blat, Bray, Blare Blast, Etc... What noise do you find most obnoxious?

    My mother in law snoring :bigyello:
  13. Replies
    65
    Views
    7,590

    Re: What do you think about nicotine

    Anyway there are a nicely cigarettes in Jamaica. :rolleyes:
  14. Replies
    77
    Views
    6,409

    Re: GoTo is still alive!

    OMG! all you need a pointer. :D
  15. Replies
    77
    Views
    6,409

    Re: GoTo is still alive!

    On error GoTo errorHandle.
    VBA need Try-Cash-Finally-End Try.
  16. Thread: Your Age

    by 3com
    Replies
    47
    Views
    8,963

    Poll: Re: Your Age

    Transcendence ?

    http://en.wikipedia.org/wiki/Transcendence_%282014_film%29
  17. Thread: Your Age

    by 3com
    Replies
    47
    Views
    8,963

    Poll: Re: Your Age

    Too old.
    Many of you will not see vb6 open source. :rolleyes:
  18. Re: Object Reference Not Set to an Instance...or whatever.

    Oh! yeah sir, TryCast returns Nothing since Swiss_chees is not IConvertible
  19. Thread: VB6 is DEAD!

    by 3com
    Replies
    702
    Views
    212,428

    Re: VB6 is DEAD!

    This thread is losing its essence.
  20. Re: Object Reference Not Set to an Instance...or whatever.

    this is weird, because I understand this error is thrown for TryCast instead of DirectCast, since...


    Instead of "Nothing".

    Ignore if CType(Swiss_cheese) may be the solution.
  21. Thread: VB6 is DEAD!

    by 3com
    Replies
    702
    Views
    212,428

    Re: VB6 is DEAD!

    http://langpop.com/
  22. Re: Object Reference Not Set to an Instance...or whatever.

    @ Witis
    This is the "e" parameter, th en ¿who is the sender?, I have not seen any cute kitty here. :)
  23. Thread: VB6 is DEAD!

    by 3com
    Replies
    702
    Views
    212,428

    Re: VB6 is DEAD!

    Nice tuto, clear and easy understandable.
    LUA 5.2 support Bitwise Operations.


    I'm studyng LUA but focused to create games. Some guys are working on OOP LUA framework for FPSC:R (reloaded...
  24. Re: Error message if duplicate part number from barcode reader

    Of course! :)
  25. Thread: VB6 is DEAD!

    by 3com
    Replies
    702
    Views
    212,428

    Re: VB6 is DEAD!

    u

    Apparently I also have to study it.
    So far I've been using FPS scripts in the game I'm developing, but I find that LUA is much more flexible than FPS script, and it is quite similiar to VB, in...
  26. Re: Error message if duplicate part number from barcode reader

    Yeah guys, you both are right, I apologize for that.:)

    @ traveler
    Glad you get del with.



    No problem, promise I will try to be more clear the next time.:p
  27. Replies
    7
    Views
    1,631

    MsOf10 Re: [Access] Import Specifications

    Do not mis what the author of select statement say:



    Btw you can transfer excel sheet too, althought ignored whether use spreadsheet is one option for you.
    As txt you can use csv too. The...
  28. Thread: VB6 is DEAD!

    by 3com
    Replies
    702
    Views
    212,428

    Re: VB6 is DEAD!

    It is sad.
    I can not understand why many programs to create video games, end up failing or being abandoned by their creators.
    DivGames studio, FPS Creator, Torque3D; the latter two are still...
  29. Replies
    7
    Views
    1,631

    MsOf10 Re: [Access] Import Specifications

    No time for give'u the elaborate answer that perhaps you are looking for, but here there're some related info:
    ...
  30. Re: Error message if duplicate part number from barcode reader

    I have not examined your code in depth. but according to what you say here:



    Since you store all the values in a spreadsheet, Why does not look that value, before performing the scan?

    Assume...
  31. Replies
    1
    Views
    507

    Re: VBA Date Question

    Dim sDate as date
    Dim sDate2 as date
    sDate = #06/16/2014# 'change here
    sDate2 = #06/15/2014# ' idem

    If Date = sDate Then
    MsgBox "The Date Is " & sDate
    elseIf Date = sDate2 Then
    MsgBox...
  32. Thread: VB6 is DEAD!

    by 3com
    Replies
    702
    Views
    212,428

    Re: VB6 is DEAD!

    Buy Opel Corsa.
  33. Thread: Your Age

    by 3com
    Replies
    47
    Views
    8,963

    Poll: Re: Your Age

    I do not like this thread. :p
  34. Thread: VB6 is Alive!!!

    by 3com
    Replies
    19
    Views
    2,006

    Re: VB6 is Alive!!!

    heresy!!! :eek:
  35. Replies
    26
    Views
    2,113

    Re: this forum full of ganddad's and grandma's

    Tht`s not true!!!!. If you say me this in 1921, younger... uhmnnn...
  36. Thread: VB6 is DEAD!

    by 3com
    Replies
    702
    Views
    212,428

    Re: VB6 is DEAD!

    Or Catalonia, it's the best, si señor. :)

    I come from Colombian but living in Catalonia (many, many years ago), I do not say how many, because there is somebody claiming about grandfathers on...
  37. Thread: VB6 is DEAD!

    by 3com
    Replies
    702
    Views
    212,428

    Re: VB6 is DEAD!

    My firts stuff :)

    115359
  38. Replies
    17
    Views
    1,615

    Re: Another New moderator: dday9

    Congrats d-day!!.
    Remember do not use the red button, atleast Fatina comes on. :)
  39. Thread: VB6 is DEAD!

    by 3com
    Replies
    702
    Views
    212,428

    Re: VB6 is DEAD!

    I think c++ is better for console app.
  40. Replies
    28
    Views
    1,821

    Re: Quick! I need y'alls help.

    http://www.piriform.com/speccy
Results 1 to 40 of 325
Page 1 of 9 1 2 3 4



Click Here to Expand Forum to Full Width