please note that the database is sqlite
Type: Posts; User: coolcurrent4u
please note that the database is sqlite
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...
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...
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
check you connection , make sure your gmail password is correct, try it in another computer, then post the result here
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 || '--' ...
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...
{delete}
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...
am using winXp sp2, i have used icons, gifs and bmp all at 256pixel, but no success
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...
can this control be used to replace the vb6 one
hello, can you upload a sample?
this is cool merri, any hope to add unicode toolbar, and listview?
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...
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...
cab you give a sample project
will this work in windows xp
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?
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...
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...
this tip solved my headache, thanks jmcswain
check here http://www.vbforums.com/showthread.php?600511-RESOLVED-Application-restarting-itself
what have you tried?
thanks for this. i tested and it worked! so no need for all the namespace reference?
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...
thanks very much, i have been doing this 3 days
@Doogle thanks, how can i give a rating!
Hello, here is the attached project
91093
91095
yes that was a typo error
i have tried that, it gives the same image for both entries
i can't download the atachement
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...
thanks all for your help, i figured another way out
yes i know, but the other app is delphi and i choose IPC for simplicity communicate via only IPC
Dilettante's code is using winsock, what am trying to do is IPC
can you point me to any or give me keywords to search
pls post the html of the form
@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
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...