Search:

Type: Posts; User: honeybee

Page 1 of 13 1 2 3 4

Search: Search took 1.73 seconds.

  1. Reference Issues With MSXML6.DLL with VB6 On Win 10 Pro/Single Language

    We have a legacy app using DomDocument30 data type. It's a long way to update it to DomDocument60, so I don't want to discuss that over here.

    What I do want to discuss is a strange phenomenon I...
  2. Replies
    5
    Views
    11,817

    Re: VB6 can't find DLL in same folder/project

    Just in case anyone is still around here, I have a weird problem.

    My VB6 project references a DLL (MSXML6.dll), which is an old copy.
    On the Windows 10 machine that I have, there's an updated...
  3. Replies
    15
    Views
    30,087

    Re: [RESOLVED] VB6 IDE Mousewheel Windows 10.

    Just an update: VB6IDEMouseWheelAddin.dll didn't work. Using the REG file supplied didn't do anything as the add in just didn't show up. Opening the source code project threw an error about...
  4. Thread: Post Race!

    by honeybee
    Replies
    68,852
    Views
    17,963,250

    Re: Post Race!

    Just read somewhere that the Afghan people love to use 1 Jan as their birthdays - many don't remember their birthdates, and those who do remember, cannot convert them from the Hijri calendar to the...
  5. Replies
    71
    Views
    7,145

    Re: What I can't understand is...

    Never been sorrier to have been right. The WMDs never existed, and whatever earlier administration was functioning, the war ensured Iraq was dragged down a deep quagmire it will take years to come...
  6. Replies
    3
    Views
    1,136

    Do you believe Trump

    will actually block the funds the USA pays to Pakistan?

    And if that happens, will there be a new nexus or axis of Pakistan, China and North Korea - with possibly Iran involved, and what will be...
  7. Re: Automation Error when creating instance of Interop object from VB6 on Windows 10

    You mean without admin privileges? To be honest, no. But just for the heck of it, I shall give it a try. Not sure it will work, though.
  8. Replies
    14
    Views
    1,847

    Re: Aquaponics and me!

    Was thinking of putting together a simple system, a couple of fish and a plant or two maybe. Thank god I am a vegetarian, else I would be replenishing both!

    I am open to buy a readymade kit for a...
  9. Re: A problem caused the program to stop working correctly

    Alright, will give it a shot. Thanks!
  10. Automation Error when creating instance of Interop object from VB6 on Windows 10

    So we have moved our code to Windows 10 (home) with VB Professional and compiled it successfully (after making sure all the missing reference files got copied to the SysWow64 folder and other...
  11. Re: A problem caused the program to stop working correctly

    Have received screenshots of the event log with two instances referring to our application.

    It's "Event 1002, Application Hang", with details as "The program xyz version xxxxx stopped interacting...
  12. Re: A problem caused the program to stop working correctly

    Thanks, that does make some sense, in that it could be happening in our case.

    If we move the webservice calling part to a DotNet component and consume it via Interop in the VB6 app, do you think...
  13. Re: A problem caused the program to stop working correctly

    I have asked for the event logs, will post here if I find something amiss. About QueryUnload, I am not sure if it gets fired, I had a hunch it would probably be called even if the OS tried to shut...
  14. Replies
    33
    Views
    12,561

    Re: Situational Judgement Test Questions

    Lemme try too...


    I rolled up the weed for my coworkers who smoked, in my last job.


    No, my last manager was dark.


    Learn survival skills fom him/her.
  15. Replies
    10
    Views
    3,083

    Re: Merry Christmas!!!

    What a coincidence! I got almost all the same items this Christmas except the PS4 game, the Super Nintendo game, the keychain, the T-shirt, the pliers, screw driver, cologne, the watch, the pot...
  16. A problem caused the program to stop working correctly

    OS: Windows 10 Pro
    Application: VB6 exe (please don't ask why - proprietory code)

    We have sporadic instances of Windows 10 shutting down the app stating it has stopped working. The same function...
  17. Replies
    24
    Views
    50,721

    Re: Input Wanted: 3rd Party Products

    MZ Tools - a great add-in for VB6 and now available for DotNet as well
    InnoSetup - alternative to the P&D Wizard, very flexible and extensible too
    Infragistics - grid and other UI
    Crystal Reports...
  18. Replies
    14
    Views
    1,847

    Aquaponics and me!

    As the thread title suggests I am looking for some information on aquaponics. Do we have any members, or their friends/relatives who are into aquaponics?

    .
  19. Replies
    81
    Views
    15,097

    Re: When did you start coding? What's your story?

    I started in the late eighties with I guess an 80286, GW BASIC followed up by dBase III+. Ah the good old days when the floppies were actually floppy!

    Slowly worked my way up from there to...
  20. Re: [Serious] Digital Signatures And Adding Them To Web Pages

    I managed to do it in a Windows app, so I am fairly sure it's done in Windows, and not done in web - at least not directly.
  21. Re: [Serious] Digital Signatures And Adding Them To Web Pages

    Of course I am not sure!
  22. Replies
    65
    Views
    7,582

    Re: What do you think about nicotine

    Hmmm...

    Is it black?



    Its residue sure is!
  23. Re: [Serious] Digital Signatures And Adding Them To Web Pages

    Yep, but there seems to be no other way of doing this.
  24. Re: [Serious] Digital Signatures And Adding Them To Web Pages

    Hi all, after a lot of research I have come to the conclusion that it is not possible in pure ASP.Net
    The reason is obviously security considerations.

    Right now the only feasible way of doing...
  25. Re: [Serious] Digital Signatures And Adding Them To Web Pages

    Found this link which addresses a bit better some of my concerns:

    http://collageprogramming.blogspot.in/2013/03/how-to-use-digital-signature-in-aspnet.html

    Now, this code will be running inside...
  26. [Serious] Digital Signatures And Adding Them To Web Pages

    I went through the forums, searching for "digital search" but didn't find anything good. Well, I did find a particular user trying to be snobbish and asking for some Pizza instead of information on...
  27. Replies
    7
    Views
    1,731

    Re: Free language lessons

    Do they also teach all the cuss words in the languages?
  28. Replies
    4
    Views
    3,233

    Re: True Story about Santa Clause

    Ho ho ho ho ho!
  29. Replies
    2
    Views
    8,565

    VS 2010 MVC3, Razor, jqGrid Search Functionality

    We are already using jqGrid to display data (including pagination) in a few of our MVC3 views.

    Being tired of the long and seemingly complex script required for the jqGrid, I searched on the net...
  30. Dotnet 4 Entity Framework 4 Repository Pattern Child Object Insertion Issue

    We have implemented repository pattern using EF 4.x
    The implementation revolves around one solid class which has generic methods as follows:



    public virtual T Add(T obj)
    {
    ...
    ...
    }
  31. Re: VS 2010 PrintDocument Printing to non-default printer

    The sequence of events goes (or should go) thus:

    I create a PrintDocument (which has an empty/null PageSettings property)
    I assign the PrintDocument instance to the PrintDialog and show the...
  32. VS 2010 PrintDocument Printing to non-default printer

    Something quick. I am trying to print many pages to a printer which is not the default printer.

    Here's the code called when the user clicks Print:



    private void GeneratePrint()
    ...
  33. Replies
    272
    Views
    21,600

    Re: Bought my first Gun

    Well, you could actually only eliminate guns from the equation, but then there would be no point to fight on, would there?
  34. [Serious] StarUML - Unable to open and view .UML file

    I created a .UML file using StarUML. I checked this file into VSS. I asked my team to check it out and add their diagrams to it.

    Today I check the file out from VSS and try and view it in StarUML....
  35. Replies
    272
    Views
    21,600

    Re: Bought my first Gun

    What a coincidence! Had the chance to watch Bowling For Columbine by Michael Moore last evening. I must say the guy has a way of putting things in perspective.

    People with guns kill people. Oh...
  36. Replies
    86
    Views
    7,248

    Re: Visual Basic is a con !

    "Beginner's All-purpose Symbolic Instruction Code"

    There! You have it.


    Now why it doesn't sound basic, maybe the beginners too have evolved.
  37. Replies
    4
    Views
    973

    IP Cameras / Home Security

    A little bit of background:

    We have employed a maidservent who stays with my elderly mom from morning till evening. And you must have guessed by now we suspect her to be pocketing things. That...
  38. Thread: Post Race!

    by honeybee
    Replies
    68,852
    Views
    17,963,250

    Re: Post Race!

    There's a way to find that out.
  39. Re: About a 60kb Office Application Suite that I have written for Microsoft...

    Tell me about it! My old film cam works on a set of batteries for quite more than a year, while only the SB400 of my digital camera runs through a pair of cells in just a few shots. Dang, I wish...
  40. Replies
    118
    Views
    19,048

    Re: Freedom versus Absolute Monarchism

    Ah, now I see why you call it an undeserved success. Quite right, of course!

    .
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width