Search:

Type: Posts; User: projecttoday

Page 1 of 13 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    7
    Views
    636

    VS 2017 Re: Should I add "Me" to my controls

    But say you have 2 forms (with separate code and designers) and both of these have a PreviousButton on them. and they are opened at the same time then it would be safer to use Me. I don't have that...
  2. Replies
    7
    Views
    636

    VS 2017 Should I add "Me" to my controls

    I have a VB.Net program where I'm manipulating many controls with code. In much of my code I do not preface the controls with "Me". Example:


    PreviousButton.BackColor = Color.Khaki

    versus...
  3. VS 2017 Re: Keep scrolling position on DataGridView after update

    Solution:


    Dim intRowindex As Integer
    Dim iHorScroll As Integer
    iHorScroll = Me.ReportDataGridView.HorizontalScrollingOffset
    intRowindex = Me.ReportDataGridView.FirstDisplayedScrollingRowIndex...
  4. VS 2017 Re: Keep scrolling position on DataGridView after update

    I found something else. The following works perfectly for holding the left-right position:


    Dim iHorScroll As Integer
    iHorScroll = ReportDataGridView.HorizontalScrollingOffset...
  5. VS 2017 Re: Keep scrolling position on DataGridView after update

    For my test I display the dgv, change one field in one record (via a popup screen, the dgv itself is read-only), and click the refresh button. The data are the same before the refresh and after...
  6. VS 2017 Re: Keep scrolling position on DataGridView after update

    I don't think so. By noticeable shift I mean the rescroll's positioning is not very accurate. So once performed it appears as if the data have shifted a couple of inches. What I want is for it to...
  7. VS 2017 Keep scrolling position on DataGridView after update

    I have a DataGridView on a form which has a refresh button on it for re-reading the data in the DataGridView. I would like for the scroll position of the DataGridView to be returned to where it was...
  8. Replies
    6
    Views
    716

    VS 2017 Re: Date Picker add-on

    or put it on another form.
  9. VS 2017 Re: How to reference a control on an MDI child form

    It is not a default instance. So I tried the 2nd code. And it works! So, thank you very much.
  10. VS 2017 How to reference a control on an MDI child form

    I want to set the contents of a control on a form from within another form. The problem is the target control is on a form that is a child form on an MDI parent form and I don't know the format for...
  11. Replies
    6
    Views
    716

    VS 2017 Re: Date Picker add-on

    You mean where you drag a field from a data source onto the form? No, I'm not doing that.
  12. Replies
    6
    Views
    716

    VS 2017 Re: Date Picker add-on

    I don't like the way it handles nulls.
  13. Replies
    6
    Views
    716

    VS 2017 Date Picker add-on

    I am aware that there is a datetimepicker control. But what I want to do is place a button next to an ordinary textbox and when this button is clicked a date picker appears. The user can select a...
  14. VS 2010 Re: It works on the HP, why not the Dell?

    After playing around with heights of the panels I was able to get it to work. Thanks for looking.
  15. VS 2017 Re: DataGridView horizontal scroll bars not appearing

    After playing around with it, I have discovered that the parent MDI form wasn't tall enough! After adjusting this, all is well. Thanks for looking. :)
  16. VS 2017 Re: DataGridView horizontal scroll bars not appearing

    Yes, as far as the missing scroll bar is concerned.
  17. VS 2017 [RESOLVED] DataGridView horizontal scroll bars not appearing

    I am instantiating a datagridview with code on a form. It works but there is no horizontal scroll bar to allow showing of the right side of the dgv. I can tab through the fields and show the right...
  18. VS 2010 Re: It works on the HP, why not the Dell?

    Thank you jmcilhinney and paulg for responding. I'm still working on this. Jmcilhinney, is the DPI you're referring to set by the resolution? I've tried all the resolutions. I've also tried 100%,...
  19. VS 2010 [RESOLVED] It works on the HP, why not the Dell?

    Is there anything about a Dell laptop computer that would cause certain controls on a panel not to appear? My VB.Net 2010 program lists data with some navigation buttons at the bottom instaniated in...
  20. VS 2010 Re: Can't download Visual Basic .NET Express 2010

    I'll keep that in mind. Thank you.
  21. VS 2010 Re: Can't download Visual Basic .NET Express 2010

    I downloaded a newer version a couple of years ago and couldn't get my project to work on it. I don't remember which version that was. And right now I'm pressed for time. I will re-attempt to...
  22. VS 2010 Re: Can't download Visual Basic .NET Express 2010

    Perfect! It's working now. Thank you so much. You deserve a gold star!
  23. VS 2010 Re: Can't download Visual Basic .NET Express 2010

    I searched on Wayback Machine but nothing useful came up.
  24. VS 2010 Can't download Visual Basic .NET Express 2010

    I'm developing an app in Visual Basic .Net Express 2010. But I just got a new computer. So I need to install Visual Basic .Net 2010 on the new computer. I went to this link:



    but when I...
  25. Replies
    10
    Views
    1,066

    Re: This is doing my head in...

    VB.Net offers an IsDate() function for testing for the existence of a date.
  26. Replies
    5
    Views
    2,535

    Re: InstallShield

    You might try Inno Setup which is free.
  27. VS 2010 Re: vusial basic express and saving records

    Welcome to vbforums!

    Yes, more information would certainly help.
  28. Replies
    8
    Views
    1,233

    VS 2015 Re: 2D Character Array

    Have you tried Console.Writeline?

    I realize your teacher isn't volunteering much information. But just to clarify, did the teacher specify that you're supposed to use a text box for this?
  29. Replies
    10
    Views
    952

    Re: Save data from a form for later

    Is this application already written in VB.Net? Microsoft Access has a built-in automatic save.
  30. Re: Notification when a new thread has been started

    I belong to another site that offers immediate notification. It is very useful and I don't think it's a problem.
  31. Notification when a new thread has been started

    Is there any way to be notified by e-mail as soon as somebody starts a new thread in a particular forum? I don't see this option when I click on Forum Tools.
  32. Replies
    5
    Views
    904

    VS 2010 Re: AVG Scanning my program now

    Thanks, Poppa Mintin and Niya. I think I'll reinstall AVG and if the problem still exists I'll look for that exceptions list.
  33. Replies
    5
    Views
    904

    VS 2010 AVG Scanning my program now

    I've been working on a VB.NET program for a while and now all of a sudden my AVG (free) anti-virus tells me it's performing a scan every time I test the program so I have to click on "Abort" and wait...
  34. Replies
    3
    Views
    662

    Re: Array code errors

    Noted. Thanks for the information.
  35. Replies
    14
    Views
    3,303

    VS 2010 Re: MAC Address is different in 2 places

    I see what you mean. So I think I'll have to change it so that, once verified, a given copy will always work.
  36. Replies
    3
    Views
    662

    Array code errors

    I have the following code:


    Dim mb() As String
    mb(0) = "xyz"

    I get the syntax message "Variable 'mb' is used before it has been assigned a value" on the second line.

    So I...
  37. Replies
    14
    Views
    3,303

    VS 2010 Re: MAC Address is different in 2 places

    Okay, Sitten, so you're saying loop through the nics filtering out those which are operationally down?
  38. Replies
    14
    Views
    3,303

    VS 2010 Re: MAC Address is different in 2 places

    Okay, Shaggy. No pain, no gain, I guess.

    In determining whether or not to go to the trouble of changing the code to make it "only very slightly" better, how likely is it that someone would make a...
  39. Replies
    14
    Views
    3,303

    VS 2010 Re: MAC Address is different in 2 places

    The idea is that once a customer purchases the program, he/she will be able to use it on that computer as long as he/she is using that computer. So a configuration change on his/her end could...
  40. Replies
    14
    Views
    3,303

    VS 2010 Re: MAC Address is different in 2 places

    I think I should re-phrase the question. I'm just trying to identify computers. This is for a password scheme. This code:


    Function getMacAddress()
    Dim nics() As NetworkInterface...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width