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

Search:

Type: Posts; User: wintersj

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    10,597

    Thanks Jeff, for the help. Jim

    Thanks Jeff, for the help. Jim
  2. Replies
    5
    Views
    10,597

    Jeff The following is the code I tried, but I...

    Jeff

    The following is the code I tried, but I get a compile error, invalid use of the New keyword, if I remove the Set statement, I get a run-time error when at the statement objMSCOMM.CommPort =...
  3. Replies
    5
    Views
    10,597

    Using MSComm control with out a form

    I am creating a project that is an activeX Dll, which well contain a set of functions to control a camera, connected to the CommPort. I would like to use MSComm control to provide serial...
  4. Replies
    4
    Views
    3,872

    Thanks Tim, using the SET NOCOUNT worked great

    Thanks Tim, using the SET NOCOUNT worked great
  5. Replies
    4
    Views
    3,872

    Problem returning a ADO recordset

    I am having a problem returning a recordset when calling a SQL Server 2000 store procedure from VB6 using ADO. The following code example works fine if I comment out the insert statement, before the...
  6. How can I add a new tab to an SSTab control at a given location?

    I have a form that has an SSTab control with five tabs on it. I need to update the form and add a new tab. If I update the Tab Count property and TabsPerRow property on the property page at design...
  7. Having problems aligning numbers to the left of the cell, in an MSFlexGrid.

    Before I load the data I set the horizontal and vertical alignment of data within the current cell to the left. FlexGrid.CellAlignment = 2. After I load the grid from the database, if any of the...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured