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

Search:

Type: Posts; User: Shehzad_Salim

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Re: Is there any experts Who can challange this question and come with answer?

    rvvimal how r u.

    You still have problems with it...

    Send me the zip file and I will try to help you...?
  2. Re: Updating MFC object of one thread from an other

    It would be more better if you send the project where u have tried to achieve this behaviour
  3. Replies
    5
    Views
    898

    excellent

    excellent
  4. you should consider where your FTP Server will be...

    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...
  5. Replies
    9
    Views
    1,802

    Re: intercepting wm_char message

    Check the below link
    http://www.codeproject.com/system/hooksys.asp

    This would help you in intercept messages.......
  6. Replies
    2,373
    Views
    1,546,175

    what's happening in this borring...

    what's happening in this borring thread..........???????????
  7. Replies
    2
    Views
    1,010

    Thanks to all of you After 2 and half hours I...

    Thanks to all of you

    After 2 and half hours I have did that by myself...
  8. Replies
    2
    Views
    1,010

    so there is no one who could help me..........

    so there is no one who could help me..........
  9. Replies
    2
    Views
    1,010

    Using RegionData

    Is there anyone who could help me in finding how could I use regionData and making any forum in that shape...???
  10. Replies
    11
    Views
    1,458

    Thanks PadexArt u have declared that memory on...

    Thanks PadexArt

    u have declared that memory on stack how we would declare that memory on heap and how we would delete that
  11. Replies
    11
    Views
    1,458

    I am really in deep problem my code worked...

    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....
  12. Replies
    11
    Views
    1,458

    PadexArt would u like to give me some examples...

    PadexArt would u like to give me some examples of how to allocate and delete array using std namespace

    thanks in advance
  13. Replies
    11
    Views
    1,458

    I am only deleting my memory at one place and...

    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.....
    ...
  14. Replies
    11
    Views
    1,458

    Error Deleting BYTE Array

    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 (...
  15. Replies
    9
    Views
    1,802

    If u want to get the notification about the...

    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...
  16. listView1.Columns.Add listView1.Columns.Remove...

    listView1.Columns.Add

    listView1.Columns.Remove

    functions to add and remove columns at run time
  17. Replies
    9
    Views
    1,802

    Get the handle of current window then call...

    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
  18. Replies
    2
    Views
    5,827

    Re: Blinking Cursor in TextBox

    On Every Setfoucs call KillFocus to get rid of that blinking cursor
  19. Replies
    6
    Views
    1,395

    But when you have shared the executable of this...

    But when you have shared the executable of this code your code does not work, because of security reasons

    can u solve this problem...
  20. Replies
    3,704
    Views
    622,150

    Poll: I am from Pakistan

    I am from Pakistan
  21. Your given address is not working

    Your given address is not working
  22. Replies
    9
    Views
    1,802

    Re: Intercepting wm_char

    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...
  23. Replies
    8
    Views
    1,048

    In CTreeCtrl u have a function GetNextItem with...

    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...
  24. Replies
    5
    Views
    748

    You can use WinInet For each file you have to ...

    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...
  25. user directx(DirectShow) features.

    user directx(DirectShow) features.
Results 1 to 25 of 56
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured