Search:

Type: Posts; User: johnnxiv

Search: Search took 0.02 seconds.

  1. VS 2013 How to create a search bar which can pull data from an Access database?

    I have to create a search bar which can search my data in an Access file, and then retrieve them and display them in a gridbox.

    Can I get some advice, pleas?
  2. Replies
    10
    Views
    1,314

    VS 2013 Re: How can I install VB 2013 on Window 7?

    because my window 7 is not genuine. So I cant update it

    Do u think SP1 will work on my window 7?
  3. Replies
    10
    Views
    1,314

    VS 2013 Re: How can I install VB 2013 on Window 7?

    I'm downloading SP1 from thsi website. I hope this is the correct file and no virus
    http://www.techpowerup.com/downloads/1953/microsoft-windows-7-service-pack-1-64-bit/
  4. Replies
    10
    Views
    1,314

    VS 2013 Re: How can I install VB 2013 on Window 7?

    Sadly, Express still doesn't work. Is there another solution?
    http://content.screencast.com/users/johnnxiv/folders/Jing/media/07d4d751-5eb5-40be-8edf-41348df55352/2014-09-01_1000.png
  5. Replies
    10
    Views
    1,314

    VS 2013 Re: How can I install VB 2013 on Window 7?

    Thank you guys, I will use Express for my class.
  6. Replies
    10
    Views
    1,314

    VS 2013 How can I install VB 2013 on Window 7?

    I have tried both Ultimate and Professional version of 2013.
    I need it for a MIS class.
    http://www.screencast.com/t/oCKFXvEvuvx
    http://www.screencast.com/t/KkIaabd0Nr
  7. Replies
    15
    Views
    1,986

    Re: Should I study Accounting/AIS or MIS?

    Should I study Accounting or MIS? which one is better for me?
  8. Replies
    15
    Views
    1,986

    Re: Should I study Accounting/AIS or MIS?

    Why type of small business can I do in the MIS industry?
  9. Replies
    15
    Views
    1,986

    Re: Should I study Accounting/AIS or MIS?

    There are need for both of these major. I just don't know which best for me if I start a small business in the future.
  10. Replies
    15
    Views
    1,986

    Should I study Accounting/AIS or MIS?

    I just transferred to a 4 year university, and I applied for MIS. The fall quarter will start soon, and I still dont know if I live MIS or not. I like Accounting too. I'm planning to get a master...
  11. Replies
    13
    Views
    5,152

    Re: Which is a good free online website builder?

    any other advice?
  12. Replies
    3
    Views
    1,460

    VS 2012 Re: Create a "Poker Hand Determinator"

    I assign each of the check box a tag, from top left Ace is 1,1 2,1 3,1 4,1
    1,2 2,2 3,2 4,2 and so on for 52 checkboxes
    ...
  13. Replies
    13
    Views
    5,152

    Which is a good free online website builder?

    Which is a good free online website builder? I have searched some like wix, weebly, and webs, but they don't allow HTML editing.
  14. Replies
    3
    Views
    1,460

    VS 2012 Create a "Poker Hand Determinator"

    I need to create program which determine the poker hand, after the user selected 5 cards.
    https://www.dropbox.com/s/36p1b2zloynah76/HW4.7z

    I have no idea how to program this, the book doesn't...
  15. Replies
    6
    Views
    1,958

    VS 2012 Re: What does this function do?

    Thank for answering,
  16. Replies
    6
    Views
    1,958

    VS 2012 What does this function do?

    I got stucked in one of this hw problem

    Function XYZ(ByVal strIn as String) As Boolean
    Dim bRet as Boolean = False
    Dim intLength as Integer
    Const conSPACE As String = " "

    '
    IntLength =...
  17. VS 2012 Re: How to display the results in a pop up separate form?

    What is the trick to force focus to only 1 window at a time? Let say my Results window poped up, how can I block user from using the bottom window? This is another way to prevent the user from...
  18. VS 2012 Re: How to display the results in a pop up separate form?

    sadly the output is still not nice and align, the double decline out put look ugly like above.

    U have any idea why my variable keep adding up?
  19. VS 2012 Re: Why does it takes a while for the change of codes to take effect on the program?

    This is what Im asking about, I changed the default values of the program and Click Run. The program still display the old numbers.
    Let say I delete a group of codes, and the program still run...
  20. VS 2012 Re: How to display the results in a pop up separate form?

    Why did my program keep adding number from the previous results?

    http://i282.photobucket.com/albums/kk254/VI3TDRGN/2-2.png~original
    ...
  21. VS 2012 Re: How to display the results in a pop up separate form?

    Thank for your help, but it didn't work because I followed a code I found online
    Its all about the number "{0,2} {1, -10} {2, 10:N2} {3, 22:N2} {4, 25:N2}", I just dont understand them thats why
    ...
  22. VS 2012 Re: How to display the results in a pop up separate form?

    Im using list box, you can see lstOutput.Items.Add
  23. VS 2012 Re: How to display the results in a pop up separate form?

    I'm trying to format my outputs to be nice and neat like this
    http://www.vbforums.com/attachment.php?attachmentid=114591&d=1401238326

    but my outputs are ugly, what is wrong with my codes?
    114727...
  24. VS 2012 Why does it takes a while for the change of codes to take effect on the program?

    For an example I have a close button

    Private Sub btnClose_Click(sender As Object, e As EventArgs) Handles btnClose.Click
    Me.Close()
    End Sub

    I deleted the Me.Close(),

    Private...
  25. VS 2012 Re: How to display the results in a pop up separate form?

    Sorry I didnt see this in

    Private Sub btnbtnDouble_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnbtnDouble.Click

    Dim frmHW3 As New frmOutput
    ...
  26. VS 2012 Re: How to display the results in a pop up separate form?

    I finally figured it out by online websites, Thanks but when ur explanation is too complicated?
  27. VS 2012 Re: How to display the results in a pop up separate form?

    I have never work with more than one form before. Im a newbie at Vb.

    Im trying to direct the codes to display in a Listbox on the Output form.
  28. VS 2012 Re: How to display the results in a pop up separate form?

    Sorry for my stupidity, I tried and still didn't work out.
    My first form is HW3.Vb, my output form is Output.vb

    My calculation codes are
    lstTotals.Items.Add(String.Format(fmtStr, "", "", "Value...
  29. VS 2012 Re: How to display the results in a separate form?

    I think you miss my question, I know how to display the results in the listbox on the same form.

    I don't know how to display the results in a separate form, that is my question
  30. VS 2012 How to display the results in a pop up separate form?

    My professor requires me to display the results in a different pop up form.
    I have search, but dont know the keywords, any advice would be appreciated.
    114591
Results 1 to 30 of 30



Click Here to Expand Forum to Full Width