Search:

Type: Posts; User: niktsol

Search: Search took 0.02 seconds.

  1. Replies
    16
    Views
    2,458

    Re: Calculate Age-February issue

    Hello. Thanks for your answer. Since i am learning VB.NET, coming from much more older programming languages where there was not built-in "date" data type and methods or something thus i pass the...
  2. Replies
    16
    Views
    2,458

    Re: Calculate Age-February issue

    Hello, since it is the 1st time i get involved with VB.NET, i use the following method to calculate the dates.

    For example suppose i have my birth date (23rd November 1978)

    2021 2 26 (today's...
  3. Replies
    16
    Views
    2,458

    Re: Calculate Age-February issue

    I see. Thanks for your post. I will search it.
  4. Replies
    16
    Views
    2,458

    Re: Calculate Age-February issue

    Thanks a lot. I'll use it next time.
  5. Replies
    16
    Views
    2,458

    Re: Calculate Age-February issue

    One moment. I am calculating the months based at the compound numbers theory. I hope that it is the correct translation in English. Let me demonstrate you the following example.

    Let's "subtract"...
  6. Replies
    16
    Views
    2,458

    Re: Calculate Age-February issue

    My apologies, for the indentation. Although i use indentation at code editor and try to fix it by editing the post, it seems that is does not take the indentation changes in the post
  7. Replies
    16
    Views
    2,458

    Re: Calculate Age-February issue

    This is what i've done so far, and returns exactly the same results as Windows Calculator. The function call is like Age(1978,11,23). So far, returns only the age based in calculations, that's why i...
  8. Replies
    16
    Views
    2,458

    Re: Calculate Age-February issue

    Function Age(ByVal yr As Int32, ByVal Mn As Int32, ByVal Dy As Int32) As Int32


    Dim cur_Year As Int32 = DateTime.Now.Year
    Dim cur_month As Int32 = DateTime.Now.Month
    Dim...
  9. Replies
    16
    Views
    2,458

    [RESOLVED] Calculate Age-February issue

    Hello everybody. I managed to create a function which calculates the age, based on today's date in form of "X years + Y months+ Z days". For example if someone is born at November 23rd 1978, it...
  10. Replies
    15
    Views
    1,907

    Re: Solution Explorer

    You are right. I was wondering previously, since there is an option to compile the solution itself. That was the reason i started this thread. I figure out "since Visual Studio provides solution...
  11. Replies
    15
    Views
    1,907

    Re: Solution Explorer

    Yes i saw it with the picture, no worries!! But i really really don't understand the usefulness of Solutions explorer rather than project container or archiving, since it is a little bit tricky for...
  12. Replies
    15
    Views
    1,907

    Re: Solution Explorer

    Thank you very much!!
  13. Replies
    15
    Views
    1,907

    Re: Solution Explorer

    I understand what you write. My objects at my service are different. But yes, by thinking of it, there is a common database which shall be used for CRUD procedures, with no mess at all. Unfortunately...
  14. Replies
    15
    Views
    1,907

    Re: Solution Explorer

    I understand and thanks for your answers. I was involved with VB6 back in late 90s and early 00s and what you said reminds me a lot. I think, based on your answers, that i must determine the nature...
  15. Replies
    15
    Views
    1,907

    Re: Solution Explorer

    Yes this is one of my intentions. Create a main form, which will be the main menu according to user rights. For example if a user logins as a secretary he will be able to open the documents'...
  16. Replies
    15
    Views
    1,907

    Re: Solution Explorer

    Yes, that is exactly what i want. I thought it already myself and i believe it is the most common solution regarding the particular platform. The best way in my opinion is in registry, or text files...
  17. Replies
    15
    Views
    1,907

    [RESOLVED] Solution Explorer

    Hello everyone. I am a new user in this forum, and I've begun studying VB.NET 2019. I have a large application in my mind, which i want to break it into several projects.
    For example for the X...
Results 1 to 17 of 17



Click Here to Expand Forum to Full Width