Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VB.net get previous date
Name: stroke6463 Date: September 7, 2006 at 06:08:05 Pacific OS: XP Pro CPU/Ram: idk
Comment:
I am a newbie with VB.net. I am familiar with VB6 so I have some idea of how things work. I need is a program to make a program that will return a previous date. Basically when I execute the program with a "-1" and that would make it display yesterday's date. In VB6, you just could do "msgbox Date -1" but vb.net it doesn't work like that. Any suggestions? Thanks.
Summary: Hi, Im writing a program, and as part of it i need to calculate how many days have passed since a certain date. I am able to get the date from a database and pass it into vb.net, however am unable to ...
Summary: Can someone tell me how to get the application's path in VB.NET? I am using a console application, so I can't use the methods that I normally use to do this, because they require forms. Any ideas? Sa...
Summary: The EXE will be overwritten if it is installed in the same folder. Any DLLs you have written will be over written as the date will be later. Any system DLLs that you application uses will not be ov...