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

Search:

Type: Posts; User: hitman67

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    661

    Need help with IME api

    Hi everyone,
    I have problems with implementing the Input Method Editor API.

    Our application runs on a Win2000 machine with a TouchScreen, this means there are neither mouse nor external keyboard....
  2. Thread: VB Fonts

    by hitman67
    Replies
    1
    Views
    446

    Hello, is your report printed on paper or on...

    Hello,

    is your report printed on paper or on screen?

    When it is on screen: maybe vb maps your font to a different one.
    Eventually you could use a rich text control.

    :wave:
  3. Replies
    579
    Views
    637,806

    Blob field blank after update to CR9

    Hello everyone,

    I'm using a blob field in a crystal report (v 8.5) to display an image stored in an access 2000 database (embedded bitmap in an ole field). This image was created by visual basic...
  4. Replies
    0
    Views
    725

    ComboBox in DBGrid ?

    Hi there,

    I want to display a ComboBox in a DBGrid for cells with "Yes/No" content.

    This is what I have:

    Grid1.Columns(6).NumberFormat = "Yes/No"
    Grid1.Columns(6).Button = True

    The...
  5. Replies
    3
    Views
    824

    Hi Rajmv, I have the same problem showing...

    Hi Rajmv,
    I have the same problem showing cyrillic chars on Win2000 system.

    There is maybe a solution:

    Try to change the Win2000 default font to your font:
    Contro panel -> regional settings...
  6. Replies
    0
    Views
    580

    Problems porting from Win98 to Win2k

    Hi everybody,

    I have the problem to display the correct charset on some controls. The following code is used to change the character set of each control in a form:


    Public Sub...
  7. Replies
    0
    Views
    1,238

    Converting ANSI to Unicode with VB(A)

    Hi everybody.

    I have to convert strings in an Access 2000 database into Unicode strings. I tried the following code:

    Set daoCursorDB = CurrentDb
    Set daoCursorRS =...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured