Advertisement

Results for "Author: john edward colman"

6_2008-2009 #200958
A tip to make life easier

Get rid of that design time syntax error message box.

6_2008-2009 #200959
Automation of the Word Spell Checker

To help out my Dutch friend Frederik who needed to spell check in various languages, I designed this simple example. To adapt it to use a particular dictionary, supply the dictionary path as an option like so: w1.CheckSpelling(Text1.Text,"c:\path\MyDic.DIC)

6_2008-2009 #200960
Essential Keyboard Shortcuts

A few VB editor-shortcut keys that make life worthwhile.

6_2008-2009 #200961
A dead good example of Automation with Outlook

This demonstration program gives examples of how you can control Outlook using AUTOMATION to create mail, contacts and appointments. You can adapt this code to create the other outlook items.

6_2008-2009 #200962
Metallic Forms *updated*

Cut and Paste code... Turns your flat form into a metalic cylinder. Setting the AutoRedraw property is now done for you. Also thanks to Sebastjan for his tip about setting the ScaleMode to pixels.

6_2008-2009 #200963
Amazing Skin Machine

Everything you ever wanted to know about skins but were afraid to ask. Resize borderless controls without any work. Fabulous Metal skins and custom buttons with rounded corners. Move the form around with the mouse. Practical examples of SetWindowLong, SendMessage, SetWindowRgn. It's all here!!! Just Download the code and open the .vbg project group.

6_2008-2009 #200964
WIP Outlooker

Now you can put any front-end onto Outlook. This work-in-progress gives everything you need to know about enumerating Outlook items (as I receive so many enquiries). Utilizaing the techniques shown here you should be able to integrate Outlook information into any application.

7_2009-2012 #223476
A tip to make life easier

Get rid of that design time syntax error message box.

7_2009-2012 #223477
Automation of the Word Spell Checker

To help out my Dutch friend Frederik who needed to spell check in various languages, I designed this simple example. To adapt it to use a particular dictionary, supply the dictionary path as an option like so: w1.CheckSpelling(Text1.Text,"c:\path\MyDic.DIC)

7_2009-2012 #223478
Essential Keyboard Shortcuts

A few VB editor-shortcut keys that make life worthwhile.

7_2009-2012 #223479
A dead good example of Automation with Outlook

This demonstration program gives examples of how you can control Outlook using AUTOMATION to create mail, contacts and appointments. You can adapt this code to create the other outlook items.

7_2009-2012 #223480
Metallic Forms *updated*

Cut and Paste code... Turns your flat form into a metalic cylinder. Setting the AutoRedraw property is now done for you. Also thanks to Sebastjan for his tip about setting the ScaleMode to pixels.

7_2009-2012 #223481
Amazing Skin Machine

Everything you ever wanted to know about skins but were afraid to ask. Resize borderless controls without any work. Fabulous Metal skins and custom buttons with rounded corners. Move the form around with the mouse. Practical examples of SetWindowLong, SendMessage, SetWindowRgn. It's all here!!! Just Download the code and open the .vbg project group.

7_2009-2012 #223482
WIP Outlooker

Now you can put any front-end onto Outlook. This work-in-progress gives everything you need to know about enumerating Outlook items (as I receive so many enquiries). Utilizaing the techniques shown here you should be able to integrate Outlook information into any application.

Languages
Top Categories
Global Discovery