• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

I want to make so called "desktop buddies" programs

watdahel

Golden Member
Can someone point me in a direction in how I can make those "desktop buddies." Those little characters that sit on your window and they are animated and sometimes they talk. Are there SDKs available that I can use?
 
Originally posted by: erwin1978
Can someone point me in a direction in how I can make those "desktop buddies." Those little characters that sit on your window and they are animated and sometimes they talk. Are there SDKs available that I can use?
Those are implemented through the "Microsoft Agent." I did one a long time ago in VB (you put an ActiveX control in your program and called its various methods to make the little character do stuff), but couldn't remember enough to help you extensively with it now.

To start, however, it would be useful for me (and others) to know what programming language(s) you are proficient in (if you don't know any, this is not the kind of project to start with; you should be doing something much simpler).
 
Here's an example of what I want to do. That thing doesn't use the free agent, I don't think. Seems like a simple project given that the file is only a few hundred kilobytes big.

I'll be using either C++ or Java, but more likely C++. I'm not proficient with either languages but I know the basics.
 
Back
Top