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

Search:

Type: Posts; User: valentindvf

Page 1 of 3 1 2 3

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    868

    Re: BLOB problem

    In an image file they say you can store up to 2 GB. Does anyone has an exemple that store more than 1GB?
  2. Replies
    2
    Views
    868

    BLOB problem

    Hi,

    I want to insert in an image column in SQL server in file very large (more than 100MB). All the examples that I have found it works only with small files (less then 100MB).

    Can anyone can...
  3. Replies
    0
    Views
    540

    Crystal Report in a DLL

    Hi,

    I have an application in VB 6.0 with many reports and I want to put all reports files in dll. Is this possible?

    Thanks
  4. Replies
    7
    Views
    1,208

    Re: SQL Server locking problem

    How can I change that?
  5. Replies
    7
    Views
    1,208

    Re: SQL Server locking problem

    I use adOpenStatic and adLockOptimistic.
  6. Replies
    7
    Views
    1,208

    Re: SQL Server locking problem

    Hi,

    Yes, I use recordset, but LockType = adLockOptimistic

    Not this is the problem.

    Thanks anyway.
  7. Replies
    7
    Views
    1,208

    Re: SQL Server locking problem

    I use SQL Server 2000.
    Thanks
  8. Replies
    7
    Views
    1,208

    SQL Server locking problem

    Hi,

    I have a VB 6.0 application that is a front end for an SQL Server database. The problem is than if an instance of the application uses the same form that uses another instance of the same...
  9. Replies
    2
    Views
    7,639

    Web Service & Collection problem

    Hi,

    How can I serialize a class with collection property in a Web Service.
    When I compile the app I get the message:"To be XML serializable, types which inherit from ICollection must have an...
  10. Replies
    1
    Views
    520

    SQL Server version and SP

    How can ai get from VB the SQL Server version and SP intalled?

    Thanks.
  11. Replies
    3
    Views
    685

    Re: Receving email

    But how can I receive emails without Outlook or any other mail clients?

    Thanks.
  12. Replies
    2
    Views
    723

    Re: WebBrowser control

    Ok, but how can I display the web page opened with Inet?

    Thanks
  13. Replies
    2
    Views
    723

    WebBrowser control

    Hi,

    Does anyone knows how to use a WebBrowser control with a proxy? A want to specify in code the proxy IP and port.


    thanks.
  14. Replies
    3
    Views
    848

    How can i use a scanner in VB?

    Hi,

    I want to scan an image and store the file into a database. I know how tho store o file in a database but I don't know how to scan the image with a scanner from VB. Can you help me?

    Thanks.
  15. Thread: send email

    by valentindvf
    Replies
    1
    Views
    538

    send email

    Who can I send an email in VB 6.0 without Outlook or any other app? I need to provide an account and a password when a connect to the server to send an email.

    Thanks
  16. Replies
    1
    Views
    991

    VB6 DMO for SQL Server 2000

    You don't need to use DMO. Just make a connection using ADO and then use "execute" method to send your SQL string.
  17. Replies
    0
    Views
    542

    WebBrowser control

    Can I change the ProxyServer in WebBrowser control and how?

    Thanks
  18. Replies
    1
    Views
    656

    ActiveX with child form

    It is possible to have a child form in an ActiveX.exe and the MDI form to be in the main app?
    Thanks
  19. Replies
    2
    Views
    650

    Packet size

    How can I sent in a single sql statement a string with more than 30000 chars. I incresed "Packet size" prop from SQL Server to 35000, but no result.

    Thanks.
  20. Replies
    8
    Views
    916

    DSN free code

    Why don't you try to change DSN from VB? All you have to do is to modify something in registry.
  21. Replies
    1
    Views
    1,209

    Crystal Report for .Net in VB 6.0

    Can I use Crystal Report for .Net in VB 6.0? Anybody knows how?


    Thanks
  22. Replies
    0
    Views
    1,434

    VB 6.0 & Crystal Report for .Net

    I there any posibility to use in VB 6.0 the Crystal Reports packed with VS. NET?

    Thanks
  23. Thread: Rich text

    by valentindvf
    Replies
    5
    Views
    944

    Thanks It works.

    Thanks

    It works.
  24. Thread: Rich text

    by valentindvf
    Replies
    5
    Views
    944

    After you format the text, add some more text and...

    After you format the text, add some more text and you'll see that the previous format disappears.

    Thanks
  25. Thread: Rich text

    by valentindvf
    Replies
    5
    Views
    944

    Rich text

    I have a rich text control with the following code:

    With RtfBox
    .SelStart = 10
    .SelLength = 5
    .SelColor = vbRed
    .Text = .Text & "text"
    End With...
Results 1 to 25 of 71
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured