Personally, my preference is to use SQLite, its fast, low memory footprint, low file size, and no installs needed on client side. It's well known, and well documented.
Try using the following code, it looks like the interop/automation server is busy when you're trying to hit it because the dll's it needs are already in use.
Just to clarify here, your Man object has multiple Dogs, and each Dog object, has an integer property that has the number of bones, and you want to get this property, sum it up from all the Dog's for...
Sorry this is the wrong forum, I know for one I'm not very familiar with windows forms and managed c++, you should move this post to the managed c++ forum for a better response.
(critical code change) First code I changed here, is your startup info, your pipe flag was being overwritten by your show window flag. You need to use the |= operator, or better yet, declare them...
Correct, 64-bit compliant code, will not run on a 32-bit machine.
32-bit code, runs on most current 64-bit builds, but not natively. It runs through an emulator, on windows platforms, it's called...
Keep in mind, in order to use the SetCursor function, you need to handle the WM_SETCURSOR message.
Also I think somethings wrong with your LoadCursor function but, this morning I don't have access...
Check for the WM_WINDOWPOSCHANGING messagefor your main window in your message loop, whenever you don't have the message set your background redraw to false for...
Still having an issue with this, couldn't figure it out last night, tried using a multimedia timer, and java locking up still screws up my timer code for some reason, as long as java doesn't lock,...
You can set the power variables too, I'm not sure if you already tried that, and what total effect they'll have, I do know you can use them for blocking the screen going into standby mode, maybe...
In all fairness, it depends on their experience, and related fields. For instance, I have only a very rough idea of where to start on his project. Yet, I can program DVD players, TV's, projector's...