Share Your Source Code or Article

Do you have source code, articles, tutorials, web links, and books to share? You can write your own content here. You can even have your own blog.

Submit now...

Database Programming Made Easy

This tutorial will teach you step by step on how to connect and manipulate database. If you'd like to suggest a tutorial please write a comment at the bottom of this article.

Read more...

Hire Us to Do Your Work

Do you want a customized system? Do you want to setup your own website to do business? Then we are here to help you in your programming needs.

Read more...

Search

ask : tip of a a day form
No replies
User offline. Last seen 20 weeks 4 days ago. Offline
Joined: 01/23/2010


dear all, i am a newbie in programming
in my application i am trying to add tip of the day form. and in MDIform1 i give menu (named show tip). at the first step, the frmTip is shown. After i checked the
"Show Tip at Startup" (chkloadtipatstartup), and then i clik my show tip (showtip_click menu in menubar, the result is eror 364 and the information is object was unloaded loaded.

the code of showtip_click()

Private Sub showtip_click()

Dim ShowAtStartup As Long

' See if we should be shown at startup
ShowAtStartup = GetSetting(App.EXEName, "Options", "Show Tips at Startup", 0)
If ShowAtStartup = 1 Then

Load frmTip
frmTip.Show
Exit Sub
End If
end sub

i modified the code from frmtip_load() ...but i didn't work
does any one can explain how to load and show again the tip of the day form ?
thank your for your help.




Post new comment

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.

Step by Step Java Tutorial

In this tutorial you will learn how to program with Java. It has a rich of information to be educated well with Java.

Read more...

Do You Have Question?

Do you have any question related to computer programming? Visit our forum and post new topic on the category you like. Be gentle when asking a question.

Ask now...

Point of Sale

Point of Sale is very useful especially for supermarkets or restaurants. I have included a barcode scanner in this program. Please check it out.

Read more...