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

Search:

Type: Posts; User: Trancedified

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    561

    Drag & Drop with Frame / Groupbox

    Hello,

    I have 2 forms:

    1) 6 pictures each in a PictureBox control like this:

    1 2 3
    [] [] []

    4 5 6
  2. coolbiz, I tried putting the square brackets...

    coolbiz,

    I tried putting the square brackets around the field name, but when I ran the date filter, a message box tells me "This field name is not known"


    ...
  3. Replies
    579
    Views
    648,417

    Error while closing Crystal Reports

    Hi,

    I have a table full of <Nulls> and at first my application loads correctly after I log into SQL Server via ODBC. However, when I close the CrystalReportViewer, the login window for SQL Server...
  4. ***** Null Values (Include or skip?) *****

    I'm having trouble working with a SQL Server 2000 field that has a space called:

    Support date

    Another problem is with a table full of <Nulls>. In my RecordSelectionFormula: I have #'s and...
  5. Replies
    3
    Views
    966

    Cool

    So where does the code after the dotted line

    '---------------------------------------------------------------------------

    go?

    also what variable type should name Cdlg?

    chris
  6. Replies
    3
    Views
    966

    Printing Dialog Box

    What's up?


    I'm trying to find a way for VB to open up a printer dialogbox within the application, so I can choose which printer I want to use to print up the entire VB form that I'm currently...
  7. Replies
    2
    Views
    1,310

    fa197, thanks for replying so fast, what's...

    fa197,

    thanks for replying so fast, what's weird is the image capture doesn't work , and I've been in contact with their teckie. Did you have to change the code around to make it work?

    Chris
  8. Replies
    0
    Views
    847

    LaserFiche, Toolkit 5, and VB 6

    What's up?

    I'm using LaserFiche's Toolkit version 5 and I have a .JPG file that is imported into a new document. However, when I want to export the same image, but rename it with a different name,...
  9. Replies
    2
    Views
    1,310

    ** Image Capture Source Code? **

    Does anybody have some sample code (or an application?) to capture an image via a webcam (using an S-Video cable) and then saving that image as a .JPG or .BMP?

    I have tried viscom software's Video...
  10. Listing Multiselected Items from a Listbox..

    Hello,

    I made a listbox, checkbox style and....


    For i = 0 To lstTest.ListCount - 1
    If lstTest.Selected(i) Then
    MsgBox lstTest.List(i)
    End If
    Next i
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured