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

Search:

Type: Posts; User: sal21

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. giustuify long word txt in a cell of msflexgris

    I need to maintain the with of column, but justify a big word txt in a cell of msflexgrid.
    possible?
  2. Replies
    0
    Views
    1,197

    INSET value in text box web and KEYpress CERCA

    https://www.codiceinverso.it/servizi/codice-istat.html

    based this link, how to insert 001001 in the textbox and keypress CERCA?

    I use the IE object Internet explorer
  3. Replies
    1
    Views
    2,208

    balloon tooltip on treeview node

    balloon tooltip on treeview node, an example please?
    Tks.
  4. change font type in specific line when print doc

    I use a printer object.

    pseudo code:

    To the default the font is Consolas, size 8

    With Printer

    .Font = "CONSOLAS"
    .Font.Size = 9
  5. Re: possible to make a border arround item in listview

    hI!
    In effect i need to mark in any way the item with the mouse move event.
    other way is welcome!
  6. possible to make a border arround item in listview

    possible to make a border on item in listview?
  7. Replies
    0
    Views
    1,264

    SSTab - Change font color on individual tabs

    SSTab - Change font color on individual tabs panel, possible?
    tks
  8. Replies
    3
    Views
    7,167

    Re: Listview and crystal report.

    ok sir, But how to?
  9. Replies
    3
    Views
    7,167

    Listview and crystal report.

    My test code:



    Private Sub Command1_Click()
    Call GetListViewData(ListView1)
    End Sub
    Private Sub Form_Load()
    ' Set listview
    With ListView1
  10. Replies
    0
    Views
    742

    STATUSBAR MOUSEMOVE check panel item index

    How to check the panel index on mouse_over event in statusbar?
    Tks.
  11. Replies
    1
    Views
    2,690

    DSN ... change password

    Possible to edit/change password in existis DSN Odbc, via code?
  12. Replies
    1
    Views
    551

    populate array from txt

    I loop txt file line by line with the simple free file do while eof ...loop ecc...

    From each line in txt file i get 5 value and assign it to var1, var2, var3, ...var5.

    I need to populate an...
  13. Replies
    3
    Views
    948

    Re: clear me about cursor type

    Ok for the future.. sorry me.
  14. Replies
    3
    Views
    948

    clear me about cursor type

    I work with vb6 and access database and i need only read recordset.

    my conn:

    Public Sub APRI_CONNESSIONE3()

    On Error GoTo Err_SomeName

    If Not CONN3 Is Nothing Then
    If...
  15. Replies
    19
    Views
    4,834

    Re: looping txt file line by line.. startegy

    Installed! now.... example on fly to resolve my prob?
  16. Replies
    19
    Views
    4,834

    Re: looping txt file line by line.. startegy

    ok... 2010, 2011 or?
  17. Replies
    19
    Views
    4,834

    Re: looping txt file line by line.. startegy

    VB.Net I need to install wath? (in italian link please):-)
  18. Replies
    19
    Views
    4,834

    Re: looping txt file line by line.. startegy

    If each thread processed 50K lines????

    Example... peraphs with Mod statement?
  19. Replies
    19
    Views
    4,834

    looping txt file line by line.. startegy

    I need to read line by line a txt file with approx 2.600.000 lines!!!!!!!!!!!!!!!!

    How to with a fast way?

    You can know:

    All days i recive from other apps this txt file in a server dir:-(
  20. Replies
    5
    Views
    4,843

    Re: FILTER outlook items

    Tath is new for me...... SQL mwith Outlook object?
    Example please.:-)
  21. Replies
    5
    Views
    4,843

    Re: FILTER outlook items

    Ok... in effect the code work only with the first condition for Sendername.
    Admit i have set the eamil with the first condition i can use a next line similar:

    for x = ....
    Set olItms =...
  22. Replies
    5
    Views
    4,843

    FILTER outlook items

    I use this line to a AND new condition in a filter in e-mail subject but go in error!
    Peraph the LIKE clausloe not is accepted ????

    Set olItms =...
  23. Replies
    12
    Views
    1,166

    Re: treeview prob urgent, sorry

    IS EXACTLLY WATH I NEED!!!
    i LO... YOU!
    tKS!

    But...
    In original project i have export my access mdb on a SqlServer 2005.
    Not experience... an Sql Server.

    1) i need a good connection string...
  24. Replies
    12
    Views
    1,166

    Re: treeview prob urgent, sorry

    Tks for patience. Pizza for you!
  25. Replies
    12
    Views
    1,166

    Re: treeview prob urgent, sorry

    Attached a little database
Results 1 to 25 of 77
Page 1 of 4 1 2 3 4





Click Here to Expand Forum to Full Width

Featured