Loading

FAQ

  • How to Fix Errors Found In Source Code

    The majority of questions I received here is when somebody download my source code and found an error after running it. Well, actually you will not encounter those errors if you just follow the instructions on the readme file. But sometimes, due to the fact that you are in a hurry to open the source code and want to see what’s on it, you forgot to read the important instructions. This little guide will teach you on how to prevent this. If you encounter problem quit visual basic editor and continue reading. Make sure that you read the readme file first before opening the source code.

  • Posting Guidelines

    The following guidelines will teach you how to post properly in this website. Code Coloring This website has a code coloring for every language you selected. Whether you submit an article, tutorial, comments, source code the syntax highlighting will trigger if you use the following code. Language Language code ASP asp C c C++ cpp C# csharp CSS css Java java Java(TM) 2 Platform Standard Edition 5.0 java5 Javascript javascript MySQL mysql PHP php SQL sql Visual Basic vb vb.net vbnet For example:

  • How to Create Installation File

    I received a lot of question through email and comments system so I decided to include this in my FAQ section. If you are familiar with the language you are using most probably you already know the built in packages. In Visual Basic 6.0 there is an add-in that you can use to create an installer. This can be found under the Add-ins menu >> Add-In Manager then loading the Package and Deployment Wizard. Package and Deployment Wizard Is Not Enough

  • crviewer.dll error

    This dll is part is a runtime library of Crystal Reports. If you encounter this error when you download and run one of the source code here like Hotel Reservation System, this is because you don't have Crystal Reports 8.0 or above installed in your computer. In this case, you may use the installer of the Hotel Reservation System to automatically register crviewer.dll. This will only install the runtime library but not the editor itself.

  • About the source code

    Hi to all, First, thank you for coming here. I just want to clarify about the issue which was posted by some programmer (if they are really programmer) who allegedly accusing me (not really going to court) of using the code of other programmer. One message posted at http://www.sourcecodester.com/tutorials/visual-basic/inventory-system-video-tutorial.html#comment-846 telling that the code was made by Philip Naparan. I have already answered that question and again I received another comment from planetsourcecode, may be from the same person again who outrageously wrote this message.

  • Can you Create Program with Source Code for my Project?

    I know how hard it is to create a computer program especially if you are a newbie. But I have my own work also and I'm always busy everyday. What if I will pay you? I am really willing to help you with or without money involve. But due to my hectic schedule I cannot promise to accept this kind of job. If you are willing to pay then try to contact me at the contact page. What else can you recommend? I recommend you register at RentACoder.com and hire somebody to do your job.

  • How can I contact the author of the source code?

    You need to be a registered member of this website in order to contact the author of the source code uploaded in sourcecodester.com. Before asking a question be sure to read the whole list of topic in FAQ. Some author would not bother to reply you if your question are already found in the FAQ.  

  • What is the database password?

    I received a lot of question regarding the password of a database in any of the program like Hotel Reservation System. To find the password for the database all you have to do is to look for the connection string of the database in the source code. Most of the programmer, if not all, embed the password in the connection string. To find it easily, open the code editor window in visual basic and find the term "password" or "pwd". To have a better picture please watch this video tutorial.

  • My comment was deleted. What happen?

    Non english content are automatically deleted. Use only english language to write content and or comments.

  • Where can I download ocx file?

    To download ocx file please visit the download page.