November 11th, 2003 04:22 AM
rvvimal how r u.
You still have problems with it...
Send me the zip file and I will try to help you...?
November 3rd, 2003 03:34 AM
It would be more better if you send the project where u have tried to achieve this behaviour
October 31st, 2003 11:57 PM
October 31st, 2003 11:53 PM
you should consider where your FTP Server will be running.
If you are writting it for windows environment then you must not check for username case senstive but if for unix flavours then you must...
October 27th, 2003 12:36 AM
Check the below link
http://www.codeproject.com/system/hooksys.asp
This would help you in intercept messages.......
October 23rd, 2003 07:29 AM
what's happening in this borring thread..........???????????
October 23rd, 2003 05:06 AM
Thanks to all of you
After 2 and half hours I have did that by myself...
October 23rd, 2003 04:54 AM
so there is no one who could help me..........
October 23rd, 2003 01:54 AM
Is there anyone who could help me in finding how could I use regionData and making any forum in that shape...???
October 22nd, 2003 07:47 AM
Thanks PadexArt
u have declared that memory on stack how we would declare that memory on heap and how we would delete that
October 22nd, 2003 07:15 AM
I am really in deep problem
my code worked fine for about 4-5 hours and nothing happened and suddenly I got error in DBGHEAP.C
can anyone help me...
thanks in advance....
October 22nd, 2003 06:55 AM
PadexArt would u like to give me some examples of how to allocate and delete array using std namespace
thanks in advance
October 22nd, 2003 06:45 AM
I am only deleting my memory at one place and after deleting I am assining GlobalpBuffer to NULL
and before deleting I check that whether it is NULL or not
any other suggestions.....
...
October 22nd, 2003 05:50 AM
This is code where I have got assertion on deleting memory
This code ran scuccessfully about 1000 times but after about 4-5 hours of excution I got assertion on deleting GlobalpBuffer
if (...
October 22nd, 2003 05:16 AM
If u want to get the notification about the notification about any message dispachted to a particular window there u can PreTranslateMessage but this is about if your r owing the process.
But if...
October 22nd, 2003 04:59 AM
listView1.Columns.Add
listView1.Columns.Remove
functions to add and remove columns at run time
October 22nd, 2003 04:51 AM
Get the handle of current window
then call IsKindOf and dertermine either that window is of type editbox etc... if so send WM_CHAR message
October 22nd, 2003 04:48 AM
On Every Setfoucs call KillFocus to get rid of that blinking cursor
October 22nd, 2003 04:45 AM
But when you have shared the executable of this code your code does not work, because of security reasons
can u solve this problem...
October 22nd, 2003 04:19 AM
October 22nd, 2003 03:01 AM
Your given address is not working
October 22nd, 2003 02:52 AM
If you have all of the characters in a TTF file all u have to do is to SendMessage to that window with WM_CHAR message and number in your font file
for example if you want to display 65 in your...
October 22nd, 2003 02:03 AM
In CTreeCtrl u have a function GetNextItem with flag TVGN_ROOT
insert this item in listbox or listctrl
then call funcion ItemHasChildren it will return that either this item has child item's or...
October 22nd, 2003 01:57 AM
You can use WinInet
For each file you have to establish a new session with the FTP Server
All u have to do is to make a class which should take username, password, and file path (to be...
October 17th, 2003 06:40 AM
user directx(DirectShow) features.