Search results

  1. D

    VBA/ VB6 Help - For use in Access

    This code enable to understand that "today is Monday" ;) (see wDayOfWeek Sunday is 0, Monday is 1 and so on) Full code is something like that: ----------------- Private Declare Sub GetSystemTime Lib "kernel32" (lpSystemTime As SYSTEMTIME) Private Type SYSTEMTIME wYear As Integer...
  2. D

    VBA/ VB6 Help - For use in Access

    Hi! I use Rapid-Q basic, but in VB it's similar imho/ You can use DATE$ function A function that returns a string containing the current date formatted as MM-DD-YYYY. Where MM = month (1-12), DD = day (1-31) and YY = year (1980-2099) To get Weekday you can use this function...
  3. D

    Using RQ Search and Replace for HTML tag editing

    Hi! I wrote this application some years ago, when I need multi-stage replacing in many HTML files. In the beginning it was freeware, I develope it, and 2 years ago (or 3?, omg) it become the shareware project. But some parts remain freeware, so, possible, it can be useful for someone...
  4. D

    Web Page Desing Help - Using FP

    FrontPage is the best solutions for fast and easy creating WebPages. It generates not optimized code, but not terrible yet. (At last you can clean it manually ;) Also there are many free webpage templates in Internet. You can get it and fill in by your own content. Your site is not bad. On...
Back