Monthly Archives: July 2005

Popup Menus – Per Request

Believe it or not someone wants to know how to create popup menus. Wow! I can’t believe I am going to explain this. But here it goes. The easiest way is to: Create a new Form in your Project. Name … Continue reading

Posted in General | Leave a comment

ICC is ICM – Per Request

Because Windows had already assigned the ICC suffix to another system component, Windows refers to ICC profiles as ICM. The suffixes ICC and ICM are interchangeable in the language of CMS. In addition to performing regular calibration and profiling of … Continue reading

Posted in General | 1 Comment

Per Request – bananahz Fom the LiveJournal community.Here is a snippet that will optimize ram for you. You can call this code from within a timer and it will improve your pc performance greatly. Private Declare Function GlobalAlloc Lib “kernel32″ … Continue reading

Posted in General | Leave a comment

Very Easy INI handling

Alot of people wanted to know how they could use INI files with there applications. So here it is. This is the best way I can show a beginner. First you will need to declare two functions. Declare Functions: Declare … Continue reading

Posted in General | 1 Comment

Too many questions.

I have recieved tons of emails and IM’s wanting to know what some of the following are. They are pretty simple, and if you dont know what they are, maybe you should not try to write code. UDT = User … Continue reading

Posted in General | 2 Comments

Simple Window Animations

Use the following constants and function in a module Public Const AW_HOR_POSITIVE = &O1 ‘ Animate the window from‘left to right. This flag can be used with roll or slide ‘animation It is ignored when used with the AW_CENTER flag. … Continue reading

Posted in General | Leave a comment

First Post

First off, we’re both thinking. “Why the hell Visual Basic?”. Well, it’s simple, fast, reliable, and very popular. You can write a VB application that can compete with any C code out there. I will show you step-by-step how to … Continue reading

Posted in General | Leave a comment