Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: StandaK
  • Content: Threads
  • Order by date
  1. StandaK

    CSocket::OnReceive() called, but why?

    Hi all, I write server application (in fact it is FTP server) using MFC CSocket-derived classes (I know it is not the best approach but I didn't know it when I started). When user wants to put file on server (upload, STOR command), my receive loop looks like this: BOOL...
  2. StandaK

    Problem with Toolbars and RecalcLayout()

    Hi all, I have MFC SDI application with two toolbars on the same row. In each of these toolbars I have some buttons which I wrap when it is needed so that all buttons stay visible. But I have problem with calling RecalcLayout() then. I set the position of both toolbars using MoveWindow()...
  3. StandaK

    Displaying tooltip when resizing the splitter

    Hi all, I would like to display tooltip, when user drags the splitter divider. The tooltip would display some percents. The important is, that the tooltip should move with the cursor and that the text inside tooltip would be dynamically update (based on cursor's position). How to achieve that...
  4. StandaK

    Bug in Internet Explorer's FTP mechanism?

    Hi all, I'm developing FTP Server and I'm standing in front of quite interesting problem with handling FTP URLs in Internet Explorer: consider this FTP URL: ftp://127.0.0.1/=Temp=/Update/hi/2/Main.upd The physical path of FTP's root is c:\=FTP=Of course Main.upd is file. But, when I click on...
  5. StandaK

    Wrap ToolBar to keep all buttons visible

    Hi all, I'm really tired of looking for the solution of this annoying problem: I have MFC application with CToolBar. In fact, I have CReBar and two CToolBars in it. I display few buttons with text in these toolbars (in single line). When user changes the size of main window and the width is not...
  6. StandaK

    Owner Draw ListView Class

    Hi all, don't you know where to find good owner-draw ListView class? I just need ListView which knows how to do some of the things for which owner-draw is needed. Do you know some? Thank you.
  7. StandaK

    Is there any way how to find out any machines behind NAT?

    I have two computers connected to Internet using NAT (running on one of them). Can ISP somehow find out that I have next computer behind the one that is connected directly and running NAT? The told me they can, I don't believe them... Any suggestion? TIA Standa.
  8. StandaK

    NAT issue - Packets from Internet to private IP?

    Hi, I use Kerio WinRoute firewall to protect my computer. I am in my ISP's network (using private IPs, I have 172.16.3.30) and I connect to Internet trough ISP's router. But how is it possible that yesterday in security log in WR this info appeared (briefed): ...detected packet without entry...

Part and Inventory Search

Back
Top