Search results for query: *

  • Users: Learner
  • Content: Threads
  • Order by date
  1. L

    Database Search

    Hi all, I am very new in programming so please apologized me for such question. I have Product Table in SQL Server 2000 with the following structure: Product_Id Int ProductName Varchar(300) Some of the product names are as follows 5-Htp Coenzym Q-10 . . . etc I am writing search...
  2. L

    Remove Square Brackets[] In MDI Parent Form

    Hi All, I am using VB.NET in my MDI application. When I opened child form it is showing me the form title in this format MainFormText [ChildFormText] Is there any way to remove square brackets [] from title and it looks like MainFormText - ChildFormText as it is normally happens in...
  3. L

    Form Movement

    Hi all, I am working on Desktop application using VB.NET. I need to prevent user for moving child form with mouse in parent window. Is there any way to prevent form movement if the form is child form and not maximized. Thanks Asif
  4. L

    Numeric UpDownControl Issues

    Hi all, I am working on windows form that contains NumericUpDownControls. I need to solve the following issues with the controls: 1-Is there any way to restrict control value length if user manually entered the value in control? (Just like TextBox control MaxLength property). (I set the...
Back
Top