Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: aprobe
  • Content: Threads
  • Order by date
  1. aprobe

    DateTimePicker control not returning correct value when tabbing off th

    I'm using VS2008 and have an unbound DateTimePicker control on a windows form. It's working correctly if I select a date from the calendar and then press tab to exit. I have a "Validated" event and the Text property (and value property) show the value as displayed. However, If I go back and...
  2. aprobe

    User unable to delete row in DataGridView

    I have an unbound DataGridView. Previously I was able to select the row header and press the Delete key to delete the row. This no longer works. I don't know when it stopped working. I have 'AllowUserToDeleteRows' set to True. The entire row is selected and pressing the Delete key erases...
  3. aprobe

    Adding a tabpage to tabcontrol turns on UseVisualStyleBackColor

    Whenever I add a new TabPage to a TabControl the property UseVisualStyleBackColor is set to true on all the other TabPages on the TabControl. This causes all my background colors to disappear and I have to manually go into each TabPage and set the property back to False. Does anyone know why...
  4. aprobe

    Databinding and tabsheets

    If items such as textboxes or labels are placed on tabsheets on a windows form and you programatically change a value on a tabsheet which is not visible (or not previously been shown), when you save the record the change is never updated. If the user selects the tabsheet prior to saving the...
  5. aprobe

    How can I change the font color on a disabled textbox

    I have disabled text boxes which are greyed out and I have no control of the font color. I can do something like c.ForeColor = Color.Red; which works fine with enabled textboxes but is totally ignored on disabled boxes which remain a messy murky grey. Thanks
  6. aprobe

    When do bound controls on a form occur?

    I have a form with multiple tabsheets on it. When the user is updating an existing record I am trying to perform certain validation dependant upon the checked state of a checkbox on one of the tabs. The checkbox is bound to a dataset but the checked state of that check box is ONLY set when the...
  7. aprobe

    How do you reset a bound combo box value to null?

    I'm using .Net 1.1 and Sql Server database. I have a situtation where a combo box is bound to a dataset and will quite happily update the column when the user changes the value. The default value for the field is null. In this case the field is a Country ID code and has a foreign key on a...
  8. aprobe

    Hot keys are not visible until the Alt key is pressed

    The 'Hot' key shortcuts on all menus and buttons do not appear until after I press the ALT key. I may have a text property of E&xit on a menu or button. It shows as Exit, but the 'x' is not underscored until after I press the ALT key. This seems to be a very basic requirement. I'm sure there...
  9. aprobe

    Remote Desktop times out after minimizing

    I am trying to locate a problem we have on our site with Remote Desktop disconnecting. Many of our users have reported this problem, I can only talk about it from my own experience. Basically, we have tracked it down to minimizing Remote Desktop (either manually or by Windows + D to show the...
  10. aprobe

    Determining which button was pressed ?

    I have a form with a text box, an ok button and a cancel button on. When I exit the text box I perform some validation and either stay on the text box or populate some other fields and exit. This works fine if I put the code in the textbox's 'Leave' event or 'validating' event. The problem...
  11. aprobe

    Passing details between forms - again!

    I'm having trouble passing data between forms. Before you shout, I know there are many threads about this topic already but none seem to work for me. basically form 1 is like this:- Form abc = new PasswordResetFrm(); abc.userName = "Fred"; abc.ShowDialog(this); in form 2 (PasswordResetFrm) I...
  12. aprobe

    TStringGrid FixedRows problem

    Don't set a row property of a TStringGrid to a fixed row! Having spent hours trying to resolve a problem I only found the cause after starting to post this problem. It wasn't until I tried a simple test for the benefit of an example that I found the problem. The problem that was happening was...
  13. aprobe

    Cannot set Message Logging on MSN messenger

    I'm running Windows XP for home and Internet Explorer 6. I need to log conversations. This should be available when running Messenger by selecting Options, Messages and ticking the 'Message logging' box. However, this box is greyed out. Does anyone know why ?
  14. aprobe

    Automatic scrolling in a Tmemo

    I'm using a Tmemo to display the progress results of messages sent between a program I have written and the main server. On a good connection when all things go well all the details are displayed on the viewable area of the memo. However, when things go wrong there are more messages than can be...
  15. aprobe

    Screen resolution problems at startup

    I am running a machine with 98SE and have recently changed my monitor from a 17" back to a 14". Unfortunately the initial screen display is at such a high resolution that on some screens I've tried you can hardly read the logon screen and on others, the video display is totally...

Part and Inventory Search

Back
Top