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

Search:

Type: Posts; User: atif_ilm

Page 1 of 10 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    7
    Views
    8,479

    Re: ASSERT(pState->m_hSocketWindow != NULL)

    Install Visual Studio Service Pack 6 or Higer, if u have VS6.0 otherwise use Visual Studio .NET.
  2. Replies
    7
    Views
    8,479

    Re: ASSERT(pState->m_hSocketWindow != NULL)

    hmmmmm I faced this problem long time ago , but le me recollect it.

    yeh do the following things.

    1. If u r using VS6.0 install Visual Studio Service Pakc 6 or Higer.
    2. In the main thread ...
  3. Re: This is testing

    Macula audio/Video surveillance system.
    Macula a digital security system

    A product by Vision EAST
    A product by VisionEAST

    Camera security system
    Macula Pakistan
    __________________...
  4. Re: This is testing

    Macula audio/Video surveillance system.
    Macula a digital security system

    A product by Vision EAST
    A product by VisionEAST

    Camera security system
    Macula Pakistan
  5. Re: This is testing

    http://macula.visioneast.com


    Macula and audio video surveillance system.
  6. Replies
    6
    Views
    978

    Re: Integration SDK with VC++ in MFC

    Did ure problem solve with above given configurations
  7. Replies
    6
    Views
    978

    Re: Integration SDK with VC++ in MFC

    IDE(Integrated Development Environment) , VS6.0 and VS.NET are two VC++ compiler versions from microsoft, 6.0 is the older than .NET but still widely used by developers community.

    I was asking...
  8. Replies
    6
    Views
    978

    Re: Integration SDK with VC++ in MFC

    Well which SDK r u trying to integrate and in which IDE i mean VS6.0 or VS.NET,
    but anyways SDK normally comes up with three kinds of files LIB , .H and help files.

    To configure this SDK u will...
  9. Replies
    9
    Views
    2,613

    Re: CSocket - incomplete data (again)

    Keep in mind the blocking nature of CSocket for example

    if incoming Data Size was 502 bytes
    and u do things like this

    Receive(buffer,1024);//CSocket would block here unless it gets complete...
  10. How can i chnage the cursor shape of an edit control

    as in subject
  11. Replies
    1
    Views
    585

    Re: question with Thread Termination

    In case of worker thread there is no need to use AfxEndThread as the Thread Proc will return it will autometically end the thread and delete its all memory.
  12. Re: How can I hide mouse pointer when it comes over my window

    Thanx a lot
  13. How can I hide mouse pointer when it comes over my window

    hi
    can i hide mouse pointer , when it comes over a window.
  14. Replies
    14
    Views
    3,602

    I think you should maintain , two connection ,...

    I think you should maintain , two connection , Control Connecton and Data connection.

    Control connection is to send the controls signals such as Incoming File Size , Error Messages and Data...
  15. Replies
    4
    Views
    852

    My pleasure.

    My pleasure.
  16. Replies
    4
    Views
    852

    Thanx a lot , enough for getting started.

    Thanx a lot , enough for getting started.
  17. Replies
    14
    Views
    3,602

    yehh yehh whatever but atleast it pretends to be...

    yehh yehh whatever but atleast it pretends to be a Blocking Socket.
  18. Replies
    4
    Views
    852

    news Ticker probelm

    Hi now a days i am developing a news ticker , just like one we could see on news channels at bottom a strip in which Text and logos scrolls from right to left.

    i have succeeded in scrolling the...
  19. Replies
    14
    Views
    3,602

    Well one cannot recieve whole data from one...

    Well one cannot recieve whole data from one Receive Call , so one will have to call Receive multiple times to be sure that all data is successfully fetched.

    But as CSocket is a Blocking Socket so...
  20. Replies
    2
    Views
    741

    Thanx It really worked , thanx a lot :)

    Thanx It really worked , thanx a lot :)
  21. Replies
    13
    Views
    3,088

    thanx it really worked.

    thanx it really worked.
  22. Replies
    2
    Views
    741

    CListCtrl Sequecnce of Inserted items

    In Report style fot a list ctrl .

    When I insert items , every new item enters at the top , so if I enter 1,2,3,4 in list control one by one it will look like

    4
    3
    2
    1
    although i choose the...
  23. Replies
    13
    Views
    3,088

    Hi I also similar kind of probelm , In Report...

    Hi I also similar kind of probelm , In Report style fot a list ctrl .

    When I insert items , every new item enters at the top , so if I enter 1,2,3,4 in list control one by one it will look like...
  24. Replies
    2
    Views
    599

    Best technique for task scheduling

    Now a days i am working on a software , which will run a specific scheduled tasks at certain time.What should be the technique to develop this software.
    One obviouse way is using Timers , but is...
  25. Replies
    0
    Views
    549

    Problem using Media Player Activex

    Hi all
    I am finding difficulties using Media Player Control.First of all I tell what i want to do.

    I want a software which could play some media files one by one with resolution of 720*576 . no...
Results 1 to 25 of 230
Page 1 of 10 1 2 3 4





Click Here to Expand Forum to Full Width

Featured