CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Egor Arov

Search: Search took 0.04 seconds.

  1. I can't assign a value to recordset field ?

    Hi All !

    Please, give me advice.
    I transferred my database from Access 2000 to SQL Server 2000. I work with it from VB application. With Access there was fine.
    But now I open recordset...
  2. Replies
    4
    Views
    765

    Thanks a lot.

    Thanks a lot.
  3. Replies
    4
    Views
    765

    Listview

    Sorry, Listview...
  4. Replies
    4
    Views
    765

    listitem under mouse ?

    Please, tell how can I determine which listitem the mouse is over ?

    Thanks.
  5. Replies
    0
    Views
    543

    How to pass a string to MS Word

    Hi All !
    Please, reply who knows. I 'd like to pass a string (XML-packed recordset) to MS Word runned by automation from VB.
    Earlier for the same task with Access I used method ...
  6. Replies
    0
    Views
    454

    Visual Source Safe

    Hi All !
    The situation is: Two programmers work with a project
    (VB.6). Their computers are in different offices. Then
    projects are merged at one computer manually. We want to
    use VSS. Can...
  7. Replies
    2
    Views
    1,844

    Re: ADO-recordset to Word-table ?

    It's not the thing I wanted. It's slow method to go through the large recordset in cycle. I'd like to use something the same as in Excel, where there is a method CopyFromRecordset and you can do the...
  8. Replies
    0
    Views
    3,962

    Word table: mixed cell widths ?

    Please, help in this situation.
    My Word-table has some splitted cells in a header.
    I try to insert data to lower cells. But I have the message "Cannot access individual columns in this collection...
  9. Replies
    2
    Views
    1,844

    ADO-recordset to Word-table ?

    Does anyone know how to copy contents of ADO-recordset to Word-table (Word 2000) without each cell addressing? I found only InsertDatabase method but it allows only SQL sentence for data source...
  10. Replies
    3
    Views
    1,710

    Re: TreeView background color bug ?

    I used
    Call SendMessage(hwndTV, TVM_SETBKCOLOR, 0, byval newcolor)


    No, this is not space for CheckBox, because these spots are white rectangles more then some checkboxes.
  11. Replies
    3
    Views
    1,710

    TreeView background color bug ?

    I set background color for TreeView control, but I see a bug here. After expanding of last node I see white boxes on the left of all next level nodes.
    May be somebody knows how to get rid of these...
  12. Replies
    1
    Views
    588

    Dynamically created DataGrid

    Hi All !
    Anybody knows how to create DataGrid dynamically ?
  13. Replies
    3
    Views
    954

    Re: Obtain the decimal separator

    You can get it by API GetLocaleInfo, but...
    There is a bug described in
    http://support.microsoft.com/support/kb/articles/Q198/0/98.ASP
    When you have a dot as number digital symbol and ??? as...
  14. Replies
    1
    Views
    384

    Type of COM ?

    I am designing a COM component for wide using in our company. One of the interface methods defines an IP address as a string ddd.ddd.ddd.ddd. The component's type library defines this parameter as...
  15. Replies
    0
    Views
    921

    IPerPropertyBrowsing

    Please, help. ActiveX UI control with a number of properties. IPerPropertyBrowsing interface is implemented.
    Which result or results does this action produce? Of course, the properties will be...
  16. Thread: Get/Set

    by Egor Arov
    Replies
    0
    Views
    421

    Get/Set

    I'd like to understand how to decide which properties of ActiveX user interface control should be accessed by Get/Set statements, and which properties should be member variables.
    For example, which...
  17. Replies
    1
    Views
    609

    size restricting of frame window

    I want to restrict the size of a frame window. I change cx,cy in WM_SIZE handler of CMainFrame class, but the size doesn't change. How to do it ?
    Thanks.
Results 1 to 17 of 17





Click Here to Expand Forum to Full Width

Featured