Search:

Type: Posts; User: sweber25

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds; generated 11 minute(s) ago.

  1. Replies
    1
    Views
    2,041

    VS2010 Web Browser won't navigate to https?

    I get some errors when I'm trying to navigate to a website that's https, what am I doing wrong? See attached photo for more details.
  2. Replies
    6
    Views
    3,192

    Re: Trying to deploy a LightSwitch App

    I like most folks can't edit any of the server's settings because my website is hosted by a third party hosting company. What do I need to ask them to do?
  3. Replies
    6
    Views
    3,192

    Re: Trying to deploy a LightSwitch App

    My web.config file has changed and those tags were not in it, here is what it looks like now:


    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>

    <system.web>

    <!-- DYNAMIC...
  4. Replies
    6
    Views
    3,192

    Trying to deploy a LightSwitch App

    I'm trying to deploy a LightSwitch App and it tells me my "targetFramework" attribute in my web.config file is wrong and it is saying 4.0 so I don't know what to do. Here is the error message. If you...
  5. Replies
    2
    Views
    602

    Duplicate Data

    I am developing a shuttle scheduler for our hotel and many times guests will need the shuttle daily for their entire 7 day stay or 10 day stay or what ever at the same time and rather than put those...
  6. Replies
    9
    Views
    1,235

    Re: Query for Date Range ???

    And what do you do if you want user input. This code will only check THOSE dates, and that is not practical. What if the dates change? We supposed to put a query in for every date range?
  7. Thread: Date Question

    by sweber25
    Replies
    6
    Views
    1,084

    Re: Date Question

    The problem with that is DateTimePickers use time too, and I don't need or want the time portion because it's always defaulting to midnight and that won't work for me.
  8. Replies
    17
    Views
    1,351

    Re: [RESOLVED] One more thing..

    Well since it's the main form, it should be fine.
  9. Thread: Time Question

    by sweber25
    Replies
    12
    Views
    1,274

    Re: Time Question

    Yeah, none of those worked, I got squiggly lines.
  10. Re: [RESOLVED] How to make a Button Remove Items from "my.settings.blahblah"

    Also, at the end of what ever you're doing, you should do My.Settings.Save as you would a database to commit the changes, even a remove.
  11. Thread: Time Question

    by sweber25
    Replies
    12
    Views
    1,274

    Re: Time Question

    PS: It's a .sdf database
  12. Thread: Time Question

    by sweber25
    Replies
    12
    Views
    1,274

    Re: Time Question

    Well here is my code that I used in the Query Wizard

    [CODE]SELECT DepartTime
    FROM ShuttleRuns
    WHERE (TimeInQuestion >= Time) AND (TimeInQuestion <= [Time + 30 mins])CODE]

    And...
  13. Thread: Time Question

    by sweber25
    Replies
    12
    Views
    1,274

    Re: Time Question

    I placed that in exactly except I changed my field names to what was in my database, such as DepartTime = Time and Scheduler to ShuttleRuns but I got an error, which was saying "TimeInQuestion" was...
  14. Replies
    2
    Views
    722

    Re: Ingegration with Gmail

    And the answer is:


    WebBrowser1.Document.All("Email").SetAttribute("value", My.Settings.EmailAddress)
    WebBrowser1.Document.All("Passwd").SetAttribute("value", My.Settings.Password)...
  15. Can I use A LinkLabel to go to Another Section of The Page?

    Can I use a link label to go to another section of the page similar to HTML
  16. Replies
    25
    Views
    2,211

    Re: Receiving Email & POP3

    Geez, rude! Don't worry about it, I have it figured out.
  17. Replies
    2
    Views
    722

    Ingegration with Gmail

    How can I pass information from my textbox in my program to the username box on www.gmail.com as well as password, and then execute log in? Any idea?
  18. Replies
    25
    Views
    2,211

    Re: Receiving Email & POP3

    Well since we are using Gmail, I just put up a mini-webbrowser and log in to it, with our user name and password. One question, how can I transfer an object from a textbox in my program to the...
  19. Replies
    25
    Views
    2,211

    Re: Receiving Email & POP3

    Okay, this next question is related, how do I call a procedure? My roommate says I can (for example) do one message box, and then just call that message box when I want it rather than retyping the...
  20. Replies
    25
    Views
    2,211

    Re: Receiving Email & POP3

    No documentation on how to implement this? I am seriously confused.
  21. Replies
    25
    Views
    2,211

    Re: Receiving Email & POP3

    And also, there is no example for VB.net, it's in C#
  22. Replies
    25
    Views
    2,211

    Re: Receiving Email & POP3

    So, in downloading this, where do I put what?
  23. Replies
    1
    Views
    627

    Loading an image from My.Settings

    How do I save an image and then reload it from My.settings
  24. Replies
    1
    Views
    794

    Help with Deployment

    Okay, so, here is the issue that I am having. I have a database installed for my application. I deploy it using ClickOnce and install it on another PC. That's fine. Now, let's say I say OOPS, I...
  25. Replies
    8
    Views
    1,230

    Re: Multiple Date Query

    I have removed the report and am going to setup a new one, out of these options, (under value column) which one would best suit my needs? Then, what do I do after that with the expression? I am...
  26. Replies
    8
    Views
    1,230

    Re: Multiple Date Query

    Try
    Dim NewMPG As Integer
    NewMPG = lblMiles.Text. + MilesTextBox.Text
    lblMiles.Text = NewMPG
    My.Settings.Mileage = lblMiles.Text
    ...
  27. Replies
    8
    Views
    1,230

    Re: Multiple Date Query

    Even after changing the format, it still gives me the same error.
  28. Replies
    8
    Views
    1,230

    Re: Multiple Date Query

    I have it in M/dd/yyyy format, should I change it. I tried it with dd/mm/yyyy but not MM/dd/yyyy. I'll try that.
  29. Replies
    17
    Views
    1,351

    Re: One more thing..

    Sure thing! Thanks again, it's so wonderful to have a helping hand when you need it! I have taught myself thus far everything I know about VB.net with the help of forums, Internet, Intelli-sense,...
  30. Replies
    17
    Views
    1,351

    Re: One more thing..

    Just in case anyone needs the answer, because these folks in here were so kind, I used the Load Event on my form, changed 3 entries in the database to "FUTURE" to test it and all three ended up going...
  31. Replies
    17
    Views
    1,351

    Re: One more thing..

    I got it to work using the statement you said, I put it in under the Load Event of the form and it works beautifully! Thank you so much for all of your help!!!! This is fantastic!!! I am so excited!
  32. Replies
    17
    Views
    1,351

    Re: One more thing..

    My database is a .sdf extension and SQL Mgmt Studio won't open it, unless I am doing something wrong.
  33. Replies
    17
    Views
    1,351

    Re: One more thing..

    I know new people annoy the experienced ones and I'm sorry, could you give me some guidance on the SQL statement that I will need? Changing from FUTURE to PENDING if the date is today?
  34. Replies
    17
    Views
    1,351

    Re: One more thing..

    And then...
  35. Replies
    8
    Views
    1,230

    Re: Multiple Date Query

    I got an error that says "String was not recognized as valid DateTime after doing what you had suggested. Not sure why??
  36. Replies
    8
    Views
    1,230

    Multiple Date Query

    I have a report that I want to filter using a From Date Text Box (which is a string) and a To Date Text Box (which is a string) so the user will insert a start date and and end date to filter the...
  37. Replies
    9
    Views
    2,317

    Re: How to check browser version

    I hate to be a pain, but how do I display a Message or even just a webpage (I am used to VB.net where I would say Page1.show, but that doesn't work in ASP.net) to the user if they're not using...
  38. Replies
    9
    Views
    2,317

    Re: How to check browser version

    No I haven't simply because that doesn't look like it's going to reject any other browser, will it?
  39. Replies
    9
    Views
    2,317

    Re: How to check browser version

    Because the master page doesn't line up right in other browsers and everyone has Internet Explorer, and it loads fine in IE
  40. Replies
    9
    Views
    2,317

    How to check browser version

    I have a website that I want to restrict only to Internet Explorer, how do I do that? Code is ASP.net
Results 1 to 40 of 105
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width