|
On Fri, 12 Jun 2009 14:21:42 +0100, "Alfie [UK]" <alfie@mail.invalid
On Fri, 12 Jun 2009 11:53:01 +0100, MM <kylix_is@yahoo.co.uk
Have a look at http://www.vbforums.com/showthread.php?t=566767
You'll see the midiOutOpen call uses a CallBack...
Started by Alfie [UK] on
, 8 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
I'm already (by default) blocks until the
device has....
+0100, "Alfie [UK]" <alfie@mail.invalidwrote:
I added the callback to my code, but it made having a Callback cause blocking to be
avoided?
The Timer made no difference either.
|
|
On Fri, 12 Jun 2009 08:37:33 +0100, MM <kylix_is@yahoo.co.uk
Some while ago I asked why my form froze execution when I moved it
around the screen and received a lengthy reply from Olaf (Schmidt),
for which I was very grateful, but much of it went...
Started by MM on
, 10 posts
by 3 people.
Answer Snippets (Read the full thread at omgili):
Depending upon how you are producing your 'notes' stream, the
CallBack:37:33 +0100, MM <kylix_is@yahoo.co.uk
What are your midiOutOpen parameters? And how are you creating your
'stream' of midiOutShortMsgs....
Asynchronous
operation.
|
|
I've been working on a project of porting an old solaris CL program to run on Linux, and barring some unrelated hardware issues, that's finished. Now I want a GUI for it, so the user can choose among the various options with drop downs and check boxes...
Started by kajaco on
, 12 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
If you use the command in a Tcl program, it will... .
It has a very simple C API that allows you to register commands with a callback.
I've used tcl/tk to wrap smaller CLI programs before and it often works fine for.
Will run almost anywhere.
|
Ask your Facebook Friends
|
I have a legacy COM-component with an interface declaring a property like this (IDL notation):
interface IPasswordCallback : IUnknown { [propget] HRESULT Password( [in] VARIANT_BOOL ownerNeeded, [in, out] VARIANT_BOOL* isResultValid, [out, retval] BSTR...
Started by sharptooth on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
DoGetPassword failed." End If 'Wrap this callback....
The VB6 class will then take the results from the helper class and return_callbackProvider Is Nothing Then Err.Raise 5,,"No callback provider.
The actual callback work.
|
|
On Wed, 18 Feb 2009 09:00:01 -0800, Jalil <Jalil@discussions.microsoft.com
Is there anyway to know what files have to be included in a VB6 aapplication
installer ?
Here is the list of files we used to have but I don't think they all need to ...
Started by Jalil on
, 30 posts
by 11 people.
Answer Snippets (Read the full thread at omgili):
But, it's usually pretty accurate since
it's intended specifically for VB6 of wherever you have VB6
....
You can run VB6's Package and Deployment wizard that your app requires.
To manually add all the files your app
depends upon .
|
|
On Sat, 24 Oct 2009 11:34:02 +0100, MM <kylix_is@yahoo.co.uk
Now that the latest version is finished I want to feed it with MIDI
files to exercise it.
I have a File Open menu to open a MIDI file (extension: .mid) on any
drive, including across ...
Started by MM on
, 54 posts
by 14 people.
Answer Snippets (Read the full thread at omgili):
MM
MM <kylix_is@yahoo.co.uk
How to do what? How to load files? How to play files....
Choke with the "common ones",
no matter how many of them are you feeding to it (as long
as you don't the files all play right
through.
|
|
I am working on a library that support multiple programming environment such as VB6 and FoxPro. I have to stick with C convention as it is the lowest common denominator. Now I have a question regarding the style.
Suppose that the function process input...
Started by Glitch on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
How many possible error conditions do you be as consistent as possible....
This poses the question -- how big the buffer buffer and the size parameter will tell you how much you need.
The caller can safely free this later on.
By the caller.
|
|
My company is trying to make the decision between using Qt/C++ for our GUI framework or migrating to .NET and using WPF. We have up to this point been using MFC. It seems that .NET/WPF is technically the most advanced and feature-rich platform. I do, ...
Started by aaronc on
, 17 posts
by 17 people.
Answer Snippets (Read the full thread at stackoverflow):
Also, I think Microsoft should also invest more in how of anything in a Viewbox, but a simple hack (creating one's own user control to wrap the Viewbox) allows they're dead wrong about how....
Studio WPF designer is even more limited.
|
|
I made a tongue-in-cheek comment in another question thread calling PHP a terrible language and it got down-voted like crazy. Apparently there are lots of people here who love PHP.
So I'm genuinely curious. What am I missing? What makes PHP a good language...
Started by Jason L on
, 62 posts
by 62 people.
Answer Snippets (Read the full thread at stackoverflow):
Point is that for people who know how to program but don't want to get into the complexities of Django VB6 was so popular (well without the stellar IDE), anybody with a head on their shoulders can attempt of a car analogy, but I really ....
|
|
There's been a cluster of Perl-hate on Stackoverflow lately, so I thought I'd bring my "Five things you hate about your favorite language" question to StackOverflow. Take your favorite language and tell me five things you hate about it. Those might be...
Started by brian d foy on
, 125 posts
by 124 people.
Answer Snippets (Read the full thread at stackoverflow):
Cryptic syntax....
Buffer overruns.
Seriously, can't the compiler figure out how many strings I'm adding and then generate the StringBuffer.
Users more operator overloading would be nice all the poor programmers that don't learn how to make.
|