Search:

Type: Posts; User: snowcool776

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. VS 2019 Re: Access DB and Timer not running tasks when its time - Conversion from string too

    181918
    The reminder windows does not show when the time is currently the same as the reminder.
  2. VS 2019 Re: Access DB and Timer not running tasks when its time - Conversion from string too

    Sadly, it does not work.
    I debugged and it only repeated once, and it will not run when the time is the same as the reminder time.
    I want this to repeat every 1000 milliseconds to check this, not...
  3. VS 2019 Re: Access DB and Timer not running tasks when its time - Conversion from string too

    Updated post to reflect this.
    Thanks JMC for notifying me on this!
  4. VS 2019 Re: Access DB and Timer not running tasks when its time - Conversion from string too

    Sorry about that.
    You should be looking at the tmrrmd sub as this is the problematic file.
    thanks
  5. VS 2019 Access DB and Timer not running tasks when its time - Conversion from string too

    All,
    I have a problem with my reminder app that will NOT run as scheduled when the program is open.
    It appears to only run once when started up and will not run when its time for a reminder.
    Can...
  6. Replies
    9
    Views
    1,639

    Re: How to add a recurring event with VB.NET

    Alright, here is what I got
    For My.settings, I have
    ReminderRecurrance
    And the Days of the week on separate setting names.
    Now that I have these, how do you trigger the reminder window if the...
  7. Replies
    9
    Views
    1,639

    Re: How to add a recurring event with VB.NET

    Thanks for the quick response.
    Now how do you write the code for the recurring alarm?
  8. Replies
    9
    Views
    1,639

    Re: How to add a recurring event with VB.NET

    Ok, I have My.Settings, can that be done?
  9. Replies
    9
    Views
    1,639

    How to add a recurring event with VB.NET

    I am currently adding a reminder program with the ability to add recurring reminders.
    Can this be in any way be done with VB.NET?
    Thanks
  10. Re: [RESOLVED] How to check to make sure the time is in two set times.

    Ok, sorry about the confusion.
  11. Re: [RESOLVED] How to check to make sure the time is in two set times.

    jmcilhinney, see the post #3, I got the code working using si_the_geek's code. But thanks anyways!
  12. Re: How to check to make sure the time is in two set times.

    Thanks to your code, it finally works!
    Marking thread resolved.
  13. [RESOLVED] How to check to make sure the time is in two set times.

    I am having a problem with the way two times are set up in a program.
    For example, The current time is 7pm, and it is the 31st of august 2019 (which is the current date).
    When it is between 7pm and...
  14. Re: How to add time into a format that is not YYYYMMDD

    Sorry in the delay in the response. I got it working thanks to your code. Marking thread resolved.
  15. Re: How to add time into a format that is not YYYYMMDD

    Got it working, thanks to your code.
    Now, the hard part.
    24 hours from now is 7/30/19
    It is not showing up as 7/30/19
    Instead it is showing as 7/29/19.

    Dim dt As New DateTimeFormatInfo


    ...
  16. Re: How to add time into a format that is not YYYYMMDD

    170095
    The program is showing it as both a date and time.
    I want it to show this
    "Jan 1, 19" <- any date or time is fine but NOT a fixed time
    instead of this
    "07/29/19 12:03 AM"
  17. [RESOLVED] How to add time into a format that is not YYYYMMDD

    All,
    I have a problem with the way the now.add is provided with the days of the week.
    For example, I have Monday, May 7, 2019. I want to add 50 minutes to that date.
    I know you can't add time with...
  18. Replies
    9
    Views
    3,183

    Re: Illegal Characters in Path

    Posts is the JSON file.
  19. Replies
    9
    Views
    3,183

    Re: Illegal Characters in Path

    Yes, it is supposed to be downloaded with the User agent before the weather icon is used.
  20. Replies
    9
    Views
    3,183

    Re: Illegal Characters in Path

    Dim path As String = Application.StartupPath & "\ydforecast.txt"
    Dim request1 As HttpWebRequest = CType(WebRequest.Create("https://api.weather.gov/gridpoints/ILM/61,68/forecast"),...
  21. Replies
    9
    Views
    3,183

    Re: Illegal Characters in Path

    Now I am getting another error.
    When placing the picturebox from the icon of the JSON, it gives me this message
    Value cannot be null.
    Parameter name: path'
    I am using the Image.FromFile method...
  22. Replies
    9
    Views
    3,183

    [RESOLVED] Illegal Characters in Path

    All,
    I am having trouble with downloading a file using a streamreader that requires a useragent added to the request. It gives me the illegal characters in path error when running the program.
    See...
  23. TaskbarNotifier Class - Text is scrambled upon calling

    All,
    This thread is the continuation of the TB Class, however, instead of a runtime error, it's a logic error. The text shown below is out of whack. It shows

    167739
    this
    Instead of
    167741...
  24. Re: TaskBarNotifier Class Error - Object Reference NOT set - $W0 was Nothing

    Ok, thanks for clarifying. I will mark thread resolved and start new thread. :wave:
  25. Re: TaskBarNotifier Class Error - Object Reference NOT set - $W0 was Nothing

    Thank you so much! I have finally got that to work, however, the text is out of whack. It shows

    167739
    this
    Instead of
    167741
    this.
    How can you get the text to be shown in the correct order?...
  26. Re: TaskBarNotifier Class Error - Object Reference NOT set - $W0 was Nothing

    Thank you so much! I have finally got that to work, however, the text is out of whack. It shows

    167739
    this
    Instead of
    167741
    this.
    How can you get the text to be shown in the correct order?...
  27. [RESOLVED] TaskBarNotifier Class Error - Object Reference NOT set - $W0 was Nothing

    All,
    I am having a problem with the TaskBarNotifier class used from this entry on CodeProject.
    When calling the TaskBarNotifier class from the ShutDown Timer class, I get this message
    167727
    The...
  28. Re: StopWatch Class Error - Object Reference NOT set - SW was Nothing

    Thank You! It worked! Marking Thread Resolved.
  29. Re: StopWatch Class Error - Object Reference NOT set - SW was Nothing

    You are the best! It worked!! But now, how do you remove the previous lap entry, and add the new one at the bottom? The lap button, when pressed again, shows the previous lap entry, but a new one of...
  30. Re: StopWatch Class Error - Object Reference NOT set - SW was Nothing

    Ok, got that into a timespan,

    Dim tim As TimeSpan tim = New TimeSpan(String.Format("hh:mm:ss:ms", Label3.Text))

    But, I do not know how to place the formatted timespan.tostring into the...
  31. Re: StopWatch Class Error - Object Reference NOT set - SW was Nothing

    Ok, got that into a timespan,

    tim = New TimeSpan(String.Format("hh:mm:ss:ms", Label3.Text))

    But, I do not know how to place the formatted timespan.tostring into the listbox. It is giving me...
  32. Re: StopWatch Class Error - Object Reference NOT set - SW was Nothing

    Your Code Did not work paulg4ije
    An unhandled exception of type 'System.Reflection.AmbiguousMatchException' occurred in Microsoft.VisualBasic.dll
    Overload resolution failed because no Public...
  33. Re: StopWatch Class Error - Object Reference NOT set - SW was Nothing

    Now, how do you put what is in timeList and place it in the listbox? It shows System.General.Collection or something like that
  34. Re: StopWatch Class Error - Object Reference NOT set - SW was Nothing

    Ok, Shaggy. Would you give me an example? A List(Of Integer) looks more of an array, rather than one number.
  35. Re: StopWatch Class Error - Object Reference NOT set - SW was Nothing

    Works! Thanks!
    And now, for another question. How do you mark a lap for each time the Lap button is pressed? I have a Listbox and it keeps track of every time the button is pressed.
  36. [RESOLVED] StopWatch Class Error - Object Reference NOT set - SW was Nothing

    Hi again everybody,
    Recently, I am making a stopwatch. I have used the code from https://stackoverflow.com/questions/16496309/stopwatch-loop-using-vb-net to make a stopwatch using the StopWatch...
  37. Re: Curl to VB.NET - How to avoid Error 403

    Okay.
  38. Re: Curl to VB.NET - How to avoid Error 403

    Thanks Inferrd! I will Google for how to take out the information from the json and turn it into a string. Marking thread resolved.
  39. Re: Curl to VB.NET - How to avoid Error 403

    Like this


    "number": 1,
    "name": "This Afternoon",
    "startTime": "2019-02-28T16:00:00-05:00",
    "endTime": "2019-02-28T18:00:00-05:00",
    ...
  40. Re: Curl to VB.NET - How to avoid Error 403

    Like this


    "number": 1,
    "name": "This Afternoon",
    "startTime": "2019-02-28T16:00:00-05:00",
    "endTime": "2019-02-28T18:00:00-05:00",
    ...
Results 1 to 40 of 65
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width