Click here to Skip to main content
15,895,370 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Question about excel automation with VC++ Pin
Gérald Mercet30-Sep-02 5:24
Gérald Mercet30-Sep-02 5:24 
Questiondragable view? Pin
dazinith30-Sep-02 4:00
dazinith30-Sep-02 4:00 
GeneralCreate resource dll's Pin
Zizilamoroso30-Sep-02 3:39
Zizilamoroso30-Sep-02 3:39 
GeneralRe: Create resource dll's Pin
Stephane Rodriguez.30-Sep-02 4:02
Stephane Rodriguez.30-Sep-02 4:02 
GeneralRe: Create resource dll's Pin
Zizilamoroso30-Sep-02 4:22
Zizilamoroso30-Sep-02 4:22 
GeneralRe: Create resource dll's Pin
Andreas Saurwein30-Sep-02 4:22
Andreas Saurwein30-Sep-02 4:22 
GeneralRe: Create resource dll's Pin
Zizilamoroso30-Sep-02 4:25
Zizilamoroso30-Sep-02 4:25 
GeneralProblem with tray icon - very strange behaviour Pin
s_k30-Sep-02 3:36
s_k30-Sep-02 3:36 
Hi!
I'm really confused of what my program is doing.
I have typical MFC application, serving as FTP Server. For easier controlling, I put the most used commands into tray icon menu. These commands' identificators are equal to the appropriate commands in main menu of the application. (eg. ID_SHOW_STATISTICS etc...).
And now, the strange behavoiur - when some user is uploading data on the server (upload is performed in separate thread), and I choose on of the commands in tray menu, the server freezes up. In other words, uploading progress is frozen. I even exactly can see what routine my program stopped in - it is CAsyncSocket(or CSocket)::ConnectHelper(), function called from CSocket::Connect() routine. This routine never returns (I think that there is some calling of PumpMessage but I'm not sure...)
BUT, when I choose the SAME command from main menu (not from tray), this problem doesn't appear. Can anybody explain this behaviour to me please ? I really don't know what to do now.......

Any suggestion will be appreciated!

Thanks in advance.
Standa.



Celebrate Mr. Cesilko!
GeneralChild Window Focus Pin
mleslar30-Sep-02 3:24
sussmleslar30-Sep-02 3:24 
GeneralCFileDialog and "New Folder" button. Pin
ns30-Sep-02 2:57
ns30-Sep-02 2:57 
GeneralbrowseInfo structure Pin
ns30-Sep-02 2:44
ns30-Sep-02 2:44 
GeneralRe: browseInfo structure Pin
jmkhael30-Sep-02 2:47
jmkhael30-Sep-02 2:47 
GeneralRe: browseInfo structure Pin
ns30-Sep-02 2:53
ns30-Sep-02 2:53 
Generalhow to prevent the new folder button? Pin
ns30-Sep-02 2:55
ns30-Sep-02 2:55 
GeneralRe: how to prevent the new folder button? Pin
Michael P Butler30-Sep-02 3:01
Michael P Butler30-Sep-02 3:01 
GeneralThanks!! Pin
ns30-Sep-02 3:09
ns30-Sep-02 3:09 
GeneralCOM in MFC Pin
Shamim Afridi30-Sep-02 2:11
sussShamim Afridi30-Sep-02 2:11 
GeneralRe: COM in MFC Pin
Stephane Rodriguez.30-Sep-02 11:05
Stephane Rodriguez.30-Sep-02 11:05 
GeneralSerious Bug in VC7 Pin
Elf30-Sep-02 0:54
Elf30-Sep-02 0:54 
GeneralRe: Serious Bug in VC7 Pin
Stephane Rodriguez.30-Sep-02 1:19
Stephane Rodriguez.30-Sep-02 1:19 
GeneralRe: Serious Bug in VC7 Pin
Blade[DMS]30-Sep-02 2:26
Blade[DMS]30-Sep-02 2:26 
GeneralRe: Serious Bug in VC7 Pin
Anders Molin30-Sep-02 3:28
professionalAnders Molin30-Sep-02 3:28 
GeneralCListCtrl::SetItemCountEx Pin
Daniel Strigl30-Sep-02 0:39
Daniel Strigl30-Sep-02 0:39 
GeneralRe: CListCtrl::SetItemCountEx Pin
jmkhael30-Sep-02 0:43
jmkhael30-Sep-02 0:43 
GeneralRecv issue Pin
John Bosko30-Sep-02 0:14
John Bosko30-Sep-02 0:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.