Search:

Type: Posts; User: CoachBarker

Page 1 of 13 1 2 3 4

Search: Search took 0.21 seconds.

  1. Converting string to Phonetic Alphabet (Alpha, Beta, Charlie)

    Haven't been in here in years, haven't done any programming in just as many. I am glad to see a lot of you old timers are still around. Most of you were quiet helpful when I was still active. I would...
  2. Re: Internet connection disconnected

    Nope, coaxial cable as far as I can see. They replaced the line from the pole to the house and said the rest of the street had been done recently. Replaced a few lines in the basement that were older...
  3. [RESOLVED] Internet connection disconnected

    Is there a built in app or a downloadable app that will count the times in any given period of time that you have lost you internet connection? Where we live we use Spectrum (TWC) and our connection...
  4. Replies
    16
    Views
    1,164

    VS 2005 Re: How to screenshot desktop?

    This is some code I got here a fews years ago, it captures the active window and then inserts it into a word document. I don't program anymore but I still float in and out of here. If you recreate it...
  5. Replies
    5
    Views
    1,643

    Re: Windows 10 Dilemma

    Thanks, I think in Device Manager it was just labeled Basic MS Graphics card. She decided to to do a clean re-install and it took. Unfortunately now she needs to add all her software back in that she...
  6. Replies
    5
    Views
    1,643

    Windows 10 Dilemma

    OK so after warning her not to my wife tried to install Windows 10 on her laptop, Toshiba Satellite L55-A running Windows 8.1. Now when her laptop boots up the desktop sits there and just flashes. I...
  7. Re: Windows XP Home Edition "no device detected" message

    I have found that I can also get a USB hard-disk drive enclosure and try it as an external hard drive. We really don't need the desktop anymore, just some of the info on it.

    You are talking about...
  8. Re: Windows XP Home Edition "no device detected" message

    Not a hardware type, what would I switch?
  9. Windows XP Home Edition "no device detected" message

    Well it finally had to happen. Our desktop running XP Home finally crashed, thankfully the wife and I use our laptops more than the old desktop. No matter what we try we get the no device detected...
  10. Replies
    5
    Views
    928

    Re: database question

    my App has 5 forms; Main, Login, Play Game, Questions and Users. Here is the code for the Play Game form.


    Option Strict On
    Option Explicit On
    Imports System.Data.OleDb

    Public Class...
  11. Replies
    5
    Views
    928

    Re: database question

    I have one based on the game Who Wants to be a Millionaire, questions stored in an Access DB, Randomly loads the questions, has timers and keeps score if you would be interested.
  12. Replies
    6
    Views
    1,136

    VS 2008 Re: User and User Groups

    What do you mean by Groups of Groups? If there is different types of users, I would add a field in Users called UserTypeID and add a Table called UserType, with fields UserTypeID and UserType. The...
  13. Replies
    1
    Views
    561

    VS 2005 Re: cascade of two combobx

    After the selection in the first comb box, run a select query where the WHERE clause is the value from the first combo box.
  14. Replies
    4
    Views
    1,044

    VS 2013 Re: Tempature Solution

    Here is a version I did a short while ago after someone else asked the same thing. Should move you in the right direction.

    125583



    Option Strict On

    Public Class frmTempConverter
  15. Replies
    7
    Views
    1,492

    VS 2010 Re: Syntax error in INSERT INTO - ms Access

    First thing would suggest is use parameters in your insert statement. There are many examples here in the forums.
  16. Replies
    7
    Views
    1,243

    Re: Database search and show results

    Do you want one search for the Dates AND the Product and another search for the Dates AND UserName?
    I don't have VS with me right now but for Username and Dates it would look something like this.
    ...
  17. Replies
    7
    Views
    1,243

    Re: Database search and show results

    Just add 2 more parameter to the where clause for date beginning and date ending using the .value property of your date time pickers.
  18. Replies
    3
    Views
    714

    VS 2010 Re: Free item from ComboBox

    did you try that code on the selectedIndexChanged event of the other combo boxes to see if it would work? This does what you seem to be asking.



    Public Class frmTestCboBox
    Private Sub...
  19. VS 2013 Re: Multiple database records on multiple textboxes

    show the code you use to load your datagridview so we can see how you are doing it. Also what is the name of your 2 textboxes?
  20. VS 2010 Re: Error when trying to save date from date time picker to access database?

    One thing you should dois be using parameters in your query and I think you want to use dtp.value, not dtp.text. You are trying to convert a text value to a Date"Time value.
  21. Replies
    3
    Views
    682

    Re: Tab order doesn't working properly

    In the IDE under view should be a field for Tab Order, click on that and little boxes will appear next to your controls. In the order you want them to work set the number. A group Box will get a...
  22. Replies
    3
    Views
    682

    Re: Tab order doesn't working properly

    Have you gone in under VIEW and reset the tab order?
  23. Re: So Im Getting Married...

    Learn to say "Yes Dear" a lot.
  24. Replies
    3
    Views
    907

    VS 2013 Re: Advanced search box?

    Me, I would add 2 radio buttons, one for customer one for bar code and then run a query based on what radio button was selected.
  25. Re: VB.net Datagridview Help About Displaying Data from Database

    How about posting the code so we can see how you get your data.
  26. VS 2012 Re: Need your help with a temperaure converter

    Did you try Google, ;) I Googled "temperature converter in vb.net" and this is one that came up. :eek:
    http://www.visual-basic-tutorials.com/form/TConverterT.htm
  27. Re: Bank Charges program not calculating correctly

    instead of using a text box for your number of checks it would make more sense to use a Numeric Up Down then you wouldn't have to worry about converting a string to a number or crashing because...
  28. VS 2010 Re: Possibly a datatype problem -- debugging needs help

    Post the relevant code please.
  29. Replies
    8
    Views
    3,380

    VS 2010 Re: multiplication using combobox

    how many different values are there for credit hours and what are they?
  30. Replies
    8
    Views
    3,380

    VS 2010 Re: multiplication using combobox

    no the grades in the combo boxes are fine. But you are trying to convert a string to a number. All I was saying was that your grades could end up as a decimal, so you don't want to use integer, cast...
  31. Replies
    8
    Views
    3,380

    VS 2010 Re: multiplication using combobox

    One thing you need to do is since any of your answers could equal a decimal or double, that is what all your variables should be. Either a decimal or a double. Then you need to look at using either ...
  32. Replies
    4
    Views
    780

    Re: Trying to catch an error

    You are showing the exception here;


    MsgBox("The format of this file is not correct. Please try again: " & vbCrLf & ex.ToString)

    Also you should be using MessageBox. Show instead of MsgBox. In...
  33. Replies
    6
    Views
    1,249

    Re: Wireless Router Question

    There are updayes for the router available, would it doing any good trying to install them or just cause more problems?
  34. Replies
    6
    Views
    1,249

    Re: Wireless Router Question

    Thanks for the info.
  35. Replies
    6
    Views
    1,249

    [RESOLVED] Wireless Router Question

    We have a Linksys Wireless Router that we use to connect our laptops on. It is a model WRT12ON router and it is installed on our desktop that is running Windows XP Home Edition. Both of our laptops...
  36. Replies
    26
    Views
    2,384

    Re: What's your sport?

    While in High School it was Football, Wrestling and competitive swimming in the summer.
  37. Replies
    22
    Views
    2,700

    Re: Depression, how do you deal with it?

    Only way to deal with it is one day and a time. Don't hesitate to reach out for help when you feel overwhelmed.
  38. Re: Determine if Data was entered on a Form Vb.Net

    I was taught and still use a boolean value. In the Public Class for the form I do



    ' declare a Boolean variable to let us know if any field on the form has been changed
    Private hasChanged...
  39. Replies
    2
    Views
    607

    VS 2012 Re: How to Google this

    Why not just Google Server Client Relationship?
  40. Re: Need help with simple subtraction program for school

    not much of an assumption.
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width