Search:

Type: Posts; User: MikiSoft

Page 1 of 12 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    1,121

    Re: VB execute Java code

    Also, you haven't given any explanation of your problem, not even how you solved it... This is a pure example of a poorly thought out post, so if you sit down and think a bit why the people are...
  2. Replies
    2
    Views
    784

    Re: Help me, visual basic :)

    I'm pretty sure that you will use it for malicious purposes, since there's no other valid explanation for this. I saw malware which is exactly doing what you've described - appending to the shortcuts...
  3. Replies
    118
    Views
    92,840

    Re: VB6 Built-in types extension library (FTypes)

    No problem, I'm also not native English speaker. :p
    I'm thinking of joining all familiar non-float variable types (Byte, Integer, Long...) into one - Number, and on the other side all float types...
  4. Replies
    118
    Views
    92,840

    Re: VB6 Build-in types extension library (FTypes)

    Great, keep it up! :)
    I have some suggestions, though. Can you make a support for Currency type of the variable, later extending that on its Decimal subtype (which is poorly supported by native...
  5. Replies
    12
    Views
    1,708

    Re: Microsoft flips LightSwitch off

    Done. :bigyello:
  6. Replies
    12
    Views
    1,708

    Microsoft flips LightSwitch off

    https://blogs.msdn.microsoft.com/lightswitch/2016/10/14/lightswitch-update

    The time has come for Microsoft to abandon another great product. Though it's disappointing, I could almost feel that...
  7. Replies
    11
    Views
    3,108

    Re: how to convert C# long to VB6 double

    Microsoft is showing here the Arnoutdv approach (using LSet command, although CopyMemory API is also mentioned): https://support.microsoft.com/en-us/kb/189862
  8. Replies
    5
    Views
    1,128

    How it feels to learn JavaScript in 2016

    https://hackernoon.com/how-it-feels-to-learn-javascript-in-2016-d3a717dd577f#.12prza1r6

    It's funny 'cause it's true :D
  9. Re: trying to query last vists range displays only same date why?

    I've highlighted the part where has to be inserted the missing ) char:

    RsQ.Open "SELECT * From TempHist WHERE ID Not In (Select ID" & _
    " From TempHist" & _
    " WHERE HistDate <=...
  10. Replies
    32
    Views
    2,789

    Goodbye, Object Oriented Programming

    "I was gung-ho to leverage the benefits of Inheritance, Encapsulation, and Polymorphism. The Three Pillars of the Paradigm.
    I was eager to gain the promise of Reuse and leverage the wisdom gained by...
  11. Replies
    6
    Views
    2,484

    Re: Instagram Login in vb6

    http://www.vbforums.com/showthread.php?701155-need-help-for-make-a-aol-cracker

    You should be banned for posting such questions.
  12. Replies
    13
    Views
    1,393

    The World's Greatest Programmer

    "There was one Visual Basic 6 application, written by an engineer named Barney who had left the company, that the entire shop floor ran on," says fish. "It worked, barely, and I'm not going to knock...
  13. Replies
    45
    Views
    6,596

    Happy 25th Birthday, VB!

    Happy birthday, VB (the real one - classic)! I'm glad that I had great time with you! :)
  14. Replies
    956
    Views
    215,053

    Re: What if there was a NEW vb6

    Don't Get Me Started - VB6: Waking a Sleeping Giant

    https://msdn.microsoft.com/en-us/magazine/mt632280.aspx
  15. Re: Whaaaat?! Int(x) doing something weird.

    This misbehavior is probably a bug related to newer Windows version(s), as they're rare but known (because Microsoft tends from time to time to break something). Which one you're using?
  16. Replies
    26
    Views
    5,695

    Re: New Windows 10 - cannot start vb project

    This might be a little rude question but I must ask you one thing: Did you ever see VB6? It's exactly the same like VB5, so obviously it's considered to be just a continuation of it, therefore there...
  17. Re: Microsoft at last buys .NET-for-iOS, Android vendor Xamarin

    Think again. Will anyone who is actively developing mobile applications in Java/Swift/Objective C re-learn the same things in C#? They already got used to it so why they would switch for the second...
  18. Re: Microsoft at last buys .NET-for-iOS, Android vendor Xamarin

    Too bad that those who didn't got money to afford a Xamarin license already learned Java/Objective C/Swift...
  19. Re: Microsoft at last buys .NET-for-iOS, Android vendor Xamarin

    That was not even my statement you quoted but I have the same opinion anyway.

    Xamarin is already dead, as on the mobile market there is already Java, Objective C and now even Swift dominating and...
  20. Re: Microsoft at last buys .NET-for-iOS, Android vendor Xamarin

    "Being able to run C# programs on Android and iOS sounds good, but Xamarin was never able to make a go of it. So, why should things change now?"
    ...
  21. Microsoft at last buys .NET-for-iOS, Android vendor Xamarin

    Microsoft will buy Xamarin, maker of .NET tooling that can build apps for iOS, Android, and OS X, for an undisclosed sum.

    More info:...
  22. Microsoft Visual Basic Honored as AIAS Technical Impact Award Recipient

    Watch here: https://youtu.be/5FYR7t4oktg?t=2h4m44s

    Scott Ferguson: "On February 18, 2016 I had the great honor and privilege of accepting the D.I.C.E. Awards Technical Impact Award presented to...
  23. Re: Large number arithmetic - problem with subtracting

    Thanks for this Arnoutdv! :) I guess I haven't searched good enough...
  24. Replies
    86
    Views
    327,516

    Re: Winsock: Making HTTP POST/GET Requests

    You still keep spamming here with answering on the old posts and even talking about the illegal stuff you do. You seriously want to get banned from here, do you?
  25. Replies
    86
    Views
    327,516

    Re: Winsock: Making HTTP POST/GET Requests

    So what?



    No, it doesn't. That works because Google still supports HTTP connection, but soon it won't anymore.
  26. Replies
    28
    Views
    9,428

    Re: The future of VB6 in HTML5?

    Here are some comments from here: http://visualstudio.uservoice.com/forums/121579-visual-studio-2015/suggestions/3440221-bring-back-classic-visual-basic-an-improved-versi







    Also there is...
  27. Re: Large number arithmetic - problem with subtracting

    Is there some easy-to-use module with all needed functions? I haven't found anything except this above.
  28. [RESOLVED] Large number arithmetic - problem with subtracting

    I've found the function here: http://www.tushar-mehta.com/misc_tutorials/project_euler/LargeNumberArithmetic.htm
    It works with addition and it can add two numbers with unlimited digits, but the...
  29. Re: I need help in visual basic 6 with synchronizing commands one after the other

    Then don't set it to be just 1 but increase it by 1, and when that process is finished decrease it by 1. After that you can put a check: If m_Actions > 0 Then Exit Sub
  30. Replies
    86
    Views
    327,516

    Re: Winsock: Making HTTP POST/GET Requests

    alva0708, you've just replied to the post which is 10 years old... let me say it again: T-E-N years
    I'm amazed by your grave-digging skills, as I haven't seen such in a while.
  31. Replies
    25
    Views
    16,102

    Re: EPOCH to Date and vice-versa

    Thanks! I guess I need now to combine that with DateTime SYSTEMTIME class which dilettante has proposed, and with functions which I've linked above about calculating GMT difference. I'll try now to...
  32. Replies
    25
    Views
    16,102

    Re: EPOCH to Date

    Great, but I can't find any example made in VB6 for that API and I see that it uses 64-bit integer (maybe it's because of that?). I've tested all of the above functions and Schmidt's seems to be the...
  33. Replies
    25
    Views
    16,102

    Re: EPOCH to Date and vice-versa

    Thanks, but: How to do this? I need ready functions for these things because if I go on my own, eventually I would make some mistake due to lack of knowledge.
    Edit: I've found something:...
  34. Replies
    25
    Views
    16,102

    Re: EPOCH to Date and vice-versa

    Anyone? I'm feeling desperate, again...
  35. Replies
    25
    Views
    16,102

    Re: EPOCH to Date and vice-versa

    Yeah and that's why I'm asking because I still can't find what I wrote about, so I'll say it again - I need some reliable functions which work with EPOCH timestamp values (whether they contain...
  36. Replies
    25
    Views
    16,102

    Re: EPOCH to Date and vice-versa

    I'm bumping this thread to ask whether someone came up with a fully working (fail-proof) function to deal with such timestamps, which can be millisecond ones or not and where GMT problems are gone?...
  37. Re: How to make .xap , .appx .appxbundle, .appxup file to upload to windows store on

    If you're sure that you're asking for VB6, then you can't do that as that thing wasn't even in plan even when SP6 was released...
  38. Replies
    10
    Views
    1,421

    Re: UTF-16 BE API problem

    Thanks for clearing it up, LaVolpe. So then how to swap bytes?
  39. Replies
    10
    Views
    1,421

    Re: UTF-16 BE API problem

    I haven't done that, thanks for checking. But I still don't understand where the problem is.
  40. Replies
    10
    Views
    1,421

    UTF-16 BE API problem

    I found the function for reading Unicode text files via API calls here, but it doesn't seem to work for the ones which are in UTF-16 Big Endian format.
    I've attached the archive which contains...
Results 1 to 40 of 474
Page 1 of 12 1 2 3 4



Click Here to Expand Forum to Full Width