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

Search:

Type: Posts; User: alex1973

Page 1 of 2 1 2

Search: Search took 0.14 seconds.

  1. Replies
    1
    Views
    609

    Cursor position in a RTB

    How can I find the position of the cursor in a Rich TextBox?
    Thanx.
  2. Replies
    2
    Views
    1,920

    Re: ADO : Query Length

    Did you find the answer? I'm having the same problem. The query works against the db but not with ADO. It gets truncated at 255 chars.
  3. Re: stop the WebBrowser from downloading the graphics, ...

    Sorry, but you didn't answer my question: "If I use the Inet control to get the source how can I build the Document object?"
  4. stop the WebBrowser from downloading the graphics, ...

    How can I stop the WebBrowser from downloading the graphics, Java classes, etc? I just need the text but as a Document object so I can eazy access its tags.
    Or, which is the best way to get the...
  5. Thread: AutoNumber

    by alex1973
    Replies
    2
    Views
    857

    Re: AutoNumber

    I don't know about the bug, but I'm using ADO 2.1 and I've also found the problem. I had to set the Format property of the field to General Number in Access.
    Thanx anyway.
  6. Thread: AutoNumber

    by alex1973
    Replies
    2
    Views
    857

    AutoNumber

    I have an Access 2000 database with a AutoNumber field (also PrimaryKey). The problem I have is that when I try to get a record I receive 0 from the AutoNumber field. Also, when I use the DataGrid...
  7. Replies
    0
    Views
    568

    Download intecept

    How can I intercept downloads from Internet browsers (IE, Netscape,..), the same way as download managers do?
    I need to intercept and stop them.
  8. Thread: DataRepeater

    by alex1973
    Replies
    0
    Views
    484

    DataRepeater

    The RepeatedControl of my DataRepeater control has a Button. How can I intercept the click event on the button but from DataRepeater control?
    Thank you.
  9. Replies
    12
    Views
    1,382

    Re: Bitmap to Jpeg - I want the otherway!

    May I have that ? Please.
    Thank you.
    (amaguran@hotmail.com)
  10. Replies
    2
    Views
    791

    Re: bitmap reduce colors

    Did you find anything? I need to do that too. Please give some suggestions.
  11. Replies
    21
    Views
    6,717

    Re: i have a lib can help you

    May I have that too?
    Please.
    amaguran@hotmail.com
  12. Replies
    6
    Views
    787

    Re: Threads and Database

    How do I deal with "Could not find installable ISAM"?
  13. Replies
    6
    Views
    787

    Re: Threads and Database

    It works without the asynchronous execution. Are you saying that the asynchronous execution does't work with MSDASQL?
  14. Replies
    6
    Views
    787

    Re: Threads and Database

    I've tryed but I get the message:
    "The operation requested by the application is not supported by the provider".

    I have an Access 2000 database and:
    lConnection.ConnectionString =...
  15. Replies
    6
    Views
    787

    Threads and Database

    I need to do some database search with my application while the user is using it. Right now, while I access the database the user can't do anything(my application looks like is frozen). How can I use...
  16. Replies
    9
    Views
    3,871

    Re: Using webbrowser control

    References: WebBrowser control host interfaces (wbctrl.tlb)
  17. Replies
    9
    Views
    3,871

    Re: Using webbrowser control

    Can I use my own pop-up menu?
  18. Replies
    9
    Views
    3,871

    Re: Using webbrowser control

    Yes, by implementing IDocHostUIHandler Interface.
    Here's some code:

    Option Explicit

    Implements IDocHostUIHandler

    Private Const CONTEXT_MENU_CONTROL = 2&
    Private Const E_NOTIMPL = &H80004001
  19. Replies
    0
    Views
    847

    WebBrowser context menu

    How can I modify (add or erase entry) the WebBrowser context menu (right click)?
    Or if I overwrite the default context menu how do I implement the Open command.
    I've been told about...
  20. Thread: Update error

    by alex1973
    Replies
    11
    Views
    968

    Re: Update error

    lConnection.CursorLocation = adUseClient
    lConnection.ConnectionString=PROVIDER=MSDASQL;dsn=find2;uid=;pwd=;
    adoPrimaryRS.Open sqlString, lConnection,
    adOpenDynamic, adLockPessimistic

    I use...
  21. Thread: Update error

    by alex1973
    Replies
    11
    Views
    968

    Re: Update error

    All of that is correct. The update works OK if the fields has, let's say, 100 characters.
    Thanx anyway. Any other idea?
  22. Thread: Update error

    by alex1973
    Replies
    11
    Views
    968

    Re: Update error

    I have a primary key. An AutoNumber. If the number of characters within the memo field in not larger than ?? (I didn't find out the limit), the update works OK. I tryed to update a record when the...
  23. Thread: Update error

    by alex1973
    Replies
    11
    Views
    968

    Re: Update error

    It didn't work. I receive the same message. Any other idea?
  24. Thread: Update error

    by alex1973
    Replies
    11
    Views
    968

    Re: Update error

    That's a good idea. I'll try it.
    Thanx.
  25. Thread: Update error

    by alex1973
    Replies
    11
    Views
    968

    Re: Update error

    Thanks, but it's not that. I have a memo field which can hold up to 32K of char. The corresponding field in the form is a multiline TextBox.
    I'm really blocked now.
Results 1 to 25 of 27
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured