Search Result

Collapse
4 results in 0.0040 seconds.
Keywords
Members
Tags
vb 2005
  •  

  • Syntax error (missing operator) in query expression 'Serial Number = 'L3FW341''.

    Syntax error (missing operator) in query expression 'Serial Number = 'L3FW341''.

    The Serial Number field is declared as text in Access Db.
    I am not sure which operator is missing in my command!

    Below is my code:


    Code:
    Cmd1 = New OleDbCommand("Select * from Asset Details where Serial Number = 'L3FW341'", Conn)
            Da = New OleDbDataAdapter(Cmd1)
            Db1 =
    ...
    See more | Go to post
    Last edited by Stewart Ross; Dec 26 '11, 04:09 PM. Reason: Changed italic to code tags

  • Preventing controls enable property from changing

    Hi Everyone,
    I m implementing control based security in my application. where i m saving controlname (per form) in database, which are to be restricted.

    So far I have implemented the security and restricted control get disabled.Now what i want to do is that i have to prevent that for those controls the "control.Enable " property should not change. how can i restrict that.

    I have achieved the functionality...
    See more | Go to post

  • Pakmarshal
    started a topic Handling DPI changes in windows form

    Handling DPI changes in windows form

    Hi,

    I am developing a windows based application in VB 2005, the main form of the application is of fixed border style (i.e. user cannot resize the form), but in certain cases I am resizing my form through code. Intially the form has a fixed height i.e. 350 for normal height and 400 for extended height. But in this case the problem could not be solved effectively as the user can have different DPI setting e.g. 120, 144, 192 etc. The...
    See more | Go to post

  • Pakmarshal
    started a topic Tooltip in VS2005 controls

    Tooltip in VS2005 controls

    Hello Everyone,
    While working with list view control in VB 2005, I observed a behavior that the tooltip for the control is not consistent i.e. if we closely observe that when the tooltip displays then one can find that some time when you move the cursor in the control, tooltip won’t be displayed.
    For further investigation I tried to observe the behavior of other such controls e.g. Treeview, listbox and textbox (Multiline). I have...
    See more | Go to post
Working...