Search:

Type: Posts; User: coolcurrent4u

Page 1 of 13 1 2 3 4

Search: Search took 0.03 seconds.

  1. Re: searching for special character doesnt return anythins

    please note that the database is sqlite
  2. Re: searching for special character doesnt return anythins

    hello,
    note is the field name, the
    || is a concatenation operator so if a note value is
    some note, then in the select, it it concatenated as
    --some note-- . this technique is to help me...
  3. Re: [VB6] Escer, Hexer Classes and EscBuddy Tool

    i askd this already in the forums, but not getting any good respone. i am querying an sqlite database, searching for
    ! @ # $ % ^ & * ( ) ' that i saved ealier, but sqlite cant find it. the single...
  4. Re: searching for special character doesnt return anythins

    thanks for responding, but am earching not for a single characer, but the whole set as seen in my question. this was saved ealier in the database
  5. Re: vb6 - send email with attachment using smtp

    check you connection , make sure your gmail password is correct, try it in another computer, then post the result here
  6. searching for special character doesnt return anythins

    i saved and am searching for all string " ! @ # $ % ^ & * ( ) '" symbols in within a field content a database, using the following sql string


    Select ID From Contacts Where '--' || note || '--' ...
  7. Replies
    5
    Views
    281

    Re: unloading popup menuitem error

    thanks for your response, the top menu created in design mode is mnuTCategories,
    In the submenu mnuTCategory, i added one item mnuTCategory(0) at design time and the rest loaded at runtime .
    so...
  8. Replies
    5
    Views
    281

    Re: unloading popup menuitem error

    {delete}
  9. Replies
    5
    Views
    281

    unloading popup menuitem error

    when ever i try to unload a menu item from the popup menu item under combbox click event like this


    For i = mnuTCategory.Count - 1 To 1 Step -1
    Unload mnuTCategory(i)
    Next


    I get...
  10. Replies
    2
    Views
    305

    Re: listview icon issue

    am using winXp sp2, i have used icons, gifs and bmp all at 256pixel, but no success
  11. Replies
    2
    Views
    305

    listview icon issue

    i have problem with the icons used in a listview v6. i have tried both ico, gif, and bmp.
    the icons are 8bit 16x16 pixel icons, and they are not displaying properly in the listview
    please see the...
  12. Re: [vb6]Alpha Image Control v2 - Final Update (15 Jan 2012)

    can this control be used to replace the vb6 one
  13. Replies
    6
    Views
    1,364

    VS 2010 Re: [RESOLVED] Dynamic rdlc report

    hello, can you upload a sample?
  14. Re: VB6 UniControls Summer Release [2008-06-19]

    this is cool merri, any hope to add unicode toolbar, and listview?
  15. Replies
    0
    Views
    244

    mask color over listview row item

    i need to color mask some items in a listview already filled with data so that the data cannot be viewed until the revers is done, but dont hav idea how to do it.

    The mask should cover the row...
  16. Replies
    5
    Views
    16,915

    Re: VB6 Snippet - Move Items In A Listbox

    Hack, your code seems to have bug, so here is my modification

    Private Sub cmdUp_Click()
    Dim currIndex As Integer
    Dim currItem As String
    Dim bSel As Boolean

    If...
  17. Re: [VB6] - Create a usercontrol with a scrollbar working on IDE

    cab you give a sample project
  18. Replies
    3
    Views
    535

    Re: compiling open source c++ program

    will this work in windows xp
  19. Replies
    3
    Views
    535

    compiling open source c++ program

    am new to c++, and need to compile a c++ program i found here http://sourceforge.net/projects/mdbtools/

    i have devc++ installed, but don't know how to do the compilation, can anyone put me through?
  20. Replies
    0
    Views
    758

    plam todo import

    i need to import data from the palm todo (*.tda) archive file format.

    i see here http://www.notsofaqs.com/todo_dat.php about the file structure, but am not well antiquated on how to start

    can...
  21. Replies
    0
    Views
    162

    VS 2005 wininet download file with progress

    am using the webbrowser control to cycle thorugh about 1000 websites, some pages load slower that other, taking about 5-10 mins to load, some take even more!

    apart from httpwebrequest and...
  22. Replies
    6
    Views
    365

    Re: borderless mdichild

    this tip solved my headache, thanks jmcswain
  23. Re: programmatically restart app after end

    check here http://www.vbforums.com/showthread.php?600511-RESOLVED-Application-restarting-itself
  24. Replies
    14
    Views
    897

    Re: Prime number generator

    what have you tried?
  25. Replies
    14
    Views
    551

    Re: [RESOLVED] xpath expression help

    thanks for this. i tested and it worked! so no need for all the namespace reference?
  26. Re: Anyone mastered vb6 enough to solve this?

    one trick to this is momentarily bringing the window to the front, take the catcure and hide / send it to the back. this would not be noticeable as it would happen within seconds. i onces face a...
  27. Replies
    14
    Views
    551

    Re: [RESOLVED] xpath expression help

    thanks very much, i have been doing this 3 days
  28. Replies
    14
    Views
    551

    Re: xpath expression help

    @Doogle thanks, how can i give a rating!
  29. Replies
    14
    Views
    551

    Re: xpath expression help

    Hello, here is the attached project

    91093
    91095
  30. Replies
    14
    Views
    551

    Re: xpath expression help

    yes that was a typo error
  31. Replies
    14
    Views
    551

    Re: xpath expression help

    i have tried that, it gives the same image for both entries
  32. Replies
    12
    Views
    793

    Re: 60kb Programming Language, anyone???

    i can't download the atachement
  33. Replies
    14
    Views
    551

    [RESOLVED] xpath expression help

    for each "<entry>" in this xml, i need to get the "title" and the first thumbnail image. that is the first image in the media:group



    <?xml version='1.0' encoding='UTF-8'?>
    <feed...
  34. Re: [RESOLVED] Send image betweeb two apps using IPC

    thanks all for your help, i figured another way out
  35. Re: Send image betweeb two apps using IPC

    yes i know, but the other app is delphi and i choose IPC for simplicity communicate via only IPC
  36. Re: Send image betweeb two apps using IPC

    Dilettante's code is using winsock, what am trying to do is IPC
  37. Re: Send image betweeb two apps using IPC

    can you point me to any or give me keywords to search
  38. VS 2010 Re: Fil in webbrowser textbox by Class Name ?

    pls post the html of the form
  39. Replies
    104
    Views
    49,312

    Re: Subclass External Programs done for you

    @moeur
    i need to fill fields of an embedded webbrowser in another app from my app, how can i acheive this with your dll?
    thanks
  40. Re: Send image betweeb two apps using IPC

    thanks for this idea, i'll use this for the image

    what about sending large test between the two apps using IPC?
    one app generates array of udtInfo which needs to be sent to the other app the UDT...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4